aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/TvShowsController.cs
AgeCommit message (Collapse)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 ↵Cody Robibero
(#13687) * Add more optimized query to calculate series that should be processed for next up * Filter series based on last watched date
2025-02-13Make the JsonConverters for delimited arrays more generic (#13396)Bond-009
* Make the JsonConverters for delimited arrays more generic Also adds some tests for serialization (with different types) as we didn't have any before. * Ignore warnings
2024-08-05Replace UserId with User in NextUpQueryBond_009
2024-06-01Backport pull request #11806 from jellyfin/release-10.9.zShadowghost
Return missing episodes for series when no user defined Original-merge: ae584beaac0123f6a722f341a4e12b8f8fbcaf34 Merged-by: crobibero <cody@robibe.ro> Backported-by: Joshua M. Boniface <joshua@boniface.me>
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
* Convert ItemSortBy to enum * Rename Unknown to Default
2023-11-02Correct docstring for /UpcomingSteve Kowalik
The docstring for /Upcoming looks very similar to /NextUp, also including the same return value, when it should be slightly different, correct it.
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
Optimize Guid comparisons
2022-03-01Include played and unplayed results in the same next up requestBill Thornton
2022-02-21Optimize Guid comparisonsBond_009
* Use Guid.Equals(Guid) instead of the == override * Ban the usage of Guid.Equals(Object) to prevent accidental boxing * Compare to default(Guid) instead of Guid.Empty
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
Add NextUpCutoffDate to NextUpQuery
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