aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/LibraryController.cs
AgeCommit message (Expand)Author
2023-03-27Fix #7610Bond_009
2023-02-17Validate requested user id (#8812)Cody Robibero
2023-02-12Merge branch 'master' into simplify_authzcvium
2023-02-09refactor: simplify authzcvium
2023-02-04Add more testsBond_009
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-02Cleanup importsShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-19Use DistinctBy introduced in .NET 6Bond_009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-12-03Allow non-ASCII in downloaded filenames (#8825)Justin
2022-11-10Use elevated access control for media folders endpointBill Thornton
2022-11-09Fix media folders endpoint access controlBill Thornton
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-02-21Optimize Guid comparisonsBond_009
2022-01-20Properly populate QueryResultCody Robibero
2021-12-24Merge branch 'master' into comparisonsCody Robibero
2021-12-24Merge pull request #7029 from cvium/allocations_maybeCody Robibero
2021-12-24Merge pull request #6867 from yresquirol/related-mediaCody Robibero
2021-12-23Update Jellyfin.Api/Controllers/LibraryController.csCody Robibero
2021-12-20Use our own Contains extensioncvium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-11-18Related media according to genreYordany Rodriguez Esquirol
2021-09-03Merge remote-tracking branch 'upstream/master' into authenticationdb-efcoreCody Robibero
2021-08-28Remove more and more warningsCody Robibero
2021-05-20Migrate authentication db to EF CorePatrick Barron
2021-05-08Merge branch 'master' into comparisonsBaronGreenback
2021-05-07Enable nullable reference types for MediaBrowser.ControllerBond_009
2021-04-17Cleaned up "value assigned is not used in any execution path"BaronGreenback
2021-03-25enable range processing for download endpointscvium
2021-03-13Merge pull request #5515 from jellyfin/fix-refresh-endpointBond-009
2021-03-13fix refresh endpointClaus Vium
2021-03-11Fix third part integrationcrobibero
2021-03-04Specify defaults or set query parameter to nullablecrobibero
2021-02-10Create BaseItemKind enumcrobibero
2020-12-20Fix similar endpoint for TVDavid
2020-12-20Re-add IsMovieDavid
2020-12-20Fix similar items endpoint for movies and TVDavid
2020-12-17Set filename when downloading filecrobibero
2020-12-01Use Guid as API parameter type where possiblecrobibero
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-15Merge remote-tracking branch 'upstream/master' into dotnet-5crobibero
2020-11-13Fix nullability errors in Jellyfin.Api (part 1)crobibero
2020-11-12Semi-revert removal of Name for /Similar in openapicvium
2020-11-11Update Jellyfin.Api/Controllers/LibraryController.csClaus Vium
2020-11-11Merge branch 'master' into fix_and_mildly_improve_similarClaus Vium
2020-11-09Add ModelBinder to ItemFiltercrobibero
2020-11-09Remove duplicate /Similar endpoints and add poor matching for artists and albumscvium
2020-10-29Make MrLinter happycrobibero