aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/ImageController.cs
AgeCommit message (Expand)Author
2025-03-25Fixed namespacesJPVenson
2024-08-28Merge pull request #11665 from Bond-009/getuserbyidCody Robibero
2024-08-25Backport pull request #12490 from jellyfin/release-10.9.znielsvanvelzen
2024-08-05Change arguments AssertCanUpdateUser to take a userBond_009
2024-04-14Validate item access (#11171)Cody Robibero
2024-03-03Move userId in API from route to optional query parameter (#11074)Cody Robibero
2024-02-28Add support for converting from svg to other image typesCody Robibero
2023-11-14Revert "Use System.Net.IPNetwork"Bond_009
2023-11-14Fix warningsBond_009
2023-11-12Move API policies to MediaBrowser.CommonPatrick Barron
2023-10-05Use CryptoStream to convert stream from base64Bond_009
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