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/passbook/flows
Jens L 0e0898c3cf
Flow exporting/importing (#187)
* stages/*: Add SerializerModel as base model, implement serializer property

* flows: add initial flow exporter and importer

* policies/*: implement .serializer for all policies

* root: fix missing dacite requirement
2020-08-22 00:42:15 +02:00
..
migrations flows: fix default-source-enrollment-if-username expression 2020-07-09 00:20:42 +02:00
templates/flows OAuth Provider Rewrite (#182) 2020-08-19 10:32:44 +02:00
tests Flow exporting/importing (#187) 2020-08-22 00:42:15 +02:00
transfer Flow exporting/importing (#187) 2020-08-22 00:42:15 +02:00
__init__.py flows/*: Initial flows stage1 implementation 2020-05-07 20:51:06 +02:00
api.py flows: FlowStageBinding: rename .flow to .target to fix select_subclasses() 2020-07-04 00:14:21 +02:00
apps.py flows: Stage ui_user_settings -> staticmethod with context as argument 2020-06-28 10:31:26 +02:00
exceptions.py flows: enum to django TextChoices 2020-05-09 20:54:56 +02:00
forms.py flows: FlowStageBinding group Stage by type 2020-07-04 15:02:21 +02:00
markers.py flows/executor: call plan.next before pop so we can save plan 2020-06-18 22:54:09 +02:00
models.py Flow exporting/importing (#187) 2020-08-22 00:42:15 +02:00
planner.py Replace Elastic APM with Sentry APM (#183) 2020-08-20 20:39:21 +02:00
signals.py flows: FlowStageBinding: rename .flow to .target to fix select_subclasses() 2020-07-04 00:14:21 +02:00
stage.py flows: Load Stages without refreshing the whole page (#33) 2020-05-24 00:57:25 +02:00
urls.py flows: add CancelView to cancel current flow execution 2020-06-30 00:11:01 +02:00
views.py *: fix general Linting errors 2020-08-19 10:49:14 +02:00