| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 4 hours | Merge pull request #17466 from Shadowghost/fix-byname-queries | Cody Robibero | |
| Improve People deduplication, fix search and restrict ItemByName responses | |||
| 3 days | Keep folder extras with the item that owns the folder | Shadowghost | |
| 3 days | Merge remote-tracking branch 'upstream/master' into fix-byname-queries | Shadowghost | |
| 3 days | Merge pull request #17456 from Shadowghost/fix-extras | Cody Robibero | |
| Fix extras naming and version assignment | |||
| 3 days | Merge pull request #17486 from Shadowghost/fix-adjacent | Cody Robibero | |
| Fix AdjacentTo being ignored on non-recursive item queries | |||
| 4 days | Merge remote-tracking branch 'upstream/master' into fix-byname-queries | Shadowghost | |
| # Conflicts: # src/Jellyfin.Database/Jellyfin.Database.Providers.Sqlite/Migrations/JellyfinDbModelSnapshot.cs | |||
| 4 days | Preserve multiple roles per person type instead of deduping credits by name ↵ | Shadowghost | |
| and type | |||
| 5 days | Merge pull request #17463 from Shadowghost/fix-unplayed-filter | Cody Robibero | |
| Fix (Un)Played filter correctness and performance | |||
| 5 days | Merge pull request #17416 from Shadowghost/enable-duplicate-playlist-children | Cody Robibero | |
| Allow duplicate LinkedChildren for Playlists | |||
| 8 days | Fix playlist entries being lost on migration and library scans | Shadowghost | |
| 8 days | Fix AdjacentTo being ignored on non-recursive item queries | Shadowghost | |
| 8 days | Restrict people, genres, studios and artists to names backed by an item the ↵ | Shadowghost | |
| user can access | |||
| 9 days | Fix played/unplayed filter for empty Series and BoxSets | Shadowghost | |
| 10 days | Fix extras naming and version assignment | Shadowghost | |
| 10 days | Merge pull request #17417 from Shadowghost/series-merge-fixes | Cody Robibero | |
| Fix series merging | |||
| 11 days | Merge pull request #17399 from Shadowghost/fix-extra-year | Cody Robibero | |
| Fix incorrect year on local trailers | |||
| 11 days | Always inherit from owner item and add tests | Shadowghost | |
| 14 days | Fix series merging | Shadowghost | |
| 2026-07-22 | Apply cleaning logic on ForcedSortName | Shadowghost | |
| 2026-07-22 | Prefer null checks over HasValue everywhere | Shadowghost | |
| 2026-07-22 | Prefer null checks over HasValue | Shadowghost | |
| 2026-07-21 | Fix incorrect year on local trailers | Shadowghost | |
| 2026-07-20 | Merge pull request #17377 from mbastian77/fix/person-visibility-allowed-tags | Cody Robibero | |
| Exempt people from the allowed tags visibility check | |||
| 2026-07-20 | Merge pull request #17311 from dkanada/book-progress | Cody Robibero | |
| extract page count from archives and PDFs | |||
| 2026-07-18 | Exempt people from the allowed tags visibility check | mbastian77 | |
| 2026-07-15 | Add XML docs to small entity interfaces and remove CS1591 suppressions | mbastian77 | |
| 2026-07-12 | extract page count from archives and PDFs | dkanada | |
| 2026-07-08 | Fix additional parts for non-admins | Shadowghost | |
| 2026-07-05 | Merge pull request #17044 from Shadowghost/version-model-and-handling | Cody Robibero | |
| Fixes for multi version handling | |||
| 2026-07-03 | Fix ghost entries when deleting library paths | theguymadmax | |
| 2026-06-26 | Fix Book collections scanning all items | Marc Brooks | |
| Added static method GetBaseItemKindsForCollectionType in ItemsController (moved from ContentFolderImageProvider to be shared) Added AudioBook to GetRepresentativeItemTypes for CollectionType.books for consistency Added GetBooks to GetUserItems for CollectionType.books which gets BaseItemKind.Book and BaseItemKind.AudioBook Move GetBaseItemKindsForCollectionType to DtoExtensions Cleaned up the missing null checks and used new collection expressions. Associate Person to Book and AudioBook for related items. | |||
| 2026-06-13 | Always apply recursive when filters are requested | Shadowghost | |
| 2026-06-07 | Mark only linked alternate versions as grouped media sources | Shadowghost | |
| 2026-06-07 | Surface extras across all versions | Shadowghost | |
| 2026-06-07 | Aggregate alternate versions via GetAllVersions | Shadowghost | |
| 2026-06-07 | Add version-aware playback tracking | Shadowghost | |
| 2026-06-07 | Derive version-aware media source names | Shadowghost | |
| 2026-06-06 | Merge pull request #17025 from Shadowghost/fix-playlist-visibility | Bond-009 | |
| Fix playlist visibility | |||
| 2026-06-04 | Fix playlist visibility | Shadowghost | |
| 2026-06-03 | Enforce parental filtering on additional endpoints | Shadowghost | |
| 2026-06-02 | Merge pull request #16994 from theguymadmax/trim-tags | Bond-009 | |
| Trim tags | |||
| 2026-06-01 | Only resolve symlinks on playback (#16965) | Tim Eisele | |
| Only resolve symlinks on playback | |||
| 2026-05-31 | Trim tags | theguymadmax | |
| 2026-05-26 | Improve OriginalLanguage normalization and inheritance (#16829) | Erik W | |
| Improve OriginalLanguage normalization and inheritance | |||
| 2026-05-21 | Run tree-wide dotnet format | jakobkukla | |
| 2026-05-20 | Add support for filtering boxsets by parentId | Shadowghost | |
| 2026-05-15 | Merge pull request #9787 from TheMelmacian/feature/language_filters | Bond-009 | |
| New filters for audio and subtitle languages | |||
| 2026-05-15 | Merge pull request #15970 from Shadowghost/similarity | Bond-009 | |
| Implement similarity providers | |||
| 2026-05-10 | feat: language filters for subtitles and audio | TheMelmacian | |
| 2026-05-07 | Add 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> | |||
