aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Expand)Author
6 daysFix large playlist persistencemartin-77
11 daysFix FindArtiststheguymadmax
12 daysFix master buildShadowghost
12 daysMerge pull request #17576 from obiwantoby/perf/batch-mediasourcecount-dtoCody Robibero
12 daysMerge pull request #17597 from theguymadmax/fix-people-filteringCody Robibero
12 daysMerge pull request #17588 from TOomaAh/fix/is-airing-filterCody Robibero
12 daysMerge pull request #17563 from Shadowghost/cleanup-sql-helpersCody Robibero
12 daysFix PersonTypes not applied when filtering by persontheguymadmax
13 daysfix: correct IsAiring negation to exclude airing itemsTOomaAh
14 daysUse WhereOneOrMany helper for the alternate version id filterbrandon
2026-08-08Address review on MediaSourceCount batchingbrandon
2026-08-07Batch alternate version detection in DtoService to remove MediaSourceCount N+1brandon
2026-08-07Merge pull request #17571 from obiwantoby/perf/batch-people-dtoCody Robibero
2026-08-07Merge pull request #17541 from vdatanet/fix/byname-total-record-countCody Robibero
2026-08-07Batch people lookups when building item DTOsbrandon
2026-08-06Cleanup and simplify query helpersShadowghost
2026-08-06Move the deletion of old related info to just before the saveMarc Brooks
2026-08-05Speed up search for existing item valuesMarc Brooks
2026-08-05Use a HashSet for existing itemsMarc Brooks
2026-08-05Project the lowered person credit values once when updating peopleShadowghost
2026-08-05Merge remote-tracking branch 'upstream/master' into fix-byname-queriesShadowghost
2026-08-05Fix by-name endpoints reporting TotalRecordCount=0 next to a populated Items ...vdatanet
2026-08-04Fix /Persons favourites timing out by removing the correlated favourites joinShadowghost
2026-08-03Only treat series and seasons as resumable foldersShadowghost
2026-08-02Merge remote-tracking branch 'upstream/master' into fix-byname-queriesShadowghost
2026-08-02Merge pull request #17456 from Shadowghost/fix-extrasCody Robibero
2026-08-02Merge pull request #17503 from theguymadmax/fix-sortby-nameCody Robibero
2026-08-02Merge pull request #17486 from Shadowghost/fix-adjacentCody Robibero
2026-08-02Merge pull request #17482 from Shadowghost/fix-stale-versionsCody Robibero
2026-08-02Merge pull request #17147 from Shadowghost/tmdb-missing-episodesCody Robibero
2026-08-01Merge remote-tracking branch 'upstream/master' into fix-byname-queriesShadowghost
2026-08-01Preserve multiple roles per person type instead of deduping credits by name a...Shadowghost
2026-08-01Merge remote-tracking branch 'upstream/master' into tmdb-missing-episodesShadowghost
2026-08-01Merge pull request #17500 from theguymadmax/fix-storage-lookupCody Robibero
2026-08-01Merge pull request #17463 from Shadowghost/fix-unplayed-filterCody Robibero
2026-08-01Merge pull request #17460 from Shadowghost/fix-user-itemsCody Robibero
2026-08-01Merge pull request #17416 from Shadowghost/enable-duplicate-playlist-childrenCody Robibero
2026-07-31Use CleanName when sorting by nametheguymadmax
2026-07-30Fix storage lookup for Windowstheguymadmax
2026-07-30Apply the by-name access exemption in the search candidate queryShadowghost
2026-07-29Fix playlist entries being lost on migration and library scansShadowghost
2026-07-29Fix AdjacentTo being ignored on non-recursive item queriesShadowghost
2026-07-29FixupShadowghost
2026-07-29Fix more filter casesShadowghost
2026-07-29Fix video version links being read from stale serialised item data instead of...Shadowghost
2026-07-28Fix Folder access filteringShadowghost
2026-07-28Restrict people, genres, studios and artists to names backed by an item the u...Shadowghost
2026-07-28Make the /Persons de-duplication use an index instead of grouping the tableShadowghost
2026-07-28Fix played/unplayed filter for empty Series and BoxSetsShadowghost
2026-07-27Queue person metadata refresh instead of blocking the item request and fix It...Shadowghost