aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ImageController.cs
AgeCommit message (Expand)Author
2023-02-16Verify ContentType of uploaded imagesBond_009
2023-02-12Merge branch 'master' into simplify_authzcvium
2023-02-09refactor: simplify authzcvium
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-01-28Remove ability to add a played indicator to images (#9186)Cody Robibero
2023-01-14Fix client supported image formats (#9071)Teo Baranga
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2022-12-07Fix release buildBond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-06-14Fix splashscreen (#7895)Cody Robibero
2022-03-06Fix buildCody Robibero
2022-03-05Merge pull request #7137 from SenorSmartyPants/masterBond-009
2022-01-28Merge pull request #6436 from daullmer/splashscreenCody Robibero
2022-01-10Use png for storageCody Robibero
2022-01-10suggestions from reviewCody Robibero
2022-01-10Suggestions from reviewCody Robibero
2022-01-07Remove isHeadRequest from GetStaticFile method signaturesSenorSmartyPants
2022-01-07Remove special HTTP HEAD processingSenorSmartyPants
2022-01-04Clean upCody Robibero
2022-01-04Apply suggestions from code reviewDavid Ullmer
2022-01-04Add missing response code documentationDavid Ullmer
2022-01-04Remove darkening filter from SplashscreenDavid Ullmer
2022-01-04Add Splashscreen API endpoint to ImageControllerDavid Ullmer
2022-01-04Remove incorrect mime type image/jpgBond_009
2021-09-26Remove all instances of en-US cultureCody Robibero
2021-09-24Target net6.0Bond_009
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-04-12fix webp compatibility testing (#5787)Claus Vium
2021-04-12Mark cropWhitespace parameter as obsolete (#5751)Cody Robibero
2021-04-11(mostly)Fix ResizeFillOdd Stråbø
2021-04-11Add Resize to fill box alternative to image endpointsOdd Stråbø
2021-04-10Merge pull request #4988 from Bond-009/cropBond-009
2021-03-14Merge branch 'master' into ef-cleanupPatrick Barron
2021-03-06Enable nullable for Jellyfin.Data and remove unnecessary attributesPatrick Barron
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2021-02-20Fix buildBond_009
2021-02-10Add image file accept to openapicrobibero
2021-01-09Remove CropWhitespace functionBond_009
2020-12-15Convert from base64 when saving item imagescvium
2020-12-07Fix API forbidden responsecrobibero
2020-11-21Merge pull request #4486 from crobibero/split-apiJoshua M. Boniface
2020-11-21Remove UTF8 bom from some filesBond_009
2020-11-21Fix nullrefBond_009
2020-11-20Merge remote-tracking branch 'upstream/master' into split-apicrobibero
2020-11-15Remove api client generator errorscrobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-10-29Convert some code in UserManager to asyncPatrick Barron