authentic/tests
Frédéric Péters 902c862c6f trivial: fix typo in error message 2021-03-04 21:28:59 +01:00
..
auth_fc misc: delete users synchronously (#51452) 2021-03-01 16:30:39 +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 custom_user: remove User's deleted field (#51452) 2021-03-01 18:17:22 +01:00
test_api.py api_views: only show filtering by OUs if relevant (#49670) 2021-03-03 09:28:17 +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 misc: delete users synchronously (#51452) 2021-03-01 16:30:39 +01:00
test_auth_saml.py misc: delete users synchronously (#51452) 2021-03-01 16:30:39 +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_commands.py custom_user: remove User's deleted field (#51452) 2021-03-01 18:17:22 +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: add auto key column detection (#50157) 2021-03-01 09:46:58 +01:00
test_custom_user.py custom_user: remove User's deleted field (#51452) 2021-03-01 18:17:22 +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 tests: simplify idp_oidc tests 2021-03-03 19:26:13 +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: empty references qs should return no statistics (#49670) 2021-03-03 09:28:17 +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: redirect /password/change if it is about to expire (#51268) 2021-03-04 12:12:15 +01:00
test_login.py app_settings: enable login rate limiting by default (#50771) 2021-03-02 15:19:27 +01:00
test_manager.py misc: delete users synchronously (#51452) 2021-03-01 16:30:39 +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 custom_user: remove User's deleted field (#51452) 2021-03-01 18:17:22 +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 misc: send password reset email even if disabled account (#20830) 2021-03-04 10:57:10 +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 trivial: fix typo in error message 2021-03-04 21:28:59 +01:00
test_role_manager.py manager: add a column to display role is synced from ldap (#51120) 2021-03-01 10:27:55 +01: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 misc: delete users synchronously (#51452) 2021-03-01 16:30:39 +01:00
test_user_model.py misc: delete users synchronously (#51452) 2021-03-01 16:30:39 +01:00
test_utils.py misc: integration of journal authentic views (#47155) 2020-10-15 15:22:31 +02:00
test_utils_evaluate.py utils: mention expression on condition validation error (#50016) 2021-03-01 09:51:54 +01:00
test_utils_lazy.py misc: use unicode strings in lazy_join (#43287) 2020-06-18 09:30:36 +02:00
test_validators.py tests: fix faulty email validator test (#51624) 2021-03-04 14:58:39 +01:00
test_views.py misc: delete users synchronously (#51452) 2021-03-01 16:30:39 +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