24876 Commits (292ffbdea0aa7df1bb2aceddf48350a4ef43d3ec)
 

Author SHA1 Message Date
Viacheslav Klimov 292ffbdea0
Merge pull request #15159 from smatvienko-tb/fix/lwm2m-fw-update-execute-response-race 3 months ago
Viacheslav Klimov c8edc6a39d
Merge pull request #15157 from smatvienko-tb/fix/sparkplug-flaky-test-device-not-found 3 months ago
Viacheslav Klimov e1a1aa9291
Merge pull request #15180 from smatvienko-tb/frontend-maven-plugin-2_0_0 3 months ago
Viacheslav Klimov 187e580542
Merge pull request #15165 from smatvienko-tb/fix/flaky-tenant-controller-test 3 months ago
Sergey Matvienko f73abcdebd bump frontend-maven-plugin version to 2.0.0 3 months ago
Viacheslav Klimov c4bfb397d5
Merge pull request #15161 from smatvienko-tb/fix/mqtt-rpc-delivery-timeout-requeue-race 3 months ago
Sergey Matvienko 148dd17ce1 Fix flaky TenantControllerTest by draining housekeeper before teardown 3 months ago
Sergey Matvienko 0e3381bca3 Fix similar flaky await patterns in MQTT transport tests 3 months ago
Sergey Matvienko 96b742189d Fix flaky Sparkplug connection test: handle 404 during device await 3 months ago
Sergey Matvienko cc35e71e55 fix: await RPC re-queuing after session close on delivery timeout 3 months ago
Viacheslav Klimov a626f84c2f
Merge pull request #15164 from smatvienko-tb/fix/node-modules-pollution-parallel-build 3 months ago
Vladyslav_Prykhodko 49341412a1 Fix old extensions loading: Force standalone false for pipe declared inside module. 3 months ago
Sergey Matvienko 680e906aa8 Add --check-files to yarn install to enforce node_modules integrity 3 months ago
Sergey Matvienko 1738ad3ef1 Update yarn.lock: typescript 5.9.2 → 5.9.3 3 months ago
Sergey Matvienko 5629302bdb Align typescript version to ~5.9.3 across all JS modules 3 months ago
Sergey Matvienko a9394b8fb6 Fix node_modules pollution between builds in parallel Maven execution 3 months ago
Maksym Tsymbarov 2ece50e03b Fixed CF name validation 3 months ago
Sergey Matvienko 455f62eaef fix: delay LwM2M client stop in FW update to prevent Execute response race 3 months ago
Viacheslav Klimov f6e8d4e301
Merge pull request #15140 from thingsboard/fix/ssrf-validator-flaky-test 3 months ago
Viacheslav Klimov 0d23685b62
Fix flaky SsrfProtectionValidatorTest by moving @ResourceLock to class level 3 months ago
Viacheslav Klimov 19e72cdeeb
Merge pull request #15116 from DmytroKhylko/fix/export-ws-configuration-variables 3 months ago
Viacheslav Klimov bc0e63bea3
Merge pull request #15050 from volodymyr-babak/admin-setting-fix 3 months ago
Viacheslav Klimov d11b588eba
Merge pull request #15102 from smatvienko-tb/fix/rule-chain-input-loop-detection 3 months ago
Viacheslav Klimov 7d198fd958
Merge pull request #15091 from thingsboard/fix_bug_test_lwm2m_FW_Update 3 months ago
Vladyslav Prykhodko 75afbca8d2
Merge pull request #15128 from vvlladd28/improvement/security/2-03-26 3 months ago
Vladyslav Prykhodko e4eb469e3b
Merge pull request #15130 from ChantsovaEkaterina/improvement/extend-modules-map 3 months ago
Ekaterina Chantsova b2526f26f7 Extend modules map: moment-timezone, canvas-gauges and ngx-hm-carousel added 3 months ago
Vladyslav_Prykhodko bc7a83b333 Fixed CVE-2026-2391 3 months ago
Vladyslav_Prykhodko 30f655d99c UI: Fixed CVE-2026-27970 3 months ago
Viacheslav Klimov 95f794d71b
Merge pull request #15124 from thingsboard/fix/cves 3 months ago
Viacheslav Klimov d16fe3d1be
Fixed CWE-770 in Jackson Core (GHSA-72hv-8253-57qq) 3 months ago
Viacheslav Klimov 422921df8e
Merge pull request #15123 from thingsboard/fix/ssrf 3 months ago
Viacheslav Klimov cc7aee6c0e
Merge pull request #15120 from thingsboard/fix/oauth2 3 months ago
Viacheslav Klimov 093bae6c00
Merge pull request #15117 from thingsboard/fix/git-sync-per-key-commit-cache 3 months ago
Viacheslav Klimov 6ea7af0918
Improved Apple OAuth2 mapper and refactored OAuth2 client validation 3 months ago
Viacheslav Klimov 45c0691b47
Add SSRF protection 3 months ago
Viacheslav Klimov 08dcd79455
Fix ProjectInfo dependency issues 3 months ago
Viacheslav Klimov a2ec1248fc
Fix per-key commit caching in DefaultGitSyncService 3 months ago
Dmytro Khylko ed7156b89a
Exported WebSocket configuration variables 3 months ago
Vladyslav_Prykhodko 41b4ba025a Fixed CVE-2026-27903 and CVE-2026-27904 3 months ago
Viacheslav Klimov 884cb7cf25
Merge pull request #15100 from dskarzh/fix/preserve-rule-node-counter-on-msg-copy 3 months ago
Viacheslav Klimov ef8a8cc359
Merge pull request #15101 from dskarzh/fix/offload-findAllAsyncWithLimit-to-jpa-executor 3 months ago
Dmytro Skarzhynets f22c169198 refactor: generalize TestDbCallbackExecutor into DirectListeningExecutor enum singleton 3 months ago
Sergey Matvienko 6615c45cb5 Add direct self-reference loop detection to TbRuleChainInputNode 3 months ago
Sergey Matvienko 062c577d1f Fix infinite loop in rule engine caused by TbRuleChainInputNode self-referencing default rule chain 3 months ago
Dmytro Skarzhynets e33a30c8f0
Fix blocking JPA queries on access-validator single thread 3 months ago
Dmytro Skarzhynets 00238968e9 fix: preserve rule node execution counter when copying messages in delay and deduplication nodes 3 months ago
Maksym Tsymbarov b747af9593 Fixed Image map creating sequence to reduce errors 3 months ago
Vladyslav Prykhodko edcaeb09b5
Merge pull request #15071 from mtsymbarov-del/fix/sync-toast-destroy-and-data-reset 3 months ago
Maksym Tsymbarov 0f362ee440
Merge branch 'lts-4.2' into fix/sync-toast-destroy-and-data-reset 3 months ago