11858 Commits

Author SHA1 Message Date
Vladyslav_Prykhodko
40dc5336e6 UI: Fixed revert in 2FA login form, not show Resend code button 2022-08-17 10:29:58 +03:00
Volodymyr Babak
4890976b9f Start regular edge event process after sync completed 2022-08-16 18:52:31 +03:00
Volodymyr Babak
faaf07b1ea Edge sync functionality - added cluster support 2022-08-16 17:34:02 +03:00
Yuriy Lytvynchuk
f8afd0b712 Merge remote-tracking branch 'upstream/develop/3.4.2' into feature/process_exception_extension_http_client
# Conflicts:
#	application/pom.xml
#	application/src/main/java/org/thingsboard/server/service/install/update/DefaultDataUpdateService.java
#	common/actor/pom.xml
#	common/cache/pom.xml
#	common/cluster-api/pom.xml
#	common/coap-server/pom.xml
#	common/dao-api/pom.xml
#	common/data/pom.xml
#	common/edge-api/pom.xml
#	common/message/pom.xml
#	common/pom.xml
#	common/queue/pom.xml
#	common/stats/pom.xml
#	common/transport/coap/pom.xml
#	common/transport/http/pom.xml
#	common/transport/lwm2m/pom.xml
#	common/transport/mqtt/pom.xml
#	common/transport/pom.xml
#	common/transport/snmp/pom.xml
#	common/transport/transport-api/pom.xml
#	common/util/pom.xml
#	common/version-control/pom.xml
#	dao/pom.xml
#	msa/black-box-tests/pom.xml
#	msa/js-executor/pom.xml
#	msa/pom.xml
#	msa/tb-node/pom.xml
#	msa/tb/pom.xml
#	msa/transport/coap/pom.xml
#	msa/transport/http/pom.xml
#	msa/transport/lwm2m/pom.xml
#	msa/transport/mqtt/pom.xml
#	msa/transport/pom.xml
#	msa/transport/snmp/pom.xml
#	msa/vc-executor-docker/pom.xml
#	msa/vc-executor/pom.xml
#	msa/web-ui/pom.xml
#	netty-mqtt/pom.xml
#	pom.xml
#	rest-client/pom.xml
#	rule-engine/pom.xml
#	rule-engine/rule-engine-api/pom.xml
#	rule-engine/rule-engine-components/pom.xml
#	tools/pom.xml
#	transport/coap/pom.xml
#	transport/http/pom.xml
#	transport/lwm2m/pom.xml
#	transport/mqtt/pom.xml
#	transport/pom.xml
#	transport/snmp/pom.xml
#	ui-ngx/pom.xml
2022-08-16 16:35:49 +03:00
Yuriy Lytvynchuk
145fabf18e HttpClientErrorException -> RestClientResponseException 2022-08-16 16:30:01 +03:00
Artem Dzhereleiko
031c7fe3ef UI: refactoring 2022-08-16 14:38:43 +03:00
Artem Dzhereleiko
080c9b5856 UI: Override parse function of datatimeAdapter 2022-08-16 14:27:28 +03:00
Igor Kulikov
5f5cf7cec7
Merge pull request #7086 from ArtemDzhereleiko/AD/bug-fix/phone-input-code
[3.4.1] UI: Fixed bug with double calling code
2022-08-16 14:09:51 +03:00
Sergey Matvienko
b30088c636 mqtt transport IOException - log on debug level 2022-08-16 13:19:50 +03:00
Andrii Shvaika
5986085039 Add note about type of keystore 2022-08-16 12:55:13 +03:00
Andrew Shvayka
a08d7a97fd
Merge pull request #7078 from chienfuchen32/patch-1
Update the MQTT SSL key store type example configuration file
2022-08-16 12:53:36 +03:00
Andrew Shvayka
abbf791987
Merge pull request #6959 from YuriyLytvynchuk/feature/fix_convert_value_entityDataAdapter
[3.4.1]Fix convertValue in EntityDataAdapter
2022-08-16 12:12:33 +03:00
Andrii Shvaika
8de1ee776c Fix conflicts. Refactored RandomStringUtils 2022-08-16 11:26:32 +03:00
Andrii Shvaika
5891a1df65 Deprecation of generic Events search API call 2022-08-15 18:57:33 +03:00
Artem Dzhereleiko
8eef3f84bb UI: Fixed bug with calling code after first loading 2022-08-15 16:59:56 +03:00
devaskim
0952395cd2 Add widget context to callbacks of entitites hierarchy widget. 2022-08-15 18:47:27 +05:00
Igor Kulikov
9929d11195
Merge pull request #7073 from vvlladd28/bug/locale-name/ja-jp
[3.4.1] UI: Fixed incorrect japanese language locale name
2022-08-15 13:56:56 +03:00
Igor Kulikov
0b3df6c1c7
Merge pull request #7012 from vvlladd28/improvement/leaflet/update/1.8.0
[3.4.1] UI: Updated leaflet version to 1.8
2022-08-15 13:33:08 +03:00
Igor Kulikov
8730e6a913
Merge pull request #7011 from ArtemDzhereleiko/AD/bug-fix/trip-map-marker-size
[3.4.1] UI: Fixed custom marker size for map widgets
2022-08-15 13:30:58 +03:00
Igor Kulikov
14f70664ef
Merge pull request #6987 from vvlladd28/bug/redirect-previos-url/mfa
[3.4.1] UI: Not redirect to the previous link after login with 2FA
2022-08-15 13:23:30 +03:00
Igor Kulikov
52c000d3f2
Merge pull request #6980 from devaskim/user_details_relation_tab
[3.4.1] UI: Add relation tab to user details.
2022-08-15 13:20:50 +03:00
Igor Kulikov
76768de6c7
Merge pull request #6979 from deaflynx/tenant-profile-rate-limits
[3.4.1] UI: Improvement of Rate limits view in Tenant profiles
2022-08-15 13:20:26 +03:00
Igor Kulikov
0f2fe4a97e
Merge pull request #6978 from vvlladd28/improvement/widget-settings/mobile-view
[3.4.1] UI: Improvement of mobile view in widgets setting
2022-08-15 13:18:22 +03:00
Yuriy Lytvynchuk
b041609988 config List -> Set 2022-08-15 13:15:50 +03:00
Yuriy Lytvynchuk
a1c4f5e94e code review 2022-08-15 12:16:27 +03:00
Dmitriymush
eb70aa43b3 Merge branch 'master' of https://github.com/thingsboard/thingsboard into feature/6371
merge with master
2022-08-15 12:15:07 +03:00
Dmitriymush
315b8bdbb0 UI:6371: Layouts sizing typo edits 2022-08-15 12:15:02 +03:00
Dmitriymush
ff842d85ce UI:6371: Layouts sizing design refactoring 2022-08-15 12:07:24 +03:00
Yuriy Lytvynchuk
63c0325d3b code review 2022-08-15 12:05:07 +03:00
Yuriy Lytvynchuk
ee1d8e4189 code review 2022-08-15 11:35:59 +03:00
陳傑夫
b5f79e06b7
Update thingsboard.yml 2022-08-12 21:03:13 +08:00
陳傑夫
2f6a5cf95d
Update tb-mqtt-transport.yml 2022-08-12 21:01:56 +08:00
Yuriy Lytvynchuk
14b924c0df new RuleNode "delete keys" 2022-08-12 14:48:02 +03:00
Yuriy Lytvynchuk
f723c3c847 add options fromMetadata
change logic node
2022-08-12 13:00:39 +03:00
Andrew Shvayka
d24e399ae0
Merge pull request #7044 from volodymyr-babak/bug/edge-firmware-id-missing
[3.4.1] Firmware ID not synced from cloud  to edge in device / device profiles
2022-08-12 11:10:20 +03:00
Andrew Shvayka
078278b0b0
Merge pull request #7047 from thingsboard/fix_bug_lwm2m_tests
[fix_bug]  lwm2m tests
2022-08-12 11:02:00 +03:00
Andrew Shvayka
fd03da4936
Merge pull request #6953 from volodymyr-babak/bug/rulechain-fix-assign
[3.4.1][UI] Check for missing edge rule chain during unassign of rule chain(s) from edge
2022-08-12 10:59:59 +03:00
Andrew Shvayka
1be7deee5f
Merge pull request #7041 from YevhenBondarenko/device-state-improvements
[3.4.1] fixed update or remove inactivityTimeout kv
2022-08-12 10:58:19 +03:00
Andrew Shvayka
090f491eaa
Merge pull request #6967 from dmytro-landiak/netty-mqtt-fix
[3.4.1] Netty mqtt client fix ping/pong logic
2022-08-12 10:55:47 +03:00
Yuriy Lytvynchuk
db489f2ae0 add options fromMetadata 2022-08-12 10:00:11 +03:00
Vladyslav_Prykhodko
a109552546 UI: Remove locales translate in zh_CN 2022-08-11 18:22:33 +03:00
Vladyslav_Prykhodko
c05dc62ec3 UI: Fixed incorrect japanese language locale name 2022-08-11 18:17:57 +03:00
Yuriy Lytvynchuk
7b2a6499d0 nodeDetails 2022-08-09 11:44:24 +03:00
Yuriy Lytvynchuk
0e9dc6a19e Node nodeDetails 2022-08-09 10:44:45 +03:00
nickAS21
3fc2ee9e16 fix_bug: lwm2mClient add to init ObserveAll -> await: object5&object9 cntObserve = 9 2022-08-08 20:52:14 +03:00
nickAS21
76313c0b6b fix_bug: lwm2mClient add to init ObserveAll -> await 2022-08-08 18:31:23 +03:00
Yuriy Lytvynchuk
00fd1a22aa Node modification 2022-08-08 18:10:58 +03:00
Yuriy Lytvynchuk
ef28b19f80 Node modification 2022-08-08 17:04:10 +03:00
Igor Kulikov
579dc21bda
Merge pull request #7055 from vvlladd28/bug/flot/predefined-threshold/not-work
[3.4.1] UI: Fixed didn't work predefined thresholds in Flot widgets
2022-08-08 15:14:16 +03:00
Vladyslav_Prykhodko
350ca22a7c UI: Fixed didn't work predefined thresholds in Flot widgets 2022-08-08 11:16:17 +03:00