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
/
ItemLookupController.cs
Age
Commit message (
Expand
)
Author
2021-09-06
Remove all unused usings
Fernando Fernández
2021-05-02
Remove /Items/RemoteSearch/Image API endpoint
Joshua M. Boniface
2021-03-07
Use FileShare.None when creating files
David
2021-02-10
Create BaseItemKind enum
crobibero
2020-11-21
Remove UTF8 bom from some files
Bond_009
2020-11-13
Updated based on review feedback
crobibero
2020-11-13
Use null coalescing when possible
crobibero
2020-11-13
Convert NullReferenceException to ResourceNotFoundException
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
crobibero
2020-09-25
Fix Identify by renaming route parameter to match function argument
cvium
2020-09-06
Merge remote-tracking branch 'upstream/master' into api-stream-return
crobibero
2020-09-06
merge all attributes
crobibero
2020-09-05
Make all FromRoute required
crobibero
2020-09-01
Simplify file returns
crobibero
2020-09-01
Set openapi schema type to file where possible
crobibero
2020-08-17
P E R F O R M A N C E
crobibero
2020-08-17
revert lastordefault
crobibero
2020-08-17
Remove IHttpClient from Providers
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-08-04
Fix all route for base url support
crobibero
2020-06-22
Add missing authorization policies
David
2020-06-21
Fix response code
crobibero
2020-06-08
Move ItemLookupService to Jellyfin.Api
crobibero