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 6a4086c490
flows: introduce FlowPlan markers, which indicate when a stage needs … (#79)
* flows: introduce FlowPlan markers, which indicate when a stage needs re-evaluation

Implement re_evaluate_policies
add unittests for several different scenarios
closes #78

* flows: move markers to separate files, cleanup formatting

* flows: fix self.next is not callable
2020-06-18 22:43:51 +02:00
..
migrations WIP Use Flows for Sources and Providers (#32) 2020-06-07 16:35:08 +02:00
templates/flows flows/shell: check for elements with autofocus attribute and call .focus(); 2020-06-18 19:09:12 +02:00
tests flows: introduce FlowPlan markers, which indicate when a stage needs … (#79) 2020-06-18 22:43:51 +02:00
__init__.py flows/*: Initial flows stage1 implementation 2020-05-07 20:51:06 +02:00
api.py admin: sort types, minor fixups 2020-05-13 11:57:10 +02:00
apps.py flows/*: Initial flows stage1 implementation 2020-05-07 20:51:06 +02:00
exceptions.py flows: enum to django TextChoices 2020-05-09 20:54:56 +02:00
forms.py docs: add docs for flows, start docs for stages 2020-05-30 22:36:01 +02:00
markers.py flows: introduce FlowPlan markers, which indicate when a stage needs … (#79) 2020-06-18 22:43:51 +02:00
models.py WIP Use Flows for Sources and Providers (#32) 2020-06-07 16:35:08 +02:00
planner.py flows: introduce FlowPlan markers, which indicate when a stage needs … (#79) 2020-06-18 22:43:51 +02:00
stage.py flows: Load Stages without refreshing the whole page (#33) 2020-05-24 00:57:25 +02:00
urls.py flows: Load Stages without refreshing the whole page (#33) 2020-05-24 00:57:25 +02:00
views.py flows: introduce FlowPlan markers, which indicate when a stage needs … (#79) 2020-06-18 22:43:51 +02:00