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 (
Expand
)
Author
2022-06-14
Merge pull request #7894 from crobibero/search-hints
Cody Robibero
2022-02-21
Optimize Guid comparisons
Bond_009
2022-02-14
Fix some warnings
Bond_009
2021-12-20
Use our own Contains extension
cvium
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-05-05
Code Clean up: Convert to null-coalescing operator ?? (#5845)
BaronGreenback
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