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
/
PeopleRepository.cs
Age
Commit message (
Expand
)
Author
2026-05-31
Fix similarity (#16942)
Tim Eisele
2026-05-27
Merge pull request #16856 from Shadowghost/movie-recommendations
Bond-009
2026-05-21
Run tree-wide dotnet format
jakobkukla
2026-05-15
Fix movie recommendations
Shadowghost
2026-05-13
return music artists from person endpoints
dkanada
2026-05-09
Add People Deduplication
Shadowghost
2026-05-06
fix person type exclusion in api response (#16784)
dkanada
2026-05-05
Fix unique people response for query if no item ID is supplied
Shadowghost
2026-05-04
Merge pull request #16616 from dkanada/fix-person-limit
Niels van Velzen
2026-05-04
fix person TotalRecordCount when limit is applied
dkanada
2026-04-19
Merge remote-tracking branch 'upstream/master' into perf-rebased
Shadowghost
2026-04-13
add NameStartsWithOrGreater parameter to Persons endpoint
dkanada
2026-04-12
add NameStartsWith and NameLessThan filters to Person search
dkanada
2026-04-07
Merge remote-tracking branch 'upstream/master' into perf-rebased
Shadowghost
2026-04-05
add StartIndex and ParentId to person search
dkanada
2026-02-07
Merge remote-tracking branch 'upstream/master' into perf-rebased
Shadowghost
2026-02-03
Normalize names and roles
theguymadmax
2026-02-01
Fix orderBy warnings
Shadowghost
2026-01-31
Optimize Validator and Filter Performance
Shadowghost
2025-10-09
Skip creating Person entities for Artist and AlbumArtist types
theguymadmax
2025-09-26
Restore NFO/import ordering by using ListOrder instead of SortOrder
theguymadmax
2025-09-25
Fix people deduplication lookup (#14864)
JPVenson
2025-09-24
Fix people sort order (#14852)
theguymadmax
2025-09-24
Add People Dedup and multiple progress fixes (#14848)
JPVenson
2025-09-23
Fix ordering where exists (#14843)
JPVenson
2025-09-16
Optimize internal querying of UserData, other fixes (#14795)
JPVenson
2025-06-03
Add multiple options for internal locking (#14047)
JPVenson
2025-04-26
improved performance of save operations (#13889)
JPVenson
2025-03-25
Merge pull request #13589 from JPVenson/feature/DatabaseRefactor
Cody Robibero
2025-03-25
Fixed namespaces
JPVenson
2025-03-25
WIP fixed namespaces
JPVenson
2025-03-05
Move mapping assignment to Map
Lampan-git
2025-03-05
Change PeopleBaseItemMap query from GroupJoin to Include
Lampan-git
2025-03-05
Change GetPeople PeopleBaseItemMap code to query
Lampan-git
2025-02-25
Include PeopleBaseItemMap in GetPeople
Lampan-git
2025-02-07
Optimise string handling in PeopleRepository filtering.
Tobias Kloy
2025-02-07
Disable Warnings similar as in BaseItemRepository
Tobias Kloy
2025-02-07
Update Jellyfin.Server.Implementations/Item/PeopleRepository.cs
tkloy24
2025-02-07
Fix Search results are case-sensitive for people
Tobias Kloy
2024-11-17
Applied coding style
JPVenson
2024-11-14
Updated comments/TODOs
JPVenson
2024-11-13
Fixed Scan saving library items
JPVenson
2024-11-13
Removed duplicated code
JPVenson
2024-11-13
Fixed people saving
JPVenson
2024-10-20
i have too much time.
JPVenson
2024-10-11
applied review comments
JPVenson
2024-10-11
Expanded People architecture and fixed migration
JPVenson
2024-10-09
Fixed AncestorIds and applied review comments
JPVenson
2024-10-09
WIP porting new Repository structure
JPVenson
2024-10-09
Naming refactoring and WIP porting of new interface repositories
JPVenson