canaille-globuzma/canaille/app
2024-11-12 16:48:15 +01:00
..
__init__.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00
commands.py doc: CLI documentation improvements 2024-05-12 11:33:22 +02:00
configuration.py chore: enable flake8-bugbear ruff rules 2024-11-07 11:44:29 +01:00
features.py fix: SMTP feature can be disabled again 2024-05-14 23:04:32 +02:00
flask.py refactor: move session related methods in a dedicated file 2024-11-06 09:10:43 +01:00
forms.py refacto : isolate function to avoid import loops and clarify the role of the function (not in core because 'utils', not in mail to ovaid loop, not in form because not form) 2024-11-12 16:48:15 +01:00
i18n.py refactor: move session related methods in a dedicated file 2024-11-06 09:10:43 +01:00
installation.py refactor: Rename BaseBackend in Backend 2024-05-03 22:25:20 +02:00
logging.py tests: refactor logging tests 2024-10-27 21:46:47 +01:00
mails.py chore: automitaclly fix typos 2024-09-11 09:33:42 +02:00
mails_sending_conditions.py refacto : isolate function to avoid import loops and clarify the role of the function (not in core because 'utils', not in mail to ovaid loop, not in form because not form) 2024-11-12 16:48:15 +01:00
models.py refactor: locally store the model names in lowercase 2024-04-06 18:21:50 +02:00
session.py refactor: move session related methods in a dedicated file 2024-11-06 09:10:43 +01:00
themes.py feat: use pydantic to validate the configuration 2024-03-28 17:44:26 +01:00