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
9 days
Merge remote-tracking branch 'upstream/master' into fix-byname-queries
Shadowghost
9 days
Merge pull request #17486 from Shadowghost/fix-adjacent
Cody Robibero
9 days
Merge pull request #17482 from Shadowghost/fix-stale-versions
Cody Robibero
10 days
Merge remote-tracking branch 'upstream/master' into fix-byname-queries
Shadowghost
10 days
Merge remote-tracking branch 'upstream/master' into tmdb-missing-episodes
Shadowghost
12 days
Apply the by-name access exemption in the search candidate query
Shadowghost
13 days
Fix AdjacentTo being ignored on non-recursive item queries
Shadowghost
13 days
Fix more filter cases
Shadowghost
14 days
Fix video version links being read from stale serialised item data instead of...
Shadowghost
14 days
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