| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 6 days | Remove DtoExtensions.AddClientFields (#15638) | Niels van Velzen | |
| 2025-03-25 | Fixed namespaces | JPVenson | |
| 2025-02-13 | Make 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-25 | chore: fix spelling | Josh 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-15 | Applied review comments | JPVenson | |
| 2024-11-11 | Fixed TopParent not beeing migrated | JPVenson | |
| 2024-09-07 | Migrated UserData from library sqlite db to jellyfin.db | JPVenson | |
| 2024-08-05 | Pass User instead of UserId inside LatestItemsQuery | Bond_009 | |
| 2024-04-14 | Validate item access (#11171) | Cody Robibero | |
| 2024-03-03 | Move 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-26 | Store lyrics in the database as media streams (#9951) | Cody Robibero | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-02-20 | Properly check for item visibility in UserLibraryController | Shadowghost | |
| 2023-02-12 | Merge branch 'master' into simplify_authz | cvium | |
| # Conflicts: # Jellyfin.Api/Auth/SyncPlayAccessPolicy/SyncPlayAccessHandler.cs | |||
| 2023-02-09 | refactor: simplify authz | cvium | |
| 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 | |
| 2023-01-04 | Fix all warnings in Jellyfin.Api (#9003) | Bond-009 | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-10-07 | Merge pull request #8381 from 1hitsong/lyric-lrc-file-support | Claus Vium | |
| 2022-10-06 | fix: use HttpContext and ClaimsPrincipal instead of IAuthorizationContext | cvium | |
| 2022-09-22 | Use async functions | 1hitsong | |
| 2022-09-16 | Change API GetLyrics return type | 1hitsong | |
| 2022-09-16 | Remove use of AddParts. Cleanup use of Lyric vs Lyrics. | 1hitsong | |
| 2022-09-15 | Create ILyricManager | 1hitsong | |
| 2022-09-15 | Auto stash before merge of "lyric-lrc-file-support" and ↵ | 1hitsong | |
| "origin/lyric-lrc-file-support" | |||
| 2022-09-14 | Adds lyric providers to DI pipeline | Jamie 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-13 | Sort special features same as other spots, removing unnecssary function | Zach Phelan | |
| Added to contributors | |||
| 2022-09-11 | Require properly typed ActionResult<T> (#8382) | Cody Robibero | |
| 2022-09-10 | Merge remote-tracking branch 'origin/lyric-lrc-file-support' into ↵ | 1hitsong | |
| lyric-lrc-file-support | |||
| 2022-09-10 | Updates based on review | 1hitsong | |
| 2022-09-09 | Update Jellyfin.Api/Controllers/UserLibraryController.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-09 | Update Jellyfin.Api/Controllers/UserLibraryController.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-09 | Update Jellyfin.Api/Controllers/UserLibraryController.cs | 1hitsong | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> | |||
| 2022-09-09 | Add Lyrics API Endpoint | 1hitsong | |
| 2022-02-21 | Optimize Guid comparisons | Bond_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-20 | Properly populate QueryResult | Cody Robibero | |
| 2022-01-16 | Remove unnecessary array allocation | Dmitry Lyzo | |
| Co-authored-by: Claus Vium <cvium@users.noreply.github.com> | |||
| 2022-01-14 | Fix duplication of local trailers | Dmitry Lyzo | |
| 2021-12-24 | Update StyleCop | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-15 | Merge branch 'master' into what_could_go_wrong | Claus Vium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-12-07 | Refactor extras parsing | cvium | |
| 2021-06-19 | Move non-jellyfin extensions to separate project | Bond_009 | |
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2020-11-20 | Merge pull request #4499 from crobibero/more-param | Joshua M. Boniface | |
| Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids | |||
| 2020-11-18 | Fixes spelling. | Greenback | |
