| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2026-08-02 | Merge pull request #17486 from Shadowghost/fix-adjacent | Cody Robibero | |
| Fix AdjacentTo being ignored on non-recursive item queries | |||
| 2026-07-29 | Fix playlist entries being lost on migration and library scans | Shadowghost | |
| 2026-07-29 | Fix AdjacentTo being ignored on non-recursive item queries | Shadowghost | |
| 2026-07-03 | Fix ghost entries when deleting library paths | theguymadmax | |
| 2026-06-04 | Fix playlist visibility | Shadowghost | |
| 2026-05-04 | Fix Playlist and Boxset query and count perf | Shadowghost | |
| 2026-04-01 | Wrap method parameters | Shadowghost | |
| 2026-03-07 | Split BaseItemRepository and IItemRepository | Shadowghost | |
| 2026-02-28 | Fix promotion | Shadowghost | |
| 2026-02-28 | Defer primary deletion if we replace primary until after item creation | Shadowghost | |
| 2026-02-27 | Decouple demotion detection from deletion | Shadowghost | |
| 2026-02-27 | Fix LinkedAlternativeVersion validation | Shadowghost | |
| 2026-02-25 | Update saved metadata on primary change | Shadowghost | |
| 2026-02-25 | Fix LinkedChildren rerouting on primary version demotion | Shadowghost | |
| 2026-02-23 | Fix promotion logic | Shadowghost | |
| 2026-02-22 | Cleanup folder duplicates of series | Shadowghost | |
| 2026-02-21 | Handle linkedChildren in GetPlayedAndTotalCountBatch and optimize filter | Shadowghost | |
| 2026-02-15 | Migrate PrimaryVersionId to GUID and fix assignment | Shadowghost | |
| 2026-02-15 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-02-14 | Backport pull request #16227 from jellyfin/release-10.11.z | dfederm | |
| Reattach user data after item removal during library scan Original-merge: be712956932a9337f0706fd8ef68eb53feb3f4ff Merged-by: Bond-009 <bond.009@outlook.com> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2026-02-09 | Fix naming filter when collapsing into boxsets | Shadowghost | |
| 2026-02-09 | Cleanup and fix version ordering | Shadowghost | |
| 2026-02-07 | Fix BoxSet collapse handling and deletion | Shadowghost | |
| 2026-02-07 | Optimize Collection Grouping, NextUp and Latest queries | Shadowghost | |
| 2026-02-05 | Optimize accessibility checks | Shadowghost | |
| 2026-02-01 | Revert RefreshMetadata changes | Shadowghost | |
| 2026-02-01 | Fix part removal and double series refresh | Shadowghost | |
| 2026-01-18 | FIx folder refreshes resetting LinkedChildren | Shadowghost | |
| 2026-01-18 | Complete LinkedChildren integration and batch DTO optimizations | Shadowghost | |
| This commit integrates remaining performance changes: - Add batch user data fetching in DtoService to reduce N+1 queries - Add GetNextUpEpisodesBatch in TVSeriesManager for efficient batch retrieval - Update Video/Movie/BoxSet to use LibraryManager for alternate versions - Transition LinkedChild to use ItemId instead of Path (obsolete Path/LibraryItemId) - Update providers and controllers for LinkedChildren-based references - Add NextUpEpisodeBatchResult for batched episode queries - Integrate IDescendantQueryProvider in SqliteDatabaseProvider | |||
| 2025-12-28 | Backport pull request #15767 from jellyfin/release-10.11.z | theguymadmax | |
| Fix collections display order Original-merge: 22da5187c88a60118cac03bc77427efa72b97888 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-12-03 | Backport pull request #15594 from jellyfin/release-10.11.z | theguymadmax | |
| Fix isMovie filter logic Original-merge: 94f3725208caa030910b62b798ad2f78608d6fd6 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-11-17 | Backport pull request #15380 from jellyfin/release-10.11.z | theguymadmax | |
| Fix item count display for collapsed items Original-merge: 8f71922734d42591b3236f4c52d9692f1b191da2 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-11-17 | Backport pull request #15373 from jellyfin/release-10.11.z | theguymadmax | |
| Fix collection grouping in mixed libraries Original-merge: 13c4517a66e3f857cc4acc9b2fa3505297d554eb Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-10-27 | Backport pull request #15187 from jellyfin/release-10.11.z | Shadowghost | |
| Fix pagination and sorting for folders Original-merge: 7d1824ea27093322d5e8316ee38f375129f40386 Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-10-10 | Prevent PlaylistsFolder deletion during library removal | theguymadmax | |
| 2025-10-01 | Fix BoxSet sorting (#14919) | theguymadmax | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2025-10-01 | Add check for processing recursive data structures (#14897) | JPVenson | |
| 2025-09-24 | Apply filter server side (#14856)v10.11.0-rc6 | JPVenson | |
| 2025-09-24 | Fix collections one-off (#14814) | theguymadmax | |
| 2025-09-20 | Revert limit hack (#14820) | JPVenson | |
| 2025-09-16 | Optimize internal querying of UserData, other fixes (#14795) | JPVenson | |
| 2025-09-14 | Revert IsPlayed optimization, pass UserItemData to IsPlayed when available ↵ | Cody Robibero | |
| (#14786) | |||
| 2025-09-12 | Fix several Stackoverflows (#14783) | JPVenson | |
| 2025-06-18 | Fix seasons random (#13224) | Maxime | |
| Sorting was always enabled so removed the `enableSorting` parameter in QueryResult method. | |||
| 2025-06-15 | Use proper scheduler that honors the parallel task limit (#14281) | JPVenson | |
| 2025-05-22 | Fix collection behavior when sorting by rating or runtime (#14148) | theguymadmax | |
| Co-authored-by: Max <no@example.com> | |||
| 2025-03-28 | feat: allow grouping shows into collections (#13236) | Johannes Heuel | |
| * feat: allow grouping shows into collections * add pre-startup routine to rename EnableGroupingIntoCollections * Update Jellyfin.Server/Migrations/PreStartupRoutines/RenameEnableGroupingIntoCollections.cs | |||
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-03-01 | Merge remote-tracking branch 'jellyfinorigin/master' into ↵ | JPVenson | |
| feature/DatabaseRefactor | |||
