authentic/src/authentic2
Paul Marillonnet 74e6f1f248 auth_oidc: add passive authn deactivation flag (#73412) 2023-01-17 09:36:37 +01:00
..
a2_rbac models: remove obsolete NullBooleanField (#72067) 2022-12-13 13:44:28 +01:00
apps authenticators: clarify button description attribute (#72295) 2022-12-13 14:05:13 +01:00
attribute_aggregator misc: fix unused-import pylint error (#56982) 2021-09-24 11:21:18 +02:00
attributes_ng attributes_ng: restore setting superuser flag (#71855) 2022-11-29 18:55:27 +01:00
auth_migrations_18 misc: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
backends authentication/forms: add user phone as identifier (#69221) 2022-12-12 08:42:45 +01:00
compat misc: remove samesite retro-compatibility code (#60798) 2022-01-18 23:58:29 +01:00
custom_user api: let free text search accept local phone numbers (#69906) 2022-12-13 09:56:17 +01:00
disco_service misc: replace deprecated ugettext by gettext (#69974) 2022-10-07 11:42:51 +02:00
forms forms: provide stricter PhoneField validation (#73345) 2023-01-16 11:50:51 +01:00
idp misc: proxy passive SSO from SAML2 services to OIDC idps (#27135) 2022-12-14 12:34:33 +01:00
locale/fr/LC_MESSAGES translation update (#72384) 2023-01-16 12:06:34 +01:00
management management: add a LogToConsoleCommand base class (#62710) 2022-12-14 15:31:07 +01:00
manager style: provide a single-line layout for phone fields (#73011) 2023-01-16 12:23:57 +01:00
migrations models: add ou field to api clients (#71275) 2022-12-13 14:39:00 +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 registration: provide a more user-friendly input code form (#72604) 2022-12-20 11:02:28 +01:00
utils views: fix sms-registration phone-number ratelimit key (#72597) 2022-12-19 16:13:45 +01: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_views: handle ou-wise api-client checks (#71275) 2022-12-13 14:39:33 +01:00
app.py misc: apply black (#52457) 2021-03-30 11:32:55 +02:00
app_settings.py views: fix sms-registration phone-number ratelimit key (#72597) 2022-12-19 16:13:45 +01:00
attribute_kinds.py drf: remove obsolete NullBooleanField serializer field (#72067) 2022-12-13 13:44:28 +01: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 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 custom_user: set email verification sources (#66054) 2022-12-12 09:45:45 +01:00
data_transfer.py a2_rbac: move role attributes to real model fields (#69895) 2022-11-29 14:05:38 +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: 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 registration: provide a more user-friendly input code form (#72604) 2022-12-20 11:02:28 +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 add sms code related settings (#69223) 2022-12-12 15:11:47 +01:00
urls.py add a page for users to input their sms registration code (#69223) 2022-12-12 16:10:15 +01: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 auth_oidc: add passive authn deactivation flag (#73412) 2023-01-17 09:36:37 +01: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