21311 Commits

Author SHA1 Message Date
Igor Kulikov
c2048be823
Merge pull request #12291 from vvlladd28/bug/notification-center/mobile-hidden-add
Fixed the missing add buttons in the notification center on mobile
2024-12-24 12:32:58 +02:00
Igor Kulikov
5072b9b2af
Merge pull request #12275 from ArtemDzhereleiko/AD/hot-fix/hp-filter-symbol
Fixed color for HP SCADA filter
2024-12-24 12:29:59 +02:00
Viacheslav Klimov
a99ab8f8c2
Merge pull request #12326 from volodymyr-babak/edge-high-processing-fix
EdgeGrpcSession - fixed abort of sync process in case high priority message notification
2024-12-24 11:50:41 +02:00
Volodymyr Babak
d5e973283c EdgeGrpcSession - move check of empty high priority msgs into submethod 2024-12-23 20:46:07 +02:00
Viacheslav Klimov
509ff28f2e
Merge pull request #12321 from thingsboard/fix/alarm-notification-clear
Fix duplicate alarm notification when clear rule is met
2024-12-23 15:46:05 +02:00
ViacheslavKlimov
f22797ed29 Fix alarm rule clear test 2024-12-23 15:44:35 +02:00
ViacheslavKlimov
a70e20fe44 Don't send separate notification when notification clear rule is met 2024-12-23 15:31:24 +02:00
Viacheslav Klimov
155c701822
Merge pull request #12305 from dashevchenko/constraintNameFix
Updated constraint name to valid one
2024-12-23 12:07:10 +02:00
Viacheslav Klimov
f9d0954261
Merge pull request #12308 from thingsboard/fix/image-inline
Fix image getting broken after exporting entity
2024-12-20 12:09:08 +02:00
Vladyslav_Prykhodko
1b195bb24c UI: Fixed show add buttons in notification center 2024-12-20 00:58:22 +02:00
Igor Kulikov
b03320c138
Merge pull request #12306 from vvlladd28/bug/mail-server/oauth2-config
Fixed enabled to configure OAuth 2.0 authentication in mail server
2024-12-19 18:24:00 +02:00
Igor Kulikov
9d0c88f053
Merge pull request #12303 from vvlladd28/bug/mobile-center/sort-property
Add sorting functionality in Mobile Center
2024-12-19 18:15:08 +02:00
Igor Kulikov
da622654e0
Merge pull request #12301 from vvlladd28/bug/memory-leak/platform-form
Fixed memory leak in form handling
2024-12-19 18:14:20 +02:00
ViacheslavKlimov
ad97199f04 Fix cached entity was updated during inlineImages 2024-12-19 18:12:00 +02:00
Igor Kulikov
81824c9c29
Merge pull request #12298 from maxunbearable/fix/4852-tree-select-event
Hierarcy widget fires select node action too many times fix
2024-12-19 18:11:10 +02:00
Igor Kulikov
d2dd6f3703
Merge pull request #12247 from ArtemDzhereleiko/AD/hot-fix/background-settings-popover
Fixed background settings popover collapses
2024-12-19 17:38:41 +02:00
Vladyslav_Prykhodko
de29c5d2ee UI: Fixed enable setting scope for OAuth 2.0 authentication in mail server 2024-12-19 16:33:24 +02:00
dashevchenko
edf0712812 updated constraint name to valid one 2024-12-19 16:31:07 +02:00
Viacheslav Klimov
ed65586024
Merge pull request #12304 from thingsboard/fix/vc-error-message
VC: show error when push is rejected
2024-12-19 14:08:05 +02:00
ViacheslavKlimov
7a68b3bfb8 Show rejected push error 2024-12-19 14:05:47 +02:00
Vladyslav_Prykhodko
e06a980c3c UI: Add sorting functionality for the Application Package/Secret columns in Mobile Center 2024-12-19 13:14:08 +02:00
Viacheslav Klimov
6627084cdf
Merge pull request #12283 from smatvienko-tb/feature/git-actuator-info
added git-commit-id-maven-plugin for the application to expose the git information under actuator/info
2024-12-19 11:39:55 +02:00
Vladyslav_Prykhodko
55b817675c UI: Fixed memory leak in form handling 2024-12-19 11:38:26 +02:00
mpetrov
49b3ceb6b1 Hierarcy widget fires select node action too many times fix 2024-12-18 19:22:13 +02:00
Viacheslav Klimov
c839a9d87e
Merge pull request #12293 from jekka001/increase-default-parameters
Increase default edge-related thread pool sizes
2024-12-18 16:36:07 +02:00
yevhenii_zahrebelnyi
dea6a76716
Merge branch 'rc' into increase-default-parameters 2024-12-18 15:37:00 +02:00
Viacheslav Klimov
b584bead50
Merge pull request #12292 from thingsboard/fix/user-info
Fix user info
2024-12-18 13:45:45 +02:00
Vladyslav_Prykhodko
3bdd7524b9 UI: Fixed show user action 2024-12-18 13:35:58 +02:00
Yevhenii
a21c0c881f Increase default parameters
Changed default values:
- EDGES_SCHEDULER_POOL_SIZE
- EDGES_SEND_SCHEDULER_POOL_SIZE
- EDGES_GRPC_CALLBACK_POOL_SIZE
2024-12-18 13:30:37 +02:00
ViacheslavKlimov
8672ff6564 Add userActivated to user info 2024-12-18 13:21:19 +02:00
Viacheslav Klimov
d87d1d553d
Merge pull request #12282 from jekka001/fix/edge-hp-events
Fix widget type sync up
2024-12-18 12:20:46 +02:00
Sergey Matvienko
e6ee4c7679 added git-commit-id-maven-plugin for the application to expose the git information under actuator/info 2024-12-17 18:22:28 +01:00
yevhenii
01e6ae3709 Fix widget type sync up 2024-12-17 18:13:03 +02:00
Viacheslav Klimov
e4a1ba8a70
Merge pull request #12277 from AndriiLandiak/change_max_downlink_attempt
EdgeGrpcSession: change max downlink attempts value
2024-12-17 14:30:16 +02:00
Andrii Landiak
871701ac49 Change value for MAX_DOWNLINK_ATTEMPTS from 10 to 3 2024-12-17 14:16:09 +02:00
Artem Dzhereleiko
c98ee8db3e UI: Fixed color for hp scada filter 2024-12-17 12:48:24 +02:00
Igor Kulikov
8eae9b5b3e
Merge pull request #12270 from maxunbearable/improvement/js-module-show-help
Added show help md file for JavaScript Resource Module
2024-12-17 12:46:52 +02:00
Igor Kulikov
51dfb8d148
Merge pull request #12268 from vvlladd28/bug/updated-timewindow/after-cancel-edit-dashboard
Fixed incorrect apply timewindows after cancel edit dashboard
2024-12-17 12:44:35 +02:00
Igor Kulikov
c7d564dd67
Merge pull request #12259 from ChantsovaEkaterina/bug/fix-truncate-with-tooltip-directive
Fixed truncateWithTooltip directive behavior on different mouse events
2024-12-17 12:44:02 +02:00
mpetrov
89402c94f2 refactoring 2024-12-17 11:44:03 +02:00
Viacheslav Klimov
31c516ab3a
Merge pull request #12238 from thingsboard/coaps_X509_refactoring
Improvements for CoAP DTLS support
2024-12-17 11:19:49 +02:00
Vladyslav_Prykhodko
cb5b15802f UI: Refactoring directive tbTruncateWithTooltip to signal and watch content 2024-12-17 11:18:28 +02:00
mpetrov
f080a89f21 refactoring 2024-12-16 19:53:20 +02:00
mpetrov
076016c4bf Added show help md file for JavaScript Resource Module 2024-12-16 19:50:01 +02:00
Vladyslav_Prykhodko
a7dbb4cc64 UI: Fixed incorrect apply timewindows after cancel edit dashboard 2024-12-16 19:21:22 +02:00
Igor Kulikov
4a45b849b2
Merge pull request #12267 from maxunbearable/fix/5223-debug-settings-adjustments
Debug settings minor fixes and adjustments
2024-12-16 18:07:17 +02:00
Igor Kulikov
ac0b608f38
Merge pull request #12255 from ChantsovaEkaterina/bug/fix-applying-default-grouping-interval
Timewindow: fix applying default grouping interval
2024-12-16 17:56:07 +02:00
Igor Kulikov
bec41c5bf6
Merge pull request #12249 from vvlladd28/enhachment/mobile-cenet/help-whitespace
Improved mobile center
2024-12-16 17:53:57 +02:00
mpetrov
7b3d3d04a4 Default panel label fix 2024-12-16 17:42:00 +02:00
mpetrov
124d3bfc27 Debug settings minor fixes and adjustments 2024-12-16 15:10:43 +02:00