Commit Graph

10 Commits

Author SHA1 Message Date
bb864ce46e Added icons and banner
Added a jellyfin inspired icon, and a banner to the README.md
2020-05-13 18:46:02 +01:00
331dbc3d28 pw requirements now loaded with jinja over js
Originally i loaded the requirements through calling the web api in
javascript, but decided to switch it to jinja as i only recently found
out its capable of stuff more complicated than replacing strings.
2020-05-12 20:29:50 +01:00
922987454f Add setup wizard
Added a setup wizard that appears on first run, or when no config dir is
found.
2020-05-02 18:32:58 +01:00
e8ad3f98d6 added option to send invite to an address
The admin page now has the option to send an invite to an email address.
Since there are now two email types (invites and pw resets), the new
sections have been added to config.ini, and email_template and
email_plaintext have been renamed to email_html and email_text
respectively.
2020-04-19 22:35:51 +01:00
b43f145ac5 added requirements.txt 2020-04-15 10:58:35 +01:00
c00311bd15 typo 2020-04-13 15:16:48 +01:00
32f408d54f all the other missing deps 2020-04-13 15:08:40 +01:00
90cdfe1ccc add missing pyOpenSSL dep 2020-04-13 14:26:40 +01:00
d22ba6133b Add pw reset support; add logging 2020-04-12 21:25:27 +01:00
d321726d62 first commit 2020-04-11 15:20:25 +01:00