| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2 days | Add support for filtering boxsets by parentId | Shadowghost | |
| 7 days | Merge pull request #9787 from TheMelmacian/feature/language_filters | Bond-009 | |
| New filters for audio and subtitle languages | |||
| 12 days | feat: language filters for subtitles and audio | TheMelmacian | |
| 2026-05-03 | Implement Similarity providers | Shadowghost | |
| 2026-04-07 | Merge remote-tracking branch 'upstream/master' into perf-rebased | Shadowghost | |
| 2026-03-11 | Return BadRequest when an invalid set of filters is given | Bond_009 | |
| 2026-03-06 | Fix trickplay generation for parts and alt versions | Shadowghost | |
| 2026-02-09 | Cleanup and fix version ordering | Shadowghost | |
| 2026-02-07 | Fix BoxSet collapse handling and deletion | 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 | |||
| 2026-01-18 | Remove ExtraIds column and use OwnerId relationship for extras | Shadowghost | |
| - Remove ExtraIds property from BaseItemEntity and BaseItem - Update RefreshExtras to query via OwnerId instead of cached ExtraIds - Update GetExtras methods to query database via OwnerIds filter - Add OwnerIds and ExtraTypes filter support to InternalItemsQuery - Add filter handling in BaseItemRepository for new query options - Update HasSpecialFeature/HasTrailer filters to use Extras relationship - Add CleanupOrphanedExtras migration routine - Add database migration to drop ExtraIds column | |||
| 2025-12-28 | Backport pull request #15689 from jellyfin/release-10.11.z | gnattu | |
| Use original name for MusicAritist matching Original-merge: 4c5a3fbff34a603ff0344e0b42d07bc17f31f92c Merged-by: crobibero <cody@robibe.ro> Backported-by: Bond_009 <bond.009@outlook.com> | |||
| 2025-07-27 | Fix allow and block queries (#14482) | theguymadmax | |
| 2025-04-09 | Add Genre cleanup and fix cleanup filter queries (#13891) | Tim Eisele | |
| 2025-03-30 | Rework parental ratings (#12615) | Tim Eisele | |
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-03-25 | WIP fixed namespaces | JPVenson | |
| 2025-01-26 | Prepared Seperation of Database components for future multi provider support | JPVenson | |
| 2024-10-10 | Removed obsolete Score and Similiarity values for search | JPVenson | |
| 2024-06-01 | Backport pull request #11762 from jellyfin/release-10.9.z | Shadowghost | |
| Mark Audio as RequiresDeserialization and backfill data Original-merge: e2c909f50f34cc06fcd39a02407d1f5b7bb37a1e Merged-by: joshuaboniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2023-11-09 | Merge branch 'master' into media-type | Cody Robibero | |
| 2023-11-09 | Convert CollectionType, SpecialFolderType to enum (#9764) | Cody Robibero | |
| * Convert CollectionType, SpecialFolderType to enum * Hide internal enum CollectionType values * Apply suggestions from code review Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> * Fix recent change * Update Jellyfin.Data/Attributes/OpenApiIgnoreEnumAttribute.cs Co-authored-by: Patrick Barron <barronpm@gmail.com> --------- Co-authored-by: Shadowghost <Shadowghost@users.noreply.github.com> Co-authored-by: Patrick Barron <barronpm@gmail.com> | |||
| 2023-11-09 | Convert ItemSortBy to enum (#9765) | Cody Robibero | |
| * Convert ItemSortBy to enum * Rename Unknown to Default | |||
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-01-20 | Add "Allowed Tags" to Parental Controls | Jpuc1143 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-31 | Backport pull request #8662 from jellyfin/release-10.8.z | cvium | |
| fix: use a combination of ParentIndexNumber and IndexNumber to determine next up episodes Original-merge: 45f3fb1cfc54f4dced7f6e02b7fc433056678634 Merged-by: Joshua M. Boniface <joshua@boniface.me> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-10-28 | Backport pull request #8501 from jellyfin/release-10.8.z | cvium | |
| fix: set MinIndexNumber for the next up query Original-merge: 679e83082f76b0d6c54d0aa4b8fe1138c1a10ccd Merged-by: Claus Vium <cvium@users.noreply.github.com> Backported-by: Joshua M. Boniface <joshua@boniface.me> | |||
| 2022-08-14 | Use Guid for adjacentTo API parameter | Niels van Velzen | |
| 2021-12-27 | Remove more warnings | Cody Robibero | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-07-23 | Fix more warnings | Rich Lander | |
| 2021-07-23 | Fix partial set of MediaBrowser.Controller/Entities warnings | Rich Lander | |
| 2021-06-07 | Merge pull request #6071 from BaronGreenback/DLNAFolderFixPart1 | Claus Vium | |
| Make DLNA folders to work as expected. | |||
| 2021-05-18 | Enable nullable for InternalItemsQuery | Bond_009 | |
| 2021-05-17 | Enable child items to be returned if a musicAlbum | BaronGreenback | |
| 2021-05-07 | Enable nullable reference types for MediaBrowser.Controller | Bond_009 | |
| 2020-11-16 | Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. | crobibero | |
| 2020-08-22 | Enable TreatWarningsAsErrors for MediaBrowser.Controller in Release | Bond_009 | |
| 2020-06-16 | fix SA1513/SA1516 | telans | |
| 2020-05-26 | Make SonarCloud less angry | Patrick Barron | |
| 2020-05-20 | Remove redundant qualifiers | Patrick Barron | |
| 2020-05-12 | Initial migration code | Patrick Barron | |
| 2019-10-20 | Don't shuffle some types by default | Bond_009 | |
| 2019-01-31 | Remove support for games as a media type | Claus Vium | |
| 2019-01-13 | Find+Sed BOM removal *.cs: Jellyfin.Server-MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-13 | Visual Studio Reformat: MediaBrowser.Controller | Erwin de Haan | |
| 2019-01-07 | remove trailing whitespace | hawken | |
| 2019-01-03 | Post GPL cleanup | Bond_009 | |
