aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ImageByNameController.cs
AgeCommit message (Expand)Author
2022-12-19Remove unused ImageByName API (#8928)Niels van Velzen
2022-12-05Replace == null with is nullBond_009
2021-11-08Fix and disable new dotnet6 warningsCody Robibero
2021-09-02Use async FileStreams where it makes senseBond_009
2021-03-20Fix arbitrary image file reads in ImageByNameControllerErwin de Haan
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-09-09Merge remote-tracking branch 'upstream/master' into bad-routecrobibero
2020-09-07Fix api routescrobibero
2020-09-03Add missing image return typescrobibero
2020-09-02Clean api return typescrobibero
2020-08-06Apply fixes from reviewcrobibero
2020-06-27Make all optional strings nullablecrobibero
2020-06-22Add missing authorization policiesDavid
2020-06-20Add missing attributes, fix response codes, fix route parameter casingcrobibero
2020-06-18Remove nullable, add async taskcrobibero
2020-06-17User proper File constructorcrobibero