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 L 7649a57495
core: create app transactional api (#6446)
* initial api and schema

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* separate blueprint importer from yaml parsing

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* cleanup

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add new "must_created" state to blueprints to prevent overwriting objects

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* rework validation and error response to make it actually usable

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix lint errors

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* add defaults

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* fix tests

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* rework transaction_rollback

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* use static method for string imports of subclass

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

* slight cleanup

Signed-off-by: Jens Langhammer <jens@goauthentik.io>

---------

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
2023-09-17 23:55:21 +02:00
..
api core: create app transactional api (#6446) 2023-09-17 23:55:21 +02:00
expression web/admin: prompt preview (#5078) 2023-03-25 22:31:48 +01:00
management root: add option to disable beat when running worker (#6849) 2023-09-12 13:26:23 +02:00
migrations root: migrate bootstrap to blueprints (#6433) 2023-07-31 19:34:46 +02:00
sources flows: remove need for post() wrapper by using dispatch (#6765) 2023-09-05 22:15:03 +02:00
templates web: cleanup (#6664) 2023-08-29 18:24:11 +02:00
tests core: create app transactional api (#6446) 2023-09-17 23:55:21 +02:00
views security: cure53 fix (#6039) 2023-06-22 22:25:04 +02:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py api: modular urls (#5551) 2023-05-09 14:46:47 +02:00
auth.py core: fix lint error 2022-04-08 10:10:30 +02:00
channels.py Embedded outpost (#1193) 2021-07-29 11:30:30 +02:00
exceptions.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
middleware.py core: explicitly enable locales (#3889) 2022-10-28 19:42:49 +02:00
models.py core: hotfix group membership check (#6584) 2023-08-20 23:47:13 +02:00
signals.py enterprise: initial enterprise (#5721) 2023-07-17 17:57:08 +02:00
tasks.py providers/proxy: send token request internally, with overwritten host header (#4675) 2023-02-13 16:34:47 +01:00
types.py *: use dataclass slots wherever applicable (#6005) 2023-06-19 18:31:07 +02:00
urls.py core: create app transactional api (#6446) 2023-09-17 23:55:21 +02:00