aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/MoviesController.cs
AgeCommit message (Collapse)Author
6 daysRemove DtoExtensions.AddClientFields (#15638)Niels van Velzen
2025-03-25Fixed namespacesJPVenson
2025-03-25WIP fixed namespacesJPVenson
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-10-28Removed unused UsingJPVenson
2024-10-22Reverted ImmutableList changeJPVenson
2024-10-22Reverted ToImmutableList changeJPVenson
2024-10-10Removed obsolete Score and Similiarity values for searchJPVenson
2024-10-09Fixed AncestorIds and applied review commentsJPVenson
2024-10-09Apply suggestions from code reviewJPVenson
Co-authored-by: Cody Robibero <cody@robibe.ro>
2024-10-09WIP porting new Repository structureJPVenson
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-11-17Add xmldocs for TMDb provider, correct provider spellingShadowghost
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-09-11Require properly typed ActionResult<T> (#8382)Cody Robibero
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
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-09-06Remove all unused usingsFernando Fernández
2021-05-11Reduce warnings in MediaBrowser.Controller (#6006)Cody Robibero
Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
2021-04-21Improve perf of db save and queryBond_009
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-09Add ModelBinder to ItemFiltercrobibero
2020-11-02Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-10-29Make MrLinter happycrobibero
2020-10-29Remove AddItemFieldscrobibero
2020-10-17Use nameof where possibleBond_009
2020-10-09Convert field string to enum.crobibero
2020-08-30Move library entities to folder.Patrick Barron
2020-08-03fix merge conflictscrobibero
2020-07-20changes from mergecrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-29Update Jellyfin.Api/Controllers/MoviesController.csCody Robibero
Co-authored-by: David <davidullmer@outlook.de>
2020-06-19Move MoviesService.cs to Jellyfin.Apicrobibero