.. |
auth
|
add Nonce (one-time links), add password reset function (missing e-mail verification), closes #7
|
2019-02-25 20:46:23 +01:00 |
forms
|
add SignUp Confirmation (required by default, can be disabled in invitations) closes #6
|
2019-02-25 21:03:24 +01:00 |
management
|
fix broken Docker build and helm package
|
2019-02-26 12:34:51 +01:00 |
migrations
|
Automatically create PasswordFactor on initial setup closes #16
|
2019-02-26 09:54:51 +01:00 |
static
|
automatically fill slug field while typing
|
2019-02-21 17:01:12 +01:00 |
templates
|
Improve partially broken Delete Views, show success message on deletion
|
2019-02-26 09:49:42 +01:00 |
templatetags
|
add hook for Factors to show user settings. closes #5
|
2019-02-25 13:20:07 +01:00 |
tests
|
remove hardcoded passwords
|
2019-02-26 13:06:22 +01:00 |
views
|
add unittests, woo
|
2019-02-26 10:57:05 +01:00 |
__init__.py
|
bump version: 0.0.9-alpha -> 0.0.10-alpha
|
2019-02-26 12:44:02 +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 psycopg2 as dependency
|
2019-02-21 16:30:56 +01:00 |
models.py
|
add SignUp Confirmation (required by default, can be disabled in invitations) closes #6
|
2019-02-25 21:03:24 +01:00 |
policies.py
|
Rules -> Policies, more things
|
2019-02-21 16:06:57 +01:00 |
requirements.txt
|
add psycopg2 as dependency
|
2019-02-21 16:30:56 +01:00 |
settings.py
|
add passbook.pretend to use passbook in applications which don't support generic OAuth
|
2019-02-26 09:10:37 +01:00 |
signals.py
|
add signal for password change, add field for password policies
|
2019-02-25 15:41:36 +01:00 |
urls.py
|
user/ -> _/user/ to prevent duplicate URLs
|
2019-02-26 09:08:49 +01:00 |
wsgi.py
|
add working oauth and ldap client
|
2018-11-11 13:41:48 +01:00 |