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
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-01-17
Use helper function to compare guid (#10825)
Cody Robibero
2023-10-10
Convert string MediaType to enum MediaType
Cody Robibero
2023-04-06
Remove unused using directives
Stepan Goremykin
2023-02-17
Validate requested user id (#8812)
Cody Robibero
2023-02-09
refactor: simplify authz
cvium
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-08-22
Merge pull request #8267 from luzpaz/typos
Bond-009
2022-08-18
Fix operation name in SearchController and correct nullability for SearchHint
Niels van Velzen
2022-08-15
Fix various typos
luz paz
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