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
Age
Commit message (
Expand
)
Author
2025-02-13
Make the JsonConverters for delimited arrays more generic (#13396)
Bond-009
2024-08-30
Remove BOM from UTF-8 files
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
2022-12-05
Replace == null with is null
Bond_009
2021-12-24
Update StyleCop
Bond_009
2021-09-24
Target net6.0
Bond_009
2021-01-01
Change log level for converters
crobibero
2020-11-21
Merge pull request #4526 from crobibero/mark-played
Joshua M. Boniface
2020-11-21
Add NullableEnumModelBinder and NullableEnumModelBinderProvider
crobibero
2020-11-20
Fix marking item as played
crobibero
2020-11-16
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
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-11-06
Merge pull request #4393 from crobibero/model-binder-readonly-list
Bond-009
2020-10-29
Support IReadOnlyList in CommaDelimitedArrayModelBinder
crobibero
2020-10-14
Remove CommaDelimitedArrayModelBinderProvider
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
Merge branch '4214-supported-commands-enum' of https://github.com/skyfrk/jell...
github@esslinger.dev
2020-10-02
feat: implement CommaDelimitedArrayModelBinderProvider
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