| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-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 | |
| 2020-11-16 | Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. | crobibero | |
| 2020-11-10 | Merge remote-tracking branch 'upstream/master' into query-fields | crobibero | |
| 2020-11-09 | Add ModelBinder to ItemFilter | crobibero | |
| 2020-11-09 | Add ModelBinder to ImageType | crobibero | |
| 2020-10-29 | Make MrLinter happy | crobibero | |
| 2020-10-29 | Remove AddItemFields | crobibero | |
| 2020-10-29 | Merge remote-tracking branch 'upstream/master' into query-fields | crobibero | |
| 2020-10-09 | Convert image type string to enum. | crobibero | |
| 2020-10-09 | Convert field string to enum. | crobibero | |
| 2020-09-06 | merge all attributes | crobibero | |
| 2020-09-05 | Add missing references | crobibero | |
| 2020-09-05 | Make all FromRoute required | crobibero | |
| 2020-08-04 | Fix all route for base url support | crobibero | |
| 2020-07-07 | Make query parameters nullable or set default value | crobibero | |
| 2020-06-27 | Make all optional strings nullable | crobibero | |
| 2020-06-25 | Move UserLibraryService.cs to Jellyfin.Api | crobibero | |
