aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SearchController.cs
AgeCommit message (Collapse)Author
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-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
Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows`
2022-06-14Merge pull request #7894 from crobibero/search-hintsCody Robibero
(cherry picked from commit 0f75f177361906626e658da86d63583d5111f006) Signed-off-by: crobibero <cody@robibe.ro>
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-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
Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com>
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