| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |||
| 2024-04-14 | Validate item access (#11171) | Cody Robibero | |
| 2024-01-17 | Use helper function to compare guid (#10825) | Cody Robibero | |
| 2023-10-10 | Convert string MediaType to enum MediaType | Cody Robibero | |
| 2023-04-06 | Remove unused using directives | Stepan Goremykin | |
| 2023-02-17 | Validate requested user id (#8812) | Cody Robibero | |
| 2023-02-09 | refactor: simplify authz | cvium | |
| 2023-02-02 | Migrate to file-scoped namespaces | Shadowghost | |
| 2022-12-05 | Replace != null with is not null | Bond_009 | |
| 2022-12-05 | Replace == null with is null | Bond_009 | |
| 2022-08-22 | Merge pull request #8267 from luzpaz/typos | Bond-009 | |
| 2022-08-18 | Fix operation name in SearchController and correct nullability for SearchHint | Niels van Velzen | |
| 2022-08-15 | Fix various typos | luz paz | |
| Found via `codespell -q 3 -S ./Emby.Server.Implementations/Localization -L allready,doesnt,inh,receivedfrom,whoknows` | |||
| 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 | |
