advplyr
85d5531bc1
Update chapter editor remove redirect on save or delete all #4650
2025-09-07 17:50:59 -05:00
advplyr
856cf180a5
Fix chapter editor overflow, set custom wrap breakpoint #4652
2025-09-05 17:21:55 -05:00
advplyr
dcaca43817
Merge pull request #4384 from josh-vin/feat/ChaptersEnhancments
...
Enhancement: Improves chapter editing and adds bulk import
2025-08-14 17:38:56 -04:00
advplyr
0eed4e82f9
Fix bulk add chapter icon button tooltip
2025-08-14 16:35:28 -05:00
advplyr
2ed2328401
Remove negative chapter end check & tooltip
2025-08-14 16:18:33 -05:00
advplyr
8b260c8bc6
Update bulk chapter modal styles, decreased text and button sizes
2025-08-14 16:16:34 -05:00
advplyr
7dcb9b98a0
Chapter lookup modal add back button to clear lookup results
2025-08-14 16:03:32 -05:00
advplyr
2c45b28d48
Fix authorize race condition by not updating the user on token refresh #4567
2025-08-13 08:31:01 -05:00
Josh Vincent
3e423839a1
Fixes UI for Bulk Chapter adder, and changes logic around locking
2025-08-04 18:33:06 -06:00
Josh Vincent
2773c8c4a9
Merge remote-tracking branch 'josh-vin/master' into feat/ChaptersEnhancments
2025-08-04 18:32:28 -06:00
advplyr
1908ec3df5
Remove commented out experimental features setting
2025-08-04 17:54:59 -05:00
advplyr
df3878d4ca
Add Security section to settings with allowed cors origin setting, increase width of setting inputs
2025-08-04 17:54:29 -05:00
Vito0912
1097de6f1f
now updates the input field
2025-08-04 19:17:46 +02:00
Vito0912
af67c2e86f
locale
2025-08-03 13:57:44 +02:00
Vito0912
6a52d2a968
CORS
2025-08-03 13:52:58 +02:00
advplyr
894ea0b80a
Update chapter data log
2025-07-31 19:19:11 -05:00
Chris Campanile
e54571f011
Including total durations into the de-branding from #4226 as warning message is always present currently
2025-07-31 16:48:05 -07:00
Josh Vincent
77d7a50b99
Merge remote-tracking branch 'josh-vin/master' into feat/ChaptersEnhancments
2025-07-30 16:51:12 -06:00
advplyr
0107cb4782
UI/UX fix x overflow for sessions tables on mobile
2025-07-26 09:45:44 -05:00
advplyr
5b6807892f
Fix set token on page load #4509
2025-07-18 16:59:27 -05:00
advplyr
3845940245
Add warning under legacy token input on users page to use api keys instead
2025-07-16 16:43:53 -05:00
advplyr
99110f587a
Localize elapsed duration on sessions tables
2025-07-14 17:17:39 -05:00
advplyr
d09db19cd5
Update re-login message to show for users without github discussion link, add message to i18n strings
2025-07-12 11:21:52 -05:00
advplyr
d3402e30c2
Update ereaders to handle refreshing, epubjs to use custom request method, separate accessToken in store
2025-07-10 16:54:28 -05:00
advplyr
d0d152c20d
Seperate setUserToken from setUser in store
2025-07-08 09:45:24 -05:00
advplyr
6cc7a44a22
Update oidc redirect to pass both new and old token in url
2025-07-07 17:21:25 -05:00
advplyr
ad092ef8f8
Merge branch 'master' into jwt_auth_refactor
2025-07-07 16:50:58 -05:00
advplyr
9c8900560c
Seperate out auth strategies, update change password to return error status codes
2025-07-07 15:04:40 -05:00
advplyr
ce803dd6de
Use getServerSetting to ensure serverSettings is set before accessing
2025-07-06 17:39:03 -05:00
advplyr
97afd22f81
Refactor Auth to breakout functions in TokenManager, handle token generation for OIDC
2025-07-06 16:43:03 -05:00
advplyr
e24eaab3f1
Log when token expiry is set via env var, api-keys create/update returns with user association
2025-07-06 13:10:14 -05:00
advplyr
a24dae5262
Merge branch 'master' into jwt_auth_refactor
2025-07-06 09:06:39 -05:00
advplyr
e59babdf24
Force re-login if using old token, show alert if admin user, add isOldToken flag to user
2025-07-05 17:46:18 -05:00
advplyr
df60aeb456
Update narrator name to be clickable to filter by narrator
2025-07-02 17:30:00 -05:00
advplyr
4d32a22de9
Update API Keys to be tied to a user, add apikey lru-cache, handle deactivating expired keys
2025-06-30 14:53:11 -05:00
advplyr
af1ff12dbb
Add get all, update and delete endpoints. Add api keys config page
2025-06-30 11:32:02 -05:00
advplyr
4f5123e842
Implement new JWT auth
2025-06-29 17:22:58 -05:00
Josh Vincent
9da0be6d36
Allow clicking on elapsedTime to adjust chapter start
2025-06-08 13:18:41 -06:00
advplyr
0c5d05d319
Fix chapter table on audiobook tools page uneven column widths
2025-06-07 17:10:23 -05:00
Josh Vincent
c41bdb951c
Moves the lock button and fixes padding on bulk add feature.
...
Moves the lock button the right of the Title text box.
Enhances the bulk chapter add feature by preserving zero-padding in chapter titles and prevents editing of locked chapters. Also allows Enter to be pressed in the Add Multiple Chapters modal.
Adds a warning toast when attempting to modify locked chapters.
Fixes sizing of boxes on smaller windows
2025-06-07 14:48:05 -06:00
Josh Vincent
54815ea9c7
Add a second to bulk chapters so its valid
...
This will enable users to go in and fix the chapter timing later but still save easily with the bulk import.
2025-06-06 13:25:20 -06:00
Josh Vincent
09397cf3de
Improves chapter editing and adds bulk import
...
Adds chapter locking functionality, allowing users to lock individual chapters or all chapters at once to prevent accidental edits.
Implements time increment buttons to precisely adjust chapter start times.
Introduces bulk chapter import functionality, allowing users to quickly add multiple chapters using a detected numbering pattern.
Adds elapsed time display during chapter playback for better user feedback.
Updates UI tooltips and icons for improved clarity and user experience.
2025-06-06 11:22:38 -06:00
Vito0912
b6995ba5d1
prettier
2025-06-02 19:33:50 +02:00
Vito0912
9968743a93
fix wrong display and ignored values
2025-06-02 19:32:52 +02:00
advplyr
4968864498
Fix safari specific issue with line clamp on description #4348
2025-05-30 17:33:15 -05:00
advplyr
6ce1806359
Update pathexists file system API endpoint
2025-05-26 16:56:50 -05:00
advplyr
0ed6045d1e
Add support for searching podcast episode titles #3301
2025-05-15 17:16:15 -05:00
advplyr
2ef827e3fa
Add restart server message on authentication page when oidc is enabled #4064
2025-05-13 17:01:00 -05:00
advplyr
0df5a7816d
Update chapter toast strings, update spacing, autoformat
2025-05-10 16:42:34 -05:00
advplyr
26c976b6b9
Merge branch 'master' into feat/chapterLookUp
2025-05-10 16:22:30 -05:00