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/core
Jens Langhammer 37a432267d Squashed commit of the following:
commit 88029a4335
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:55:55 2020 +0200

    admin: update to work with new form

commit 4040eb9619
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:43:30 2020 +0200

    *: remove path-based import from all PropertyMappings

commit c9663a08da
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:33:34 2020 +0200

    flows: update work with new stages

commit a3d92ebc0a
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:23:30 2020 +0200

    stages/*: remove path-based import from all stages

commit 6fa825e372
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 16:03:55 2020 +0200

    providers/*: remove path-based import from all providers

commit 6aefd072c8
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 15:58:48 2020 +0200

    policies/*: remove path-based import from all policies

commit ac2dd3611f
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 15:11:27 2020 +0200

    sources/*: remove path-based import from all sources

commit 74e628ce9c
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 14:43:38 2020 +0200

    ui: allow overriding of verbose_name

commit d4ee18ee32
Author: Jens Langhammer <jens.langhammer@beryju.org>
Date:   Mon Jul 20 14:08:27 2020 +0200

    sources/oauth: migrate from discordapp.com to discord.com
2020-07-20 18:17:14 +02:00
..
api WIP Use Flows for Sources and Providers (#32) 2020-06-07 16:35:08 +02:00
forms core: fix application overview 2020-07-05 22:58:52 +02:00
migrations core: fix source slug not being unique 2020-07-09 23:05:46 +02:00
templates core: add separate autosubmit form for use without flows 2020-07-12 18:24:36 +02:00
templatetags core: ensure user settings are sorted by name 2020-06-30 21:24:58 +02:00
tests core: separate expiry logic from tokens and make re-usable 2020-07-20 10:57:12 +02:00
views core: fix type annotation for user settings 2020-07-05 23:49:33 +02:00
__init__.py *(minor): small refactor 2019-10-07 16:33:48 +02:00
admin.py core: add general admin.py loader, remove individual files 2020-05-07 00:05:10 +02:00
apps.py all: implement black as code formatter 2019-12-31 12:51:16 +01:00
exceptions.py lib: add SentryIgnoredException, to easily ignore exceptions from sentry 2020-02-20 21:38:53 +01:00
expression.py policies/expression: migrate to raw python instead of jinja2 (#49) 2020-06-05 12:00:27 +02:00
models.py Squashed commit of the following: 2020-07-20 18:17:14 +02:00
signals.py stages/user_write: add signals 2020-07-07 15:49:02 +02:00
tasks.py core: separate expiry logic from tokens and make re-usable 2020-07-20 10:57:12 +02:00
types.py core: UIUserSettings: remove icon, rename view_name to URL for complete URL 2020-06-29 16:20:33 +02:00
urls.py stages/user_delete: add user delete stage, remove view from core 2020-05-12 14:50:00 +02:00