index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Server.Implementations
/
Item
/
BaseItemRepository.QueryBuilding.cs
Age
Commit message (
Expand
)
Author
2026-08-02
Merge remote-tracking branch 'upstream/master' into fix-byname-queries
Shadowghost
2026-08-02
Merge pull request #17486 from Shadowghost/fix-adjacent
Cody Robibero
2026-08-02
Merge pull request #17482 from Shadowghost/fix-stale-versions
Cody Robibero
2026-08-01
Merge remote-tracking branch 'upstream/master' into fix-byname-queries
Shadowghost
2026-08-01
Merge remote-tracking branch 'upstream/master' into tmdb-missing-episodes
Shadowghost
2026-07-30
Apply the by-name access exemption in the search candidate query
Shadowghost
2026-07-29
Fix AdjacentTo being ignored on non-recursive item queries
Shadowghost
2026-07-29
Fix more filter cases
Shadowghost
2026-07-29
Fix video version links being read from stale serialised item data instead of...
Shadowghost
2026-07-28
Fix Folder access filtering
Shadowghost
2026-07-28
Fix played/unplayed filter for empty Series and BoxSets
Shadowghost
2026-07-18
Exempt people from the allowed tags visibility check
mbastian77
2026-06-25
Add TMDb missing episode provider
Shadowghost
2026-06-07
Collapse version groups to the primary version in queries
Shadowghost
2026-05-03
Omit BoxSet related materialization
Shadowghost
2026-04-26
Reduce correlated EXISTS queries
Shadowghost
2026-04-26
Use AsNoTracking() when only reading
Shadowghost
2026-04-26
Remove unnecessary materializations
Shadowghost
2026-04-19
Fix too many SQL variables error on large libraries
Shadowghost
2026-03-30
Fix version filters
Shadowghost
2026-03-30
Do not return alternate versions by default
Shadowghost
2026-03-08
Optimize Search and NextUp queries
Shadowghost
2026-03-07
Optimize grouping query performance
Shadowghost
2026-03-07
Split BaseItemRepository and IItemRepository
Shadowghost