Shadowghost
fc866a64e0
Remove unnecessary materializations
2026-04-26 18:53:06 +02:00
Shadowghost
f806ae4018
Fix too many SQL variables error on large libraries
2026-04-19 10:27:47 +02:00
Shadowghost
e71bb7e904
Merge remote-tracking branch 'upstream/master' into perf-rebased
2026-04-19 10:23:34 +02:00
dkanada
bb265cd403
add NameStartsWithOrGreater parameter to Persons endpoint
2026-04-13 13:50:04 +09:00
dkanada
22644075e7
add NameStartsWith and NameLessThan filters to Person search
2026-04-12 12:42:49 +09:00
Shadowghost
d8bbb4dfe8
Fix filters
2026-04-11 17:42:27 +02:00
Joshua M. Boniface
e3b5cf4996
Merge pull request #16456 from joshuaboniface/fix-path-filesystem-logic
CodeQL / Analyze (csharp) (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Artifact (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Stable Spec (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
2026-04-09 00:37:00 -04:00
Shadowghost
24a0df9a39
Merge remote-tracking branch 'upstream/master' into perf-rebased
2026-04-07 21:36:07 +02:00
dkanada
80df5dc984
add StartIndex and ParentId to person search
2026-04-05 15:40:18 +09:00
Niels van Velzen
9e489cd41f
Merge pull request #16419 from Shadowghost/extend-segment-interface
...
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
CodeQL / Analyze (csharp) (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Stable Spec (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
OpenAPI Publish / OpenAPI - Publish Artifact (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
Add callback for segment data pruning to IMediaSegmentProvider
2026-04-02 22:00:01 +02:00
Shadowghost
6fdfc6a61b
Fix version filters
2026-03-30 21:04:59 +02:00
theguymadmax
7825fa4e43
Backport pull request #16425 from jellyfin/release-10.11.z
...
Fix restore backup metadata location
Original-merge: 0f1732e5f5
Merged-by: joshuaboniface <joshua@boniface.me >
Backported-by: Bond_009 <bond.009@outlook.com >
2026-03-30 14:08:04 -04:00
Shadowghost
d5f4c624e3
Do not return alternate versions by default
2026-03-30 18:56:31 +02:00
Bond-009
e4f01973b7
Merge pull request #16365 from Shadowghost/cleanup-trickplay-failure
...
Cleanup trickplay cache dir on failure
2026-03-30 18:39:37 +02:00
Shadowghost
acaeba11f3
Apply review comments
2026-03-30 00:12:35 +02:00
Joshua M. Boniface
fec78c8448
Lint for the Linter Gods
2026-03-24 22:31:17 -04:00
Joshua M. Boniface
965b602c68
Apply suggestions from code review
...
Co-authored-by: JPVenson <ger-delta-07@hotmail.de >
2026-03-23 23:09:56 -04:00
Joshua M. Boniface
8142bbd50e
Properly define variable type
2026-03-23 17:22:35 -04:00
Joshua M. Boniface
434ebc8b11
Ensure ResolvedPath is sent on error too
2026-03-23 17:11:29 -04:00
Joshua M. Boniface
300036c859
Fix FolderStorageInfo to show parent filesystem
...
A direct implementation using DriveInfo directly on a path does not work
as expected. The method will return a DriveInfo object with the given
path as both the Name and the RootDirectory, which is not helpful.
Instead, add parsing logic to find the best possible match out of all
filesystems on the system for the path, including handling edge cases
involving symlinked paths in the chain.
This ensures that the resulting DeviceId is a valid filesystem, allowing
it to be used in the UI to show a better description. It also includes
the new ResolvedPath which will show, if required, what the Path
resolved to after all symlinks are interpolated.
One possible issue here is that walking all drives as-is might become
slow(er) on a system with many partitions, but even on my
partition-heavy system with over a dozen ZVOLs and remote mounts, this
takes under 0.4 seconds including runup time for `dotnet run`, so I
imagine this should be fine.
2026-03-23 17:08:15 -04:00
Shadowghost
98bbc26c5e
Add callback for segment data pruning to IMediaSegmentProvider
2026-03-14 19:58:43 +01:00
Shadowghost
27d54c5b1c
Fix IsResumable and IsPlayed filter
2026-03-13 22:46:42 +01:00
Shadowghost
bcd5c33ecd
Merge remote-tracking branch 'upstream/master' into perf-rebased
2026-03-11 19:36:37 +01:00
Bond-009
08f9ec5d37
Merge pull request #16160 from Shadowghost/fix-itemvalues-uniqueness
...
Stale PR Check / Check PRs with merge conflicts (push) Has been cancelled
CodeQL / Analyze (csharp) (push) Has been cancelled
OpenAPI / OpenAPI - BASE (push) Has been cancelled
OpenAPI / OpenAPI - HEAD (push) Has been cancelled
OpenAPI / OpenAPI - Difference (push) Has been cancelled
OpenAPI / OpenAPI - Publish Unstable Spec (push) Has been cancelled
OpenAPI / OpenAPI - Publish Stable Spec (push) Has been cancelled
Tests / run-tests (macos-latest) (push) Has been cancelled
Tests / run-tests (ubuntu-latest) (push) Has been cancelled
Tests / run-tests (windows-latest) (push) Has been cancelled
Project Automation / Project board (push) Has been cancelled
Merge Conflict Labeler / Labeling (push) Has been cancelled
Stale Issue Labeler / Check for stale issues (push) Has been cancelled
Fix ItemValues Type checks
2026-03-10 21:26:05 +01:00
Shadowghost
ba722b4517
Optimize Search and NextUp queries
2026-03-08 15:26:35 +01:00
Shadowghost
e6e7f2a692
Fix batch delete of items with same userdata keys
2026-03-07 21:23:35 +01:00
Shadowghost
ea1c1d0468
Optimize grouping query performance
2026-03-07 20:14:04 +01:00
Shadowghost
077fa89717
Split BaseItemRepository and IItemRepository
2026-03-07 20:12:42 +01:00
Shadowghost
382db1da0d
Cleanup trickplay cache dir on failure
2026-03-07 10:49:42 +01:00
Shadowghost
268f23f39a
Fix trickplay generation for parts and alt versions
2026-03-06 00:16:04 +01:00
Shadowghost
744c5539d8
Fix review comments
2026-03-05 22:54:26 +01:00
Shadowghost
59c360aea7
Fix OrderMapper
2026-03-05 19:43:32 +01:00
Shadowghost
3da726463d
Fix Liked and Favorite filters
2026-03-03 22:27:33 +01:00
Shadowghost
2d0d497961
Update saved metadata on primary change
2026-02-25 21:03:46 +01:00
Shadowghost
b5f5b02787
Fix special features filter
2026-02-24 21:35:50 +01:00
Shadowghost
61ff36d761
Optimize SeriesDatePlayed ordering
2026-02-23 23:44:15 +01:00
Shadowghost
5541653f73
Return Name instead of CleanName for legacy filters
2026-02-21 22:51:46 +01:00
Shadowghost
ae5420d4ae
Handle linkedChildren in GetPlayedAndTotalCountBatch and optimize filter
2026-02-21 22:38:07 +01:00
Shadowghost
0f1a6fe4c2
Fix IsPlayed filter and setting BoxSet played/unplayed
2026-02-21 19:58:00 +01:00
Shadowghost
561e78efb4
Apply review suggestions
2026-02-20 21:21:25 +01:00
Shadowghost
3a090a5716
Optimize item count calculation for named items
2026-02-18 20:28:42 +01:00
Shadowghost
0f75518287
Enforce permissions on BoxSets
2026-02-16 18:50:11 +01:00
Shadowghost
de32e2eb6f
Fix library performance
2026-02-16 10:50:18 +01:00
Shadowghost
50cabcd99d
Remove split queries
2026-02-15 16:54:54 +01:00
Shadowghost
5dcec831f3
Fix naming filter when collapsing into boxsets
2026-02-09 09:13:31 +01:00
Shadowghost
edc6caf255
Cleanup and fix version ordering
2026-02-09 00:45:48 +01:00
Shadowghost
0a99a78ddc
Fix random sorting
2026-02-08 21:52:08 +01:00
Shadowghost
71594b4a9a
Fix multiple version resolution
2026-02-08 17:22:52 +01:00
Shadowghost
bb6c3b4eec
Fix BoxSet collapse handling and deletion
2026-02-07 21:17:01 +01:00
Shadowghost
00dd84035e
Merge remote-tracking branch 'upstream/master' into perf-rebased
2026-02-07 14:06:53 +01:00