Andrii Landiak
db1d259709
Fix TbRestApiCallNodeTest
2 months ago
Andrii Landiak
27ee393028
CE: Added request body template support for REST API call node
2 months ago
Viacheslav Klimov
8d6eaa85d8
Merge pull request #15291 from dashevchenko/shortCustomerInfoFix
Fixed json property name for ShortCustomerInfo.publicCustomer
2 months ago
Vladyslav Prykhodko
49ab06db70
Merge pull request #15294 from thingsboard/rc
Megre rc to master
2 months ago
Vladyslav Prykhodko
2469d97e0d
Merge remote-tracking branch 'upstream/lts-4.3' into rc
2 months ago
Vladyslav Prykhodko
697a31af7a
Merge remote-tracking branch 'upstream/lts-4.2' into lts-4.3
# Conflicts:
# ui-ngx/src/app/shared/components/string-items-list.component.html
# ui-ngx/src/app/shared/components/string-items-list.component.ts
2 months ago
Vladyslav Prykhodko
411b600183
Merge pull request #15273 from vvlladd28/fix/string-items-list-autocomplete
Fixed string-items-list autocomplete selection and blur handling
2 months ago
Vladyslav Prykhodko
00e35f745e
Fix proxy error handling for 502/503/504 HTTP status codes
Move 504 handling from interceptor to parseHttpErrorMessage, add
user-friendly messages for 502/503/504 via httpStatusMessageMap,
and scope isProxyError to only match proxy status codes to avoid
breaking error handling for other HTTP errors.
2 months ago
Vladyslav Prykhodko
46ef7c51a0
Fixed CVE-2026-33228
2 months ago
Vladyslav Prykhodko
7c6fa8e99b
Merge pull request #15267 from mtsymbarov-del/fix/timeseries-tab-styles
Fixed time series table widgets tab style
2 months ago
dashevchenko
87476a94a6
fixed json property name for ShortCustomerInfo.publicCustomer
2 months ago
Viacheslav Klimov
25ca83dcb6
Merge pull request #15284 from thingsboard/master-rc-merge
Merge rc into master
2 months ago
Viacheslav Klimov
c893ae5c85
Merge remote-tracking branch 'origin/rc' into master-rc-merge
2 months ago
Viacheslav Klimov
d6e71eb913
Merge remote-tracking branch 'origin/lts-4.3' into rc
2 months ago
Viacheslav Klimov
1e8927164c
Merge remote-tracking branch 'origin/lts-4.2' into lts-4.3
2 months ago
Viacheslav Klimov
24698178b5
Merge pull request #15264 from thingsboard/feature/tb-client-tests
Tests for new ThingsboardClient
2 months ago
Viacheslav Klimov
d2afdf36e3
Merge branch 'master' of github.com:thingsboard/thingsboard into feature/tb-client-tests
2 months ago
Viacheslav Klimov
932d8c6435
Rename ui-ngx help doc to structure.md
2 months ago
Viacheslav Klimov
113afb7383
Merge pull request #15281 from thingsboard/fix/cves-master
Fixed CVE-2026-22731, CVE-2026-22732, CVE-2026-22733, CVE-2026-22737 + Spring Boot 3.5.12
2 months ago
Viacheslav Klimov
665887c517
Merge pull request #15278 from thingsboard/fix/cves
Fixed CVE-2026-22731, CVE-2026-22732, CVE-2026-22733, CVE-2026-22737 + Spring Boot 3.5
2 months ago
Viacheslav Klimov
2b60fdf052
Merge remote-tracking branch 'origin/fix/cves' into fix/cves-master
2 months ago
Viacheslav Klimov
0b72297916
Restore lombok.version property required by maven-compiler-plugin annotationProcessorPaths
2 months ago
Viacheslav Klimov
01184664d2
Merge remote-tracking branch 'origin/fix/cves' into fix/cves-master
2 months ago
Viacheslav Klimov
9dcb6d53bf
Update lombok from 1.18.38 to 1.18.44 managed by Spring Boot 3.5.12
2 months ago
Viacheslav Klimov
caffeb7ce8
Update jedis from 5.1.5 to 6.0.0 and snakeyaml from 2.2 to 2.4 for Spring Boot 3.5.12 compatibility
2 months ago
Viacheslav Klimov
7646f79cfe
Implement addBundleRegisterHandler for Spring Boot 3.5 SslBundles compatibility
2 months ago
Viacheslav Klimov
0eabe6ce46
Fix CVE-2026-22731, CVE-2026-22732, CVE-2026-22733, CVE-2026-22737
2 months ago
Viacheslav Klimov
182bbd52d5
Update UI CLAUDE.md with accurate component references
2 months ago
Viacheslav Klimov
3985bf4a21
Add CLAUDE.md for UI module
2 months ago
Vladyslav Prykhodko
d232862f63
Merge pull request #15265 from mtsymbarov-del/feat/input-new-style
Moved inputs to outlined styles
2 months ago
Vladyslav_Prykhodko
93bc81e5b8
UI: Use explicit null check in onOptionSelected to handle falsy values
Truthiness check on event.option.value would incorrectly route to
clear() for valid falsy values like 0 or "". Use != null instead.
2 months ago
Vladyslav_Prykhodko
66d263f81b
UI: Fix string-items-list autocomplete selection and blur handling
Replace addOnBlur with matChipInputAddOnBlur directive and dedicated onOptionSelected handler for proper autocomplete behavior. Prevent mousedown default on options to avoid premature blur, and conditionally hide "not found" when user values are allowed.
2 months ago
Maksym Tsymbarov
b3a6eab79e
Additional fixes
2 months ago
Maksym Tsymbarov
da23c7c777
Improved styles fot time series table bars
2 months ago
Viacheslav Klimov
e7075db0a5
Merge pull request #15269 from thingsboard/master-rc-merge
Merge rc into master
2 months ago
Viacheslav Klimov
3ca7f37c70
Merge remote-tracking branch 'origin/rc' into master-rc-merge
# Conflicts:
# rule-engine/rule-engine-components/src/test/java/org/thingsboard/rule/engine/rest/TbHttpClientTest.java
2 months ago
Viacheslav Klimov
2ed9ed2ff5
Merge remote-tracking branch 'origin/lts-4.3' into rc
2 months ago
Viacheslav Klimov
59873373cc
Merge remote-tracking branch 'origin/lts-4.2' into lts-4.3
2 months ago
Vladyslav_Prykhodko
95d2e77c82
UI: Fixed yarn.lock
2 months ago
Viacheslav Klimov
c2ff92772e
Merge pull request #15266 from thingsboard/fix-csp-example
Set default value for Content-Security-Policy
2 months ago
Viacheslav Klimov
fd86a860da
Merge pull request #14618 from MazurenkoNick/refactor-edge-session
Refactor Edge related classes: session, service, server
2 months ago
Viacheslav Klimov
02529029c5
Update default CSP value covering core ThingsBoard functionality
2 months ago
Viacheslav Klimov
628fe04032
Make SsrfProtectionValidator-dependent tests more stable
2 months ago
Maksym Tsymbarov
a425e35e60
Missed input
3 months ago
Viacheslav Klimov
de0c2850f7
Fix CSP example value to include img-src and font-src directives
3 months ago
Viacheslav Klimov
1039cfc079
Merge branch 'master' into feature/tb-client-tests
3 months ago
Maksym Tsymbarov
061b997457
Fixed resetting of validation on storeLink property
3 months ago
Vladyslav Prykhodko
132b683cd4
Merge pull request #15242 from wbg1991/feature/korean-localization
Update Korean locale translations
3 months ago
Vladyslav Prykhodko
ffde28eeb5
Remove redurant multiple locale entries from Korean JSON
3 months ago
Viacheslav Klimov
3f7833f225
Merge pull request #14540 from dskarzh/fix/rest-api-node/url-encoding
Fixed query parameter encoding in REST API call rule node
3 months ago