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 5d1a3043b2 create SSOLoginPolicy, which allows factors to be applied when user comes from SSO login
implement SESSIION_IS_SSO_LOGIN for OAuth Client and core MFA
2019-04-29 23:19:37 +02:00
..
auth create SSOLoginPolicy, which allows factors to be applied when user comes from SSO login 2019-04-29 23:19:37 +02:00
forms create SSOLoginPolicy, which allows factors to be applied when user comes from SSO login 2019-04-29 23:19:37 +02:00
management increase application close timeout 2019-04-29 22:19:26 +02:00
migrations create SSOLoginPolicy, which allows factors to be applied when user comes from SSO login 2019-04-29 23:19:37 +02:00
static implement actual Rewriting logic 2019-03-21 16:22:07 +01:00
templates fix clicking on administration always loading admin interface 2019-04-29 19:22:14 +02: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 show cache on admin overview, add modal to clear cache, re-add logging to policy 2019-04-29 20:37:44 +02:00
__init__.py new release: 0.1.37-beta 2019-04-29 21:43:18 +02: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
asgi.py switch kubernetes deployment to daphne server 2019-04-10 22:38:25 +02:00
celery.py fully remove raven and switch WSGI and logging to sentry_sdk 2019-04-05 16:11:53 +02:00
exceptions.py implement password policy checking on signup and password change closes #8 2019-02-26 15:40:58 +01:00
models.py create SSOLoginPolicy, which allows factors to be applied when user comes from SSO login 2019-04-29 23:19:37 +02:00
policies.py send session to task 2019-04-29 23:18:51 +02:00
requirements.txt remove django guardian and check application access via PolicyEngine 2019-04-29 20:07:18 +02:00
settings.py remove guardian completely 2019-04-29 20:57:54 +02:00
signals.py invalidate cache when policy is saved 2019-03-21 11:29:11 +01:00
tasks.py set default log level to warn, fix clean_nonces not working 2019-04-11 10:43:13 +02:00
urls.py fix failing CI 2019-04-09 17:26:53 +02:00
wsgi.py fully remove raven and switch WSGI and logging to sentry_sdk 2019-04-05 16:11:53 +02:00