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 801b8a1e59 prevent ZeroDivisionError 2019-03-21 15:05:04 +01:00
..
auth rewrite PasswordFactor to use backends setting instead of trying all backends 2019-03-10 21:47:08 +01:00
forms add timeout field to policy to prevent stuck policies 2019-03-21 14:48:51 +01:00
management fix password not getting set on user import 2019-03-08 19:45:41 +01:00
migrations add timeout field to policy to prevent stuck policies 2019-03-21 14:48:51 +01:00
static move icons to single folder, cleanup 2019-03-14 21:17:07 +01:00
templates point to correct icons 2019-03-14 21:18:13 +01:00
templatetags add user settings for Sources 2019-03-13 16:49:30 +01:00
tests fix unittests 2019-03-11 11:44:12 +01:00
views Don't use LoginRequired for PermissionDenied View 2019-03-21 14:53:38 +01:00
__init__.py bump version: 0.1.23-beta -> 0.1.24-beta 2019-03-20 23:00:33 +01:00
admin.py add working oauth and ldap client 2018-11-11 13:41:48 +01:00
apps.py Rule -> Policies 2019-02-16 10:24:31 +01:00
celery.py add sentry configuration 2019-03-03 20:48:31 +01:00
exceptions.py implement password policy checking on signup and password change closes #8 2019-02-26 15:40:58 +01:00
models.py add timeout field to policy to prevent stuck policies 2019-03-21 14:48:51 +01:00
policies.py prevent ZeroDivisionError 2019-03-21 15:05:04 +01:00
requirements.txt add redis dependency back in for caching 2019-03-21 11:08:08 +01:00
settings.py Merge branch 'master' into 30-application-security-gateway 2019-03-21 14:58:10 +01:00
signals.py invalidate cache when policy is saved 2019-03-21 11:29:11 +01:00
tasks.py add E-Mail support via celery task, untested, closes #17 2019-02-26 14:10:53 +01:00
urls.py user/ -> _/user/ to prevent duplicate URLs 2019-02-26 09:08:49 +01:00
wsgi.py add sentry configuration 2019-03-03 20:48:31 +01:00