2358 Commits

Author SHA1 Message Date
Viacheslav Klimov
20a4f3cc4c 2FA: lock account after X unsuccessful verification attempts; refactoring 2022-03-20 14:13:54 +02:00
Viacheslav Klimov
b5afb32f56 2FA: validation and error handling refactoring 2022-03-18 11:05:17 +02:00
Viacheslav Klimov
9eb03950fa 2FA: refactoring, tests 2022-03-17 18:49:08 +02:00
Viacheslav Klimov
01ad35d864 Get rid of boilerplate in import services 2022-03-16 20:02:51 +02:00
Viacheslav Klimov
849513541e Entities export/import API refactoring: permission checks and entity lifecycle events 2022-03-16 17:35:34 +02:00
Viacheslav Klimov
4062dc70fb Initial export/import API for devices, device profiles, assets, rule chains, dashboards and customers 2022-03-16 15:03:55 +02:00
Yevhen
5d82d738ee updated spring and netty versions 2022-03-15 21:44:27 +01:00
Igor Kulikov
d7efbd6eba Merge with master 2022-03-15 12:42:18 +02:00
ShvaykaD
d4e6c013d2 added fixes after review 2022-03-14 13:01:46 +02:00
ShvaykaD
8bf833e574 fixed license 2022-03-11 14:20:24 +02:00
ShvaykaD
a26a4c4787 Feature/6233 implementation 2022-03-11 14:13:47 +02:00
Viacheslav Klimov
1ad769048c 2FA support for platform authentication 2022-03-10 18:15:42 +02:00
Viacheslav Klimov
e2c9a5ffdf TOTP and SMS 2FA providers; 2FA set-up API 2022-03-10 17:59:59 +02:00
Andrii Shvaika
c813d41abe Minor refactoring of the PR #6198 2022-03-10 11:59:41 +02:00
Andrii Shvaika
f976490721 Merge branch 'feature/lwm2m-send-request' of https://github.com/Artifeel/thingsboard 2022-03-10 11:44:29 +02:00
Igor Kulikov
c93309a496
Merge pull request #6213 from desoliture1/unresolverDynamicValuesOnExportDevicesFilterFix
[3.3.4] Fix unresolved dynamic values on API request
2022-03-08 18:19:06 +02:00
Igor Kulikov
0a5764e7db
Merge pull request #6119 from thingsboard/lwm2m_fix_bug_bootstrap_tasks
[3.3.4] fix_bug_lwm2m_getTasks_thread-safe
2022-03-08 11:22:32 +02:00
nickAS21
506d9279c2 lwm2m: for build 2022-03-08 10:34:26 +02:00
desoliture
6b5966a579 fix unresolved dynamic values in queryService on api request 2022-03-07 15:29:20 +02:00
Igor Kulikov
a35bb0fb97
Merge pull request #6180 from ViacheslavKlimov/fix/lwm2m-import
[3.3.4] Fix LwM2M devices import
2022-03-07 14:50:25 +02:00
Viacheslav Klimov
066f40c63f Test for SmppSmsSender 2022-03-03 21:36:40 +02:00
Samuel Gallet
51c88b7712 Add method documentation 2022-03-03 10:59:35 +01:00
Samuel Gallet
bd35adc5ba Implement SendService Listener 2022-03-03 10:44:35 +01:00
Viacheslav Klimov
89c74cac8d Merge branch 'develop/3.4' into smpp-sms-sender 2022-03-02 17:39:41 +02:00
Andrii Shvaika
a7196c4fa7 Automatic conversion of rule chain metadata on the back end 2022-02-28 17:17:31 +02:00
Igor Kulikov
d2b0e2ca25 Fix license header 2022-02-28 13:51:14 +02:00
Andrii Shvaika
4775869786 Merge branch 'master' into develop/3.4 2022-02-28 11:48:31 +02:00
Andrew Shvayka
fd6bf9b0fd
Merge pull request #6139 from volodymyr-babak/validators-refactoring
[3.3.4][Edge] Refactoring validators - moved them to a separate classes. Added device profile validation in edge processor
2022-02-28 11:10:03 +02:00
Andrii Shvaika
afa3e88339 Suppress adaptor exception stack trace 2022-02-23 18:13:47 +02:00
Andrii Shvaika
40c2fe3fd2 Suppress spaming logs and fix connection statistics in case of rate limits by ip 2022-02-23 17:55:20 +02:00
nickAS21
53ab636505 lwm2m: add BOOTSTRAP_DEFAULT_SHORT_ID = 0 2022-02-23 10:04:50 +02:00
nickAS21
dce0ca9149 lwm2m: Comments... 2022-02-22 12:08:23 +02:00
Volodymyr Babak
1b9d70f2fe Refactoring validators - moved them to a separate classes 2022-02-21 19:18:27 +02:00
Igor Kulikov
dabd25e760 Version set to 3.4.0-SNAPSHOT 2022-02-21 12:19:59 +02:00
Andrii Shvaika
f991716dd9 Merge branch 'issue/6056' 2022-02-18 17:11:25 +02:00
Andrew Shvayka
7b644bd5cb
Merge pull request #6126 from thingsboard/fix_bug_null_in_Metadata
[3.3.4] testScript_fix_bug_value_null
2022-02-18 17:09:26 +02:00
Igor Kulikov
c3dde26c69 Implement events batch insert. Remove 'region' filter from tenant find queries. 2022-02-18 16:57:48 +02:00
YevhenBondarenko
4512185cad created Queue entity, dao and ui 2022-02-18 16:41:24 +02:00
Andrii Shvaika
a7da56c270 Merge branch 'usage-service-improvements' of https://github.com/YevhenBondarenko/thingsboard 2022-02-18 12:34:37 +02:00
Andrii Shvaika
7cc2508479 Improvement to events cleanup script 2022-02-18 12:08:43 +02:00
nickAS21
84fac681d4 testScript_fix_bug_value_null 2022-02-17 18:40:00 +02:00
nickAS21
5241c371df lwm2m: The method "getTasks" is thread-safe 2022-02-16 16:18:49 +02:00
Andrew Shvayka
282a6bc990
Merge pull request #6035 from volodymyr-babak/edge-ce-refactoring
[3.3.4] Edge Community Edition support
2022-02-15 17:29:01 +02:00
Andrew Shvayka
78246cf7cd
Merge pull request #5969 from thingsboard/lwm2m_tests_securities
[3.3.4] lwm2m: tests with different security mode:
2022-02-15 17:23:47 +02:00
YevhenBondarenko
073ce69872 handling of PartitionChangeEvent is not more synchronous 2022-02-15 16:04:20 +02:00
Andrii Shvaika
24829c29f7 Workaround for KAFKA-4090 2022-02-14 15:38:03 +02:00
Andrew Shvayka
12d3efea2c
Merge pull request #6058 from thingsboard/lwm2m_fix_bug_tests_new_client_create
[3.3.4] lwm2m: fix bug: client.destroy after newClientCreate and client regis…
2022-02-11 15:14:23 +02:00
nickAS21
eac0157984 lwm2m: Corrections according to comments 2022-02-11 12:02:42 +02:00
Volodymyr Babak
95f6fcfe33 Merge branch 'master' of github.com:thingsboard/thingsboard into edge-ce-refactoring 2022-02-10 20:13:12 +02:00
Andrew Shvayka
150ba375de
Merge pull request #6049 from YevhenBondarenko/fix/lwm2m-shared-attributes
[3.3.4] fixed sending shared attributes after sleeping
2022-02-10 16:29:30 +02:00