authentic/src/authentic2
Benjamin Dauvergne 02f0952f9c misc: delete unused safe_get_or_create (#64485)
Introduced in #60658 it used a global lock on model's table to prevent
multiple access, using the Lock model is simpler and more efficient.
2022-05-13 12:33:34 +02:00
..
a2_rbac discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
apps discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
attribute_aggregator misc: fix unused-import pylint error (#56982) 2021-09-24 11:21:18 +02:00
attributes_ng discard django_rbac generic getters in main a2 code (#58695) 2021-11-26 10:04:48 +01:00
auth_migrations_18 misc: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
backends misc: use lock on email when creating user instances (#64485) 2022-05-13 12:33:34 +02:00
compat misc: remove samesite retro-compatibility code (#60798) 2022-01-18 23:58:29 +01:00
custom_user discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
disco_service misc: fix deprecated-method pylint error (#56982) 2021-09-24 11:30:14 +02:00
forms discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
idp misc: fix pylint errors (#63174) 2022-03-25 10:45:08 +01:00
locale/fr/LC_MESSAGES translation fix, 2 2022-05-13 11:56:42 +02:00
management journal: log user deletion for inactivity (#63470) 2022-04-22 14:43:05 +02:00
manager widgets: adapt ModelSelect2Mixin.filter_queryset prototype (#64305) 2022-05-13 09:49:23 +02:00
migrations misc: add lock model (#64485) 2022-05-13 12:33:34 +02:00
nonce misc: fix consider-using-with pylint error (#56982) 2021-09-24 11:21:18 +02:00
saml templates: remove deprecated admin_static tag library (#64305) 2022-05-13 09:49:23 +02:00
static misc: use scss for all css files (#62936) 2022-03-29 10:54:16 +02:00
templates templates: remove spaces before question marks (#65077) 2022-05-13 08:26:39 +02:00
utils misc: delete unused safe_get_or_create (#64485) 2022-05-13 12:33:34 +02:00
__init__.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
admin.py discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
api_mixins.py discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
api_urls.py api: add identifier management to user profile endpoint (#58556) 2022-03-04 13:43:42 +01:00
api_views.py discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
app.py misc: apply black (#52457) 2021-03-30 11:32:55 +02:00
app_settings.py discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
attribute_kinds.py discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
authentication.py misc: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
authenticators.py views: require authentication for deleting account without a verified email (#28853) 2022-02-21 10:47:50 +01:00
cbv.py misc: update import statements (#55602) 2021-07-15 12:32:26 +02:00
compat_lasso.py misc: fix unused-import pylint error (#56982) 2021-09-24 11:21:18 +02:00
constants.py misc: maintain home url, service and ou (#61199) 2022-02-04 11:12:02 +01:00
context_processors.py misc: show service name only if it's OIDC service (#64467) 2022-04-25 11:27:16 +02:00
cors.py misc: remove cache decorators declaration to avoir circular import (#62014) 2022-02-21 14:17:01 +01:00
crypto.py misc: move authentic2.crypto to authentic2.utils.crypto (#61130) 2022-02-04 10:13:01 +01:00
csv_import.py csv_import: add force-password-reset column (#62252) 2022-03-15 13:39:36 +01:00
data_transfer.py data_transfer: simplify logic (#51464) 2021-12-13 09:44:47 +01:00
decorators.py misc: remove cache decorators declaration to avoir circular import (#62014) 2022-02-21 14:17:01 +01:00
exponential_retry_timeout.py misc: apply black 22.1.0 2022-03-01 19:34:11 +01:00
hashers.py misc: fix unused-variable pylint error (#56982) 2021-09-24 11:30:14 +02:00
hooks.py misc: move cache decorators in utils (#61735) 2022-02-21 10:49:52 +01:00
http_utils.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
journal.py misc: maintain home url, service and ou (#61199) 2022-02-04 11:12:02 +01:00
journal_event_types.py discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
ldap_utils.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
log_filters.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
logger.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
managers.py discard django_rbac generic getters in main a2 code (#58695) 2021-11-26 10:04:48 +01:00
middleware.py middleware: fix threading deprecated function call (#64643) 2022-04-28 11:48:57 +02:00
models.py misc: use lock on email when creating user instances (#64485) 2022-05-13 12:33:34 +02:00
natural_key.py misc: fix no-else-break pylint error (#56982) 2021-09-24 11:21:18 +02:00
passwords.py misc: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
plugins.py plugins: discard deprecated django.conf.urls.url (#64305) 2022-05-13 09:49:23 +02:00
serializers.py misc: fix try-except-raise pylint error (#56982) 2021-09-24 11:30:14 +02:00
settings.py settings: hard-code xstatic uris instead of gadjo templatetag reliance (#64305) 2022-05-13 09:49:23 +02:00
urls.py urls: move public view into their own prefix (#12932) 2022-04-22 09:51:10 +02:00
user_login_failure.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
validators.py discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
views.py misc: use lock on email when creating user instances (#64485) 2022-05-13 12:33:34 +02:00
widgets.py misc: fix unused-wildcard-import pylint error (#56982) 2021-09-24 11:30:14 +02:00
wsgi.py misc: fix unused-import pylint error (#56982) 2021-09-24 11:21:18 +02:00