Commit Graph

252 Commits

Author SHA1 Message Date
2662e8f715 Merge branch 'master' into auth_passportjs 2023-10-02 16:21:47 -05:00
26f520ca4a Fix:Listening sessions page showing filtered user for open listening sessions #2136 2023-09-24 15:59:29 -05:00
e282142d3f Add authentication page in config, add /auth-settings GET endpoint, remove authOpenIDCallbackURL server setting 2023-09-24 15:36:35 -05:00
7c484d8e96 Remove commented out backup location 2023-09-22 16:53:59 -05:00
f37ab53eff Update get all backups api endpoint to return backupLocation, display location above backup settings 2023-09-22 16:49:01 -05:00
944f5950ca File missing 2023-09-20 22:36:30 +01:00
bfa87a2131 Add a way to see the backup location 2023-09-20 22:33:58 +01:00
80fee92037 Update "disable watcher" server setting to display as "enable watcher" #2055 2023-09-08 14:28:21 -05:00
826963bf00 Add api route for changing sorting prefixes, update default sorting prefixes to include a 2023-09-08 12:32:30 -05:00
469167df66 Update get all feeds route to be admin-only, map translation strings 2023-08-22 16:37:22 -05:00
24989e73ae Merge branch 'master' into shawn/rss-feeds 2023-08-22 10:30:16 -07:00
13427b9f70 Add RSS feeds config page 2023-08-22 10:11:10 -07:00
332078e6c1 Update library stats API route to load from db 2023-08-19 16:53:33 -05:00
361732a463 Update get User API endpoint to load media progress from db 2023-08-17 17:26:12 -05:00
9b7aacf3ea Update dbMigration mappings 2023-07-14 14:04:28 -05:00
f4497acd48 Remove API routes for removing all items and purging media progress 2023-07-09 14:07:30 -05:00
cf7fd315b6 Init sqlite take 2 2023-07-04 18:14:44 -05:00
a96869f547 Add ereader translations 2023-06-16 17:00:40 -05:00
77b030199e Fix:Non-admin access to config pages #1848 and dev proxy #1848 2023-06-15 17:41:27 -05:00
d748d43efc Fallback to using from address if test address is not set, add reset button when form has changes 2023-06-12 17:12:52 -05:00
d54edb93d6 Updates to Email settings/manager to include test email 2023-06-12 04:53:51 +00:00
0ec50bb570 Remove experimental features and experimental ereader setting 2023-06-10 14:11:51 -05:00
05ce9c6eda Add:Email smtp config & send ebooks to devices #1474 2023-05-29 17:38:38 -05:00
3c406c12b4 Updates to metadata file format changing, use chapters from metadata file 2023-05-16 18:58:01 -05:00
81d4ac3ed2 Add:metadata.json format #1775 #916 2023-05-15 18:23:31 -05:00
eb7f66c89e Add:Narrators page #860 #1139 2023-04-30 14:11:54 -05:00
25ca950dd0 Update listening sessions per device and show open sessions 2023-04-08 18:01:24 -05:00
b4f1fd5b25 Remove currently from date/time setting 2023-03-05 11:38:07 -06:00
6aeed24296 Update example label 2023-03-04 11:51:53 +00:00
071444a9e7 Improve dates, times and schedule backup info 2023-02-27 18:04:26 +00:00
08d7a9aa14 Add size stats 2023-02-19 21:39:28 +00:00
a8f6202302 Remove Gentium Book font, reduce appbar icon and title font size 2023-02-11 15:02:56 -06:00
8c4d3b93c8 revert formatting 2023-02-03 11:25:02 +01:00
c411cf04cc ItemMetaDataUtils Header localized 2023-02-03 11:16:45 +01:00
7a7708403f Update:Item metadata utils tag and genre loading indicator visible in viewport #1346 2023-01-07 15:44:59 -06:00
f1329d2847 Accessibility Improvements for Main Settings
This patch fixes some accessibility problems on the main settings page.
Most notably, it makes sure that the different options have labels which
are picked up by screen readers.

As a more generic addition, this also makes sure that the dropdown
component will always have a proper label constructed, explaining what
the dropdown is for and what its current value is.
2022-12-30 19:14:04 +01:00
c4be75b5bd Fix:Backups cron scheduler modal #1304 2022-12-20 12:35:31 -06:00
fe25a1bc54 Update item metadata pages sort 2022-12-18 15:16:32 -06:00
edbe1851b5 Add translation strings for item metadata utils #1166 2022-12-18 15:11:48 -06:00
4971787482 Add:Manage genres #1163 2022-12-18 14:52:53 -06:00
4d93e39fa9 Add:Item metadata utils config page for managing tags #1163 2022-12-18 14:17:52 -06:00
ea42ab7624 Update get all users route 2022-12-12 17:48:57 -06:00
6bb18f8800 Fix:Purge cache buttons on config page for mobile screens #1228 2022-11-28 17:55:52 -06:00
53f73e1201 Settings content updates 2022-11-26 11:08:09 -06:00
c62a1dfff0 Convert Backup page to use new settings component
This commit moves the Backup page to use the new settings component.

As part of this, I had to do a little bit of modification for some of
the strings, as I cleaned up the way the strings are laid out on the
page.
2022-11-25 21:12:23 -08:00
61f8055493 convert notifications page to use new settings component 2022-11-25 21:12:12 -08:00
000d7fd249 convert library stats page to use new settings component 2022-11-25 21:11:45 -08:00
087de03a1f convert log page to use new settings component 2022-11-25 21:11:32 -08:00
a3ca6159fb convert stats page to use new settings component 2022-11-25 21:11:17 -08:00
5de6ee136a Convert Users settings page to use new component
This commit moves the Users settings page to use the new Settings
Content component. Similar to the Libraries page, this one is already a
component. I mimiced the behavior of the existing libraries component to
get the same functionality needed here
2022-11-25 21:10:05 -08:00