Commit Graph

33 Commits

Author SHA1 Message Date
Harvey Tindall b91de3f319 update images and readme 2021-03-20 19:04:26 +00:00
Harvey Tindall c556878f11 hide password resets on setup when emby selected 2021-03-18 16:47:13 +00:00
Harvey Tindall 884493e7aa add download links at top, mention jfa-go-bin 2021-03-02 01:30:08 +00:00
Harvey Tindall 52d9cda61a Move email rendering to browser
the email preview no longer has a delay after each change. This also
avoids a race condition in which the email currently being edited could
be actually sent.
2021-02-22 00:43:36 +00:00
Harvey Tindall 78157f763f use different color library, wrap logger functions with it 2021-02-19 16:12:14 +00:00
Harvey Tindall a92baa5d18 update urls 2021-02-17 20:52:49 +00:00
Harvey Tindall ea99966057 refactor, move route loading to router.go 2021-02-12 14:59:16 +00:00
Harvey Tindall e0a17c6a74 mention new weblate instance 2021-01-17 20:02:02 +00:00
Harvey Tindall ffc62574ec Fix server push and use Link header to load CSS
Nginx with http2_push_preload on will convert the Link header to server
pushes, so we use it to load css.
2021-01-15 18:57:12 +00:00
Harvey Tindall 1321f8df50 mention contributing.md 2021-01-11 16:09:30 +00:00
Harvey Tindall e532000ad0 Mention emby in README, add notices about password resets 2021-01-10 16:10:03 +00:00
Harvey Tindall eb370d64df Merge a17t-redesign, kinda ts-ify setup.js
the web ui has been redesigned with the a17t toolkit, which imo looks a
lot better than bootstrap. This also brought a complete rework of the
web code, which now makes a lot more sense hopefully. the setup page is
still stuck with bootstrap, its not much of a priority but i'll rewrite
it eventually.
2021-01-05 18:16:23 +00:00
Harvey Tindall 8089187b3e use bs5 alpha2, config description changes
alpha2's new close buttons are used, also fixed html_templates
settings being automatically filled in with an incorrect value.
2020-10-23 14:39:04 +01:00
Harvey Tindall 8672d7dc18 Separate email address and username for smtp
A username can now be set for SMTP. If not set, the send from address
will be used as before.
2020-10-11 22:32:51 +01:00
Harvey Tindall 1ef37f91b2 modify readme 2020-09-29 23:36:28 +01:00
Harvey Tindall e104bd8362 small changes, new images and readme updated 2020-09-24 23:57:42 +01:00
Harvey Tindall 70cf706a82 fix image links 2020-09-19 16:40:33 +01:00
Harvey Tindall 7c247b0aae update readme; new images 2020-09-19 16:38:53 +01:00
Harvey Tindall d7fcfe9416 mention unstable docker branch 2020-09-15 12:23:43 +01:00
Harvey Tindall 4ca14675e6 change docker command to be less ambiguous 2020-09-13 23:32:00 +01:00
Harvey Tindall 67c36dd301 mention ombi in readme 2020-09-05 17:59:20 +01:00
Harvey Tindall 3dd2dbff15 Link to jfa-go-git AUR package 2020-09-03 22:12:55 +01:00
Harvey Tindall 93180302ae fix banner link 2020-08-31 15:30:48 +01:00
Harvey Tindall 29a79a1ce1 Moved PKGBUILD to AUR, mention in readme 2020-08-19 16:43:37 +01:00
Harvey Tindall 6366239ec4 mention placing inside /opt 2020-08-19 12:31:16 +01:00
Harvey Tindall e893c9a234 Mention PKGBUILD 2020-08-19 12:28:39 +01:00
Harvey Tindall af47cd9f0b Improve README 2020-08-18 15:47:03 +01:00
Harvey Tindall 5329f02768 add docker to readme 2020-08-03 20:10:45 +01:00
Harvey Tindall 3970cbef3f remove smtp notice 2020-08-02 17:25:33 +01:00
Harvey Tindall 05c7b7156b Add notice about smtp 2020-08-02 13:13:33 +01:00
Harvey Tindall c72e1a1c63 Images, fixed "data" path 2020-08-02 02:11:50 +01:00
Harvey Tindall 62621dabb9 CLI flags, start setting up goreleaser, add build scripts
Copied and fixed the build scripts from jf-accounts, added them to the
.goreleaser.yml. Also:
data directory now stored in user's config folder
Handle timeouts in jfapi
Maybe more i forgot about.
2020-08-01 21:20:02 +01:00
Harvey Tindall d8fb6e5613 first 2020-07-29 22:11:28 +01:00