index
:
jellyfin
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Jellyfin.Api
/
ModelBinders
/
CommaDelimitedArrayModelBinder.cs
Age
Commit message (
Expand
)
Author
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2023-08-22
== null -> is null
Bond_009
2023-02-02
Migrate to file-scoped namespaces
Shadowghost
2022-12-05
Replace != null with is not null
Bond_009
2021-01-01
Change log level for converters
crobibero
2020-11-14
Update Jellyfin.Api/ModelBinders/CommaDelimitedArrayModelBinder.cs
Cody Robibero
2020-11-14
Updated based on review feedback
crobibero
2020-11-12
Remove conditional access.
crobibero
2020-11-12
Don't throw exception when converting values using binder or JsonConverter
crobibero
2020-10-29
Support IReadOnlyList in CommaDelimitedArrayModelBinder
crobibero
2020-10-09
Fix comma delimited array model binder
crobibero
2020-10-03
feat(CommaDelimitedArrayModelBinder): add none result check
github@esslinger.dev
2020-10-02
refactor: simplify null check
Simon Eßlinger
2020-10-01
feat: extend CommaDelimitedArrayModelBinder to support auto generated openAPI...
github@esslinger.dev
2020-10-01
feat: add CommaDelimitedArrayModelBinder
github@esslinger.dev