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/flows
Jens Langhammer 0b00768b84 events: add flow_execution event type
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
2021-12-14 16:13:51 +01:00
..
api *: migrate ui_* properties to functions to allow context being passed 2021-12-13 23:56:35 +01:00
management root: Random tests (#1825) 2021-11-22 22:56:02 +01:00
migrations core: add FlowToken which saves the pickled flow plan, replace standard token in email stage to allow finishing flows in different sessions 2021-12-05 15:20:11 +01:00
templates/flows flows: remove FlowExecutorShellView 2021-03-23 18:09:13 +01:00
tests *: migrate ui_* properties to functions to allow context being passed 2021-12-13 23:56:35 +01:00
transfer *: fix typos in code 2021-09-25 00:01:11 +02:00
views events: add flow_execution event type 2021-12-14 16:13:51 +01:00
__init__.py wip: rename to authentik (#361) 2020-12-05 22:08:42 +01:00
apps.py flows: make use of oneOf OpenAPI to annotate all challenge types 2021-05-24 14:11:23 +02:00
challenge.py core: add configure_url to UserSettings for both stages and sources 2021-06-08 19:21:27 +02:00
exceptions.py flows: fix FlowNonApplicableException not being Sentry Ignored 2021-01-27 09:57:18 +01:00
markers.py flows: add invalid_response_action to configure how the FlowExecutor should handle invalid responses 2021-06-28 00:22:09 +02:00
models.py *: migrate ui_* properties to functions to allow context being passed 2021-12-13 23:56:35 +01:00
planner.py *: use prefixed span names 2021-12-13 16:18:42 +01:00
signals.py Revert "*: use cache.delete_pattern instead of getting keys and deleting them" 2021-12-12 20:41:34 +01:00
stage.py flows: add additional sentry spans 2021-12-14 11:59:36 +01:00
urls.py flows: inspector (#1469) 2021-09-28 09:36:48 +02:00