authentic/src/authentic2
Frédéric Péters d511b5ab60
gitea/authentic/pipeline/head This commit looks good Details
a11y: remove erroneous <p> around registration form (#78109)
2023-06-01 20:02:26 +02:00
..
a2_rbac misc: bump black version (#75442) 2023-03-16 10:26:43 +01:00
apps manager: do not include erroneous link to deleted users (#62204) 2023-05-24 20:47:03 +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 authn: provide a single field for username and phone number (#72449) 2023-05-02 10:50:02 +02:00
compat misc: remove samesite retro-compatibility code (#60798) 2022-01-18 23:58:29 +01:00
custom_user misc: bump black version (#75442) 2023-03-16 10:26:43 +01:00
disco_service misc: bump black version (#75442) 2023-03-16 10:26:43 +01:00
forms provide generic input code logic (#69890) 2023-05-04 14:51:59 +02:00
idp misc: bump djhtml version (#75442) 2023-03-16 10:26:43 +01:00
locale/fr/LC_MESSAGES misc: fix "remotre" typo in authenticator condition (#77834) 2023-05-23 13:30:10 +02:00
management misc: change django-upgrade target version to 3.2 (#75442) 2023-03-16 10:26:43 +01:00
manager manager: provide services default configuration interface (#75139) 2023-04-26 10:44:02 +02:00
migrations use generic appearance for SAML2 services only (#77296) 2023-05-15 10:14:38 +02:00
nonce misc: bump black version (#75442) 2023-03-16 10:26:43 +01:00
saml misc: bump black version (#75442) 2023-03-16 10:26:43 +01:00
static misc: change email live hint message element to be <p> (#71068) 2023-01-20 14:07:04 +01:00
templates a11y: remove erroneous <p> around registration form (#78109) 2023-06-01 20:02:26 +02:00
utils use generic appearance for SAML2 services only (#77296) 2023-05-15 10:14:38 +02:00
__init__.py misc: change django-upgrade target version to 3.2 (#75442) 2023-03-16 10:26:43 +01:00
admin.py misc: change django-upgrade target version to 3.2 (#75442) 2023-03-16 10:26:43 +01: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: return inherited roles for api client (#76282) 2023-04-06 09:37:16 +02:00
app_settings.py views: fix sms-registration phone-number ratelimit key (#72597) 2022-12-19 16:13:45 +01:00
apps.py misc: rename app.py to apps.py (#75462) 2023-03-16 10:26:43 +01:00
attribute_kinds.py settings: rename erroneous 'lang' phone number entry for 'region' (#73998) 2023-01-31 09:37:36 +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 use generic appearance for SAML2 services only (#77296) 2023-05-15 10:14:38 +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 auth_oidc: avoid user messages with prompt=none related errors (#72538) 2023-04-19 12:24:38 +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 models: add RuntimeSetting class (#75139) 2023-04-26 08:32:44 +02:00
middleware.py misc: set secure and http-only for cookie 'cookie-test' (#76809) 2023-04-20 14:19:24 +02:00
models.py models: sms code adjustments for password reset (#69890) 2023-05-04 14:51:59 +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: stop using pkg_resources (#22865) 2023-04-18 15:24:12 +02:00
serializers.py misc: fix try-except-raise pylint error (#56982) 2021-09-24 11:30:14 +02:00
settings.py plugins: stop using pkg_resources (#22865) 2023-04-18 15:24:12 +02:00
urls.py provide generic input code logic (#69890) 2023-05-04 14:51:59 +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 provide generic input code logic (#69890) 2023-05-04 14:51:59 +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