Bill Thornton
79d7a4d4df
Remove unused using statement
2 years ago
Bill Thornton
e90031b4cc
Use elevated access control for media folders endpoint
2 years ago
Bill Thornton
4f3d562d75
Fix media folders endpoint access control
2 years ago
Bond_009
f50a250cd9
Optimize Guid comparisons
...
* Use Guid.Equals(Guid) instead of the == override
* Ban the usage of Guid.Equals(Object) to prevent accidental boxing
* Compare to default(Guid) instead of Guid.Empty
3 years ago
Cody Robibero
a60cb280a3
Properly populate QueryResult
3 years ago
Cody Robibero
634ce40c2f
Merge branch 'master' into comparisons
3 years ago
Cody Robibero
076a13abeb
Merge pull request #7029 from cvium/allocations_maybe
3 years ago
Cody Robibero
259bc231d6
Merge pull request #6867 from yresquirol/related-media
3 years ago
Cody Robibero
7774cb2067
Update Jellyfin.Api/Controllers/LibraryController.cs
3 years ago
cvium
b880dc8a4a
Use our own Contains extension
3 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
4 years ago
BaronGreenback
97c2c523a8
Merge branch 'master' into comparisons
4 years ago
Bond_009
fb090df0b5
Enable nullable reference types for MediaBrowser.Controller
4 years ago
BaronGreenback
80877aa945
Cleaned up "value assigned is not used in any execution path"
4 years ago
cvium
b3d084044e
enable range processing for download endpoints
4 years ago
Bond-009
260b48ef9d
Merge pull request #5515 from jellyfin/fix-refresh-endpoint
...
fix refresh endpoint
4 years ago
Claus Vium
fe2a310fe2
fix refresh endpoint
...
It was originally a POST 9af6eda0b4/MediaBrowser.Api/Library/LibraryService.cs (L155)
4 years ago
crobibero
eef15dc7ac
Fix third part integration
4 years ago
crobibero
858c91ab48
Specify defaults or set query parameter to nullable
4 years ago
crobibero
223b42aed3
Create BaseItemKind enum
4 years ago
David
13de663201
Fix similar endpoint for TV
4 years ago
David
eba403158e
Re-add IsMovie
4 years ago
David
f4d1e33010
Fix similar items endpoint for movies and TV
4 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
Claus Vium
a7b3880d0e
Merge branch 'master' into fix_and_mildly_improve_similar
4 years ago
crobibero
0dd2b169a3
Add ModelBinder to ItemFilter
4 years ago
cvium
b99519898d
Remove duplicate /Similar endpoints and add poor matching for artists and albums
4 years ago
crobibero
11d69fd3b1
Make MrLinter happy
4 years ago
crobibero
372f0eb38a
Remove AddItemFields
4 years ago
crobibero
69360b749a
Convert field string to enum.
4 years ago
crobibero
efce4d4bf3
Merge remote-tracking branch 'upstream/master' into bad-route
4 years ago
crobibero
7294dc103f
Fix api routes
4 years ago
crobibero
eab92a0b01
Merge remote-tracking branch 'upstream/master' into api-stream-return
4 years ago
crobibero
29fc882037
merge all attributes
4 years ago
crobibero
59d47ec3f5
Make all FromRoute required
4 years ago
crobibero
ec2a5e4fb0
Simplify file returns
4 years ago
crobibero
2f33bee2a9
Set openapi schema type to file where possible
4 years ago
Patrick Barron
414bedbde4
Move library entities to folder.
4 years ago
Patrick Barron
fa8892fde4
Make LibraryController.GetDownload async
4 years ago
crobibero
fffa94fc33
Apply fixes from review
4 years ago