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 9daff7608d fix password not getting set on user import 2019-03-08 19:45:41 +01:00
..
auth add PropertyMapping Model, add Subclass for SAML, test with AWS 2019-03-08 12:47:50 +01:00
forms add custom DynamicArrayField to better handle arrays 2019-03-08 15:11:01 +01:00
management fix password not getting set on user import 2019-03-08 19:45:41 +01:00
migrations add PropertyMapping Model, add Subclass for SAML, test with AWS 2019-03-08 12:47:50 +01:00
static add custom DynamicArrayField to better handle arrays 2019-03-08 15:11:01 +01:00
templates add custom DynamicArrayField to better handle arrays 2019-03-08 15:11:01 +01:00
templatetags create suspicious request detector and policy, add request to policy engine 2019-03-03 20:26:25 +01:00
tests switch from first_name and last_name to name 2019-02-27 15:09:05 +01:00
views use HTML5 autocomplete values to better handle password managers 2019-03-02 23:19:58 +01:00
__init__.py bump version: 0.1.4-beta -> 0.1.5-beta 2019-03-08 16:03:52 +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 PropertyMapping Model, add Subclass for SAML, test with AWS 2019-03-08 12:47:50 +01:00
policies.py fix prospector/isort errors 2019-03-03 20:54:23 +01:00
requirements.txt Fix redis dependency being too old 2019-03-07 14:39:00 +01:00
settings.py Merge branch '1-suspicious-request' into 'master' 2019-03-03 20:04:56 +00:00
signals.py create suspicious request detector and policy, add request to policy engine 2019-03-03 20:26:25 +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