authentic/src/authentic2
Benjamin Dauvergne 5a3f82bd51 settings: mute warning about auto fields
See https://docs.djangoproject.com/en/dev/releases/3.2/#customizing-type-of-auto-created-primary-keys
2022-11-23 15:15:17 +01:00
..
a2_rbac django_rbac: remove utils (#70894) 2022-11-14 12:00:15 +01:00
apps authenticators: add manager role (#66984) 2022-10-31 10:19:33 +01:00
attribute_aggregator misc: fix unused-import pylint error (#56982) 2021-09-24 11:21:18 +02:00
attributes_ng misc: replace deprecated ugettext by gettext (#69974) 2022-10-07 11:42:51 +02:00
auth_migrations_18 misc: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
backends misc: replace deprecated force_text by force_str (#69988) 2022-10-07 12:24:48 +02:00
compat misc: remove samesite retro-compatibility code (#60798) 2022-01-18 23:58:29 +01:00
custom_user models: add User.keepalive field (#67901) 2022-11-16 11:39:07 +01:00
disco_service misc: replace deprecated ugettext by gettext (#69974) 2022-10-07 11:42:51 +02:00
forms general: add a new "language" attribute kind (#71033) 2022-11-14 15:38:37 +01:00
idp misc: move hooks module in utils package (#69720) 2022-10-19 13:05:24 +02:00
locale/fr/LC_MESSAGES translation update (#71523) 2022-11-22 12:05:28 +01:00
management misc: adapt clean-unused-account for keepalive (#67901) 2022-11-16 11:39:07 +01:00
manager models: add User.keepalive field (#67901) 2022-11-16 11:39:07 +01:00
migrations apiclient: make description non mandatory (#69524) 2022-11-14 17:37:59 +01:00
nonce misc: fix consider-using-with pylint error (#56982) 2021-09-24 11:21:18 +02:00
saml misc: replace deprecated force_text by force_str (#69988) 2022-10-07 12:24:48 +02:00
static misc: add password strength meter in NewPasswordInput (#63831) 2022-09-07 11:58:31 +02:00
templates authentic: display only service home link only if defined (#64649) 2022-10-14 10:42:37 +02:00
utils misc: do not instantatiate StoreRequestMiddleware without an argument (#70631) 2022-10-28 10:35:04 +02:00
__init__.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
admin.py custom_user: add phone and phone verification fields (#65173) 2022-10-19 15:50:11 +02:00
api_mixins.py discard deprecated unicode-aware i18n utils (#64305) 2022-05-13 09:49:23 +02:00
api_urls.py misc: apply django-upgrade (#69426) 2022-10-03 14:20:20 +02:00
api_views.py api: add keepalive option to user syncronization API (#67901) 2022-11-21 10:22:54 +01:00
app.py misc: apply black (#52457) 2021-03-30 11:32:55 +02:00
app_settings.py custom_user: add phone and phone verification fields (#65173) 2022-10-19 15:50:11 +02:00
attribute_kinds.py general: add a new "language" attribute kind (#71033) 2022-11-14 15:38:37 +01:00
authentication.py api: add keepalive option to user syncronization API (#67901) 2022-11-21 10:22:54 +01:00
cbv.py misc: move hooks module in utils package (#69720) 2022-10-19 13:05:24 +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 models: add User.keepalive field (#67901) 2022-11-16 11:39:07 +01:00
data_transfer.py a2_rbac: migrate existing operations to new model (#69902) 2022-10-19 14:53:34 +02:00
decorators.py misc: apply django-upgrade (#69426) 2022-10-03 14:20:20 +02:00
exponential_retry_timeout.py misc: apply black 22.1.0 2022-03-01 19:34:11 +01:00
hashers.py misc: replace deprecated force_text by force_str (#69988) 2022-10-07 12:24:48 +02:00
hooks.py misc: move hooks module in utils package (#69720) 2022-10-19 13:05:24 +02:00
http_utils.py general: give a timeout to all HTTP requests (#68470) 2022-08-29 08:33:05 +02:00
journal.py misc: maintain home url, service and ou (#61199) 2022-02-04 11:12:02 +01:00
journal_event_types.py api: add keepalive option to user syncronization API (#67901) 2022-11-21 10:22:54 +01:00
ldap_utils.py misc: replace deprecated force_text by force_str (#69988) 2022-10-07 12:24:48 +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 misc: replace deprecated ugettext by gettext (#69974) 2022-10-07 11:42:51 +02:00
models.py apiclient: make description non mandatory (#69524) 2022-11-14 17:37:59 +01:00
natural_key.py misc: fix no-else-break pylint error (#56982) 2021-09-24 11:21:18 +02:00
passwords.py misc: replace deprecated ugettext by gettext (#69974) 2022-10-07 11:42:51 +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: mute warning about auto fields 2022-11-23 15:15:17 +01:00
urls.py manager: add a permission denied view (#70042) 2022-10-17 16:21:35 +02:00
user_login_failure.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
validators.py custom_user: add phone and phone verification fields (#65173) 2022-10-19 15:50:11 +02:00
views.py misc: use hooks to accumulate redirect logout urls (#69720) 2022-10-19 13:05:24 +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