authentic/src/authentic2
Benjamin Dauvergne e52ebd5706 manager: remove dubious non-breakable spaces in translatable strings (#47206) 2020-10-01 10:59:32 +02:00
..
a2_rbac a2_rbac: add manage_authorizations permission to custom_user (#46182) 2020-09-29 11:55:18 +02:00
attribute_aggregator misc: remove byte strings in migrations (#42504) 2020-05-05 17:08:43 +02:00
attributes_ng misc: remove all uses of map() (#44878) 2020-07-07 10:37:41 +02:00
auth2_auth remove auth2_ssl (#33992) 2019-07-02 12:49:28 +02:00
auth_migrations_18 auth_migrations: drop obsolete & broken unicity constraint (#41238) 2020-04-27 14:34:56 +02:00
backends ldap: add server URI in user lookup log messages (#47029) 2020-09-25 17:15:26 +02:00
compat views: use one-time token for password reset (#41792) 2020-08-20 09:56:02 +02:00
custom_user translations: misc fixes in custom po file 2020-09-21 16:42:15 +02:00
dashboard_migrations removed django-admin-tools (#22626) 2018-07-17 09:21:07 +02:00
disco_service translation update 2020-09-01 18:27:14 +02:00
forms misc: improve invalid login error message (#19944) 2020-08-03 12:47:37 +02:00
idp translations: improve typography in idp/saml po file 2020-09-21 16:24:48 +02:00
locale/fr/LC_MESSAGES translation fix 2020-09-22 09:18:58 +02:00
management misc: add command check-and-repair (#42190) 2020-09-03 11:57:33 +02:00
manager manager: remove dubious non-breakable spaces in translatable strings (#47206) 2020-10-01 10:59:32 +02:00
menu_migrations removed django-admin-tools (#22626) 2018-07-17 09:21:07 +02:00
migrations misc: hide disabled attributes and values (#42963) 2020-05-22 14:22:11 +02:00
nonce misc: remove deprecated py2-compatibility decorator (#45228) 2020-07-28 21:43:01 +02:00
saml misc: reuse and factorize conversion of int to base64 (#47013) 2020-09-29 15:05:07 +02:00
static misc: update password checking code for new form markup (#46150) 2020-08-28 09:55:02 +02:00
templates misc: remove closing tag from template translation block (#46765) 2020-09-18 09:53:50 +02:00
utils misc: expose HTTP headers in authenticators conditions (#47084) 2020-09-29 21:14:03 +02:00
__init__.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
admin.py admin: activate SessionAdmin with mellon backend (#42852) 2020-05-18 17:12:07 +02:00
api_mixins.py api: handle multiple objects returned in get-or-create mixin (#44301) 2020-09-18 15:07:29 +02:00
api_urls.py api: role members direct definition (#36377) 2019-10-04 18:49:06 +02:00
api_views.py api_views: provide a default slug for roles (#22251) 2020-09-17 15:01:19 +02:00
app_settings.py login: add an option to hide cancel button (#41122) 2020-09-18 09:57:56 +02:00
apps.py Revert "add compatibility layer for support of Django native JSONField (fixes #29193)" 2019-11-21 17:02:06 +01:00
attribute_kinds.py misc: unserialize attribute in registration view (#45710) 2020-08-13 17:33:22 +02:00
authentication.py misc: make OIDCUser.is_authenticated callable (#42172) 2020-04-28 02:03:35 +02:00
authenticators.py misc: validate and use a real identifier for services (#45672) 2020-09-03 11:55:13 +02:00
cbv.py misc: use long duration cookie to check for cookie support in browser (#44055) 2020-06-26 12:02:38 +02:00
compat_lasso.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
constants.py whitelist send_registration_email_next_url using HMAC signature (#34115) 2019-07-04 17:17:05 +02:00
context_processors.py misc: provide origin service in template context (#20699) 2020-09-17 11:39:30 +02:00
cors.py idp.saml: rely on get_plugins for beeing discovered (#46474) 2020-09-16 17:45:13 +02:00
crypto.py crypto: accept ASCII str in aes_base64_decrypt (#44741) 2020-07-02 15:30:37 +02:00
csv_import.py misc: restore sniffing of csv dialect (#44016) 2020-07-25 19:37:26 +02:00
data_transfer.py manager: add ou and role imports (#45082) 2020-08-31 10:05:59 +02:00
decorators.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
exponential_retry_timeout.py misc: remove all uses of map() (#44878) 2020-07-07 10:37:41 +02:00
hashers.py hashers: fix drupal password hasher (#45576) 2020-08-03 12:07:10 +02:00
hooks.py misc: add settings to propagate exceptions in hooks (#42982) 2020-05-16 11:37:44 +02:00
http_utils.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
ldap_utils.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
log_filters.py log_filter: make force debug filter work for real (#46127) 2020-09-03 11:55:49 +02:00
logger.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
managers.py misc: hide disabled attributes and values (#42963) 2020-05-22 14:22:11 +02:00
middleware.py misc: adopt hobo way of generating the request_id (#47023) 2020-09-29 15:05:35 +02:00
models.py misc: remove deprecated py2-compatibility decorator (#45228) 2020-07-28 21:43:01 +02:00
natural_key.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
passwords.py misc: use SystemRandom to generate passwords (#43154) 2020-05-20 16:46:51 +02:00
plugins.py misc: load plugins through django's application registry when possible (#46474) 2020-09-16 17:45:13 +02:00
serializers.py dj2.2: handle api change in django.db.models.options (#41238) 2020-04-27 14:34:24 +02:00
settings.py a2_rbac: add manage_authorizations permission to custom_user (#46182) 2020-09-29 11:55:18 +02:00
urls.py urls: remove legacy URL routing (#46151) 2020-09-17 11:32:01 +02:00
user_login_failure.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
validators.py validators: close smtp socket after email rcpt check (#41791) 2020-05-15 10:55:40 +02:00
views.py misc: expose HTTP headers in authenticators conditions (#47084) 2020-09-29 21:14:03 +02:00
widgets.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
wsgi.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00