authentic/tests
Valentin Deniaud 4b215cc74c misc: do not send password reset link to ldap users (#50348) 2021-09-17 09:57:33 +02:00
..
auth_fc auth_fc: only check required attributes on user registration (#55836) 2021-07-29 18:37:31 +02:00
idp_oidc idp_oidc: record sso refusal in journal (#56343) 2021-09-15 15:32:12 +02:00
middlewares tests: add cgu_attribute fixture (#55866) 2021-07-29 12:47:47 +02:00
templates misc: inject TEMPLATE_VARS in mail template context (#43469) 2020-07-03 10:00:50 +02:00
test_journal_app misc: apply isort (#52457) 2021-03-30 13:59:53 +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 isort (#52457) 2021-03-30 13:59:53 +02:00
cert.pem tests: use a certificate for localhost.entrouvert.org 2018-12-05 18:03:51 +01:00
conftest.py Jenkinsfile: run slow authentic tests at night (#56263) 2021-08-20 11:28:45 +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 utils: add a safe_get_or_create() primitive (#52929) 2021-04-17 18:34:02 +02:00
test_a2_rbac.py misc: update import statements (#55602) 2021-07-15 12:32:26 +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: add a required_on_login flag on Attribute (#24056) 2021-07-23 17:15:21 +02:00
test_api.py attribute_kinds: add french phone number type (#45422) 2021-09-01 14:56:32 +02:00
test_attribute_kinds.py attribute_kinds: add french phone number type (#45422) 2021-09-01 14:56:32 +02:00
test_auth_oidc.py auth_oidc: ignore email case when linking existing users (#56392) 2021-08-27 09:07:13 +02:00
test_auth_saml.py manager: include oidc and saml federation info in user details (#28210) 2021-04-26 10:12:55 +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 misc: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
test_concurrency.py tests: detect use of --nomigrations through pytestconfig 2021-04-11 16:25:37 +02:00
test_crypto.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_csv_import.py csv: look for duplicate users in the target ou (#56831) 2021-09-16 09:19:35 +02:00
test_custom_user.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_customfields.py misc: remove unicode prefixed strings (#53714) 2021-05-04 11:32:24 +02:00
test_data_transfer.py misc: update import statements (#55602) 2021-07-15 12:32:26 +02: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: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
test_idp_saml2.py misc: concatenate strings when possible (#56007) 2021-08-10 11:02:45 +02:00
test_import_export_site_cmd.py data_transfer: validate Role.slug and Role.uuid fields (#52192) 2021-03-31 19:13:37 +02:00
test_journal.py journal: make event type search less strict (#55969) 2021-08-30 10:25:44 +02:00
test_large_userbase.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_ldap.py misc: do not send password reset link to ldap users (#50348) 2021-09-17 09:57:33 +02:00
test_login.py views: add login method using token (#50348) 2021-09-17 09:57:33 +02:00
test_manager.py manager: fix typo in user role search form (#56516) 2021-08-31 17:44:17 +02:00
test_manager_journal.py idp_oidc: record sso refusal in journal (#56343) 2021-09-15 15:32:12 +02:00
test_manager_user_import.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_migrations.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_models.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_natural_key.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_ou_manager.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02: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: do not delete all consents on post (#56348) 2021-09-10 10:02:20 +02:00
test_registration.py misc: update import statements (#55602) 2021-07-15 12:32:26 +02:00
test_role_manager.py manager: display inheritance info excerpt in table on role page (#53481) 2021-08-30 10:24:18 +02:00
test_saml_x509utils.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_template.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_token.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_user_manager.py misc: block user without required_on_login attributes (#24056) 2021-07-23 17:15:21 +02:00
test_user_model.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_utils.py misc: update import statements (#55602) 2021-07-15 12:32:26 +02:00
test_utils_evaluate.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
test_utils_lazy.py misc: remove some unused imports (#52457) 2021-03-30 14:00:27 +02:00
test_utils_models.py tests: relax assertions in safe_get_or_create test 2021-04-27 06:54:09 +02:00
test_validators.py misc: apply pyupgrade (#55519) 2021-07-12 12:03:44 +02:00
test_views.py misc: remove six module usage (#52503) 2021-03-30 15:06:49 +02:00
test_widgets.py misc: apply isort (#52457) 2021-03-30 13:59:53 +02:00
utils.py misc: update import statements (#55602) 2021-07-15 12:32:26 +02:00
wrongcert.pem ldap: retrieve tls info on ldap errors (#56666) 2021-09-16 15:15:05 +02:00