authentic/tests
Paul Marillonnet bf5df42709 api: handle multiple objects returned in get-or-create mixin (#44301) 2020-09-18 15:07:29 +02:00
..
auth_fc misc: validate and use a real identifier for services (#45672) 2020-09-03 11:55:13 +02:00
templates misc: inject TEMPLATE_VARS in mail template context (#43469) 2020-07-03 10:00:50 +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 tests: ensure testserver is used as host name in all tests (#44055) 2020-06-26 12:02:36 +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 views: warn user before generating new token (#41792) 2020-08-20 09:57:17 +02:00
test_a2_rbac.py a2_rbac: change self admin permission to manage_members (#42086) 2020-08-21 15:54:53 +02:00
test_admin.py tests: add __init__ files (#41930) 2020-05-13 20:01:43 +02:00
test_all.py views: use one-time token for registration (#41792) 2020-08-20 09:55:22 +02:00
test_api.py api: handle multiple objects returned in get-or-create mixin (#44301) 2020-09-18 15:07:29 +02:00
test_attribute_kinds.py views: warn user before generating new token (#41792) 2020-08-20 09:57:17 +02:00
test_auth_oidc.py utils: remove obsolete timestamp_from_datetime (#45256) 2020-07-18 15:54:51 +02:00
test_auth_saml.py misc: allow authenticator autorun if only one available (#28216) 2020-07-13 10:33:05 +02: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 misc: add command check-and-repair (#42190) 2020-09-03 11:57:33 +02:00
test_concurrency.py tests: drop partial sqlite support 2019-11-21 17:02:06 +01:00
test_crypto.py python3: encodinging variations in authentic2.crypto aes testing (#28276) 2020-03-03 22:34:17 +01:00
test_csv_import.py csv_import: ignore empty values when checking uniqueness (#44805) 2020-07-16 15:21:34 +02:00
test_custom_user.py spring cleaning (#32934) 2019-05-14 16:19:25 +02: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: validate redirect uri query and fragment (#44593) 2020-09-16 13:45:02 +02:00
test_idp_saml2.py login: add an option to hide cancel button (#41122) 2020-09-18 09:57:56 +02:00
test_import_export_site_cmd.py import_export_site: disable prompt confirmation testing (#41238) 2020-04-27 14:34:56 +02:00
test_ldap.py templates: use with_template template tag to render forms (#40159) 2020-08-14 11:16:41 +02:00
test_login.py misc: add setting to set secure flag on opened session cookie (#45938) 2020-08-18 10:19:30 +02:00
test_manager.py manager: group roles by OU on user page (#24397) 2020-08-20 09:50:54 +02:00
test_manager_user_import.py tests: drop partial sqlite support 2019-11-21 17:02:06 +01:00
test_migrations.py misc: replace DeletedUser model by attribute deleted on User (#41930) 2020-05-15 10:49:47 +02: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 urls: remove legacy URL routing (#46151) 2020-09-17 11:32:01 +02:00
test_passwords.py misc: use SystemRandom to generate passwords (#43154) 2020-05-20 16:46:51 +02:00
test_profile.py idp_oidc: deactivate service authz page according to setting (#45649) 2020-08-04 12:12:22 +02:00
test_registration.py tests: add more checks in registration test (#41792) 2020-08-20 10:46:33 +02:00
test_role_manager.py manager: fix import roles crash when single ou (#46448) 2020-09-08 14:11:48 +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: deactivate link for un-viewable roles in user details (#41733) 2020-09-14 16:17:55 +02:00
test_user_model.py spring cleaning (#32934) 2019-05-14 16:19:25 +02:00
test_utils.py misc: inject TEMPLATE_VARS in mail template context (#43469) 2020-07-03 10:00:50 +02:00
test_utils_evaluate.py utils: add module to evaluate condition expressions safely (#35302) 2019-08-19 16:49:12 +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 validators: close smtp socket after email rcpt check (#41791) 2020-05-15 10:55:40 +02:00
test_views.py login: add an option to hide cancel button (#41122) 2020-09-18 09:57:56 +02:00
test_widgets.py forms: add a datalist textinput widget (#37884) 2020-03-17 16:23:55 +01:00
utils.py manager: ignore select2 request if no user is logged (#45310) 2020-07-28 08:19:48 +02:00