Commit Graph

2042 Commits

Author SHA1 Message Date
ac097862fc Update sorting and filtering for podcasts, add title ignore prefix to podcast metadata, check user permissions for podcast episode row UI 2022-04-11 19:42:09 -05:00
23cc6bb210 Add published at to podcast episode row #428, Fix podcast select episodes, fix save order of podcast episode, fix remove podcast episode 2022-04-10 11:01:50 -05:00
c60807f998 Removing remaining legacy objects, remove njodb error for fileExists 2022-04-10 10:05:05 -05:00
99e2ea228d Update chromecast with new data model 2022-04-10 06:02:53 -05:00
8df05896b5 Fix remove media progress use libraryItemId 2022-04-09 20:30:18 -05:00
174dac8fd4 Add collapse series, add filter by series include sequence and sort, show number of episodes on podcast card 2022-04-09 19:44:46 -05:00
2a386ca2a9 Add sync local media progress routes for offline mobile playback session support 2022-04-09 17:56:51 -05:00
fc228013d3 Merge pull request #448 from rasmuslos/bulk-download
Added select all option to the episode selector
2022-04-09 05:36:06 -05:00
64b824ef6b Merge pull request #445 from rasmuslos/token-env
Only fall back to the default secret when no env var is provided
2022-04-09 05:33:10 -05:00
96cd91a385 Added select all episodes option to episode feed 2022-04-09 11:44:31 +02:00
5c91c1e2c7 Added select all option to the episode selector 2022-04-09 10:25:24 +02:00
2df5ab0dde Only fall back to the default secret when no is provided 2022-04-09 09:25:13 +02:00
baf738f5ba Fix updating media progress object id 2022-04-08 19:27:35 -05:00
3a7cafbb95 Update media progress object to use unique id for podcast episodes 2022-04-08 19:19:47 -05:00
3276b04256 Fix authors filter query string 2022-04-08 18:34:30 -05:00
ac3fa31d1e Update Podcast Episode add libraryItemId, expanded returns audioTrack object 2022-04-05 19:40:40 -05:00
6e5e638076 Update Book.js to return array of AudioTrack objects on json expand 2022-04-03 16:01:59 -05:00
609bf4309f Merge pull request #439 from Albuca/patch-1
Change 'Current' to 'Currently'
2022-04-02 18:17:30 -05:00
66b5c14c6b Change 'Current' to 'Currently'
Nitpicking verbiage tbh. Reference: https://github.com/advplyr/audiobookshelf/issues/431
2022-04-02 17:37:44 -05:00
e4936ed522 Add chapters to playback session 2022-04-02 11:41:17 -05:00
c201e2aa98 Add mediaPlayer to playback session 2022-04-02 11:19:57 -05:00
3d3f20296c Add displayTitle and displayAuthor to playback session 2022-04-02 10:26:42 -05:00
9ae71615bc Add:Match tab show current value next to new match value #431 2022-03-31 17:10:02 -05:00
292840a0e3 Update njodb path and add proper-lockfile package 2022-03-31 16:34:24 -05:00
84e6e6fdbe Include njodb statically & fix write stream issue 2022-03-31 16:32:50 -05:00
cfe27dff80 Add:Server setting to set custom sorting prefixes to ignore #358 2022-03-31 15:07:50 -05:00
c75895d711 Fix:Podcast scanner get embedded cover art 2022-03-28 20:23:16 -05:00
c0ff28ffff Add recent series and authors bookshelf rows on home 2022-03-27 16:16:08 -05:00
58dfa65660 Fix update podcast episode api route; 2022-03-27 15:46:57 -05:00
3f8e685d64 Podcasts add get episode feed and download, add edit podcast episode modal 2022-03-27 15:37:04 -05:00
08e1782253 Fix use first accessible library depending on display order, default library id checked on server when authenticating 2022-03-27 09:45:28 -05:00
0dd219f303 Add podcast episode auto download new episodes cron 2022-03-26 19:58:59 -05:00
d5e96a3422 Fix podcast re-scan, fix more menu item 2022-03-26 19:00:55 -05:00
03bfecefee Podcast episode playing fix title and author 2022-03-26 18:30:58 -05:00
12027b9a76 Podcast episode player fixes, episode table ui updates 2022-03-26 18:23:33 -05:00
0e665e2091 Add playing podcast episodes, episode progress, podcast page, podcast home page shelves 2022-03-26 17:41:26 -05:00
e32d05ea27 Podcast library item card, edit details, batch edit 2022-03-26 15:23:25 -05:00
5446aea910 Add Scanner support for podcasts 2022-03-26 14:29:49 -05:00
86e7c7fc33 Merge pull request #426 from jflattery/master
Upgrade Node to v16 and update packages
2022-03-26 12:51:51 -05:00
173b72c3b5 Add:Purge cache promp alert 2022-03-26 12:08:05 -05:00
3150822117 New data model removing media entity for books 2022-03-26 11:59:34 -05:00
9a96d17a30 Update NPM Packages
Update all NPM packages addressing several CVEs
2022-03-25 22:14:02 +00:00
c98409b9ae Address three CVEs
Addresses CVE-2021-3749 (HIGH), CVE-2022-0155 (HIGH), and CVE-2022-0536 (MEDIUM).
2022-03-24 17:34:34 +00:00
0e3640c246 Upgrade Node to v16
As Node.JS v12 is EOL in April 2022, project should move to a newer version.
2022-03-24 15:38:02 +00:00
e030b59bae Address CVE-2022-21676
Upgraded socket.io to 4.4.1 to address uncaught Exception in older version of engine.io
2022-03-24 15:19:48 +00:00
920ca683b9 Podcast episode downloader, update podcast data model 2022-03-21 19:24:38 -05:00
28d76d21f1 Add expand library item authors to /items/:id route 2022-03-21 05:08:33 -05:00
e1e6b46456 Create podcast manager and re-organize managers 2022-03-20 16:41:06 -05:00
122f2a2556 New data model fix collections page & table 2022-03-20 16:16:39 -05:00
27f1bd90f9 Add:Restrict user permissions by tag 2022-03-20 06:29:08 -05:00