canaille-globuzma/tests/core
Éloi Rivard b4908d5e57
modals are HTML pages instead of JS elements
This will help providing the very same user experience for users with
and without javascript. We will still be able to re-enable javascript
modals in the future, but this should be done from the ground up, HTML
first and javascript after.
2023-07-18 18:34:10 +02:00
..
commands Moved every model import to canaille.models 2023-05-20 20:02:00 +02:00
__init__.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_about.py Moved user and group management in the core submodule 2023-04-09 13:34:38 +02:00
test_account.py modals are HTML pages instead of JS elements 2023-07-18 18:34:10 +02:00
test_forgotten_password.py send reset emails to all the user emails 2023-06-29 17:47:01 +02:00
test_groups.py modals are HTML pages instead of JS elements 2023-07-18 18:34:10 +02:00
test_invitation.py User emails and phone numbers are now multiple 2023-06-22 17:55:26 +02:00
test_models.py Implements a flask Group converter 2023-06-29 15:55:39 +02:00
test_password_reset.py send reset emails to all the user emails 2023-06-29 17:47:01 +02:00
test_permissions.py ACL group filter can be simple group name instead of full dn 2023-05-02 16:25:00 +02:00
test_profile_creation.py modals are HTML pages instead of JS elements 2023-07-18 18:34:10 +02:00
test_profile_edition.py Pagination pluralization 2023-06-30 18:12:13 +02:00
test_profile_photo.py User emails and phone numbers are now multiple 2023-06-22 17:55:26 +02:00
test_profile_settings.py modals are HTML pages instead of JS elements 2023-07-18 18:34:10 +02:00