aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/ModelBinders
AgeCommit message (Expand)Author
2025-02-13Make the JsonConverters for delimited arrays more generic (#13396)Bond-009
2024-08-30Remove BOM from UTF-8 filesBond_009
2023-08-22== null -> is nullBond_009
2023-02-02Migrate to file-scoped namespacesShadowghost
2022-12-05Replace != null with is not nullBond_009
2022-12-05Replace == null with is nullBond_009
2021-12-24Update StyleCopBond_009
2021-09-24Target net6.0Bond_009
2021-01-01Change log level for converterscrobibero
2020-11-21Merge pull request #4526 from crobibero/mark-playedJoshua M. Boniface
2020-11-21Add NullableEnumModelBinder and NullableEnumModelBinderProvidercrobibero
2020-11-20Fix marking item as playedcrobibero
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
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-11-06Merge pull request #4393 from crobibero/model-binder-readonly-listBond-009
2020-10-29Support IReadOnlyList in CommaDelimitedArrayModelBindercrobibero
2020-10-14Remove CommaDelimitedArrayModelBinderProvidercrobibero
2020-10-09Fix comma delimited array model bindercrobibero
2020-10-03feat(CommaDelimitedArrayModelBinder): add none result checkgithub@esslinger.dev
2020-10-02Merge branch '4214-supported-commands-enum' of https://github.com/skyfrk/jell...github@esslinger.dev
2020-10-02feat: implement CommaDelimitedArrayModelBinderProvidergithub@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