aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/TV/Series.cs
AgeCommit message (Expand)Author
2026-07-26Merge pull request #17417 from Shadowghost/series-merge-fixesCody Robibero
2026-07-23Fix series mergingShadowghost
2026-07-22Prefer null checks over HasValue everywhereShadowghost
2026-02-20Merge remote-tracking branch 'upstream/master' into perf-rebasedShadowghost
2026-02-13Apply review feedbacktheguymadmax
2026-02-13Fix episodes appearing in Season Unknown incorrectly and prevent unnecessary ...theguymadmax
2026-01-18Complete LinkedChildren integration and batch DTO optimizationsShadowghost
2026-01-10Backport pull request #15950 from jellyfin/release-10.11.ztheguymadmax
2025-09-16Optimize internal querying of UserData, other fixes (#14795)JPVenson
2025-06-07Merge pull request #13307 from qiqian/masterNiels van Velzen
2025-03-28feat: allow grouping shows into collections (#13236)Johannes Heuel
2025-03-27Add channel queries to series (#13356)Kevin Jilissen
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
2025-01-01always sort season by index numberQian Qian
2024-10-09WIP porting new Repository structureJPVenson
2024-07-21Backport pull request #12240 from jellyfin/release-10.9.znielsvanvelzen
2024-07-17Move external url listing to provider for plugin use (#12279)Cody Robibero
2024-06-24Backport pull request #12050 from jellyfin/release-10.9.zShadowghost
2024-06-01Backport pull request #11882 from jellyfin/release-10.9.zShadowghost
2024-06-01Backport pull request #11806 from jellyfin/release-10.9.zShadowghost
2024-06-01Backport pull request #11743 from jellyfin/release-10.9.zShadowghost
2024-06-01Backport pull request #11719 from jellyfin/release-10.9.zShadowghost
2024-05-17Backport pull request #11647 from jellyfin/release-10.9.zShadowghost
2023-05-20Implement NFO named season parsingShadowghost
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-08-13Backport pull request #8209 from jellyfin/release-10.8.zShadowghost
2022-08-01Backport pull request #8191 from jellyfin/release-10.8.zJoshua Boniface
2022-07-03Add escape hatch for Series mergingMikal Stordal
2022-01-07Keep from serializing trailers into databaseJoe Rogers
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-07Refactor extras parsingcvium
2021-08-28Remove more and more warningsCody Robibero
2021-08-13Fix warnings in MediaBrowser.ControllerRich Lander
2021-05-13Reduce warnings in MediaBrowser.Controllercrobibero
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-05-05Code Clean up: Use Pattern Matching (#5838)BaronGreenback
2021-04-21Improve perf of db save and queryBond_009
2021-02-13Minor improvementsBond_009
2020-12-13Use a more descriptive function namecrobibero
2020-12-11Use typed UserManager GetPreferencecrobibero
2020-10-17Use nameof where possibleBond_009
2020-09-28Fix SA1513, SA1514, SA1507, and SA1508Matt Montgomery
2020-08-22Enable TreatWarningsAsErrors for MediaBrowser.Controller in ReleaseBond_009
2020-08-19Fix warningsBond_009
2020-06-16Merge pull request #3343 from telans/comment-stopsBond-009