advplyr
|
3cae110360
|
Merge branch 'master' into plugin-implementation-demo
|
2024-12-30 13:48:02 -06:00 |
|
Greg Lorenzen
|
4cdc2a8c28
|
Feat/download via share link (#3666)
* Adds share download endpoint
* Adds Downloadable toggle to share modal
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
|
2024-12-29 16:52:57 -06:00 |
|
advplyr
|
e0c674d9a9
|
Fix:Opening audiobook RSS feeds use audiofile name #3752
|
2024-12-28 16:36:53 -06:00 |
|
advplyr
|
c60d74774a
|
Merge branch 'master' into plugin-implementation-demo
|
2024-12-26 15:38:28 -06:00 |
|
advplyr
|
d811ec3806
|
Merge pull request #3714 from nichwall/zip_download_speedup
Change: no compression when downloading library item as zip file
|
2024-12-25 08:59:43 -06:00 |
|
advplyr
|
94fdd99ab5
|
Fix wrong url used for SSRF filter in fileUtils
|
2024-12-24 15:07:11 -06:00 |
|
advplyr
|
7557f3e2b9
|
Fix plugin scan to not include subdirs, update external plugin path env variable to DEV_PLUGINS_PATH to support a folder of dev plugins
|
2024-12-24 13:04:54 -06:00 |
|
advplyr
|
331c7c011c
|
Support SSRF_REQUEST_FILTER_WHITELIST as a comma separated string of hostnames to pass through the ssrf request filter #3742
|
2024-12-23 17:18:08 -06:00 |
|
advplyr
|
5f680d7277
|
Allow env variable to point to specific plugin path for debugging
|
2024-12-23 16:53:47 -06:00 |
|
advplyr
|
e7e0056288
|
Update plugins to only be enabled when ALLOW_PLUGINS=1 env variable is set or AllowPlugins: true in dev.js
|
2024-12-22 15:27:12 -06:00 |
|
advplyr
|
50e84fc2d5
|
Update PluginManager to singleton, update PluginContext, support prompt object in plugin extension
|
2024-12-22 15:15:56 -06:00 |
|
advplyr
|
a762e6ca03
|
Merge branch 'master' into plugin-implementation-demo
|
2024-12-22 12:03:08 -06:00 |
|
advplyr
|
5fa263023f
|
Fix:Quick match not removing empty series/authors #3743
|
2024-12-22 10:58:22 -06:00 |
|
advplyr
|
7eb315a371
|
Fix watcher skip dot files #3230
|
2024-12-21 17:22:48 -06:00 |
|
advplyr
|
048790b33a
|
Updates on plugin apis and example
|
2024-12-21 16:48:56 -06:00 |
|
advplyr
|
fc17a74865
|
Update plugin to use uuid for id, update example plugin with taskmanager and socketauthority test
|
2024-12-21 14:54:43 -06:00 |
|
advplyr
|
cfe3deff3b
|
Add isMissing to Plugin model, add manifest version and name validation, create/update plugins table
|
2024-12-21 13:26:42 -06:00 |
|
advplyr
|
5a96d8aeb3
|
Add Plugin model with migration
|
2024-12-21 12:43:20 -06:00 |
|
advplyr
|
23b480b11a
|
Remove separate plugins dir and use metadata dir for plugins folder
|
2024-12-21 10:20:09 -06:00 |
|
advplyr
|
ad89fb2eac
|
Update example plugin and add plugins frontend page with save config endpoint
|
2024-12-20 17:21:00 -06:00 |
|
advplyr
|
62bd7e73f4
|
Example of potential plugin implementation
|
2024-12-19 17:48:18 -06:00 |
|
advplyr
|
63b3f22504
|
Trim podcast descriptions #3720
|
2024-12-17 17:44:18 -06:00 |
|
advplyr
|
b39268ccb0
|
Remove old Feed/FeedEpisode/FeedMeta objects
|
2024-12-15 17:54:36 -06:00 |
|
advplyr
|
de8a9304d2
|
Remove unused old feed methods
|
2024-12-15 17:05:57 -06:00 |
|
advplyr
|
f8fbd3ac8c
|
Migrate Feed updating and build xml to new model
|
2024-12-15 16:56:59 -06:00 |
|
advplyr
|
369c05936b
|
Fix feed create entityUpdatedAt value
|
2024-12-15 14:07:46 -06:00 |
|
advplyr
|
837a180dc1
|
Refactor RssFeedManager.init to use new model only
|
2024-12-15 13:14:55 -06:00 |
|
advplyr
|
4c68ad46f4
|
Refactor RssFeedManager to use new model when closing feeds, fix close series feed when series is removed, update RssFeedManager to singleton
|
2024-12-15 12:37:01 -06:00 |
|
advplyr
|
e50bd93958
|
Refactor Feed model to create new feed for series
|
2024-12-15 11:44:07 -06:00 |
|
advplyr
|
d576625cb7
|
Refactor Feed model to create new feed for collection
|
2024-12-15 10:53:31 -06:00 |
|
advplyr
|
9bd1f9e3d5
|
Refactor Feed model to create new feed for library item
|
2024-12-14 16:55:56 -06:00 |
|
advplyr
|
329bbea043
|
Fix:Downloading podcast episode when file extension is mp3 but enclosure type is not mp3 #3711
|
2024-12-13 16:06:00 -06:00 |
|
advplyr
|
57906540fe
|
Add:Server setting to allow iframe & update UI to differentiate web client settings #3684
|
2024-12-08 08:57:45 -06:00 |
|
advplyr
|
726adbb3bf
|
Merge pull request #3692 from mikiher/rss-remove-server-address
Remove serverAddress from Feeds and FeedEpisodes URLs
|
2024-12-08 08:24:41 -06:00 |
|
advplyr
|
f7b7b85673
|
Add v2.17.5 migration to changelog
|
2024-12-08 08:19:23 -06:00 |
|
advplyr
|
5646466aa3
|
Update JSDocs for feeds endpoints
|
2024-12-08 08:05:33 -06:00 |
|
mikiher
|
b38ce41731
|
Remove xml cache from Feed object
|
2024-12-08 09:48:58 +02:00 |
|
mikiher
|
a8ab8badd5
|
always set req.originalHostPrefix
|
2024-12-08 09:23:39 +02:00 |
|
Nicholas Wallace
|
61729881cb
|
Change: no compression when downloading library item as zip file
|
2024-12-07 16:52:31 -07:00 |
|
mikiher
|
9b8e059efe
|
Remove serverAddress from Feeds and FeedEpisodes URLs
|
2024-12-07 19:27:37 +02:00 |
|
Vito0912
|
7486d6345d
|
Resolved a server crash when a playback session lacked associated media metadata.
|
2024-12-07 09:34:06 +01:00 |
|
advplyr
|
3b4a5b8785
|
Support ALLOW_IFRAME env variable to not include frame-ancestors header #3684
|
2024-12-06 17:17:32 -06:00 |
|
advplyr
|
9a1c773b7a
|
Fix:Server crash on uploadCover temp file mv failed #3685
|
2024-12-06 16:59:34 -06:00 |
|
advplyr
|
c35185fff7
|
Update prober to accept grp1 as an alternative tag to grouping #3681
|
2024-12-05 16:15:23 -06:00 |
|
advplyr
|
9774b2cfa5
|
Update JSDocs for groupFileItemsIntoLibraryItemDirs
|
2024-12-04 16:30:35 -06:00 |
|
advplyr
|
344890fb45
|
Update watcher files changed function to use the same grouping function as other scans
|
2024-12-04 16:25:17 -06:00 |
|
advplyr
|
5fa0897ad7
|
Merge pull request #3665 from mikiher/subdirectory-fixes-3
Subdirectory support for OIDC and SocketIO
|
2024-12-03 17:29:57 -06:00 |
|
advplyr
|
95c80a5b18
|
Merge pull request #3672 from Techwolfy/disc-folder-support
Support additional disc folder names
|
2024-12-03 17:28:32 -06:00 |
|
advplyr
|
84803cef82
|
Fix:Load year in review stats for playback sessions with null mediaMetadata
|
2024-12-02 17:23:25 -06:00 |
|
Techwolf
|
605bd73c11
|
Fix third instance of regex
|
2024-12-01 23:57:47 -08:00 |
|