Commit Graph

107 Commits

Author SHA1 Message Date
Harvey Tindall 3e53bcab27 Update vulnerable lodash dep per dependabot recommendation. 2020-07-15 23:37:36 +01:00
Harvey Tindall 2551307877 Redesigned emails
Emails now use the same colorscheme as the rest of the ui.
2020-07-15 23:33:58 +01:00
Harvey Tindall 290e6b3dca switch to main over master 2020-07-13 00:18:42 +01:00
Harvey Tindall a49b4d9027 Merge branch 'master' of github.com:hrfee/jellyfin-accounts
Forgot to pull after adding issue template
2020-07-12 19:56:17 +01:00
Harvey Tindall d615b21c7d Proper dynamic config reload
A bunch of options can now be changed without a restart as the config is
now guaranteed to be reloaded on change through the use of a RELOADCONFIG environment variable.
2020-07-12 19:53:04 +01:00
Harvey Tindall 9afbd31faa Add bug report template 2020-07-11 16:56:21 +01:00
Harvey Tindall 27169e4e0d Added dropdown menu for invites, multi-use invites, bump to 0.3.6
Dropdown menu includes time created, and for multi-use invites,
remaining uses, as well as a list of usernames created using the code.
2020-07-10 16:15:17 +01:00
Harvey Tindall db3b992857 refactor admin.js, add initial ui elements for multi-use invites
multi-use invites will have a set limit of how many times they can be
used. They can also be set to have no limit. An additional menu is
planned for multi use invites to see when they have been used, and by
who.
2020-07-09 23:05:01 +01:00
Harvey Tindall 89c132e92e bump to 0.3.5 2020-07-09 20:34:31 +01:00
Harvey Tindall 7bda2f4141 Fix UI error when 'send to address' option disabled 2020-07-09 20:33:14 +01:00
Harvey Tindall 71f05f2348 Replace jquery ajax in setup.js 2020-07-07 20:10:27 +01:00
Harvey Tindall 94e69ad090 Small CSS tweaks, add days input 2020-07-07 15:30:16 +01:00
Harvey Tindall a3d3d97b3b Added theme toggle to Admin page
The admin can switch between the two default themes without a page
reload, with a nice animation (on small screens). Preference is stored
as a cookie, so the default theme setting will still apply to others.
2020-07-06 20:53:14 +01:00
Harvey Tindall 781306f1ef Automation of CSS compilation, fixed .gitignore build issue
The grabbing of dependencies and compilation of SCSS can now simply be
done with a:

poetry run task compile-css

before a:

poetry build

When building from source. The issue where the .gitignore had to be
removed before building has been fixed, too.
2020-07-06 15:04:28 +01:00
Harvey Tindall a62eab9565 bump to 0.3.2 due to packaging errors 2020-07-05 21:50:52 +01:00
Harvey Tindall a2a2abc7f2 fix mime type for admin.js 2020-07-05 21:39:58 +01:00
Harvey Tindall fa0527c6a7 Remove all css
Removed css because I don't want the "Languages" section to show 90%
CSS. Build instructions will be updated with how to build CSS yourself.
2020-07-05 16:42:39 +01:00
Harvey Tindall b33922059c remove extra css 2020-07-05 16:39:48 +01:00
Harvey Tindall 9da3832e3a
Merge pull request #28 from hrfee/bs5
Add themes, Bootstrap 5 support, bump to 0.3.0
2020-07-05 16:34:32 +01:00
Harvey Tindall dcdb02f9db
Merge branch 'master' into bs5 2020-07-05 16:34:05 +01:00
Harvey Tindall 4be88c4670 modify and add new images to readme 2020-07-05 16:25:55 +01:00
Harvey Tindall 4fb99d1724 Cleanup, add theme options
Add theme options to settings to choose between light and dark.
2020-07-05 15:09:42 +01:00
Harvey Tindall adef32ef89 BS4 by default, BS5 optional
Bootstrap 4 w/ jQuery is used by default unless bs5 is enabled in
settings/ui. bs4 also now has a jellyfin-style look.
2020-07-05 14:38:07 +01:00
Harvey Tindall ade935da4e jellyfin-lookin theme, changes from master, bump to 0.3.0
Now uses a customized bootstrap that looks something like Jellyfin. Some
small ui changes were needed. This be overridden by downloading bs5's css and using the custom_css
option if you don't like it. sass file is included for your own modification. Changes made to master have been added also.
2020-07-04 22:17:49 +01:00
Harvey Tindall 81bb2520ad Starting work on jellyfin-esque css 2020-07-04 14:00:17 +01:00
Harvey Tindall acad3b1853 Fix admin, convert invite form, change readme 2020-07-03 22:22:47 +01:00
Harvey Tindall d1cd83f5ff no more jQuery on admin page
Functions well, but a few changes might be necessary visually.
2020-07-03 21:07:04 +01:00
Harvey Tindall 061fdd65bb fixed image on readme 2020-07-02 18:46:48 +01:00
Harvey Tindall 34e58f5cb2 Add systemd service
Add -i, which currently only creates a systemd service file in the
current directory for the user to install themselves.
2020-07-02 18:44:42 +01:00
Harvey Tindall fe12b7c4be Change to bs5 (not functional) 2020-07-02 17:59:15 +01:00
Harvey Tindall ac500e14cd
Merge pull request #26 from hrfee/dynamic-settings
Add live reloading to some options, email fix
2020-06-30 21:28:00 +01:00
Harvey Tindall ac60cc37da Add live reloading to some options, email fix
live reloading was intended for previous release, but needed some
tweaking. Settings that still require a restart are marked with an R.
Fixed issue where default values weren't being filled in on reload of
config that broke emails if settings were changed at all.
2020-06-30 21:24:07 +01:00
Harvey Tindall 46751e3743
Merge pull request #25 from hrfee/dynamic-settings
Full settings added to web UI
2020-06-30 20:02:41 +01:00
Harvey Tindall 0bb54d1c45 Remove config from readme, bump to 0.2.5 2020-06-30 19:58:06 +01:00
Harvey Tindall 8e94f04d5a Add tooltips; cleanup 2020-06-30 18:57:04 +01:00
Harvey Tindall eb8e04d5a2 Added settings menu to UI
Currently all setting changes require a restart to apply, so there's a
bit of commented out code that i implemented before i realized.
Still needs tooltips for each setting.
2020-06-30 16:17:40 +01:00
Harvey Tindall 52a11c3905 auth fix 2020-06-29 23:24:54 +01:00
Harvey Tindall 52f9b5c963 added new /getConfig 2020-06-29 23:23:43 +01:00
Harvey Tindall 55d26b541a dynamically generate default config on first run 2020-06-29 23:06:58 +01:00
Harvey Tindall 4606415a38 added config-base file and config.ini generator 2020-06-29 22:05:40 +01:00
Harvey Tindall 00ba11940a add donation link 2020-06-29 13:03:09 +01:00
Harvey Tindall 9532f24e7a
Merge pull request #24 from Spiritreader/master
Suggestion: Improve margins for admin and invite form templates
2020-06-29 12:42:39 +01:00
Sam 95e5d8fb3d
adjust margins in form template 2020-06-29 02:25:55 +02:00
Sam 3f1b2ad4a8
adjust margins in admin template 2020-06-29 02:25:18 +02:00
Harvey Tindall b775e36171 update readme 2020-06-29 00:39:30 +01:00
Harvey Tindall 68a459023c Add option to use email address as username
Added option email/no_username to disable username input on form, and
instead use the provided email address as the username. Also added
missing 'packaging' dep from pevious update.
2020-06-29 00:35:51 +01:00
Harvey Tindall 09bbe8fddf New version number 2020-06-27 15:52:03 +01:00
Harvey Tindall 99c34d7916
Merge pull request #21 from hrfee/10.6.0-compatability
10.6.0 compatibility
2020-06-27 15:48:30 +01:00
Harvey Tindall db1b707ec1 ignore users using alternative auth providers 2020-06-27 15:45:12 +01:00
Harvey Tindall 4809331502 10.6.0 compatability, cleanup, removed dep
Automatically fixes '*ProviderId' in user templates for versions of
Jellyfin >= 10.6.0. Removed unnecessary configparser dependency, the one
actually used is part of python. jf_api now has an info attribute.
2020-06-27 15:38:51 +01:00