| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-14 | Merge pull request #7894 from crobibero/search-hints | Cody Robibero | |
| (cherry picked from commit 0f75f177361906626e658da86d63583d5111f006) Signed-off-by: crobibero <cody@robibe.ro> | |||
| 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-02-14 | Fix some warnings | Bond_009 | |
| 2021-12-20 | Use our own Contains extension | cvium | |
| 2021-12-12 | Use BaseItemKind where possible | Cody Robibero | |
| 2021-05-05 | Code Clean up: Convert to null-coalescing operator ?? (#5845) | BaronGreenback | |
| Co-authored-by: Cody Robibero <cody@robibe.ro> Co-authored-by: Patrick Barron <18354464+barronpm@users.noreply.github.com> | |||
| 2021-02-10 | Create BaseItemKind enum | crobibero | |
| 2020-12-01 | Use Guid as API parameter type where possible | crobibero | |
| 2020-11-16 | Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage. | crobibero | |
| 2020-11-13 | Fix nullability errors in Jellyfin.Api (part 1) | crobibero | |
| 2020-09-09 | Remove nullable from required | crobibero | |
| 2020-08-04 | Remove leading slash from route attributes | crobibero | |
| 2020-07-07 | Make query parameters nullable or set default value | crobibero | |
| 2020-06-27 | Make all optional strings nullable | crobibero | |
| 2020-06-16 | Add Default authorization policy | crobibero | |
| 2020-06-09 | Add response code documentation | David Ullmer | |
| 2020-06-07 | Add default values for parameters and fix spelling | David | |
| 2020-06-07 | Move Split method from BaseJellyfinApiController.cs to RequestHelpers.cs | David | |
| 2020-06-07 | Fix suggestions | David | |
| 2020-06-02 | Move SearchService to new API endpoint | David | |
