aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Server.Implementations
AgeCommit message (Collapse)Author
22 hoursFix similarity (#16942)Tim Eisele
Fix similarity
2 daysFix inaccessible artist when they exist in multiple librariestheguymadmax
3 daysAdd a collection API for `Included In` feature (#15516)Sam Xie
Add a collection API for `Included In` feature
5 daysMerge pull request #16856 from Shadowghost/movie-recommendationsBond-009
Fix movie recommendations
6 daysBackport: Fix/user manager collation (#16919)Bond-009
Backport: Fix/user manager collation
11 daysRun tree-wide dotnet formatjakobkukla
11 daysMerge pull request #16861 from JPVenson/fix/fixMigrations12.0Bond-009
Reorder Migrations and fix failing migration
12 daysAdd support for filtering boxsets by parentIdShadowghost
2026-05-17Misc fixes (#16837)Bond-009
* Order chapter response by start time * Properly handle cancellation in MediaSegmentManager * Prevent unecessary log spam in NetworkUtils * Fixup
2026-05-15Reorder migration handling for extra columnJPVenson
2026-05-15Merge pull request #9787 from TheMelmacian/feature/language_filtersBond-009
New filters for audio and subtitle languages
2026-05-15Fix movie recommendationsShadowghost
2026-05-15Merge pull request #15970 from Shadowghost/similarityBond-009
Implement similarity providers
2026-05-14Add Accept-Language header support and cleanup translations (#16488)Cody Robibero
* Add Accept-Language header support for per-request localization * Use native middleware * Cleanup * Add Fallback * Build BCP47 map reflexively * Address review comments
2026-05-14FixupShadowghost
2026-05-13Properly handle cancellation in MediaSegmentManagerShadowghost
2026-05-13Order chapter response by start timeShadowghost
2026-05-13return music artists from person endpointsdkanada
2026-05-12Add Accept-Language header support for per-request localizationShadowghost
2026-05-12move language filters from QueryFiltersLegacy to QueryFiltersTheMelmacian
2026-05-11Use SortName when sorting by name (#16804)Bond-009
* Use SortName when sorting by name * Preserve ordering in item values query
2026-05-10fix: prevent language filters to load in non video librariesTheMelmacian
2026-05-10Merge pull request #16807 from Shadowghost/fix-artist-duplicatesBond-009
Fix artist duplicates
2026-05-10fix: filter for VideoTypes if Item is Iso fileTheMelmacian
2026-05-10feat: language filters for subtitles and audioTheMelmacian
2026-05-09Add People DeduplicationShadowghost
2026-05-09Fix artist duplicatesShadowghost
2026-05-09Preserve ordering in item values queryShadowghost
2026-05-08Use SortName when sorting by nameShadowghost
2026-05-08Fix Segment Provider ConfigurationShadowghost
2026-05-07Add OriginalLanguage as option to PreferredAudioLanguage (#12579)Erik W
* Add OriginalLanguage as option to PreferredAudioLanguage * Support for multiple original languages * Add original audio stream indicator * Fetch OriginalLanguage from TMDB * Adapt to EFCore refactor * Fix PlayDefaultAudioTrack OriginalLanguage behavior * Fix better PlayDefaultAudioTrack OriginalLanguage behavior * Add comment to ItemFields * Improved PlayDefaultAudioTrack behavior * Add migration for original language * Use sting.Equals for string comparisons * Always set dto OriginalLanguage * Remove OriginalLanguage from ItemFields --------- Co-authored-by: Lampan-git <lampan-git@users.noreply.github.com>
2026-05-06fix person type exclusion in api response (#16784)dkanada
2026-05-06Merge pull request #16783 from Shadowghost/fix-people-without-item-idNiels van Velzen
Fix unique people response for query if no item ID is supplied
2026-05-06Merge pull request #16782 from JPVenson/backport/15368Bond-009
Fix UserManager after EFcore refactor (backport #15368)
2026-05-06Merge pull request #16322 from poytiis/remove-ToList-callsBond-009
Remove unnecessary ToList calls in TrickplayManager
2026-05-05Fix unique people response for query if no item ID is suppliedShadowghost
2026-05-05Backport changes from #15368JPVenson
2026-05-05Fix rewatch queryShadowghost
2026-05-05Merge pull request #16756 from Shadowghost/artist-speedupNiels van Velzen
Speed-up LatestItems for Music
2026-05-04FixupShadowghost
2026-05-04Fix review commentsShadowghost
2026-05-04Merge pull request #16616 from dkanada/fix-person-limitNiels van Velzen
fix person TotalRecordCount when limit is applied
2026-05-04Only consider Album creation dateShadowghost
2026-05-04fix person TotalRecordCount when limit is applieddkanada
2026-05-04Speed-up LatestItems for MusicShadowghost
2026-05-03Implement Similarity providersShadowghost
2026-05-03Omit BoxSet related materializationShadowghost
2026-05-03Apply review suggestionShadowghost
2026-04-26Apply review suggestionsShadowghost
2026-04-26Reduce correlated EXISTS queriesShadowghost