management
|
fix password not getting set on user import
|
2019-03-08 19:45:41 +01:00 |
templates
|
add impersonation middleware, add to templates
|
2019-03-10 02:41:31 +01:00 |
templatetags
|
add passing property to PolicyEngine
|
2019-03-08 19:49:53 +01:00 |
tests
|
fix unittests
|
2019-03-11 11:44:12 +01:00 |
views
|
fix UserChangePasswordView not requiring Login
|
2019-03-11 11:25:59 +01:00 |
__init__.py
|
bump version: 0.1.15-beta -> 0.1.16-beta
|
2019-03-11 21:35:11 +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 |
models.py
|
Add Group Member policy
|
2019-03-10 19:32:18 +01:00 |
requirements.txt
|
redis -> rabbitmq
|
2019-03-11 20:46:19 +01:00 |
settings.py
|
redis -> rabbitmq
|
2019-03-11 20:46:19 +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 |