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.ByName.cs
Age
Commit message (
Expand
)
Author
7 days
avoid correlated item value name queries
Felix Förtsch
13 days
Fix By-Name item count handling
Shadowghost
2026-08-05
Fix by-name endpoints reporting TotalRecordCount=0 next to a populated Items ...
vdatanet
2026-07-26
Use DistinctBy where possible
Shadowghost
2026-07-25
Fix favorite filter performance
Shadowghost
2026-07-23
Reduce correlated subqueries to improve performance
Shadowghost
2026-07-21
Merge pull request #16980 from TheMelmacian/feature/library_specific_language...
Cody Robibero
2026-07-21
fix: remove obsolete code
TheMelmacian
2026-05-30
only fetch language codes for the requested library when generating filter va...
TheMelmacian
2026-05-30
Fix inaccessible artist when they exist in multiple libraries
theguymadmax
2026-05-09
Preserve ordering in item values query
Shadowghost
2026-04-26
Use AsNoTracking() when only reading
Shadowghost
2026-04-26
Remove unnecessary materializations
Shadowghost
2026-03-08
Optimize Search and NextUp queries
Shadowghost
2026-03-07
Split BaseItemRepository and IItemRepository
Shadowghost