aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.cs
AgeCommit message (Expand)Author
2025-02-13Make the JsonConverters for delimited arrays more generic (#13396)Bond-009
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
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
2020-10-01feat: extend CommaDelimitedArrayModelBinder to support auto generated openAPI...github@esslinger.dev
2020-10-01feat: add CommaDelimitedArrayModelBindergithub@esslinger.dev