dashevchenko
22043d1261
fixed UI sorting to match api logic
1 week ago
Viacheslav Klimov
2bef811778
Version set to 4.2.2.2
2 weeks ago
Viacheslav Klimov
2a7eab3db5
Version set to 4.2.2.2-SNAPSHOT
2 months ago
Viacheslav Klimov
66672c8624
Version set to 4.2.2.1
2 months ago
dashevchenko
92390ae2f1
added NoXss for AlarmCreateOrUpdateActiveRequest.type
2 months ago
Andrii Landiak
c2a8f79edd
Minor changing for CertificateReloadManager
2 months ago
Andrii Landiak
8be7a23b15
Added automatic SSL/TLS certificate reload for transports without service restart
2 months ago
Viacheslav Klimov
f66427fb7c
Version set to 4.2.2.1-SNAPSHOT
3 months ago
Sergey Matvienko
2e612899e2
Fix NotificationRuleRecipientsConfig serialization with Jackson 2.18.x
In Jackson 2.18.x, EXISTING_PROPERTY type info combined with the no-arg
@JsonIgnoreProperties causes the triggerType discriminator field to be
silently excluded from the serialized JSON. When the server then tries to
deserialize the POST body for /api/notification/rule, Jackson cannot find
triggerType and throws "missing type id property 'triggerType'", resulting
in a 500 for NotificationEdgeTest.testNotificationRule.
Fix by:
1. Adding @JsonProperty("triggerType") to force the field into normal bean
serialization, overriding any suppression by the type info machinery.
2. Replacing the no-arg @JsonIgnoreProperties with @JsonIgnoreProperties(
ignoreUnknown = true) so unknown properties are ignored rather than
causing errors (e.g. for forward compatibility).
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
3 months ago
dashevchenko
e82861b3e9
refactoring
3 months ago
Viacheslav Klimov
a5fdc71738
Version set to 4.2.2
3 months ago
Volodymyr Babak
6c200e3767
Fixed sync of AdminSettings to Edge in realtime
4 months ago
Viacheslav Klimov
132b6a1e3f
Version changed to 4.2.2
4 months ago
Viacheslav Klimov
b244e14ef7
Version set to 4.2.1.3-SNAPSHOT
4 months ago
Viacheslav Klimov
023efcee7b
Version set to 4.2.1.2
4 months ago
Viacheslav Klimov
6ecebb715b
TMP Version set to 4.2.1.2-SNAPSHOT
4 months ago
Andrii Landiak
97d68dda90
Ota package unlink data object
4 months ago
dashevchenko
0468451f3b
added ws update on telemetry deletion
5 months ago
Viacheslav Klimov
5b5b4dff6b
Update license header
5 months ago
Viacheslav Klimov
f2dadd0791
Version set to 4.2.1.2-SNAPSHOT
5 months ago
Andrii Shvaika
b2e1f186e1
Version set to 4.2.1.1
5 months ago
Andrii Shvaika
8e1de3a92a
TMP Version set to 4.2.1.1-RC
5 months ago
Viacheslav Klimov
295d29fc68
Version set to 4.2.1.1-RC
5 months ago
nickAS21
75df58aac6
lwm2m: The device profile ID is null. Return Lwm2mDeviceProfileTransportConfiguration with default.
6 months ago
Viacheslav Klimov
2fe9646de8
Use org.thingsboard.langchain4j:1.8.0-TB instead of dev.langchain4j:1.1.0
6 months ago
dashevchenko
267997fb1a
noxss for AI model and oauth2 client
7 months ago
Viacheslav Klimov
1884020a64
Improve job cancellation handling
7 months ago
Dmytro Skarzhynets
9a34396d45
Support all customer-owned entities in 'customer attributes' and 'change originator' rule nodes
7 months ago
Andrii Landiak
fdfcad8665
Fix bulk import
7 months ago
dashevchenko
db83eba4c4
refactoring
7 months ago
dashevchenko
25f6ab7eab
fixed TextContent preparation for Github AI modes
7 months ago
IrynaMatveieva
77f2250e0a
added helper method to collectionsUtil
7 months ago
Igor Kulikov
292e6a36a1
Version set to 4.2.1
8 months ago
Igor Kulikov
4b28885b1d
Version set to 4.2.1-RC
8 months ago
dashevchenko
d14466459d
refactoring
8 months ago
VIacheslavKlimov
aefb7dcb41
Version set to 4.2.1-RC
8 months ago
Dmytro Skarzhynets
478b26b223
AI models: add auth support for Ollama
8 months ago
Dmytro Skarzhynets
dd6bdcf614
AI models: add context length support for Ollama
9 months ago
Dmytro Skarzhynets
5c7f20a151
AI models: add support for Ollama
9 months ago
VIacheslavKlimov
5a6ddce8f5
AI Request Node: added ability to attach files ( #13910 )
8 months ago
Dmytro Skarzhynets
e688a8af0f
AI models: add base URL to OpenAI
8 months ago
Dmytro Skarzhynets
fae206a944
AI models: add auth support for Ollama
8 months ago
Dmytro Skarzhynets
adbc0ad848
AI models: add context length support for Ollama
9 months ago
Dmytro Skarzhynets
41f0a9702e
AI models: add support for Ollama
9 months ago
VIacheslavKlimov
ec30bb0578
AI Request Node: added ability to attach files ( #13910 )
8 months ago
dashevchenko
1984615d5a
rolled back @Noxss for body that can contain html
8 months ago
dashevchenko
599ccdc43c
added NoXss validation
10 months ago
dashevchenko
bdb5d55697
fixed user name field retrieval from edqs
9 months ago
Igor Kulikov
29a6e980ab
Version 4.2.0
10 months ago
Dmytro Skarzhynets
0557091b1c
AI models: avoid serializing AI provider second time
10 months ago