aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/TvShowsController.cs
AgeCommit message (Expand)Author
6 daysRemove DtoExtensions.AddClientFields (#15638)Niels van Velzen
2025-03-25WIP fixed namespacesJPVenson
2025-03-18Add fast-path to getting just the SeriesPresentationUniqueKey for NextUp (#13...Cody Robibero
2025-02-13Make the JsonConverters for delimited arrays more generic (#13396)Bond-009
2024-08-05Replace UserId with User in NextUpQueryBond_009
2024-06-01Backport pull request #11806 from jellyfin/release-10.9.zShadowghost
2024-04-14Validate item access (#11171)Cody Robibero
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-11-09Convert ItemSortBy to enum (#9765)Cody Robibero
2023-11-02Correct docstring for /UpcomingSteve Kowalik
2023-09-06Add option to include resumable items in next up requestsBill Thornton
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace == null with is nullBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-08-14Merge pull request #8261 from nielsvanvelzen/adjacentTo-guidCody Robibero
2022-08-14Use guid for seriesId API parameterNiels van Velzen
2022-08-14Check for empty guidNiels van Velzen
2022-08-14Use Guid for adjacentTo API parameterNiels van Velzen
2022-03-11Merge pull request #7346 from Bond-009/guidClaus Vium
2022-03-01Include played and unplayed results in the same next up requestBill Thornton
2022-02-21Optimize Guid comparisonsBond_009
2022-02-20Rewatching next up (#7253)SenorSmartyPants
2022-01-20Properly populate QueryResultCody Robibero
2021-12-18Fix query param spellingCody Robibero
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-10-03Fix warning: The nullable warning suppression expression is redundant (#2149)KonH
2021-09-21Specify DateTimeStyles when possibleBond_009
2021-08-28Remove more and more warningsCody Robibero
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-27Merge pull request #5828 from jackrvan/issue-5813Claus Vium
2021-05-26Add optional backJack
2021-05-25Review notes to set value to Datetime min value instead of nullJack
2021-05-17Add optional to nextUpDateCutoff help textJack
2021-04-21Improve perf of db save and queryBond_009
2021-04-16Some code cleanup. Allow NextUpDateCutoff to be nullJack
2021-04-15Add NextUpCutoffDate to NextUpQueryJack
2021-02-10Create BaseItemKind enumcrobibero
2021-01-15Add query parameter to disable returning first episode as next upcrobibero
2021-01-02Fix inverted SkipWhilecrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-18Fixes spelling.Greenback
2020-11-10Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-11-09Add ModelBinder to ItemFiltercrobibero
2020-11-09Add ModelBinder to ImageTypecrobibero
2020-10-29Make MrLinter happycrobibero
2020-10-29Remove AddItemFieldscrobibero
2020-10-29Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-10-09Convert image type string to enum.crobibero