authentic/tests
Paul Marillonnet 7855147ac4 auth_fc: record user registration events (#64339) 2022-04-20 11:59:41 +02:00
..
auth_fc auth_fc: record user registration events (#64339) 2022-04-20 11:59:41 +02:00
idp_oidc misc: drop use of custom partial index on Service (#63690) 2022-04-07 18:39:29 +02:00
middlewares a2_rbac: disable required attributes check at OU level (#58546) 2021-12-13 09:47:16 +01:00
templates misc: inject TEMPLATE_VARS in mail template context (#43469) 2020-07-03 10:00:50 +02:00
test_journal_app journal: make all record() arguments keyword only (#63174) 2022-03-25 10:45:15 +01: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: remove cache decorators declaration to avoir circular import (#62014) 2022-02-21 14:17:01 +01:00
cert.pem tests: use a certificate for localhost.entrouvert.org 2018-12-05 18:03:51 +01:00
conftest.py views: require authentication for deleting account without a verified email (#28853) 2022-02-21 10:47:50 +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
openid_configuration.json oidc: fix typo in client_secret_post support declaration (#58521) 2021-11-12 10:06:17 +01:00
settings.py misc: fix undefined-variable pylint error (#56982) 2021-09-24 11:21:18 +02:00
test_a2_rbac.py misc: drop use of custom partial index on Service (#63690) 2022-04-07 18:39:29 +02:00
test_admin.py admin saml: handle binary content in metadata http response (#55455) 2021-07-15 11:03:21 +02:00
test_all.py misc: move cache decorators in utils (#61735) 2022-02-21 10:49:52 +01:00
test_api.py api: fix non determinism in statistics API tests (#63690) 2022-04-07 18:39:33 +02:00
test_attribute_kinds.py misc: fix unused-variable pylint error (#56982) 2021-09-24 11:30:14 +02:00
test_auth_oidc.py misc: apply black 22.1.0 2022-03-01 19:34:11 +01:00
test_auth_saml.py auth_saml: update error message on user creation failure (#62930) 2022-04-07 16:50:42 +02:00
test_backends.py misc: update import statements (#55602) 2021-07-15 12:32:26 +02:00
test_change_email.py journal_event_types: add user email change (#52567) 2021-05-17 11:32:59 +02:00
test_commands.py auth_oidc: check consistency between idtoken_algo and jwkset (#62024) 2022-02-25 15:39:52 +01:00
test_concurrency.py misc: fix unused-variable pylint error (#56982) 2021-09-24 11:30:14 +02:00
test_context_processors.py misc: add Service.home_url field (#61735) 2022-02-21 10:49:52 +01:00
test_csv_import.py csv_import: add force-password-reset column (#62252) 2022-03-15 13:39:36 +01:00
test_custom_user.py define allowed services m2m for user profile types (#60082) 2022-03-04 11:52:30 +01:00
test_customfields.py misc: remove unicode prefixed strings (#53714) 2021-05-04 11:32:24 +02:00
test_data_transfer.py discard django_rbac generic getters in main a2 code (#58695) 2021-11-26 10:04:48 +01:00
test_fields.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_hashers.py misc: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
test_idp_cas.py misc: add journal event type for access-denied event on sso (#60679) 2022-02-03 15:35:56 +01:00
test_idp_saml2.py misc: drop use of custom partial index on Service (#63690) 2022-04-07 18:39:29 +02:00
test_import_export_site_cmd.py import_site: allow creating roles in default ou (#51464) 2021-12-13 09:44:36 +01:00
test_journal.py journal: make all record() arguments keyword only (#63174) 2022-03-25 10:45:15 +01:00
test_large_userbase.py misc: fix unused-variable pylint error (#56982) 2021-09-24 11:30:14 +02:00
test_ldap.py ldap_backend: search mandatory roles in default ou when ambiguous (#63942) 2022-04-15 11:55:24 +02:00
test_login.py misc: apply black 22.1.0 2022-03-01 19:34:11 +01:00
test_manager.py manager: simplify data-url in tables (#60678) 2022-01-17 17:02:47 +01:00
test_manager_journal.py journal: add user profile management events (#58554) 2022-03-04 11:05:06 +01:00
test_manager_user_import.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_migrations.py models: add User.email_verified_date field (#19634) 2022-02-03 11:15:27 +01:00
test_models.py discard django_rbac generic getters in main a2 code (#58695) 2021-11-26 10:04:48 +01:00
test_natural_key.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_ou_manager.py discard django_rbac generic getters in main a2 code (#58695) 2021-11-26 10:04:48 +01:00
test_password_reset.py misc: update import statements (#55602) 2021-07-15 12:32:26 +02:00
test_passwords.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_profile.py views: translate boolean attributes in profile (#58939) 2021-12-02 11:03:50 +01:00
test_registration.py misc: reimplement good_next_urls on home_url and Service.all_base_urls (#61735) 2022-02-21 10:49:52 +01:00
test_role_manager.py misc: add compatibility with bullseye's django-tables2 (#62527) 2022-03-14 17:31:00 +01:00
test_saml_x509utils.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_template.py misc: maintain home url, service and ou (#61199) 2022-02-04 11:12:02 +01:00
test_token.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_user_manager.py models: add User.email_verified_date field (#19634) 2022-02-03 11:15:27 +01:00
test_user_model.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_utils.py misc: fix pylint errors in tests 2021-11-29 11:02:18 +01: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 evaluate: log exception when on_raise is used (#59997) 2021-12-22 11:46:16 +01:00
test_utils_lazy.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_utils_models.py tests: fix pylint warning 2022-03-04 11:18:57 +01:00
test_validators.py misc: add logo and text color for service and OU (#47406) 2022-04-05 11:49:14 +02:00
test_views.py views: require authentication for deleting account without a verified email (#28853) 2022-02-21 10:47:50 +01:00
test_widgets.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
utils.py misc: maintain home url, service and ou (#61199) 2022-02-04 11:12:02 +01:00
wrongcert.pem ldap: retrieve tls info on ldap errors (#56666) 2021-09-16 15:15:05 +02:00