aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/UserLibraryController.cs
AgeCommit message (Expand)Author
6 daysRemove DtoExtensions.AddClientFields (#15638)Niels van Velzen
2025-03-25Fixed namespacesJPVenson
2025-02-13Make the JsonConverters for delimited arrays more generic (#13396)Bond-009
2025-01-25chore: fix spellingJosh Soref
2024-12-15Applied review commentsJPVenson
2024-11-11Fixed TopParent not beeing migratedJPVenson
2024-09-07Migrated UserData from library sqlite db to jellyfin.dbJPVenson
2024-08-05Pass User instead of UserId inside LatestItemsQueryBond_009
2024-04-14Validate item access (#11171)Cody Robibero
2024-03-03Move userId in API from route to optional query parameter (#11074)Cody Robibero
2024-02-26Store lyrics in the database as media streams (#9951)Cody Robibero
2024-01-17Use helper function to compare guid (#10825)Cody Robibero
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