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
/
LibraryController.cs
Age
Commit message (
Expand
)
Author
2023-03-27
Fix #7610
Bond_009
2023-02-17
Validate requested user id (#8812)
Cody Robibero
2023-02-12
Merge branch 'master' into simplify_authz
cvium
2023-02-09
refactor: simplify authz
cvium
2023-02-04
Add more tests
Bond_009
2023-02-04
Return NotFound when itemId isn't found
Bond_009
2023-02-02
Cleanup imports
Shadowghost
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-19
Use DistinctBy introduced in .NET 6
Bond_009
2022-12-05
Replace != null with is not null
Bond_009
2022-12-05
Replace == null with is null
Bond_009
2022-12-03
Allow non-ASCII in downloaded filenames (#8825)
Justin
2022-11-10
Use elevated access control for media folders endpoint
Bill Thornton
2022-11-09
Fix media folders endpoint access control
Bill Thornton
2022-10-06
fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext
cvium
2022-02-21
Optimize Guid comparisons
Bond_009
2022-01-20
Properly populate QueryResult
Cody Robibero
2021-12-24
Merge branch 'master' into comparisons
Cody Robibero
2021-12-24
Merge pull request #7029 from cvium/allocations_maybe
Cody Robibero
2021-12-24
Merge pull request #6867 from yresquirol/related-media
Cody Robibero
2021-12-23
Update Jellyfin.Api/Controllers/LibraryController.cs
Cody Robibero
2021-12-20
Use our own Contains extension
cvium
2021-12-12
Use BaseItemKind where possible
Cody Robibero
2021-11-18
Related media according to genre
Yordany Rodriguez Esquirol
2021-09-03
Merge remote-tracking branch 'upstream/master' into authenticationdb-efcore
Cody Robibero
2021-08-28
Remove more and more warnings
Cody Robibero
2021-05-20
Migrate authentication db to EF Core
Patrick Barron
2021-05-08
Merge branch 'master' into comparisons
BaronGreenback
2021-05-07
Enable nullable reference types for MediaBrowser.Controller
Bond_009
2021-04-17
Cleaned up "value assigned is not used in any execution path"
BaronGreenback
2021-03-25
enable range processing for download endpoints
cvium
2021-03-13
Merge pull request #5515 from jellyfin/fix-refresh-endpoint
Bond-009
2021-03-13
fix refresh endpoint
Claus Vium
2021-03-11
Fix third part integration
crobibero
2021-03-04
Specify defaults or set query parameter to nullable
crobibero
2021-02-10
Create BaseItemKind enum
crobibero
2020-12-20
Fix similar endpoint for TV
David
2020-12-20
Re-add IsMovie
David
2020-12-20
Fix similar items endpoint for movies and TV
David
2020-12-17
Set filename when downloading file
crobibero
2020-12-01
Use Guid as API parameter type where possible
crobibero
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
crobibero
2020-11-15
Merge remote-tracking branch 'upstream/master' into dotnet-5
crobibero
2020-11-13
Fix nullability errors in Jellyfin.Api (part 1)
crobibero
2020-11-12
Semi-revert removal of Name for /Similar in openapi
cvium
2020-11-11
Update Jellyfin.Api/Controllers/LibraryController.cs
Claus Vium
2020-11-11
Merge branch 'master' into fix_and_mildly_improve_similar
Claus Vium
2020-11-09
Add ModelBinder to ItemFilter
crobibero
2020-11-09
Remove duplicate /Similar endpoints and add poor matching for artists and albums
cvium
2020-10-29
Make MrLinter happy
crobibero
[next]