authentic/tests
Benjamin Dauvergne 09d8a676f9 api: do not clobber HTTP verb methods in viewsets (#50919) 2021-02-08 16:12:07 +01:00
..
auth_fc auth_fc: clean accounts of deleted users (#48168) 2020-11-03 19:55:43 +01:00
templates misc: inject TEMPLATE_VARS in mail template context (#43469) 2020-07-03 10:00:50 +02:00
test_journal_app misc: add journal application (#47155) 2020-10-15 15:22:31 +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 spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
cert.pem tests: use a certificate for localhost.entrouvert.org 2018-12-05 18:03:51 +01:00
conftest.py misc: integration of journal authentic views (#47155) 2020-10-15 15:22:31 +02: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 test some management commands (#24866) 2018-07-16 08:05:50 +02:00
settings.py misc: prevent internal URL leak in browser history (#47302) 2020-10-29 00:17:58 +01:00
test_a2_rbac.py misc: remove update_roles_admins post_migrate (#48372) 2020-12-15 11:08:02 +01:00
test_admin.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_all.py authentic2: add full text search to AttributeValue (#49957) 2021-01-19 15:21:07 +01:00
test_api.py api: do not clobber HTTP verb methods in viewsets (#50919) 2021-02-08 16:12:07 +01:00
test_attribute_kinds.py api: check and normalize phone numbers (#48350) 2020-11-23 10:34:09 +01:00
test_auth_oidc.py auth_oidc: enforce SameSite=Lax on the state cookie (#48347) 2021-02-08 16:00:04 +01:00
test_auth_saml.py auth_saml: clean accounts of deleted users (#48168) 2020-11-03 19:56:11 +01:00
test_backends.py add request as first argument to all backends (#33992) 2019-07-02 12:49:28 +02:00
test_change_email.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_cleanup.py misc: add a DeletedUser model to keep metadata about deleted users (#41933) 2020-05-18 16:21:59 +02:00
test_commands.py django_rbac: replace Operation.name by a registry (#49142) 2020-12-15 12:13:07 +01:00
test_concurrency.py tests: mark concurrency test as slow 2020-10-01 22:10:34 +02:00
test_crypto.py tests: simplify deterministic encryption test 2020-10-01 22:10:34 +02:00
test_csv_import.py csv_import: use absolute URL for password reset (#49479) 2020-12-15 11:30:26 +01:00
test_custom_user.py custom_user: search email by subtring or trigram in FTS search (#50732) 2021-02-02 10:47:09 +01:00
test_customfields.py misc: use base64 to store PickledObjectField content (#41235) 2020-04-27 10:19:34 +02:00
test_data_transfer.py tests: remove unused variable (#41342) 2020-04-17 10:42:42 +02:00
test_fields.py misc: accept / in phone numbers (#41082) 2020-04-10 11:42:07 +02:00
test_hashers.py hashers: fix drupal password hasher (#45576) 2020-08-03 12:07:10 +02:00
test_idp_cas.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_idp_oidc.py idp_oidc: fix MissingParameter initialization (#50217) 2021-01-18 10:59:48 +01:00
test_idp_saml2.py misc: check null characters in query-string and form data (#46625) 2020-10-28 23:33:36 +01:00
test_import_export_site_cmd.py import_export_site: disable prompt confirmation testing (#41238) 2020-04-27 14:34:56 +02:00
test_journal.py journal: add event type statistics (#47467) 2020-12-01 17:36:22 +01:00
test_large_userbase.py api_views: publik compliant return form for find_duplicates api (#47351) 2020-10-05 16:21:37 +02:00
test_ldap.py ldap: transition to lowercase dn from case mixed in sessions (#50908) 2021-02-05 18:48:42 +01:00
test_login.py misc: check null characters in query-string and form data (#46625) 2020-10-28 23:33:36 +01:00
test_manager.py manager: remove default ordering for user's table (#50534) 2021-01-27 11:40:37 +01:00
test_manager_journal.py manage: hide journal app whose icon is missing (#47891) 2020-10-21 14:04:27 +02:00
test_manager_user_import.py tests: autouse the media fixture (#46868) 2020-09-24 16:57:50 +02:00
test_migrations.py misc: set unusable password on federated users (#48136) 2020-11-03 17:31:33 +01:00
test_models.py misc: hide disabled attributes and values (#42963) 2020-05-22 14:22:11 +02:00
test_natural_key.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
test_ou_manager.py manager: add ou and role imports (#45082) 2020-08-31 10:05:59 +02:00
test_password_reset.py Allow users to provide their email or username for password reset process (#49131) 2020-12-18 07:45:55 +01:00
test_passwords.py misc: use SystemRandom to generate passwords (#43154) 2020-05-20 16:46:51 +02:00
test_profile.py profile_views: address autocomplete field (#41919) 2020-10-09 14:15:32 +02:00
test_registration.py use honeypot field to detect robots on registration form (#50108) 2021-01-22 11:10:03 +01:00
test_role_manager.py manager: use selected ou by default in add roles form (#46643) 2020-10-14 17:46:36 +02:00
test_saml_x509utils.py misc: rewrite x509utils using modern API (#46984) 2020-09-29 15:04:40 +02:00
test_template.py misc: provide origin service in template context (#20699) 2020-09-17 11:39:30 +02:00
test_token.py misc: add one-time token model (#39745) 2020-02-12 17:12:26 +01:00
test_user_manager.py manager: check permissions before showing add user button (#49893) 2021-01-12 14:10:49 +01:00
test_user_model.py misc: add User.set_random_password() (#47943) 2020-12-02 19:16:44 +01:00
test_utils.py misc: integration of journal authentic views (#47155) 2020-10-15 15:22:31 +02:00
test_utils_evaluate.py misc: expose HTTP headers in authenticators conditions (#47084) 2020-09-29 21:14:03 +02:00
test_utils_lazy.py misc: use unicode strings in lazy_join (#43287) 2020-06-18 09:30:36 +02:00
test_validators.py misc: add more checks on email address localpart (#48133) 2020-11-05 20:39:19 +01:00
test_views.py misc: do not modify email when marking users as deleted (#48264) 2020-12-02 09:56:08 +01:00
test_widgets.py forms: add a datalist textinput widget (#37884) 2020-03-17 16:23:55 +01:00
utils.py auth_oidc: use a signed state (#47825) 2020-10-29 00:34:41 +01:00