authentic/src/authentic2
Paul Marillonnet bc45b63155
gitea/authentic/pipeline/head This commit looks good Details
translation update (#90190)
2024-05-02 12:11:25 +02:00
..
a2_rbac manager: search role with unaccent lookup (#87906) 2024-04-15 15:19:04 +02:00
apps login registration: provide phone authn config in template ctx (#88144) 2024-04-18 17:05:17 +02:00
attribute_aggregator misc: bump black version (#75442) 2023-03-16 10:26:43 +01:00
attributes_ng attributes_ng: restore setting superuser flag (#71855) 2022-11-29 18:55:27 +01:00
auth_migrations_18 misc: bump black version (#75442) 2023-03-16 10:26:43 +01:00
backends ldap: prevent use of lock_email outside of a transaction (#70439) 2024-02-23 20:18:27 +01:00
compat misc: remove samesite retro-compatibility code (#60798) 2022-01-18 23:58:29 +01:00
custom_user user: add helper to add role to user (#52226) 2024-01-15 14:18:21 +01:00
disco_service misc: apply double-quote-string-fixer (#80252) 2023-08-03 14:47:00 +02:00
forms phone field: do not bypass more precise dialability check (#90190) 2024-04-30 15:20:37 +02:00
idp idp_saml2: add CORS headers to SSO endpoint (#82266) 2023-10-12 16:39:15 +02:00
locale/fr/LC_MESSAGES translation update (#90190) 2024-05-02 12:11:25 +02:00
management misc: do not use the ORM in Command.__init__ (#85699) 2024-01-15 18:10:50 +01:00
manager manager: search role with unaccent lookup (#87906) 2024-04-15 15:19:04 +02:00
migrations manager: display templated user info in sidebar (#81389) 2023-11-16 10:09:32 +01:00
nonce misc: bump black version (#75442) 2023-03-16 10:26:43 +01:00
saml saml: get uploaded metadata file content as a string (#86217) 2024-01-27 09:38:58 +01:00
static forms: include user attributes in password strength check (#79807) 2023-08-22 18:14:11 +02:00
templates hide fields' requisiteness on phone-enabled password-reset (#88147) 2024-04-18 17:09:32 +02:00
utils manager: search role with unaccent lookup (#87906) 2024-04-15 15:19:04 +02:00
__init__.py misc: remove old Django version support (#79851) 2023-07-20 11:42:30 +02:00
admin.py misc: apply double-quote-string-fixer (#80252) 2023-08-03 14:47:00 +02:00
api_mixins.py api: add ou selection to get/update_or_create mixin (#80957) 2023-09-18 12:08:12 +02:00
api_urls.py api: add routes to get roles by slug (#52226) 2024-01-15 14:18:21 +01:00
api_views.py api: check phone uniqueness at user serializer validation (#83700) 2024-04-02 11:22:37 +02:00
app.py misc: add converters (#52226) 2024-01-15 14:18:21 +01:00
app_settings.py /accounts/: compute profile completion ratio (#88287) 2024-04-18 11:18:12 +02:00
attribute_kinds.py phone authn: fix i18n on format error messages (#90190) 2024-04-30 15:07:28 +02:00
authentication.py api: add keepalive option to user syncronization API (#67901) 2022-11-21 10:22:54 +01:00
base_commands.py management: add a LogToConsoleCommand base class (#62710) 2022-12-14 15:31:07 +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 templates: add true, false, & null aliases to context (#83795) 2024-01-30 15:20:05 +01: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: accept empty unmandatory phone (#87581) 2024-02-28 17:48:38 +01:00
data_transfer.py data_transfer: handle MultipleObjectsReturned in search_role() (#84766) 2023-12-19 11:03:37 +01: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: apply double-quote-string-fixer (#80252) 2023-08-03 14:47:00 +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 journal: fix get_message for user.login.failure events (#87616) 2024-02-29 15:33:44 +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 models: add RuntimeSetting class (#75139) 2023-04-26 08:32:44 +02:00
middleware.py misc: use samesite=None for opened session cookie (#90197) 2024-04-30 15:03:16 +02:00
models.py login/pwd authenticator: allow setting sms code duration (#88786) 2024-04-03 10:42:05 +02:00
natural_key.py misc: fix no-else-break pylint error (#56982) 2021-09-24 11:21:18 +02:00
passwords.py authenticators: load custom password dictionaries (#79806) 2023-08-22 18:14:11 +02:00
plugins.py plugins: stop using pkg_resources (#22865) 2023-04-18 15:24:12 +02:00
role_summary.py misc: improve error handling when reading/writing roles summary cache (#84096) 2024-01-16 14:59:13 +01:00
serializers.py misc: apply double-quote-string-fixer (#80252) 2023-08-03 14:47:00 +02:00
settings.py login/pwd authenticator: allow setting sms code duration (#88786) 2024-04-03 10:42:05 +02:00
urls.py misc: remove dead logged-in JSONP endpoint (#88195) 2024-03-20 16:37:06 +01:00
user_login_failure.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
validators.py forms: add an example of email address in registration form (#83254) 2024-03-19 17:30:08 +01:00
views.py phone-authn: on registration, inform user of existing duplicate (#88163) 2024-04-29 09:45:49 +02:00
widgets.py misc: fix unused-wildcard-import pylint error (#56982) 2021-09-24 11:30:14 +02:00
wsgi.py misc: apply double-quote-string-fixer (#80252) 2023-08-03 14:47:00 +02:00