Toni Barth
956f475a6e
Merge remote-tracking branch 'remotes/upstream/master'
2024-12-08 20:40:11 +01:00
mikiher
9b8e059efe
Remove serverAddress from Feeds and FeedEpisodes URLs
2024-12-07 19:27:37 +02:00
advplyr
615ed26f0f
Update:Users table show count next to header
2024-12-02 17:35:35 -06:00
Toni Barth
34255027b2
Merge branch 'upstream-master'
2024-12-02 11:43:50 +01:00
advplyr
2ba0f9157d
Update share player to load user settings
2024-11-26 17:03:01 -06:00
Toni Barth
90b56f99ea
hide invalid cover message for screen readers
2024-11-26 20:11:59 +01:00
Toni Barth
9c8dffddcf
add a text prop to those buttons which gets used as aria-label
2024-11-26 20:11:18 +01:00
Toni Barth
ffebf745c1
fix wrong aria label in player
2024-11-26 20:09:35 +01:00
Toni Barth
443232034b
Merge remote-tracking branch 'remotes/upstream/master'
2024-11-26 08:55:37 +01:00
Greg Lorenzen
53fdb5273c
Remove player settings modal from MediaPlayerContainer
2024-11-26 04:04:55 +00:00
Greg Lorenzen
fabdfd5517
Add player settings modal to PlayerUi
2024-11-26 04:04:44 +00:00
advplyr
950993f652
Update:View episode modal includes audio filename and size #3648
2024-11-25 17:26:06 -06:00
advplyr
ee6e2d2983
Update:Persist podcast episode table sort and filter options in local storage #1321
2024-11-19 16:48:05 -06:00
Toni Barth
951290b6fb
Merge remote-tracking branch 'remotes/upstream/master'
2024-11-18 21:16:39 +01:00
advplyr
a5e38d1473
Fix:Error adding new series if a series has a null title #3622
2024-11-18 07:59:02 -06:00
Toni Barth
430e0f5588
Merge remote-tracking branch 'remotes/upstream/master'
2024-11-03 10:01:32 +01:00
mikiher
68fd1d67cb
Remove token from author image URLs
2024-11-03 08:46:09 +02:00
advplyr
e0c66ea6df
Fix:Global search unclickable from trackpad due to blur event closing menu
2024-10-30 15:27:18 -05:00
Toni Barth
83199f0cda
Merge remote-tracking branch 'remotes/upstream/master'
2024-10-27 20:51:40 +01:00
Austin Spencer
ecc30b85bc
Allow users to create ereaders ( #3531 )
...
* add create eReader permission toggle
* add english label for create EReader permission
* add ereader table to account with user specific modal
* add createEreader permission
* create api endpoint and logic for updating user eReader devices
* add translated label for createEreader permission
* handle name duplicates and remove helper func
* toast for duplicate name error caught on server
* restrict user ereader updates to devices with sole ownership
* remove label
* fix other devices logic and client socket emitter
* fix for deleting ereaders
* User create ereader endpoint validate accessibility
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-10-26 15:34:34 -05:00
advplyr
6905b288d2
Fix:Latest version displayed when update is available
2024-10-26 14:57:04 -05:00
advplyr
91aea4f754
Add:Library settings for mark as finished when time remaining or percent complete #837
2024-10-24 17:19:51 -05:00
advplyr
6ca277a21d
Update:Library settings tab settings in 2 columns and cleanup
2024-10-23 17:11:41 -05:00
Nicholas W
9327331ee9
Localization updates for 2.15.0 ( #3520 )
...
* Add: episode edit dropdowns
* Update: lazy episode table and row
* Various string updates
* Batch quick match strings
* Author card strings
* Update translation key for quick match episodes confirm
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-10-17 17:03:08 -05:00
mikiher
42616b59de
Cleanup: remove explicit localhost:3333 and remove unnessesary if(dev) blocks
2024-10-14 13:30:17 +03:00
Toni Barth
6cad1d1976
Merge remote-tracking branch 'remotes/upstream/master'
2024-10-13 15:08:47 +02:00
advplyr
ddd2c0ae4e
Add:Filter for missing chapters & alphabetize missing subitems #3497
2024-10-12 15:56:49 -05:00
advplyr
f94449a659
Merge pull request #3500 from nichwall/2_14_0_strings
...
2.14.0 string localization
2024-10-12 15:25:41 -05:00
advplyr
df6afc957f
Add localization for notification descriptions
2024-10-12 15:22:21 -05:00
advplyr
33eae1e03a
Fix:Server crash on podcast add page, adds API endpoint to get podcast titles #3499
...
- Instead of loading all podcast library items this page now loads only the needed data
2024-10-11 16:55:09 -05:00
Toni Barth
f643d12cd6
Merge remote-tracking branch 'remotes/upstream/master'
2024-10-11 15:43:38 +02:00
Nicholas Wallace
8a20510cde
Localize: subtitle books
2024-10-10 22:12:31 -07:00
Nicholas Wallace
29db5f1990
Update: tools strings
2024-10-10 21:21:15 -07:00
advplyr
d258b42e01
Fix:Podcast episode batch mark as finished only showing for admin and up #3496
2024-10-10 08:03:47 -05:00
advplyr
cfae607310
AuthorImage remove aspectRatio unused var
2024-10-09 17:22:38 -05:00
Toni Barth
446345761c
Merge remote-tracking branch 'remotes/upstream/master'
2024-10-09 15:54:16 +02:00
mikiher
7653e72e88
Use object-cover for author images unless AR is really high or low.
2024-10-09 15:04:25 +03:00
Greg Lorenzen
f38b6636e3
Add published decade filter option ( #3489 )
...
* Add strings for PublishedDecade and PublishedDecades
* Add publishedDecades filter options to LibraryFilterSelect
* Add publishedDecades to libraries store
* Add publishedDecades to getFilterData
* Add database method to add published decades to filter data
* Add published decade in BookScanner
* Add 'publishedDecades' to invalidFilters in user.js
* Add publishedDecades filter group to MediaGroupQuery
* Update client/strings/en-us.json
* Auto formatting
---------
Co-authored-by: advplyr <dev@advplyr.com>
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-10-08 17:20:42 -05:00
advplyr
64b78b5822
Move pagination limit/page query param validation to middleware & check for positive integer
2024-10-06 16:29:30 -05:00
advplyr
8ba17db877
Fix authors button in SideRail selected
2024-10-06 15:58:23 -05:00
mikiher
0bdc2fb05e
Move authors to lazyBookshelf
2024-10-06 18:25:08 +03:00
advplyr
d8c5627cf8
Update audio player volume slider to be vertical
2024-10-03 18:34:43 -05:00
advplyr
562c30cff4
Replace failed to update toasts with one generic string
2024-09-29 17:53:52 -05:00
advplyr
0bc58c254f
Update playback speed to no longer use font-mono, adjust position of popup
2024-09-25 16:49:24 -05:00
Greg Lorenzen
b2d41f0583
Move playback speed control next to player volume control
2024-09-24 23:17:26 +00:00
Greg Lorenzen
0d31d20f0f
Center align player chapter title
2024-09-24 23:00:19 +00:00
advplyr
5b22e945da
Update:Format numbers on user listening stats chart #3441
2024-09-23 16:36:56 -05:00
advplyr
1dec8ae122
Update:Added string localization for tasks #3303 #3352
2024-09-21 14:02:57 -05:00
Toni Barth
c4a7543712
Merge remote-tracking branch 'remotes/upstream/master'
2024-09-20 07:54:28 +02:00
advplyr
12bce48ef5
Update:Home page refetch items when scanning in first items
2024-09-18 15:30:24 -05:00