advplyr
5646466aa3
Update JSDocs for feeds endpoints
2024-12-08 08:05:33 -06:00
mikiher
9b8e059efe
Remove serverAddress from Feeds and FeedEpisodes URLs
2024-12-07 19:27:37 +02:00
advplyr
9a1c773b7a
Fix:Server crash on uploadCover temp file mv failed #3685
2024-12-06 16:59:34 -06:00
advplyr
2b5484243b
Add LibraryItemController test for delete/batchDelete/updateMedia endpoint functions to correctly remove authors & series with no books
2024-12-01 12:44:21 -06:00
mikiher
8626fa3e00
Add episode_download_queue_cleared socket event
2024-11-12 07:37:38 +02:00
mikiher
b50d7f0927
Remove unnecessary socket event causing OOM
2024-11-12 07:25:10 +02:00
advplyr
850ed48955
Fix:Podcast episodes duplicated when a scan runs while the episode is downloading #2785
2024-11-07 17:26:51 -06:00
advplyr
a5ebd89817
Update FolderWatcher to singleton
2024-11-07 16:32:05 -06:00
Nicholas Wallace
41fe5373a7
Add: check that migrationsMeta
table is well formed
2024-11-06 22:06:58 -07:00
mikiher
3bc2941445
No db access for author image if in disk cache
2024-11-03 08:44:57 +02:00
advplyr
654b1d6b34
Merge pull request #3580 from mikiher/cover-image-performance
...
Improve cover image performance
2024-11-02 13:10:00 -05:00
advplyr
7a1623e6a1
Move cover path func to LibraryItem model
2024-11-02 12:56:40 -05:00
mikiher
9e990d7927
Optimize LibraryItemController.getCover
2024-11-02 09:05:30 +02:00
advplyr
6eba467b91
Fix:Session sync for streaming podcast episodes using incorrect duration #3560
2024-10-29 15:41:31 -05:00
advplyr
0782146682
Update:Pass mark as finished library settings to media progress update #837
2024-10-25 17:27:50 -05:00
advplyr
91aea4f754
Add:Library settings for mark as finished when time remaining or percent complete #837
2024-10-24 17:19:51 -05:00
advplyr
9896e4381b
Update:Setup variables to control when a media item is marked as finished. By time remaining or progress percentage #837
2024-10-21 17:48:02 -05:00
advplyr
13dd4edd6a
Fix:Ignore dot files in migrations folder #3510
2024-10-14 14:46:55 -05:00
advplyr
e58d7db03b
Merge pull request #3417 from nichwall/series_cleanup_2
...
Add: series migration to be unique
2024-10-12 15:48:04 -05:00
mikiher
d92626071e
Use musl-based libnusqlite3 in Docker
2024-10-07 20:48:52 +03:00
advplyr
1b1b71a9b6
Merge pull request #3468 from mikiher/nunicode-intergration
...
Nunicode integration
2024-10-01 15:17:54 -05:00
mikiher
4a7ada28fb
Switch to nunicode-binaries v1.1
2024-10-01 16:47:40 +03:00
mikiher
501dc938e6
Add Nunicode sqlite extension integration
2024-09-29 09:22:39 +03:00
advplyr
7cd8d7f44d
Update NotificationManager to singleton
2024-09-27 17:33:23 -05:00
advplyr
8a7b5cc87d
Ensure series-column-unique migration is idempotent
2024-09-24 16:47:09 -05:00
advplyr
1dec8ae122
Update:Added string localization for tasks #3303 #3352
2024-09-21 14:02:57 -05:00
advplyr
8512d5e693
Update Task object to handle translation keys with subs
2024-09-20 17:18:29 -05:00
advplyr
8493e56b11
Merge pull request #3418 from mikiher/fix-database-version-init
...
Fix MigrationManager initial run behavior
2024-09-14 10:09:46 -05:00
mikiher
55164803b0
Fix migrationMeta database version initial value, and move isDatabaseNew logic inside MigrationManager
2024-09-14 08:01:32 +03:00
advplyr
01fbea02f1
Clean out old unused functions, Device updates for replacing DeviceInfo
2024-09-12 16:36:39 -05:00
Lauri Vuorela
d430d9f3ed
add new setDuration and use that
2024-09-12 20:05:08 +02:00
Lauri Vuorela
0c24a1e626
add duration to session when creating
2024-09-12 19:46:08 +02:00
advplyr
7cbf9de8ca
Update migrations jsdocs
2024-09-10 15:57:07 -05:00
mikiher
6fb1202c1c
Put umzug in server/libs and remove unneeded dependencies from it
2024-09-08 21:33:32 +03:00
mikiher
8a28029809
Make migration management more robust
2024-09-07 22:24:19 +03:00
mikiher
b3ce300d32
Fix some packaging and dependency issues
2024-09-04 23:55:16 +03:00
mikiher
3f93b93d9e
Add db migration management infratructure
2024-09-04 12:48:10 +03:00
advplyr
0344a63b48
Clean out old unused objects
2024-09-03 17:04:58 -05:00
advplyr
db86bfd63d
Fix:New authors not setting lastFirst column, updates for new Series model
2024-09-01 15:08:56 -05:00
advplyr
ba742563c2
Remove old Author object & fix issue deleting empty authors
2024-08-31 13:27:48 -05:00
advplyr
c45c82306e
Remove old library, folder and librarysettings model
2024-08-28 17:26:23 -05:00
advplyr
159ccd807f
Updates to migrate off of old library model
2024-08-24 16:09:54 -05:00
advplyr
5d13faef33
Updates to LibraryController to use new Library model
...
- Additional validation on API endpoints
- Removed success toast when reorder libraries
2024-08-24 15:38:15 -05:00
mikiher
4d8e1b7cef
Fix embed and convert for single file library items
2024-08-24 12:01:00 +03:00
advplyr
38edcdca4b
Updates to use new Library model
2024-08-23 16:59:51 -05:00
Nicholas Wallace
996c78d760
Add: clear metadata cache when restoring backup
2024-08-19 19:32:53 -07:00
Nicholas Wallace
ccdc3d60c4
Change: CacheManager use ensureDir
2024-08-19 19:25:01 -07:00
Nicholas Wallace
8be08882d8
Update formatting in CacheManager
2024-08-19 19:23:41 -07:00
Nicholas W
27b3a44147
Add: Backup notification ( #3225 )
...
* Formatting updates
* Add: backup completion notification
* Fix: comment for backup
* Add: backup size units to notification
* Add: failed backup notification
* Add: calls to failed backup notification
* Update: notification OpenAPI spec
* Update notifications to first check if any are active for an event, update JS docs
---------
Co-authored-by: advplyr <advplyr@protonmail.com>
2024-08-18 14:32:05 -05:00
advplyr
603823d6ea
Merge pull request #3278 from mikiher/revert-to-ffbinaries
...
Go back to downloading binaries from ffbinaries.com
2024-08-14 16:43:01 -05:00