.. |
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
|
fix: password comparision was too permissive on login
|
2023-11-28 18:10:47 +01:00 |
test_email_confirmation.py
|
feat: implement registration process
|
2023-08-15 16:31:44 +02:00 |
test_forgotten_password.py
|
fix: password and initalization emails were only sent to the preferred user email address
|
2023-11-28 17:59:50 +01:00 |
test_groups.py
|
tests: backport tests from sqlachemy branch
|
2023-11-24 12:10:17 +01:00 |
test_invitation.py
|
tests: additional assertions on invitation tests
|
2023-11-21 18:52:53 +01:00 |
test_models.py
|
feat: use sqlalchemy-utils PasswordType to store and hash user passwords
|
2023-12-01 09:29:59 +01:00 |
test_password_reset.py
|
fix: redirection after password reset
|
2023-12-15 16:12:33 +01:00 |
test_permissions.py
|
tests: backport tests from sqlachemy branch
|
2023-11-24 12:10:17 +01:00 |
test_profile_creation.py
|
refactor: models attributes cardinality is closer to SCIM models
|
2023-11-17 21:21:25 +01:00 |
test_profile_edition.py
|
refactor: avoid to directly use the 'configuration' fixture in tests
|
2023-12-19 18:28:04 +01:00 |
test_profile_photo.py
|
tests: fix user attribute cardinalities
|
2023-11-22 14:47:48 +01:00 |
test_profile_settings.py
|
tests: backport tests from sqlachemy branch
|
2023-11-24 12:10:17 +01:00 |
test_registration.py
|
feat: OIDC prompt=create implementation
|
2023-12-23 19:37:48 +01:00 |