jellyfin-accounts/jellyfin_accounts
Harvey Tindall 8497cd4927 Speed up interface through adding caching
jf_api now caches the list of users, only fetching new data if the cache
is more than 30 minutes old. Also remove the pointless tempJF with an
instance named auth_jf since jf_api can now handle multiple
authentications.
2020-05-09 22:10:30 +01:00
..
__init__.py first commit 2020-04-11 15:20:25 +01:00
email.py Improved admin page 2020-05-05 11:37:13 +01:00
jf_api.py Speed up interface through adding caching 2020-05-09 22:10:30 +01:00
login.py Speed up interface through adding caching 2020-05-09 22:10:30 +01:00
pw_reset.py Switch back to 'modified' fs event only 2020-05-09 20:49:42 +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 Improved admin page 2020-05-05 11:37:13 +01:00
web.py Add setup wizard 2020-05-02 18:32:58 +01:00