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 (
Collapse
)
Author
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
Co-authored-by: Bond-009 <bond.009@outlook.com>
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
Co-authored-by: Cody Robibero <cody@robibe.ro>
2020-10-01
feat: extend CommaDelimitedArrayModelBinder to support auto generated ↵
github@esslinger.dev
openAPI spec
2020-10-01
feat: add CommaDelimitedArrayModelBinder
github@esslinger.dev