aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ImageByNameController.cs
AgeCommit message (Collapse)Author
2021-03-21Merge pull request from GHSA-wg4c-c9g9-rxhxJoshua M. Boniface
Fix issues 1 through 5 from GHSL-2021-050 (cherry picked from commit fe8cf29cad2ca1b5d3a78c86cacf3ba96608034f) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
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