9735 Commits

Author SHA1 Message Date
Vladyslav_Prykhodko
7af89eefb0 UI: Add support backup codes in 2FA 2022-05-25 12:33:36 +03:00
Viacheslav Klimov
8eb75f6e16 2FA backup codes 2022-05-23 16:40:27 +03:00
Vladyslav_Prykhodko
0bb9d531cc UI: Fixed permission on page security 2022-05-23 14:40:47 +03:00
Vladyslav_Prykhodko
cc310887c6 UI: Add 2FA resend code timer 2022-05-20 17:19:21 +03:00
Viacheslav Klimov
052cf3e502 Add verification code send period to providers info 2022-05-20 15:00:19 +03:00
Viacheslav Klimov
509962932c Change verificationCodeSendRateLimit to minVerificationCodeSendPeriod 2022-05-20 14:55:37 +03:00
Viacheslav Klimov
f2a4ebb136 'verificationCode' variable to 'code' in SMS 2FA message template 2022-05-20 12:50:06 +03:00
Vladyslav_Prykhodko
8abb23087d UI: Change radio button to checkbox in Security page 2FA 2022-05-19 17:04:55 +03:00
Vladyslav_Prykhodko
0e32206bd4 UI: Refactoring 2022-05-19 15:04:15 +03:00
Vladyslav_Prykhodko
708b7038d4 UI: Clear code 2022-05-18 17:53:54 +03:00
Vladyslav_Prykhodko
ebcfa52e8d UI: Refactoring 2022-05-18 17:49:25 +03:00
Vladyslav_Prykhodko
57924394db UI: Fixed config totp provider 2022-05-18 16:15:59 +03:00
Vladyslav_Prykhodko
1ab9ed2467 UI: Add 2FA login page 2022-05-18 15:44:42 +03:00
Viacheslav Klimov
866ad82187 Email 2FA verification message improvements 2022-05-18 12:50:12 +03:00
Vladyslav_Prykhodko
4e8be657ea UI: Add mail template - Email verification code; refactoring 2022-05-18 10:27:59 +03:00
Viacheslav Klimov
d3863de094 Remove platform 2FA settings for tenant authority 2022-05-17 18:45:11 +03:00
Viacheslav Klimov
41fede9b43 Add checks for SMS and mail service when setting up 2FA provider; 2Fa verification mail template 2022-05-17 18:31:49 +03:00
Vladyslav_Prykhodko
bd43ebc204 UI: Refactoring sysadmin Two-factor authentication page 2022-05-17 18:06:35 +03:00
Vladyslav_Prykhodko
a80e83cb12 UI: Add security page for user 2022-05-17 17:38:30 +03:00
Vladyslav_Prykhodko
664d337a99 UI: Refactoring 2FA system admin settings 2022-05-16 17:21:04 +03:00
Viacheslav Klimov
d3c23c914d Ensure at least one 2FA account config is default 2022-05-09 11:45:21 +03:00
Vladyslav_Prykhodko
2ff2cf7ad8 Merge remote-tracking branch 'klimov/feature/2fa' into feature/2fa 2022-05-06 17:53:38 +03:00
Vladyslav_Prykhodko
70cbe29a5d UI: Add 2FA profile setting form and added support Email 2FA provider 2022-05-06 17:52:22 +03:00
Viacheslav Klimov
05301efe2c Update 2FA tests 2022-05-06 12:41:10 +03:00
Viacheslav Klimov
a85dcdbd3c Merge branch 'develop/3.4' into feature/2fa
# Conflicts:
#	application/src/test/java/org/thingsboard/server/controller/AbstractWebTest.java
#	pom.xml
#	ui-ngx/src/assets/locale/locale.constant-en_US.json
2022-05-06 11:42:10 +03:00
Viacheslav Klimov
4480badd78 Email 2FA provider; 2FA API improvements 2022-05-05 18:08:54 +03:00
Andrew Shvayka
22b633b8ab
Merge pull request #6483 from YevhenBondarenko/feature/tb-entity-services
[3.4] tb entity services
2022-05-05 15:25:33 +03:00
Viacheslav Klimov
bcc736991e Multiple used 2FA providers for account 2022-05-04 14:29:36 +03:00
YevhenBondarenko
1be1ef958e added checkEntity to saveTenant 2022-05-03 09:34:19 +02:00
Viacheslav Klimov
812e3490a6 API to get the list of available 2FA providers for user 2022-05-02 12:27:49 +03:00
YevhenBondarenko
e0d04c2805 fixed minor bugs 2022-05-01 21:56:59 +02:00
YevhenBondarenko
7cda81ef86 TbTenantService improvements 2022-05-01 16:41:37 +02:00
Vladyslav_Prykhodko
e29be2bded UI: Add 2FA general setting form 2022-04-29 18:12:35 +03:00
Vladyslav_Prykhodko
d9a2495ea4 Add upgrade script for 2FA 2022-04-29 17:25:06 +03:00
YevhenBondarenko
da43fe8c1f merge with develop/3.4 2022-04-29 13:01:42 +02:00
YevhenBondarenko
1bd4e6e3bf added TbEdgeService 2022-04-29 12:51:30 +02:00
YevhenBondarenko
8cde2ac848 added TbAssetService 2022-04-29 09:34:52 +02:00
Vladyslav Prykhodko
2cb6b6d425 UI: Add page setting fb2 2022-04-28 23:03:37 +03:00
Andrew Shvayka
efccf806ba
Merge pull request #6486 from ShvaykaD/improvements/mqtt-and-coap-integration-tests
[3.4] Refactored MQTT and COAP Integration tests
2022-04-28 15:37:33 +03:00
Andrew Shvayka
761e36be7f
Merge pull request #6431 from smatvienko-tb/tests-speedup-tenant
[3.4] Tests performance improvements
2022-04-28 15:15:11 +03:00
Sergey Matvienko
00b6c8095c logback added to the msa/black-bo-tests to reduce logger overhead 2022-04-28 14:11:19 +03:00
Andrew Shvayka
b9b813385f
Merge pull request #5671 from ViacheslavKlimov/smpp-sms-sender
[3.4] SMPP SMS provider
2022-04-28 12:03:57 +03:00
Andrew Shvayka
f49735b6ca
Merge pull request #6485 from smatvienko-tb/web-security-ignore-replaced-with-permit-all
[3.4] You are asking Spring Security to ignore Ant [pattern='/*.js']. This is not recommended -- please use permitAll via HttpSecurity#authorizeHttpRequests instead.
2022-04-28 11:52:13 +03:00
YevhenBondarenko
a330b89700 added TbNotificationEntityService 2022-04-27 14:55:47 +02:00
Andrew Shvayka
559cf9ac8c
Merge pull request #6422 from smatvienko-tb/in-memory-storage-improvements-develop34
[3.4] In memory storage improvements
2022-04-27 15:04:49 +03:00
Andrii Shvaika
93376eef5e Fix CORS configuration issue introduced in Spring 5.3 2022-04-26 18:22:00 +03:00
Sergey Matvienko
0dc126a962 web.ignoring().antMatchers replaced with HttpSecurity antMatchers.permitAll() 2022-04-26 17:13:29 +03:00
ShvaykaD
153e69a84d refactored processBeforeTest methods for CoAP and MQTT tests 2022-04-26 17:11:30 +03:00
Sergey Matvienko
ca8df0130f TbLogNode.java standard implementation without calling JS when JsScript equals default config 2022-04-26 15:26:31 +03:00
Sergey Matvienko
5c6a5bcb6a
Merge branch 'develop/3.4' into tests-speedup-tenant 2022-04-26 14:37:01 +03:00