aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Json/Converters
AgeCommit message (Collapse)Author
2021-06-19Move non-jellyfin extensions to separate projectBond_009
2021-05-06Abstract JsonDelimitedArrayConverterBond_009
2021-05-05Enable nullable reference types for MediaBrowser.CommonBond_009
2021-04-03Remove useless null checkBond_009
2021-03-13Convert full ValueSequencecrobibero
2021-03-12Add JsonStringConvertercrobibero
2021-03-05Apply suggestions from code reviewCody Robibero
Co-authored-by: dkanada <dkanada@users.noreply.github.com>
2021-03-05Add JsonVersionConverter and testscrobibero
2021-02-23Improve testsBond_009
2021-02-23Improve branch coverageBond_009
2021-01-04Fix serialization loopcrobibero
2021-01-03Fix OMDb convertercrobibero
2021-01-01Change log level for converterscrobibero
2020-12-30Merge pull request #4884 from crobibero/json-nullable-guid-converterJoshua M. Boniface
Add JsonConverter for Nullable Guids
2020-12-29Add JsonConverter for Nullable Guidscrobibero
2020-12-25Add more testsDavid
2020-12-25Remove JsonOmdbNotAvailableConverterFactorycrobibero
2020-12-25Add tests for special Omdb jsoncrobibero
2020-12-21Add JsonDateTimeConvertercrobibero
2020-12-21Add JsonDateTimeConvertercrobibero
2020-12-08Serialize GUID without dashescrobibero
2020-12-08Merge pull request #4730 from crobibero/base-item-dto-guid-nullableClaus Vium
Don't serialize empty GUID to null
2020-12-08Fix JsonConverter recursioncrobibero
2020-12-07Revert #4568crobibero
2020-12-07Simplify convertercrobibero
2020-12-06Add number to bool json convertercrobibero
2020-12-01Merge pull request #4580 from crobibero/efcore-datetimeClaus Vium
Specify default DateTimeKind from EFCore
2020-11-28allow JsonGuidConverter to read nullhawken
2020-11-25Fix efcore not returning a UTC DateTimecrobibero
2020-11-24Merge pull request #4517 from BaronGreenback/pluginMessageFixBill Thornton
[Fix] Fixed Plugin versioning in browser notifications
2020-11-23Serialize Guid.Empty to nullcrobibero
2020-11-20Merge pull request #4499 from crobibero/more-paramJoshua M. Boniface
Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids
2020-11-19Write DateTimes in ISO8601 format for backwards compatibility.crobibero
2020-11-19Fixed notificationGreenback
2020-11-17Update exception handle commentcrobibero
2020-11-16Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.crobibero
2020-11-14Use string.Split(char) where possible instead of string.Split(char[])Bond_009
2020-11-12Don't throw exception when converting values using binder or JsonConvertercrobibero
2020-10-29Support IReadOnlyList for JsonCommaDelimitedArrayConvertercrobibero
2020-10-16Add whitespace handling and testscrobibero
2020-10-11Add tests and switch to factorycrobibero
2020-10-11Add comma delimited string to array json convertercrobibero
2020-09-27Properly handle null structs in jsoncrobibero
2020-09-01Simplify json converterscrobibero
2020-09-01remove unused declarationcrobibero
2020-09-01Fallback to base jsonconvertercrobibero
2020-09-01Only handle empty string or null casecrobibero
2020-09-01readd nullable number converterscrobibero
2020-08-26Clean up json Converterscrobibero
2020-08-25bump System.Text.Jsoncrobibero