aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Entities/TV/Series.cs
AgeCommit message (Expand)Author
2025-01-26Prepared Seperation of Database components for future multi provider supportJPVenson
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
2020-06-16fix SA1513/SA1516telans
2020-06-16Add full stop at end of comments (SA1629)telans
2020-06-11Fix build errorsPatrick Barron
2020-06-11Merge branch 'master' into userdb-efcorePatrick Barron
2020-06-06Fix a small number of compile warningsaled
2020-05-20Remove redundant qualifiersPatrick Barron
2020-05-12Initial migration codePatrick Barron
2019-12-06Merge remote-tracking branch 'upstream/master' into randomBond-009
2019-10-20Don't shuffle some types by defaultBond_009
2019-10-15Fix Json serialization errorBond_009
2019-09-02Fix warnings, improve performance (#1665)Bond-009
2019-08-09Use CultureInvariant string conversion for GuidsBond-009
2019-03-07Cleanup/simplificationBond-009
2019-02-02Remove MoreLINQBond_009
2019-01-13ReSharper conform to 'var' settingsErwin de Haan