aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/UserLibraryController.cs
AgeCommit message (Collapse)Author
2025-03-25Fixed namespacesJPVenson
2025-02-13Make the JsonConverters for delimited arrays more generic (#13396)Bond-009
* Make the JsonConverters for delimited arrays more generic Also adds some tests for serialization (with different types) as we didn't have any before. * Ignore warnings
2025-01-25chore: fix spellingJosh Soref
* a * acceleration * addition * altogether * api clients * artist * associated * bandwidth * cannot * capabilities * case-insensitive * case-sensitive * configuration * delimiter * dependent * diacritics * directors * enable * explicitly * filters * finish * have * hierarchy * implicit * include * information * into * its * keepalive * localization * macos * manual * matching * metadata * nonexistent * options * overridden * parsed * parser * playback * preferring * processes * processing * provider * ratings * retrieval * running * segments * separate * should * station * subdirectories * superseded * supported * system * than * the * throws * transpose * valid * was link: forum or chat rooms Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
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
* Move userId in API from route to optional query parameter * Standardize UserViewsController * Move userId to query in ImageController * Move userId to query in ItemsController * Move userId to query in PlaystateController * Move userId to query in SuggestionsController * Move userId from route to query in UserLibraryController * Clean up routes * Move userId to query in UserController * fix bad merge --------- Co-authored-by: Niels van Velzen <git@ndat.nl>
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
# Conflicts: # Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs
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 ↵1hitsong
"origin/lyric-lrc-file-support"
2022-09-14Adds lyric providers to DI pipelineJamie Introcaso
This is adding those lyric providers to the DI pipeline along with a super simple implementation of how to use them in the controller method. Probably should be refactored into a lyric service of some sort that would have the providers injected into it.
2022-09-13Sort special features same as other spots, removing unnecssary functionZach Phelan
Added to contributors
2022-09-11Require properly typed ActionResult<T> (#8382)Cody Robibero
2022-09-10Merge remote-tracking branch 'origin/lyric-lrc-file-support' into ↵1hitsong
lyric-lrc-file-support
2022-09-10Updates based on review1hitsong
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-09Update Jellyfin.Api/Controllers/UserLibraryController.cs1hitsong
Co-authored-by: Cody Robibero <cody@robibe.ro>
2022-09-09Add Lyrics API Endpoint1hitsong
2022-02-21Optimize Guid comparisonsBond_009
* 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
2022-01-20Properly populate QueryResultCody Robibero
2022-01-16Remove unnecessary array allocationDmitry Lyzo
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
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
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-18Fixes spelling.Greenback
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero