index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
Controllers
/
SearchController.cs
Age
Commit message (
Collapse
)
Author
2021-05-05
Code 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-10
Create BaseItemKind enum
crobibero
2020-12-01
Use Guid as API parameter type where possible
crobibero
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
crobibero
2020-09-09
Remove nullable from required
crobibero
2020-08-04
Remove leading slash from route attributes
crobibero
2020-07-07
Make query parameters nullable or set default value
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-16
Add Default authorization policy
crobibero
2020-06-09
Add response code documentation
David Ullmer
2020-06-07
Add default values for parameters and fix spelling
David
2020-06-07
Move Split method from BaseJellyfinApiController.cs to RequestHelpers.cs
David
2020-06-07
Fix suggestions
David
2020-06-02
Move SearchService to new API endpoint
David