aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SearchController.cs
AgeCommit message (Expand)Author
2025-02-13Make the JsonConverters for delimited arrays more generic (#13396)Bond-009
2024-04-14Validate item access (#11171)Cody Robibero
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
2023-10-10Convert string MediaType to enum MediaTypeCody Robibero
2023-04-06Remove unused using directivesStepan Goremykin
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 not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-08-22Merge pull request #8267 from luzpaz/typosBond-009
2022-08-18Fix operation name in SearchController and correct nullability for SearchHintNiels van Velzen
2022-08-15Fix various typos luz paz
2022-06-14Merge pull request #7894 from crobibero/search-hintsCody Robibero
2022-02-21Optimize Guid comparisonsBond_009
2022-02-14Fix some warningsBond_009
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-05-05Code Clean up: Convert to null-coalescing operator ?? (#5845)BaronGreenback
2021-02-10Create BaseItemKind enumcrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-09-09Remove nullable from requiredcrobibero
2020-08-04Remove leading slash from route attributescrobibero
2020-07-07Make query parameters nullable or set default valuecrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-16Add Default authorization policycrobibero
2020-06-09Add response code documentationDavid Ullmer
2020-06-07Add default values for parameters and fix spellingDavid
2020-06-07Move Split method from BaseJellyfinApiController.cs to RequestHelpers.csDavid
2020-06-07Fix suggestionsDavid
2020-06-02Move SearchService to new API endpointDavid