9719 Commits

Author SHA1 Message Date
Yuriy Lytvynchuk
ee4a3b90cc Query: add SQL string with parameters 2022-04-08 23:12:07 +03:00
Yuriy Lytvynchuk
97b9afac9a add SQL string with parameters 2022-04-08 23:01:51 +03:00
Andrew Shvayka
126e8b9639
Merge pull request #6265 from YevhenBondarenko/feature/update-versions
[3.4] updated spring, netty and jackson versions
2022-04-08 14:30:04 +03:00
Yuriy
5809b0d6a8 QUERY: add SQL string with parameters 2022-04-05 17:53:54 +03:00
Igor Kulikov
9a83a4ae47
Merge pull request #6350 from ArtemDzhereleiko/bug-fix/candeactivate-shows-double-time
[3.4] UI: Fixed show double dialog with redirect
2022-04-05 11:16:57 +03:00
YevhenBondarenko
ec79601e5e updated spring versions via CVE-2021-22096 2022-04-04 12:45:58 +02:00
fe-dev
53e1654651 Fixed double time dialog with redirect 2022-03-31 19:49:41 +03:00
fe-dev
b774db583c Fixed double time dialog with redirect 2022-03-31 16:24:11 +03:00
Igor Kulikov
b79c218ac3
Merge pull request #6339 from vvlladd28/bug/build-ui/windows
[3.4] UI: Fixed generate types and build in Windows OS
2022-03-30 14:01:40 +03:00
Vladyslav Prykhodko
87fed7d235 UI: Fixed generate types and build in Windows OS 2022-03-30 13:31:45 +03:00
Viacheslav Klimov
8eb68ff7a6 Revert changes to UserCredentials 2022-03-30 10:50:57 +03:00
Viacheslav Klimov
de16eca0a5 Fix RateLimitsTest 2022-03-30 10:48:56 +03:00
Viacheslav Klimov
b58be41083 Tests for JwtTokenFactory 2022-03-30 10:44:21 +03:00
Viacheslav Klimov
190430ffc4 Store 2FA account config in UserAuthSettings table 2022-03-29 19:18:00 +03:00
Igor Kulikov
fa3d8870d5
Merge pull request #6335 from thingsboard/feature/timeseries-widget-latest-values
[3.4] Latest values support for Timeseries widgets
2022-03-29 16:40:34 +03:00
Viacheslav Klimov
922436d38b Tests for rate limits with different refill strategy 2022-03-29 16:30:57 +03:00
Igor Kulikov
739b21bab2 Merge branch 'develop/3.4' into feature/timeseries-widget-latest-values 2022-03-29 16:24:06 +03:00
Igor Kulikov
c7e75eb5b8 UI: Fix legend style 2022-03-29 16:23:39 +03:00
Andrew Shvayka
aacdde9f77
Merge pull request #6330 from ViacheslavKlimov/fix/ota-constraint-install-script
[3.4] Fix SQL error on reinstall
2022-03-29 13:35:16 +03:00
Viacheslav Klimov
95f41810ac Store 2FA account config is UserCredentials' additionalInfo 2022-03-29 11:32:27 +03:00
Andrew Shvayka
ec7e285272
Merge pull request #6307 from thingsboard/fix_bug_test_coap3
[3.4] Сoap fix bug test3
2022-03-29 09:20:12 +03:00
Viacheslav Klimov
b396aa4a38 Use JdbcTemplate in EntitiesSchemaSqlTest 2022-03-28 16:26:05 +03:00
Igor Kulikov
c35d60abd9 Add support of latest values for timeseries map widgets 2022-03-28 16:25:07 +03:00
Viacheslav Klimov
6182ae7415 Add test for schema reinstall 2022-03-28 15:41:09 +03:00
Viacheslav Klimov
50422363f0 Fix install script for fk_device_profile_ota_package constraint to work on repeated install 2022-03-28 14:26:56 +03:00
Igor Kulikov
1b95f32b19 Merge branch 'develop/3.4' into feature/timeseries-widget-latest-values 2022-03-28 13:40:46 +03:00
Igor Kulikov
3c55b25f44 Implement latest values support for timeseries widgets 2022-03-28 13:39:26 +03:00
YevhenBondarenko
4ef9d0e9fa added tests 2022-03-26 00:49:30 +02:00
YevhenBondarenko
dbdace7c69 improved entity view tests 2022-03-26 00:49:30 +02:00
YevhenBondarenko
287485831d fixed entity view caching 2022-03-26 00:49:30 +02:00
YevhenBondarenko
19b5c59034 fixed kafka node (success if error not null) 2022-03-24 23:03:29 +02:00
Viacheslav Klimov
b7db4ed604 Minor 2FA refactoring 2022-03-24 14:00:17 +02:00
Viacheslav Klimov
0915113a24 Swagger docs for TwoFactorAuthController 2022-03-23 19:57:18 +02:00
Viacheslav Klimov
6eb8a41f9a Swagger docs for TwoFactorAuthConfigController and config classes 2022-03-23 19:38:44 +02:00
nickAS21
812972f81f coap: log error to trace 2022-03-23 12:52:40 +02:00
nickAS21
f3fd2c4987 coap:fix bug test 2022-03-23 12:52:15 +02:00
Viacheslav Klimov
472edc8409 Refactor controller exceptions handling 2022-03-23 12:07:52 +02:00
Viacheslav Klimov
d746a04186 Merge branch 'develop/3.4' into feature/2fa
# Conflicts:
#	application/src/test/java/org/thingsboard/server/controller/AbstractWebTest.java
2022-03-22 15:54:53 +02:00
Viacheslav Klimov
5ed306881f Tests for 2FA 2022-03-22 15:54:11 +02:00
Viacheslav Klimov
8bbe6bafd8 Refactor 2FA; add refilling setting to TbRateLimits 2022-03-22 15:49:57 +02:00
Viacheslav Klimov
bc6c38c36c Change isAuthenticated() check to hasAnyAuthority('SYS_ADMIN', 'TENANT_ADMIN', 'CUSTOMER_USER') in controllers 2022-03-22 15:46:30 +02:00
Igor Kulikov
94b648d7fd Merge branch 'master' into develop/3.4 2022-03-22 12:03:56 +02:00
Igor Kulikov
19a953428e
Merge pull request #6298 from vvlladd28/bug/build/github-url-load
[3.4] UI: Fixed build, incorrect github URL
2022-03-22 11:59:44 +02:00
Igor Kulikov
1b0b8e4e19 Merge branch 'master' into develop/3.4 2022-03-22 11:56:44 +02:00
YevhenBondarenko
ebd5b200b4 updated jackson version 2022-03-22 10:30:32 +02:00
Vladyslav Prykhodko
697965d3ca UI: Fixed build, incorrect github URL 2022-03-21 22:04:05 +02:00
YevhenBondarenko
6bd9ae043e updated netty-tcnative version 2022-03-21 18:45:19 +02:00
Viacheslav Klimov
1250fa2ba0 Tests for 2FA config management; refactoring 2022-03-21 14:09:51 +02:00
Viacheslav Klimov
062af3af81 2FA: cleanup code 2022-03-21 09:21:30 +02:00
Viacheslav Klimov
ea7f559e23 2FA: log login action, fix user lockout 2022-03-20 14:59:25 +02:00