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.Querying.cs
Age
Commit message (
Expand
)
Author
8 days
avoid correlated legacy item value filter queries
Felix Förtsch
2026-08-19
Fix latest items for mixed libraries
theguymadmax
2026-08-02
Merge remote-tracking branch 'upstream/master' into fix-byname-queries
Shadowghost
2026-07-29
Fix AdjacentTo being ignored on non-recursive item queries
Shadowghost
2026-07-28
Fix Folder access filtering
Shadowghost
2026-07-26
Use DistinctBy where possible
Shadowghost
2026-07-23
Reduce correlated subqueries to improve performance
Shadowghost
2026-05-04
Fixup
Shadowghost
2026-05-04
Fix review comments
Shadowghost
2026-05-04
Only consider Album creation date
Shadowghost
2026-05-04
Speed-up LatestItems for Music
Shadowghost
2026-05-03
Apply review suggestion
Shadowghost
2026-04-26
Apply review suggestions
Shadowghost
2026-04-26
Use AsNoTracking() when only reading
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