Cody Robibero
6fb6b5f176
Validate item access ( #11171 )
9 months ago
Cody Robibero
6e5ec99ea1
Move userId in API from route to optional query parameter ( #11074 )
...
* Move userId in API from route to optional query parameter
* Standardize UserViewsController
* Move userId to query in ImageController
* Move userId to query in ItemsController
* Move userId to query in PlaystateController
* Move userId to query in SuggestionsController
* Move userId from route to query in UserLibraryController
* Clean up routes
* Move userId to query in UserController
* fix bad merge
---------
Co-authored-by: Niels van Velzen <git@ndat.nl>
11 months ago
Cody Robibero
c5e723bccd
Add support for converting from svg to other image types
11 months ago
Bond_009
635d67d458
Revert "Use System.Net.IPNetwork"
...
This reverts commit 117d05d288da1d412159a29c0cb8d5c8259e48ae.
1 year ago
Bond_009
b62b0ec2b5
Fix warnings
1 year ago
Patrick Barron
de0241e975
Move API policies to MediaBrowser.Common
1 year ago
Bond_009
efc4c305a9
Use CryptoStream to convert stream from base64
...
Should be way more efficient
1 year ago
Bond_009
60f41b80f6
Verify ContentType of uploaded images
2 years ago
cvium
52e2776d8e
Merge branch 'master' into simplify_authz
...
# Conflicts:
# Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
2 years ago
cvium
209edd38a4
refactor: simplify authz
2 years ago
Bond_009
52230d1c30
Return NotFound when itemId isn't found
2 years ago
Shadowghost
f5f890e685
Migrate to file-scoped namespaces
2 years ago
Cody Robibero
abffd160c3
Remove ability to add a played indicator to images ( #9186 )
2 years ago
Teo Baranga
56ef45ebf0
Fix client supported image formats ( #9071 )
2 years ago
Bond-009
69a51c425a
Fix all warnings in Jellyfin.Api ( #9003 )
2 years ago
Bond_009
cf67381e31
Fix release build
2 years ago
Bond_009
52194f56b5
Replace != null with is not null
2 years ago
Bond_009
c7d50d640e
Replace == null with is null
2 years ago
cvium
5dc30c6a6d
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
Cody Robibero
bee13d5644
Fix splashscreen ( #7895 )
3 years ago
Cody Robibero
b37052a4a6
Fix build
3 years ago
Bond-009
2579b2db56
Merge pull request #7137 from SenorSmartyPants/master
3 years ago
Cody Robibero
e5701c396a
Merge pull request #6436 from daullmer/splashscreen
3 years ago
Cody Robibero
8a36fe7ed5
Use png for storage
3 years ago
Cody Robibero
0d335082c8
suggestions from review
3 years ago
Cody Robibero
ecb73168b3
Suggestions from review
3 years ago
SenorSmartyPants
3ea54a8009
Remove isHeadRequest from GetStaticFile method signatures
3 years ago
SenorSmartyPants
bd2bec4d4a
Remove special HTTP HEAD processing
...
removing this allows HTTP 206 Partial Content responses and lets some clients(popcorn hour namely) play videos from JF.
3 years ago
Cody Robibero
360fd70fc7
Clean up
3 years ago
David Ullmer
9e0958d822
Apply suggestions from code review
3 years ago
David Ullmer
c70452b4a4
Add missing response code documentation
3 years ago
David Ullmer
68db3be0e7
Remove darkening filter from Splashscreen
...
Using the foregroundLayer parameter has the same effect
3 years ago
David Ullmer
e026ba84c5
Add Splashscreen API endpoint to ImageController
3 years ago
Bond_009
dc222b75c5
Remove incorrect mime type image/jpg
3 years ago
Cody Robibero
9234e5bf80
Remove all instances of en-US culture
3 years ago
Bond_009
13fbfe6091
Target net6.0
3 years ago
Patrick Barron
a0c6f72762
Migrate authentication db to EF Core
4 years ago
Claus Vium
dc4714fe40
fix webp compatibility testing ( #5787 )
4 years ago
Cody Robibero
cc59abd54e
Mark cropWhitespace parameter as obsolete ( #5751 )
4 years ago
Odd Stråbø
13d0837b78
(mostly)Fix ResizeFill
4 years ago
Odd Stråbø
383aa4e4d9
Add Resize to fill box alternative to image endpoints
4 years ago
Bond-009
b2fbf97abd
Merge pull request #4988 from Bond-009/crop
4 years ago
Patrick Barron
e5380c653b
Merge branch 'master' into ef-cleanup
...
# Conflicts:
# Jellyfin.Data/Entities/Libraries/MediaFileStream.cs
# Jellyfin.Data/Jellyfin.Data.csproj
4 years ago
Patrick Barron
f638ee6b09
Enable nullable for Jellyfin.Data and remove unnecessary attributes
4 years ago
crobibero
858c91ab48
Specify defaults or set query parameter to nullable
4 years ago
Bond_009
40b9e7592f
Fix build
4 years ago
crobibero
d5f0b046bb
Add image file accept to openapi
4 years ago
Bond_009
620fbf0f89
Remove CropWhitespace function
4 years ago
cvium
5b4eef741a
Convert from base64 when saving item images
4 years ago
crobibero
5150598c6d
Fix API forbidden response
4 years ago