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
/
MediaBrowser.Common
/
Json
/
JsonDefaults.cs
Age
Commit message (
Expand
)
Author
2021-06-19
Move non-jellyfin extensions to separate project
Bond_009
2021-03-20
Merge pull request #5504 from crobibero/json-string-converter
Bond-009
2021-03-13
FxCop -> Net Analyzers (part 2)
Bond_009
2021-03-12
Add JsonStringConverter
crobibero
2021-03-05
Add JsonVersionConverter and tests
crobibero
2021-02-23
Improve tests
Bond_009
2021-02-13
Don't enable case-insensitivity for json by default
Bond_009
2020-12-30
Merge branch 'master' into PluginDowngrade
Cody Robibero
2020-12-29
Add JsonConverter for Nullable Guids
crobibero
2020-12-23
Making it work
BaronGreenback
2020-12-23
Updated to latest unstable.
BaronGreenback
2020-12-23
Initialize JsonSerializerOptions statically
crobibero
2020-12-21
Add JsonDateTimeConverter
crobibero
2020-12-15
Updated JsonDefaults
Greenback
2020-12-15
Changed as suggested.
Greenback
2020-12-07
Simplify converter
crobibero
2020-11-25
Fix efcore not returning a UTC DateTime
crobibero
2020-11-24
Merge pull request #4517 from BaronGreenback/pluginMessageFix
Bill Thornton
2020-11-19
Write DateTimes in ISO8601 format for backwards compatibility.
crobibero
2020-11-19
Fixed notification
Greenback
2020-09-27
Properly handle null structs in json
crobibero
2020-09-03
Move json profiles to constant strings.
crobibero
2020-09-01
Simplify json converters
crobibero
2020-09-01
Fallback to base jsonconverter
crobibero
2020-09-01
readd nullable number converters
crobibero
2020-08-26
Clean up json Converters
crobibero
2020-08-25
bump System.Text.Json
crobibero
2020-08-23
Ignore null json values
crobibero
2020-08-21
Add nullable int32, int64 json converters
crobibero
2020-07-14
Move field to the controller
David
2020-07-14
Don't recreate JsonSerializerOptions every time
David
2020-07-12
Fix parsing
David
2020-06-25
Merge pull request #2929 from crobibero/api-scheduled-tasks
Patrick Barron
2020-06-19
Add JsonInto32Converter
David
2020-06-13
Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-tasks
crobibero
2020-06-13
Fix merge and build
crobibero
2020-06-04
Fix Api Routing
crobibero
2020-06-02
Add Dictionary with non-string keys to System.Text.Json
crobibero
2020-06-02
Fix Json Enum conversion, map all JsonDefaults properties to API
crobibero
2019-12-22
Fix exceptions while scanning
Bond_009
2019-10-08
Use System.Text.Json api
Bond_009