advplyr
0f7c99d989
Fix:Retry transcode forcing AAC to handle the bad audible m4bs #2720
2024-04-15 15:14:30 -05:00
advplyr
60c65008dc
Fix:Match all books only matching first 100 #2096
2024-04-14 17:19:21 -05:00
advplyr
c4fd4ff9de
Fix:Update metadata.json when using item metadata utils #2837
2024-04-12 17:34:10 -05:00
advplyr
bca49616e1
Update:Podcast episode audio file ID3 tags use comment and description tag for description instead of subtitle #2843
2024-04-11 17:29:23 -05:00
advplyr
cd7ecb9933
Update:User permission tags accessible to user are alphabetized #2667
2024-04-09 17:54:09 -05:00
advplyr
e60d2a9858
Add:Podcast library filter for languages and show language on podcast item page
2024-04-08 15:48:41 -05:00
advplyr
c7cc994532
Fix:Handle enabling/disabling library watchers #2775
2024-03-31 14:57:55 -05:00
advplyr
a9c9c447f1
Merge pull request #2769 from Sapd/openid-permissions
...
OpenID: Integrate permissions (Fixes #2523 )
2024-03-30 14:38:32 -05:00
advplyr
a5d7a81519
Clean up formatting of advanced group/permission claims on authentication page
2024-03-30 14:17:34 -05:00
advplyr
7e8fd91fc5
Update OIDC advanced permissions check to only perform an update on changes
...
- Update permissions example to use UUIDv4 strings for allowedLibraries
- More validation on advanced permission JSON to ensure arrays are array of strings
- Only set allowedTags and allowedLibraries if the corresponding access all permission is false
2024-03-30 14:04:02 -05:00
advplyr
aefda8bd51
Fix:Local sessions set date and dayOfWeek using the updatedAt timestamp passed in from the client #2795
2024-03-30 11:40:35 -05:00
Denis Arnst
90e1283058
OpenID: Allow email_verified null and also check username
...
Only disallow when email_verified explicitly false
Also check username besides preferred_username, even when its not included in OIDC checks (synology uses username)
2024-03-29 15:11:56 +01:00
Denis Arnst
8cd50d5684
OpenID: Don't downgrade root
2024-03-29 14:51:34 +01:00
advplyr
50bd2648aa
Fix:Server crash on matching book with an author name ending in comma #2796
2024-03-28 17:00:07 -05:00
Denis Arnst
617b8f4487
OpenID: Rename tags switch
2024-03-28 16:16:26 +01:00
Lauri Vuorela
2d68fa2c27
fix book limit for the contiue series shelf
2024-03-25 16:32:29 +01:00
advplyr
b60f62cebf
Merge pull request #2784 from rasmuslos/patch-1
...
Fix custom metadata provider crash
2024-03-23 15:27:51 -05:00
advplyr
51ff62356d
Merge pull request #2773 from mikiher/fix-library-files-inconsistencies
...
Fix library files inconsistencies
2024-03-23 15:25:33 -05:00
advplyr
f827aa97f8
Update library scanner findLibraryItemByItemToFileInoMatch query to iterate through json objects comparing inodes
2024-03-23 14:56:32 -05:00
mikiher
68276fe30b
Fix handling of file moves from root folder to sub folder and back
2024-03-23 18:31:52 +02:00
Rasmus Krämer
961533765f
Fix custom metadata provider crash
2024-03-23 14:54:34 +01:00
advplyr
ff5226fa93
Update:Remove unused missing/invalid audiobook parts logic and keys
2024-03-21 14:38:52 -05:00
mikiher
1bee082720
Update libraryFolderID correctly in scanFolderUpdates
2024-03-20 11:40:50 +02:00
Denis Arnst
1646f0ebc2
OpenID: Ignore admin for advanced permissions
...
Also removed some semicolons
2024-03-19 19:35:34 +01:00
Denis Arnst
f661e0835c
Auth: Simplify Code
2024-03-19 19:18:38 +01:00
mikiher
9511122bae
Fix LibraryItem and Media file update logic for library scans
2024-03-19 19:28:26 +02:00
Denis Arnst
56f1bfef50
Auth/OpenID: Implement Permissions via OpenID
...
* Ability to set group
* Ability to set more advanced permissions
* Modified TextInputWithLabel to provide an ability to specify a different placeholder then the name
2024-03-19 17:57:24 +01:00
advplyr
a2b2a2d060
Fix:Applying backup not properly overwriting existing sqlite file
...
- Fixed resetting api cache on backup
- Added loading indicator in backups table
- Fixed apply backup api not responding with 200 http status code
- Added additional logging and failsafes
2024-03-16 15:12:33 -05:00
advplyr
99f0799a11
Update:Adding support for skipping check for ffmpeg/ffprobe binaries with environment variable SKIP_BINARIES_CHECK
...
- Set SKIP_BINARIES_CHECK=1 env variable to skip
- Or set SkipBinariesCheck: true in dev.js #2741
2024-03-14 16:29:01 -05:00
advplyr
bfd4a378f3
Merge pull request #2737 from justcallmelarry/feature/add-toggle-for-skipping-earlier-instalments-in-continue-series
...
Add library toggle setting for skipping earlier instalments in Continue Series
2024-03-14 14:40:20 -05:00
advplyr
521db90ae0
Update JSDocs, remove unused libraryId replacement
2024-03-14 14:37:24 -05:00
advplyr
d02fc2debe
Update continue series skip earlier books query attribute to look for finished books, update wording on help text, map translations
2024-03-14 14:27:33 -05:00
advplyr
91248b496e
Merge pull request #2734 from mikiher/fix-sequence-cleanup
...
Make series sequence cleanup slighlty less aggressive
2024-03-14 13:12:04 -05:00
mikiher
8826d3af62
fix cleanSeriesSequence method to extract first numeric value
2024-03-14 19:36:51 +02:00
Lauri Vuorela
65153fae9d
var => let
2024-03-14 09:42:50 +01:00
Lauri Vuorela
d4c1bc5dfc
use already fetched library settings, only fetch maxSequence if setting is turned on
2024-03-14 09:41:48 +01:00
advplyr
2584c3b432
Merge pull request #2733 from kaldigo/master
...
Added isbn to CustomProviderAdapter
2024-03-13 17:21:51 -05:00
advplyr
b54421412d
Merge pull request #2738 from Sapd/auth-fix
...
Auth: Fix crash on missing logout URL
2024-03-13 17:18:35 -05:00
advplyr
dbf4bd5c3d
Merge pull request #2691 from lkiesow/hash-in-filename
...
Fix file names with URL control characters
2024-03-12 17:40:37 -05:00
Denis Arnst
2a722ab163
Auth: Fix crash on missing logout URL
...
When using OpenID
Also added debug information on openid errors
2024-03-12 18:07:13 +01:00
Lauri Vuorela
c83399c7b5
use the toggle to not show earlier works than the ones already read
2024-03-12 17:04:26 +01:00
mikiher
29e9216bb1
Make series sequence cleanup slighlty less aggressive
2024-03-12 13:17:52 +02:00
Kaldigo
94d1732b0d
Added isbn to CustomProviderAdapter
2024-03-12 08:18:52 +00:00
advplyr
77559d29bb
Merge pull request #2724 from mikiher/fix-library-filter-data-access
...
Fix library filter data direct access
2024-03-11 17:08:41 -05:00
advplyr
c14f9accaf
Update functions for #2724 and add jsdocs
2024-03-11 17:07:03 -05:00
advplyr
76a1f48c62
Remove UID/GID from Server constructor
2024-03-11 11:11:13 -05:00
mikiher
ad45dadc15
Remove redundant space
2024-03-09 12:07:08 +02:00
mikiher
0e8148001e
Fix direct access to Database.libraryFilterData
2024-03-09 11:59:50 +02:00
advplyr
e50b06183e
Merge branch 'master' into authorSort
2024-03-07 12:26:07 -06:00
advplyr
b4eed3bad2
Merge pull request #2694 from mikiher/client-image-caching
...
Client side cover image caching
2024-03-01 17:48:08 -06:00