mikiher
20a3657063
Update AuthorController to handle invalid image paths and log a warning
2024-08-20 10:51:24 +03:00
advplyr
26d2c5a8f0
Remove oldUser object require
2024-08-19 17:35:00 -05:00
advplyr
5308fd8b46
Update:Create & update API endpoints to create with new data model
2024-08-17 17:18:40 -05:00
advplyr
e53ac6566b
Update API JS docs
2024-08-11 17:01:25 -05:00
advplyr
2472b86284
Update:Express middleware sets req.user to new data model, openid permissions functions moved to new data model
2024-08-11 16:07:29 -05:00
advplyr
afc16358ca
Update more API endpoints to use new user model
2024-08-11 15:15:34 -05:00
advplyr
9facf77ff1
Update remove old sync local sessions endpoint & update MeController routes to use new user model
2024-08-11 13:09:53 -05:00
advplyr
1923854202
Update bookmarks API endpoints to use new user model
2024-08-11 12:16:45 -05:00
advplyr
9cd92c7b7f
Update API media progress endpoints to use new user model. Merge book & episode endpoints
2024-08-11 11:53:30 -05:00
advplyr
68ef3a07a7
Update controllers to use new user model
2024-08-10 17:15:21 -05:00
advplyr
202ceb02b5
Update:Auth to use new user model
...
- Express requests include userNew to start migrating API controllers to new user model
2024-08-10 15:46:04 -05:00
advplyr
b55d8250cc
Download log update
2024-08-09 16:48:21 -05:00
ic1415
ef2d736b20
Update LibraryItemController.js
...
standardizing log messages for all download cases
2024-08-05 16:33:56 -04:00
ic1415
f3a453be20
Update LibraryItemController.js
...
Additional logging for single file downloads coming from download function
2024-08-05 16:19:28 -04:00
advplyr
eca51457b7
Update jsdocs and auto-formatting
2024-08-04 16:13:40 -05:00
advplyr
a55c167dde
Fix:Cleanup media progress when deleting podcasts, remove usage of old user model
2024-08-03 17:09:17 -05:00
advplyr
39c26d2bee
Merge pull request #3217 from ic1415/LibraryItemController
...
Update LibraryItemController.js
2024-08-02 16:33:23 -05:00
advplyr
2a69955cc1
Update server/controllers/LibraryItemController.js
2024-08-02 16:30:21 -05:00
advplyr
1e6dd0e3e0
Add jsdocs for Ffmpeg and tools controller
2024-07-31 17:32:51 -05:00
ic1415
9eb0ec76fe
Update LibraryItemController.js
...
update library item controller to log downloaded ebooks to fix #3215
2024-07-31 10:48:41 -04:00
advplyr
37ad1cced2
Fix:Large OPML import timeouts #3118
...
- Added OPML Api endpoints for /parse and /create, removed old
- Show task for OPML import and create failed tasks for failed feeds
2024-07-16 17:05:52 -05:00
advplyr
2f2ec2ec1f
Add book item more menu item for Share, restrict share to admin or up, add admin socket events for open/close shares
2024-07-07 15:51:50 -05:00
advplyr
9a4c5a16ef
Merge pull request #3111 from mikiher/tone-replacement
...
Replace tone with ffmpeg for metadata and cover embedding
2024-07-06 16:03:17 -05:00
advplyr
e6b1acfb44
Remove tone scripts & references, rename tone-object endpoint, remove node-tone dependency, remove TONE_PATH env
2024-07-06 16:00:48 -05:00
Nicholas Wallace
a1688488e5
Fix: name of backupPathEnvSet
variable
2024-07-05 17:58:42 +00:00
Nicholas Wallace
37f62d22b6
Add: report whether backup path environment is set
2024-07-05 17:27:49 +00:00
advplyr
fed5ff4863
Add:Daily cron that closes stale open playback sessions
2024-07-04 12:00:54 -05:00
advplyr
43217657d7
Update media item shares to close when changing shares on same device
2024-07-04 11:19:29 -05:00
advplyr
dd1d2b7c92
Fix media item share changing share, show error on failed to play
2024-07-03 17:08:30 -05:00
advplyr
d5e00c8bbd
Update:Get personalized home page shelves and get library items endpoint optional includes for media item shares, show public icon on shared book items
2024-07-01 17:26:13 -05:00
advplyr
8e286a6070
Open media item share sessions shown on listening sessions page, create device info for share sessions
2024-06-30 16:36:00 -05:00
advplyr
d7ace4d1dc
Update:Media item share URL allows for sending starting time as query string #1768
2024-06-30 15:31:27 -05:00
advplyr
31146082f0
Update:Media item share endpoints and audio player #1768
...
- Add endpoints for getting tracks, getting cover image and updating progress
- Implement share session cookie and caching share playback session
- Audio player UI/UX
2024-06-29 15:05:35 -05:00
advplyr
67b47785a0
Update:Author endpoints to use faster db call to get number of books
2024-06-27 16:37:43 -05:00
advplyr
56c0124c13
Fix:Changing author name not updating library item metadata files #3060
2024-06-27 16:32:38 -05:00
advplyr
8cadaa57f6
Update share endpoint to return playback session, add get share file endpoint
2024-06-26 17:03:12 -05:00
advplyr
903b685e1a
Update jsdocs
2024-06-23 11:01:25 -05:00
advplyr
d6eae9b43e
Add:Create media item shares with expiration #1768
2024-06-22 16:42:13 -05:00
advplyr
331d7a41ab
Add:Ability to edit backup location path on backups page #2973
...
- Added api endpoint PATCH /api/backups/path
- Cleanup backup page UI for mobile screens
2024-06-19 17:14:37 -05:00
advplyr
7bc70effb0
Update:Add server setting for backupPath and allow overriding with BACKUP_PATH env variable #2973
2024-06-18 17:10:49 -05:00
advplyr
c2897f819d
Update:findEpisode API endpoint validate title search param is a string
2024-06-09 13:55:53 -05:00
advplyr
a018374d26
Update:Validate ASIN for author, chapter and match requests
2024-06-09 13:43:03 -05:00
advplyr
1576164218
Update:Get all user playlists for library API endpoint performance improvement #2852
2024-05-27 15:37:02 -05:00
advplyr
d99a77837b
Merge pull request #2920 from rasmuslos/master
...
Add item sessions endpoint
2024-05-23 16:39:40 -05:00
advplyr
23dcf684d9
Item listening sessions endpoint returns 404 on not found media item
2024-05-23 16:35:36 -05:00
advplyr
9c2ed279df
Fix mediaId reference, add JS docs, autoformatting
2024-05-23 16:32:34 -05:00
advplyr
4cddc597c1
Fix:Book library collapse series with no-series filter #2976
2024-05-14 17:24:39 -05:00
Rasmus Krämer
09e26a9e56
Use new database models, fix function name and use optional path parameter
2024-05-14 10:51:50 +02:00
Rasmus Krämer
ef74919f12
Merge branch 'advplyr:master' into master
2024-05-14 10:40:21 +02:00
advplyr
fd22a6f51d
Merge pull request #2896 from CoffeeKnyte/master
...
Split the author call in the library stats page to 2 lighter functions
2024-05-07 17:36:57 -05:00
advplyr
941c798d78
Fix:Update author updatedAt when downloading new image, fixes author image refresh #2934
2024-05-06 17:17:35 -05:00
Rasmus Krämer
d9f828c717
Added item sessions endpoint
2024-05-05 13:14:30 +02:00
CoffeeKnyte
7229cfce84
Added limit 10 to getAuthorsWithCount() call
...
As per nichwall's request
2024-05-01 07:20:48 -04:00
CoffeeKnyte
182527bfa8
Update LibraryController.js
...
used a lighter function to find total author count
2024-04-30 11:09:06 -04:00
advplyr
f74d741821
Fix:Server crash when updating media with external cover url that fails to download #2857
2024-04-20 11:34:21 -05:00
advplyr
c4fd4ff9de
Fix:Update metadata.json when using item metadata utils #2837
2024-04-12 17:34:10 -05:00
advplyr
cd7ecb9933
Update:User permission tags accessible to user are alphabetized #2667
2024-04-09 17:54:09 -05:00
advplyr
c7cc994532
Fix:Handle enabling/disabling library watchers #2775
2024-03-31 14:57:55 -05: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
e50b06183e
Merge branch 'master' into authorSort
2024-03-07 12:26:07 -06:00
mikiher
b47793c365
Add cache control header for timestamped cover image requests
2024-02-26 14:00:25 +02:00
mikiher
0f4b11494e
Merge branch 'advplyr:master' into fix-match-update
2024-02-22 12:20:49 +02:00
advplyr
973a18d346
Update:Added button to user edit modal for unlinking user from openid #2587
2024-02-18 15:38:45 -06:00
advplyr
a5c200ac79
Merge branch 'master' into sso
2024-02-17 14:15:41 -06:00
advplyr
180c328ed1
Update jsdocs for search podcasts
2024-02-17 13:24:49 -06:00
advplyr
2ec52a7a45
Merge branch 'master' into liaocl
2024-02-17 12:56:05 -06:00
advplyr
52323b7eb5
Update:Podcast episode download show ffmpeg progress and print full debug log dump on error
2024-02-16 16:05:02 -06:00
advplyr
af7cb2432b
Update:Log uncaught exceptions to crash_logs.txt #706 & cleanup logger
2024-02-15 16:46:19 -06:00
advplyr
0cf2f8885e
Add custom metadata provider controller, update model, move to item metadata utils
2024-02-11 16:48:16 -06:00
advplyr
ddf4b2646c
Merge branch 'master' into dewyer/add-custom-metadata-provider
2024-02-11 09:10:29 -06:00
KeyboardHammer
e2bb0cfb7c
add sorting to author page
2024-02-03 21:48:35 -06:00
mikiher
2ebdb44826
Merge cover and media update in Match.vue into a single /media API call
2024-02-01 12:03:12 +02:00
advplyr
ebe511404a
Remove updateMedia endpoint cover cache purge
2024-01-31 17:23:16 -06:00
Denis Arnst
71b0a5cc81
SSO Settings: Fix Redirect URL Regex
...
Forgot to include subpaths
2024-01-25 11:49:10 +01:00
FlyinPancake
6ef4944d89
Merge branch 'advplyr:master' into dewyer/add-custom-metadata-provider
2024-01-13 01:08:23 +01:00
FlyinPancake
3b531144cf
implemented suggestions, extended CMPs with series
2024-01-12 21:45:03 +01:00
mozhu
fea78898a5
移动播客搜索地区配置到媒体库配置
2024-01-05 14:45:35 +08:00
advplyr
9f909b0d85
Update:Library folder browser to also work for debian and windows
2024-01-03 16:23:17 -06:00
Barnabas Ratki
12c6a1baa0
Fix log messages
2024-01-03 20:42:35 +01:00
Barnabas Ratki
5ea423072b
Small fixes
2024-01-03 20:40:36 +01:00
Barnabas Ratki
8027c4a06f
Added support for custom metadata providers
...
WiP but already open to feedback
2024-01-03 20:25:34 +01:00
advplyr
021adf3104
Update:Podcast episode table is lazy loaded #1549
2023-12-31 14:51:01 -06:00
advplyr
160c83df4a
Update:podcastEpisodes table index added for createdAt column #2073 #2075
2023-12-30 16:14:14 -06:00
advplyr
2738402aac
Add:Year in review card for server stats #2373
2023-12-22 17:01:07 -06:00
advplyr
76119445a3
Update:Listening sessions table for multi-select, sorting and rows per page
...
- Updated get all sessions API endpoint to include sorting
- Added sessions API endpoint for batch deleting
2023-12-21 13:52:42 -06:00
advplyr
7391b4d0ec
Add:User stats API for year stats
2023-12-19 17:19:33 -06:00
advplyr
10b1784f6d
Fix:Library search API endpoint /libraries/:id/search to check that query param q is a valid string
2023-12-17 12:23:55 -06:00
advplyr
f2f2ea161c
Update:API endpoint /podcasts/feed validates rssFeed URL and uses SSRF req filter
2023-12-17 12:00:11 -06:00
advplyr
dc67a52000
Update:API endpoint /search/podcast throw 400 error if term query param is not supplied
2023-12-17 11:18:21 -06:00
advplyr
05820aa820
Update:API endpoints /podcasts/feed and /podcasts/opml restricted to admin users
2023-12-17 11:17:35 -06:00
mikiher
0282a0521b
Sort audible match results by duration difference
2023-12-09 00:33:06 +02:00
advplyr
341a0452da
Update auth settings endpoint to return updated flag and show whether updates were made in client toast
2023-12-07 17:01:33 -06:00
Denis Arnst
80fd2a1a18
SSO/OpenID: Use a mobile-redirect route ( Fixes #2379 and #2381 )
...
- Implement /auth/openid/mobile-redirect this will redirect to an app-link like audiobookshelf://oauth
- An app must provide an `redirect_uri` parameter with the app-link in the authorization request to /auth/openid
- The user will have to whitelist possible URLs, or explicitly allow all
- Also modified MultiSelect to allow to hide the menu/popup
2023-12-04 22:36:34 +01:00
Kieran Eglin
57a5005197
Addressed feedback changes
2023-12-01 21:42:54 -08:00
advplyr
89eb857c14
Fix initialize openid auth strategy
2023-11-19 12:57:17 -06:00
advplyr
fb48636510
Openid auth failures redirect to login page with error message.
...
Remove remaining google oauth server settings
2023-11-11 13:10:24 -06:00
advplyr
237fe84c54
Add new API endpoint for updating auth-settings and update passport auth strategies
2023-11-10 16:11:51 -06:00
advplyr
ab14b561f5
Merge master
2023-11-01 08:58:48 -05:00
advplyr
27497451d9
Add:Ereader device setting to set users that have access #1982
2023-10-29 11:28:34 -05:00
advplyr
f9c4dd2457
Update watcher function calls, add js docs
2023-10-26 16:41:54 -05:00