authentic/src/authentic2
Valentin Deniaud 58dd0ae0be a2_rbac: move managers from django_rbac (#70894) 2022-11-14 12:00:15 +01:00
..
a2_rbac a2_rbac: move managers from django_rbac (#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 custom_user: perform implicit writes on redundant phone fields (#65173) 2022-10-19 15:50:11 +02:00
disco_service misc: replace deprecated ugettext by gettext (#69974) 2022-10-07 11:42:51 +02:00
forms misc: use LANCZOS instead of PIL.Image.Antialias (#70634) 2022-11-04 08:07:14 +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 2022-11-14 10:05:32 +01:00
management a2_rbac: move signal handlers from django_rbac (#69902) 2022-10-19 14:53:34 +02:00
manager authenticators: add manager role (#66984) 2022-10-31 10:19:33 +01:00
migrations start APIClient model (#66985) 2022-08-17 16:24:52 +02: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 misc: move hooks module in utils package (#69720) 2022-10-19 13:05:24 +02: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 attribute_kinds: remove dead 'free_text_search' entry (#70341) 2022-10-20 10:23:25 +02:00
authentication.py handle APICLient in DRF authentication (#66985) 2022-08-17 16:24:52 +02: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 misc: replace deprecated force_text by force_str (#69988) 2022-10-07 12:24:48 +02: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 misc: fix spelling of OpenID Connect (#70747) 2022-10-28 08:02:41 +02: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 custom_user: move permission mixin code from django_rbac (#70135) 2022-10-17 10:26:17 +02: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 a2_rbac: move context_processors from django_rbac (#70894) 2022-11-14 12:00:15 +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