This repository has been archived on 2024-05-31. You can view files and clone it, but cannot push or open issues or pull requests.
authentik/authentik/core
Jens Langhammer d9a788aac8 api: rename auth to authentication, add authorization for rest_framework permission class
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-05-21 20:14:03 +02:00
..
api providers/oauth2: fix double login required when prompt=login 2021-05-20 01:10:08 +02:00
migrations core: fix application's slug field not being set to unique 2021-05-14 10:49:42 +02:00
sources core: catch IntegrityError in flow_manager and deny request 2021-05-09 23:31:39 +02:00
templates core: fix dark mode on server-side rendered pages 2021-05-07 11:53:53 +02:00
tests root: bump version of psf black 2021-05-12 00:42:46 +02:00
views core: overwrite user on token creation 2021-03-30 22:46:19 +02:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py core: make Source model managed, add inbuilt source 2021-04-09 16:20:59 +02:00
channels.py api: rename auth to authentication, add authorization for rest_framework permission class 2021-05-21 20:14:03 +02:00
exceptions.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
expression.py expressions: set exception as message field 2021-01-14 21:58:10 +01:00
managed.py core: make Source model managed, add inbuilt source 2021-04-09 16:20:59 +02:00
middleware.py root: fix request_id not being logged for actual asgi requests 2021-02-16 19:14:08 +01:00
models.py core: fix application's slug field not being set to unique 2021-05-14 10:49:42 +02:00
signals.py api: add tests for swagger generation 2021-03-30 15:23:37 +02:00
tasks.py core: improve error handling for backups 2021-05-13 17:56:49 +02:00
types.py sources/*: rewrite UILoginButton to return challenge instead 2021-05-02 16:46:27 +02:00
urls.py core: overwrite user on token creation 2021-03-30 22:46:19 +02:00