jellyfin-accounts/jellyfin_accounts
Harvey Tindall 95989840f1 Load templates directly, Account for daylight savings time
password reset files use UTC always, which I did not realize when
writing the password reset handler as the UK uses UTC and we weren't in
daylight savings time. The expiry time is now correctly handled as UTC.

An environment is no longer initialised for every email construction,
instead the templates are loaded directly.
2020-07-18 18:11:00 +01:00
..
data Add notifications setting to setup page 2020-07-17 16:34:37 +01:00
__init__.py Bump to 0.3.7 2020-07-17 17:35:24 +01:00
config.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
data_store.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
email.py Load templates directly, Account for daylight savings time 2020-07-18 18:11:00 +01:00
generate_ini.py Proper dynamic config reload 2020-07-12 19:53:04 +01:00
invite_daemon.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
jf_api.py Proper dynamic config reload 2020-07-12 19:53:04 +01:00
login.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
pw_reset.py Proper dynamic config reload 2020-07-12 19:53:04 +01:00
setup.py Proper dynamic config reload 2020-07-12 19:53:04 +01:00
validate_password.py Proper dynamic config reload 2020-07-12 19:53:04 +01:00
web_api.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00
web.py Added per-invite notifications for expiry and user creation 2020-07-17 16:08:36 +01:00