aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SuggestionsController.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-03-03Move userId in API from route to optional query parameter (#11074)Cody Robibero
* Move userId in API from route to optional query parameter * Standardize UserViewsController * Move userId to query in ImageController * Move userId to query in ItemsController * Move userId to query in PlaystateController * Move userId to query in SuggestionsController * Move userId from route to query in UserLibraryController * Clean up routes * Move userId to query in UserController * fix bad merge --------- Co-authored-by: Niels van Velzen <git@ndat.nl>
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-02-09refactor: simplify authzcvium
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
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-01-20Properly populate QueryResultCody Robibero
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-09-06Remove all unused usingsFernando Fernández
2021-04-21Improve perf of db save and queryBond_009
2021-02-10Create BaseItemKind enumcrobibero
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-01Fix endpoint authcrobibero
2020-09-06merge all attributescrobibero
2020-09-05Add missing referencescrobibero
2020-09-05Make all FromRoute requiredcrobibero
2020-08-04Fix all route for base url supportcrobibero
2020-08-03fix merge conflictscrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-20Use RequestHelpers.SplitDavid
2020-06-19Move SuggestionsService to Jellyfin.ApiDavid