aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/ModelBinders
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
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
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
Fix marking item as played
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
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-11-06Merge pull request #4393 from crobibero/model-binder-readonly-listBond-009
Support IReadOnlyList in CommaDelimitedArrayModelBinder
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 ↵github@esslinger.dev
https://github.com/skyfrk/jellyfin into 4214-supported-commands-enum
2020-10-02feat: implement CommaDelimitedArrayModelBinderProvidergithub@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