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 Langhammer 9613fcde89 Squashed commit of the following:
commit 885a2ed057
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Tue Jun 30 12:17:23 2020 +0200

    flows: fix linting error
2020-06-30 12:18:01 +02:00
..
migrations flows: update migrations to use update_or_create 2020-06-29 16:19:39 +02:00
templates/flows flows: show error message in flow when stage raises 2020-06-30 11:18:39 +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: 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 docs: add docs for flows, start docs for stages 2020-05-30 22:36:01 +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 Merge branch 'master' into otp-rework 2020-06-29 22:54:18 +02:00
planner.py flows: change wording of consent on flows 2020-06-19 20:33:41 +02:00
signals.py Merge branch 'master' into otp-rework 2020-06-29 22:54:18 +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 Squashed commit of the following: 2020-06-30 12:18:01 +02:00