aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Json/JsonDefaults.cs
AgeCommit message (Expand)Author
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-03-20Merge pull request #5504 from crobibero/json-string-converterBond-009
2021-03-13FxCop -> Net Analyzers (part 2)Bond_009
2021-03-12Add JsonStringConvertercrobibero
2021-03-05Add JsonVersionConverter and testscrobibero
2021-02-23Improve testsBond_009
2021-02-13Don't enable case-insensitivity for json by defaultBond_009
2020-12-30Merge branch 'master' into PluginDowngradeCody Robibero
2020-12-29Add JsonConverter for Nullable Guidscrobibero
2020-12-23Making it workBaronGreenback
2020-12-23Updated to latest unstable.BaronGreenback
2020-12-23Initialize JsonSerializerOptions staticallycrobibero
2020-12-21Add JsonDateTimeConvertercrobibero
2020-12-15Updated JsonDefaultsGreenback
2020-12-15Changed as suggested.Greenback
2020-12-07Simplify convertercrobibero
2020-11-25Fix efcore not returning a UTC DateTimecrobibero
2020-11-24Merge pull request #4517 from BaronGreenback/pluginMessageFixBill Thornton
2020-11-19Write DateTimes in ISO8601 format for backwards compatibility.crobibero
2020-11-19Fixed notificationGreenback
2020-09-27Properly handle null structs in jsoncrobibero
2020-09-03Move json profiles to constant strings.crobibero
2020-09-01Simplify json converterscrobibero
2020-09-01Fallback to base jsonconvertercrobibero
2020-09-01readd nullable number converterscrobibero
2020-08-26Clean up json Converterscrobibero
2020-08-25bump System.Text.Jsoncrobibero
2020-08-23Ignore null json valuescrobibero
2020-08-21Add nullable int32, int64 json converterscrobibero
2020-07-14Move field to the controllerDavid
2020-07-14Don't recreate JsonSerializerOptions every timeDavid
2020-07-12Fix parsingDavid
2020-06-25Merge pull request #2929 from crobibero/api-scheduled-tasksPatrick Barron
2020-06-19Add JsonInto32ConverterDavid
2020-06-13Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-taskscrobibero
2020-06-13Fix merge and buildcrobibero
2020-06-04Fix Api Routingcrobibero
2020-06-02Add Dictionary with non-string keys to System.Text.Jsoncrobibero
2020-06-02Fix Json Enum conversion, map all JsonDefaults properties to APIcrobibero
2019-12-22Fix exceptions while scanningBond_009
2019-10-08Use System.Text.Json apiBond_009