aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations/Item/BaseItemRepository.TranslateQuery.cs
AgeCommit message (Collapse)Author
39 hoursMerge pull request #17597 from theguymadmax/fix-people-filteringCody Robibero
Fix PersonTypes not applied when filtering by person
39 hoursMerge pull request #17588 from TOomaAh/fix/is-airing-filterCody Robibero
fix: correct IsAiring negation to exclude airing items
44 hoursFix PersonTypes not applied when filtering by persontheguymadmax
3 daysfix: correct IsAiring negation to exclude airing itemsTOomaAh
6 daysCleanup and simplify query helpersShadowghost
7 daysMerge remote-tracking branch 'upstream/master' into fix-byname-queriesShadowghost
# Conflicts: # Jellyfin.Server.Implementations/Item/BaseItemRepository.cs
9 daysOnly treat series and seasons as resumable foldersShadowghost
10 daysMerge remote-tracking branch 'upstream/master' into fix-byname-queriesShadowghost
10 daysMerge pull request #17456 from Shadowghost/fix-extrasCody Robibero
Fix extras naming and version assignment
10 daysMerge pull request #17486 from Shadowghost/fix-adjacentCody Robibero
Fix AdjacentTo being ignored on non-recursive item queries
11 daysMerge remote-tracking branch 'upstream/master' into fix-byname-queriesShadowghost
# Conflicts: # src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs
13 daysApply the by-name access exemption in the search candidate queryShadowghost
14 daysFix AdjacentTo being ignored on non-recursive item queriesShadowghost
2026-07-29Fix more filter casesShadowghost
2026-07-28Restrict people, genres, studios and artists to names backed by an item the ↵Shadowghost
user can access
2026-07-28Fix played/unplayed filter for empty Series and BoxSetsShadowghost
2026-07-27Fix extras naming and version assignmentShadowghost
2026-07-25Fix favorite filter performanceShadowghost
2026-07-25Fix DatePlayed sorting performanceShadowghost
2026-07-20Merge pull request #17377 from mbastian77/fix/person-visibility-allowed-tagsCody Robibero
Exempt people from the allowed tags visibility check
2026-07-18Exempt people from the allowed tags visibility checkmbastian77
2026-07-16Fix tie-breaker performanceShadowghost
2026-07-05Merge pull request #17044 from Shadowghost/version-model-and-handlingCody Robibero
Fixes for multi version handling
2026-07-02Fix review commentsShadowghost
2026-06-19Surface the played version for resumeShadowghost
2026-06-13Apply ParentId.Value suggestionMatt Teahan
Co-authored-by: Bond-009 <bond.009@outlook.com>
2026-06-12Fix AlbumIds filtering by Name instead of by IdMatt
2026-06-12Fix performanceShadowghost
2026-06-09Coalesce alternate-version progress onto primary in resume filterShadowghost
2026-06-07Make resume queries version-awareShadowghost
2026-05-24Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
2026-05-20Add support for filtering boxsets by parentIdShadowghost
2026-05-16Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
2026-05-15Merge pull request #9787 from TheMelmacian/feature/language_filtersBond-009
New filters for audio and subtitle languages
2026-05-15Merge pull request #15970 from Shadowghost/similarityBond-009
Implement similarity providers
2026-05-12Merge remote-tracking branch 'upstream/master' into search-rebasedShadowghost
2026-05-12move language filters from QueryFiltersLegacy to QueryFiltersTheMelmacian
2026-05-10fix: filter for VideoTypes if Item is Iso fileTheMelmacian
2026-05-10feat: language filters for subtitles and audioTheMelmacian
2026-05-09Fix artist duplicatesShadowghost
2026-05-04Implement search providersShadowghost
2026-05-03Implement Similarity providersShadowghost
2026-05-03Omit BoxSet related materializationShadowghost
2026-04-26Reduce correlated EXISTS queriesShadowghost
2026-04-26Remove unnecessary materializationsShadowghost
2026-04-11Fix filtersShadowghost
2026-03-30Fix version filtersShadowghost
2026-03-13Fix IsResumable and IsPlayed filterShadowghost
2026-03-07Split BaseItemRepository and IItemRepositoryShadowghost