authentic/tests
Paul Marillonnet dbf77a8ee6
gitea/authentic/pipeline/head This commit looks good Details
hide fields' requisiteness on phone-enabled password-reset (#88147)
2024-04-18 17:09:32 +02:00
..
api api: check phone uniqueness at user serializer validation (#83700) 2024-04-02 11:22:37 +02:00
auth_fc tests: replace httmock by responses in auth_fc tests (#85701) 2024-03-05 14:35:50 +01:00
auth_oidc auth_oidc: prevent trace when jwkset_json is None (#88885) 2024-04-01 23:44:22 +02:00
auth_saml auth_saml: do not load disabled authenticators (#86075) 2024-01-29 11:39:29 +01:00
idp_oidc idp_oidc: add slug edition field in edit form (#76223) 2024-01-30 15:30:08 +01:00
middlewares a2_rbac: disable required attributes check at OU level (#58546) 2021-12-13 09:47:16 +01:00
templates misc: render authenticators names in their own templates (#53264) 2023-03-28 13:26:42 +02:00
test_journal_app misc: apply django-upgrade (#69426) 2022-10-03 14:20:20 +02:00
200x200.jpg support avatar picture in user profile (#26022) 2018-10-30 10:23:11 +01:00
201x201.jpg misc: automatically resize profile image (#27644) 2018-10-30 10:23:11 +01:00
__init__.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
cache_urls.py misc: apply django-upgrade (#69426) 2022-10-03 14:20:20 +02:00
cert.pem tests: use a certificate for localhost.entrouvert.org 2018-12-05 18:03:51 +01:00
conftest.py tests: move create_user in tests.utils (#52226) 2024-01-15 14:18:21 +01:00
key.pem tests: use a certificate for localhost.entrouvert.org 2018-12-05 18:03:51 +01:00
metadata.xml remove all remaining uses of urllib2.urlopen (fixes #11388) 2016-06-16 11:52:18 +02:00
settings.py api: add role summary view (#79620) 2023-10-17 14:55:57 +02:00
test_a2_rbac.py a2_rbac: set admin role view permissions to role's OU users (#84706) 2024-02-14 11:09:22 +01:00
test_admin.py tests/admin: deprecate httmock (#85304) 2024-01-15 17:28:12 +01:00
test_all.py api: discard obsolete registration endpoint (#83234) 2023-12-20 11:18:28 +01:00
test_api_client.py api: allow per-client user attributes restriction (#78332) 2023-09-19 10:42:08 +02:00
test_attribute_kinds.py attribute_kinds: check types at date (de)serialization time (#76883) 2023-07-17 17:06:54 +02:00
test_backends.py authn: let the model backend decide which phone attribute to use (#78046) 2023-06-26 10:21:26 +02:00
test_change_email.py handle password-less phone identifier change (#79891) 2023-08-16 12:04:48 +02:00
test_change_phone.py forms/fields: provide clearer validation error for PhoneField (#88045) 2024-04-02 11:37:17 +02:00
test_commands.py tests: split auth_oidc manager tests (#85934) 2024-02-09 10:46:13 +01:00
test_concurrency.py ci: speed up slow tests by reducing loop sizes (#67106) 2022-07-07 13:33:50 +02:00
test_context_processors.py templates: add true, false, & null aliases to context (#83795) 2024-01-30 15:20:05 +01:00
test_csv_import.py tests: skip test_null_byte after python 3.11 (#84824) 2023-12-18 07:52:40 +01:00
test_custom_user.py custom_user: use strict_word_similarity in find_duplicates (#80940) 2023-10-04 11:14:16 +02:00
test_customfields.py misc: remove unicode prefixed strings (#53714) 2021-05-04 11:32:24 +02:00
test_data_transfer.py data_transfer: handle MultipleObjectsReturned in search_role() (#84766) 2023-12-19 11:03:37 +01:00
test_fields.py forms: include user attributes in password strength check (#79807) 2023-08-22 18:14:11 +02:00
test_hashers.py misc: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
test_idp_cas.py misc: replace deprecated force_text by force_str (#69988) 2022-10-07 12:24:48 +02:00
test_idp_saml2.py idp_saml2: add CORS headers to SSO endpoint (#82266) 2023-10-12 16:39:15 +02:00
test_import_export_site_cmd.py misc: apply double-quote-string-fixer (#80252) 2023-08-03 14:47:00 +02:00
test_journal.py journal: do not crash on None references (#76782) 2023-04-19 17:33:01 +02:00
test_ldap.py journal: fix get_message for user.login.failure events (#87616) 2024-02-29 15:33:44 +01:00
test_login.py authenticators: add helper functions for show condition (#67986) 2024-03-22 11:08:32 +01:00
test_manager.py manager: add display condition on homepage sidebar title (#87961) 2024-03-20 09:28:37 +01:00
test_manager_apiclient.py manager: add link to role in api_client details (#76473) 2024-01-30 15:14:09 +01:00
test_manager_authenticators.py login/pwd authenticator: allow setting sms code duration (#88786) 2024-04-03 10:42:05 +02:00
test_manager_journal.py auth_oidc: let providers declare their webkeys through public url (#83841) 2024-01-15 08:47:22 +01:00
test_manager_user_import.py forms: provide stricter PhoneField validation (#73345) 2023-01-16 11:50:51 +01:00
test_migrations.py manager: display templated user info in sidebar (#81389) 2023-11-16 10:09:32 +01:00
test_models.py misc: add lock model (#64485) 2022-05-13 12:33:34 +02:00
test_natural_key.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_ou_manager.py misc: apply double-quote-string-fixer (#80252) 2023-08-03 14:47:00 +02:00
test_password_reset.py hide fields' requisiteness on phone-enabled password-reset (#88147) 2024-04-18 17:09:32 +02:00
test_passwords.py ci: fix pre-commit failing on double quotes introduced by (#79807) 2023-08-28 10:51:01 +02:00
test_profile.py /accounts/: compute profile completion ratio (#88287) 2024-04-18 11:18:12 +02:00
test_rbac.py misc: bump black version (#75442) 2023-03-16 10:26:43 +01:00
test_registration.py hide fields' requisiteness on phone-enabled registration (#88146) 2024-04-18 17:06:52 +02:00
test_role_manager.py manager: search role with unaccent lookup (#87906) 2024-04-15 15:19:04 +02:00
test_role_summary.py misc: improve error handling when reading/writing roles summary cache (#84096) 2024-01-16 14:59:13 +01:00
test_saml_x509utils.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_template.py misc: declare dependency on publik-django-templatetags (#83698) 2023-12-06 09:32:30 +01:00
test_token.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_user_manager.py csv_import: accept empty unmandatory phone (#87581) 2024-02-28 17:48:38 +01:00
test_user_model.py user: revert phone modelfield-to-attribute implicit write (#79135) 2023-07-17 09:31:13 +02:00
test_utils.py utils: disallow any redirect URL starting with /\ or \\ (#81522) 2023-10-02 10:09:42 +02:00
test_utils_api.py utils: add DjangoRBACPermission DRF's permission class (#62013) 2022-05-30 13:39:54 +02:00
test_utils_crypto.py utils: add dumps/loads for confidentiality protected tokens (#61130) 2022-02-04 10:13:04 +01:00
test_utils_evaluate.py utils: authorize unaryop in expressions (#86266) 2024-01-31 11:18:02 +01:00
test_utils_http.py misc: move http utils in authentic2.utils.http (#85934) 2024-02-09 10:46:13 +01:00
test_utils_lazy.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_utils_models.py misc: delete unused safe_get_or_create (#64485) 2022-05-13 12:33:34 +02:00
test_utils_rest_framework.py api: apply unflatten to input JSON (#66742) 2022-06-29 13:25:54 +02:00
test_validators.py misc: make minimum password strength configurable in ous (#68745) 2022-10-07 08:48:58 +02:00
test_views.py forms/fields: provide clearer validation error for PhoneField (#88045) 2024-04-02 11:37:17 +02:00
test_widgets.py authenticators: migrate some settings to password authenticator (#41671) 2023-06-15 10:13:31 +02:00
utils.py journal: fix get_message for user.login.failure events (#87616) 2024-02-29 15:33:44 +01:00
wrongcert.pem ldap: retrieve tls info on ldap errors (#56666) 2021-09-16 15:15:05 +02:00