1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/core/admin/mailu
Dario Ernst 66df7a31b0 Unify and coerce booleans from env used in admin
At some places, the string that DOMAIN_REGISTRATION is got used like a boolean
(an easy misassumption to make while in python and dealing with the config
dict), making `DOMAIN_REGISTRATION=False` act as a truthy value. To stop such
future problems from happening, coerce environment config strings to real
bools.

closes #830
2019-01-13 10:22:32 +01:00
..
internal add missing route fixes 2019-01-04 21:18:51 +01:00
translations Remove services status localization 2018-04-23 18:59:46 +02:00
ui Merge branch 'master' into fix-domain-negative-values-1 2019-01-11 11:32:30 +02:00
__init__.py Fix the way we handle the application context 2018-12-13 14:23:17 +01:00
configuration.py Unify and coerce booleans from env used in admin 2019-01-13 10:22:32 +01:00
debug.py Clean most of the refactored code 2018-10-18 17:55:07 +02:00
dkim.py Move all directories per theme 2017-11-01 12:11:04 +01:00
manage.py Unify and coerce booleans from env used in admin 2019-01-13 10:22:32 +01:00
models.py Unify and coerce booleans from env used in admin 2019-01-13 10:22:32 +01:00
utils.py Explicitely declare flask migrate 2018-11-08 20:32:23 +01:00