jellyfin-accounts/jellyfin_accounts
Harvey Tindall f4f18d41ea Modularized JSON storage
user_template and other files are now accessed via JSONStorage, which
has dictionary like attributes for each file which can be used like a
dictionary, without the need to manually read and write the file. This
was done so that other storage types (e.g a database) can be added in
future.
2020-06-14 17:58:18 +01:00
..
__init__.py first commit 2020-04-11 15:20:25 +01:00
data_store.py Modularized JSON storage 2020-06-14 17:58:18 +01:00
email.py Improved admin page 2020-05-05 11:37:13 +01:00
jf_api.py Added ability to set home layout to jf_api 2020-06-07 15:15:16 +01:00
login.py Speed up interface through adding caching 2020-05-09 22:10:30 +01:00
pw_reset.py Modularized JSON storage 2020-06-14 17:58:18 +01:00
setup.py Add setup wizard 2020-05-02 18:32:58 +01:00
validate_password.py Fixed password validation on form; added lowercase option 2020-04-16 14:33:23 +01:00
web_api.py Modularized JSON storage 2020-06-14 17:58:18 +01:00
web.py Modularized JSON storage 2020-06-14 17:58:18 +01:00