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
/
ImageByNameController.cs
Age
Commit message (
Collapse
)
Author
2022-12-19
Remove unused ImageByName API (#8928)
Niels van Velzen
2022-12-05
Replace == null with is null
Bond_009
2021-11-08
Fix and disable new dotnet6 warnings
Cody Robibero
2021-09-02
Use async FileStreams where it makes sense
Bond_009
2021-03-20
Fix arbitrary image file reads in ImageByNameController
Erwin de Haan
GHSL-2021-050: Issue 4 Arbitrary image file read and directory traversal.
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
crobibero
2020-09-09
Merge remote-tracking branch 'upstream/master' into bad-route
crobibero
2020-09-07
Fix api routes
crobibero
2020-09-03
Add missing image return types
crobibero
2020-09-02
Clean api return types
crobibero
2020-08-06
Apply fixes from review
crobibero
2020-06-27
Make all optional strings nullable
crobibero
2020-06-22
Add missing authorization policies
David
2020-06-20
Add missing attributes, fix response codes, fix route parameter casing
crobibero
2020-06-18
Remove nullable, add async task
crobibero
2020-06-17
User proper File constructor
crobibero