aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.cs
AgeCommit message (Collapse)Author
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
2023-08-22== null -> is nullBond_009
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace != null with is not nullBond_009
2021-01-01Change log level for converterscrobibero
2020-11-14Update Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.csCody Robibero
Co-authored-by: Bond-009 <bond.009@outlook.com>
2020-11-14Updated based on review feedbackcrobibero
2020-11-12Remove conditional access.crobibero
2020-11-12Don't throw exception when converting values using binder or JsonConvertercrobibero
2020-10-29Support IReadOnlyList in CommaDelimitedArrayModelBindercrobibero
2020-10-09Fix comma delimited array model bindercrobibero
2020-10-03feat(CommaDelimitedArrayModelBinder): add none result checkgithub@esslinger.dev
2020-10-02refactor: simplify null checkSimon Eßlinger
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-10-01feat: extend CommaDelimitedArrayModelBinder to support auto generated ↵github@esslinger.dev
openAPI spec
2020-10-01feat: add CommaDelimitedArrayModelBindergithub@esslinger.dev