Commit Graph

79 Commits (de0241e975c6b765f2af465734635a1a024a142a)

Author SHA1 Message Date
Patrick Barron de0241e975 Move API policies to MediaBrowser.Common
7 months ago
Cody Robibero 906f701fa8
Convert CollectionType, SpecialFolderType to enum (#9764)
7 months ago
Stepan Goremykin 47254d6a22 Remove conditional access when it is known to be not null
8 months ago
Bond-009 3982b0e057
Reduce bottlenecks scan code (#9863)
12 months ago
Bond_009 8316bd590e Fix #7610
1 year ago
Cody Robibero a527034ebe
Validate requested user id (#8812)
1 year ago
cvium 52e2776d8e Merge branch 'master' into simplify_authz
1 year ago
cvium 209edd38a4 refactor: simplify authz
1 year ago
Bond_009 eb7fee9590 Add more tests
1 year ago
Bond_009 52230d1c30 Return NotFound when itemId isn't found
1 year ago
Shadowghost dfea1229e1 Cleanup imports
1 year ago
Shadowghost f5f890e685 Migrate to file-scoped namespaces
1 year ago
Bond_009 6481376b81 Use DistinctBy introduced in .NET 6
1 year ago
Bond_009 52194f56b5 Replace != null with is not null
2 years ago
Bond_009 c7d50d640e Replace == null with is null
2 years ago
Justin df66816178
Allow non-ASCII in downloaded filenames (#8825)
2 years ago
Bill Thornton c6dbcb661b Use elevated access control for media folders endpoint
2 years ago
Bill Thornton 9f352ccb5b Fix media folders endpoint access control
2 years ago
cvium 5dc30c6a6d fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
2 years ago
Bond_009 f50a250cd9 Optimize Guid comparisons
2 years ago
Cody Robibero a60cb280a3 Properly populate QueryResult
2 years ago
Cody Robibero 634ce40c2f
Merge branch 'master' into comparisons
2 years ago
Cody Robibero 076a13abeb
Merge pull request #7029 from cvium/allocations_maybe
2 years ago
Cody Robibero 259bc231d6
Merge pull request #6867 from yresquirol/related-media
2 years ago
Cody Robibero 7774cb2067
Update Jellyfin.Api/Controllers/LibraryController.cs
2 years ago
cvium b880dc8a4a Use our own Contains extension
2 years ago
Cody Robibero 32629cd7da Use BaseItemKind where possible
3 years ago
Yordany Rodriguez Esquirol 3734c95fd4 Related media according to genre
3 years ago
Cody Robibero ff9d14c811 Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
3 years ago
Cody Robibero cba07b1ca6 Remove more and more warnings
3 years ago
Patrick Barron a0c6f72762 Migrate authentication db to EF Core
3 years ago
BaronGreenback 97c2c523a8
Merge branch 'master' into comparisons
3 years ago
Bond_009 fb090df0b5 Enable nullable reference types for MediaBrowser.Controller
3 years ago
BaronGreenback 80877aa945 Cleaned up "value assigned is not used in any execution path"
3 years ago
cvium b3d084044e enable range processing for download endpoints
3 years ago
Bond-009 260b48ef9d
Merge pull request #5515 from jellyfin/fix-refresh-endpoint
3 years ago
Claus Vium fe2a310fe2
fix refresh endpoint
3 years ago
crobibero eef15dc7ac Fix third part integration
3 years ago
crobibero 858c91ab48 Specify defaults or set query parameter to nullable
3 years ago
crobibero 223b42aed3 Create BaseItemKind enum
3 years ago
David 13de663201 Fix similar endpoint for TV
3 years ago
David eba403158e Re-add IsMovie
3 years ago
David f4d1e33010 Fix similar items endpoint for movies and TV
3 years ago
crobibero 56ae63433f Set filename when downloading file
4 years ago
crobibero c083b29e29 Use Guid as API parameter type where possible
4 years ago
crobibero 3cc0dd7e12 Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago
crobibero dae4541bad Merge remote-tracking branch 'upstream/master' into dotnet-5
4 years ago
crobibero 01355e0498 Fix nullability errors in Jellyfin.Api (part 1)
4 years ago
cvium 0ac3af13ac Semi-revert removal of Name for /Similar in openapi
4 years ago
Claus Vium 0b954df7c2
Update Jellyfin.Api/Controllers/LibraryController.cs
4 years ago