Commit Graph

57 Commits (3dda25412c2090b6060e1467ce61681d950ee70f)

Author SHA1 Message Date
Bond-009 679d3f5873 Merge pull request #5504 from crobibero/json-string-converter
3 years ago
Bond-009 a0e047d560 Change converter log level (#4916)
4 years ago
Joshua M. Boniface 4a2b143028 Merge pull request #4884 from crobibero/json-nullable-guid-converter
4 years ago
Joshua M. Boniface 1ad8e54035 Merge pull request #4709 from BaronGreenback/PluginDowngrade
4 years ago
Bond-009 71188ad27a Merge pull request #4855 from crobibero/cache-json-serializer
4 years ago
Claus Vium dbc9256945 Merge pull request #4842 from crobibero/date-time-formatter
4 years ago
Bond-009 ddedb2d7f1 Merge pull request #4749 from crobibero/guid-standard
4 years ago
Anthony Lavado 126753a1fe Merge pull request #4735 from crobibero/json-recursion
4 years ago
Claus Vium aae90a8480 Merge pull request #4730 from crobibero/base-item-dto-guid-nullable
4 years ago
Claus Vium 2e5333c1d4 Merge pull request #4715 from crobibero/hdhr-json-bool
4 years ago
Claus Vium 65087a382e
Merge pull request #4580 from crobibero/efcore-datetime
4 years ago
hawken f9f0df88d5 allow JsonGuidConverter to read null
4 years ago
crobibero 6c0188c42b Fix efcore not returning a UTC DateTime
4 years ago
Bill Thornton 42e90893cd
Merge pull request #4517 from BaronGreenback/pluginMessageFix
4 years ago
crobibero c4925ad70b Serialize Guid.Empty to null
4 years ago
Joshua M. Boniface 7457c4a95d
Merge pull request #4499 from crobibero/more-param
4 years ago
crobibero f557a730bb Write DateTimes in ISO8601 format for backwards compatibility.
4 years ago
Greenback c4d8926426 Fixed notification
4 years ago
crobibero 5b62f70bc0 Update exception handle comment
4 years ago
crobibero 3cc0dd7e12 Reduce RequestHelpers.Split usage and remove RequestHelpers.GetGuids usage.
4 years ago
Bond_009 bc7359f87d
Use string.Split(char) where possible instead of string.Split(char[])
4 years ago
crobibero 0c23b8cadf Don't throw exception when converting values using binder or JsonConverter
4 years ago
crobibero 42c2ab97e7 Support IReadOnlyList for JsonCommaDelimitedArrayConverter
4 years ago
crobibero b2662894cf Add whitespace handling and tests
4 years ago
crobibero 7565ae22cb Add tests and switch to factory
4 years ago
crobibero 37f3852699 Add comma delimited string to array json converter
4 years ago
crobibero ac790cd77b Properly handle null structs in json
4 years ago
crobibero 1d3303fa0a Move json profiles to constant strings.
4 years ago
crobibero 9ddf550b43 Simplify json converters
4 years ago
crobibero 471e760057 remove unused declaration
4 years ago
crobibero eb400f7292 Fallback to base jsonconverter
4 years ago
crobibero 1f2d73af8e Only handle empty string or null case
4 years ago
crobibero 9b2359a453 readd nullable number converters
4 years ago
crobibero 8b96881aa1 Clean up json Converters
4 years ago
crobibero 5f64ab02a0 bump System.Text.Json
4 years ago
crobibero 340f83c3f5 Ignore null json values
4 years ago
crobibero d951554779 fix copy-pasta
4 years ago
crobibero 384a62dc08 Add nullable int32, int64 json converters
4 years ago
crobibero 64ace58ef5 fix docs
4 years ago
crobibero 64658a0bd0 Return int64 in json as number
4 years ago
David 4ea412f2ab Fix remote images
4 years ago
David c6a0306a34 Move field to the controller
4 years ago
David 9f567e6471 Don't recreate JsonSerializerOptions every time
4 years ago
David ee03b919f9 Fix parsing
4 years ago
Patrick Barron fe02c6e863
Merge pull request #2929 from crobibero/api-scheduled-tasks
4 years ago
David 6651cb8d24 Add JsonInto32Converter
4 years ago
crobibero 39376bace3 Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-tasks
4 years ago
crobibero ec3e15db57 Fix merge and build
4 years ago
crobibero 6c53e36ccf Fix Api Routing
4 years ago
crobibero a787efc660 Merge remote-tracking branch 'upstream/api-migration' into api-scheduled-tasks
4 years ago