aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/UserLibraryController.cs
AgeCommit message (Expand)Author
2023-02-20Properly check for item visibility in UserLibraryControllerShadowghost
2023-02-12Merge branch 'master' into simplify_authzcvium
2023-02-09refactor: simplify authzcvium
2023-02-04Return NotFound when itemId isn't foundBond_009
2023-02-02Cleanup importsShadowghost
2023-02-02Migrate to file-scoped namespacesShadowghost
2023-01-04Fix all warnings in Jellyfin.Api (#9003)Bond-009
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2022-10-07Merge pull request #8381 from 1hitsong/lyric-lrc-file-supportClaus Vium
2022-10-06fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContextcvium
2022-09-22Use async functions1hitsong
2022-09-16Change API GetLyrics return type1hitsong
2022-09-16Remove use of AddParts. Cleanup use of Lyric vs Lyrics.1hitsong
2022-09-15Create ILyricManager1hitsong
2022-09-15Auto stash before merge of "lyric-lrc-file-support" and "origin/lyric-lrc-fil...1hitsong
2022-09-14Adds lyric providers to DI pipelineJamie Introcaso
2022-09-13Sort special features same as other spots, removing unnecssary functionZach Phelan
2022-09-11Require properly typed ActionResult<T> (#8382)Cody Robibero
2022-09-10Merge remote-tracking branch 'origin/lyric-lrc-file-support' into lyric-lrc-f...1hitsong
2022-09-10Updates based on review1hitsong
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
2022-09-09Add Lyrics API Endpoint1hitsong
2022-02-21Optimize Guid comparisonsBond_009
2022-01-20Properly populate QueryResultCody Robibero
2022-01-16Remove unnecessary array allocationDmitry Lyzo
2022-01-14Fix duplication of local trailersDmitry Lyzo
2021-12-24Update StyleCopBond_009
2021-12-20Use our own Contains extensioncvium
2021-12-15Merge branch 'master' into what_could_go_wrongClaus Vium
2021-12-12Use BaseItemKind where possibleCody Robibero
2021-12-07Refactor extras parsingcvium
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-02-10Create BaseItemKind enumcrobibero
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
2020-11-18Fixes spelling.Greenback
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-10Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-11-09Add ModelBinder to ItemFiltercrobibero
2020-11-09Add ModelBinder to ImageTypecrobibero
2020-10-29Make MrLinter happycrobibero
2020-10-29Remove AddItemFieldscrobibero
2020-10-29Merge remote-tracking branch 'upstream/master' into query-fieldscrobibero
2020-10-09Convert image type string to enum.crobibero
2020-10-09Convert field string to enum.crobibero
2020-09-06merge all attributescrobibero
2020-09-05Add missing referencescrobibero
2020-09-05Make all FromRoute requiredcrobibero