aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SearchController.cs
AgeCommit message (Expand)Author
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