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
/
ImageController.cs
Age
Commit message (
Expand
)
Author
2025-04-02
allow admin users to get Splashscreen even when disabled (#13825)
KGT1
2025-03-25
Fixed namespaces
JPVenson
2024-08-28
Merge pull request #11665 from Bond-009/getuserbyid
Cody Robibero
2024-08-25
Backport pull request #12490 from jellyfin/release-10.9.z
nielsvanvelzen
2024-08-05
Change arguments AssertCanUpdateUser to take a user
Bond_009
2024-04-14
Validate item access (#11171)
Cody Robibero
2024-03-03
Move userId in API from route to optional query parameter (#11074)
Cody Robibero
2024-02-28
Add support for converting from svg to other image types
Cody Robibero
2023-11-14
Revert "Use System.Net.IPNetwork"
Bond_009
2023-11-14
Fix warnings
Bond_009
2023-11-12
Move API policies to MediaBrowser.Common
Patrick Barron
2023-10-05
Use CryptoStream to convert stream from base64
Bond_009
2023-02-16
Verify ContentType of uploaded images
Bond_009
2023-02-12
Merge branch 'master' into simplify_authz
cvium
2023-02-09
refactor: simplify authz
cvium
2023-02-04
Return NotFound when itemId isn't found
Bond_009
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2023-01-28
Remove ability to add a played indicator to images (#9186)
Cody Robibero
2023-01-14
Fix client supported image formats (#9071)
Teo Baranga
2023-01-04
Fix all warnings in Jellyfin.Api (#9003)
Bond-009
2022-12-07
Fix release build
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-06-14
Fix splashscreen (#7895)
Cody Robibero
2022-03-06
Fix build
Cody Robibero
2022-03-05
Merge pull request #7137 from SenorSmartyPants/master
Bond-009
2022-01-28
Merge pull request #6436 from daullmer/splashscreen
Cody Robibero
2022-01-10
Use png for storage
Cody Robibero
2022-01-10
suggestions from review
Cody Robibero
2022-01-10
Suggestions from review
Cody Robibero
2022-01-07
Remove isHeadRequest from GetStaticFile method signatures
SenorSmartyPants
2022-01-07
Remove special HTTP HEAD processing
SenorSmartyPants
2022-01-04
Clean up
Cody Robibero
2022-01-04
Apply suggestions from code review
David Ullmer
2022-01-04
Add missing response code documentation
David Ullmer
2022-01-04
Remove darkening filter from Splashscreen
David Ullmer
2022-01-04
Add Splashscreen API endpoint to ImageController
David Ullmer
2022-01-04
Remove incorrect mime type image/jpg
Bond_009
2021-09-26
Remove all instances of en-US culture
Cody Robibero
2021-09-24
Target net6.0
Bond_009
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-04-12
fix webp compatibility testing (#5787)
Claus Vium
2021-04-12
Mark cropWhitespace parameter as obsolete (#5751)
Cody Robibero
2021-04-11
(mostly)Fix ResizeFill
Odd Stråbø
2021-04-11
Add Resize to fill box alternative to image endpoints
Odd Stråbø
2021-04-10
Merge pull request #4988 from Bond-009/crop
Bond-009
2021-03-14
Merge branch 'master' into ef-cleanup
Patrick Barron
2021-03-06
Enable nullable for Jellyfin.Data and remove unnecessary attributes
Patrick Barron
2021-03-04
Specify defaults or set query parameter to nullable
crobibero
[next]