1081 Commits

Author SHA1 Message Date
Andrii Shvaika
d102ef7d3f Alarm Implementation 2020-07-07 15:30:43 +03:00
vzikratyi
65d075035f Removed AdminSettingsId from ClientParams 2020-07-07 15:07:20 +03:00
vzikratyi
7468f4b713 Added code for validating AdminSettingsId 2020-07-07 13:03:11 +03:00
vzikratyi
8590bcb709 Refactored OAuth2Service 2020-07-07 12:10:35 +03:00
Igor Kulikov
90c7895075 Fix audit log time page link 2020-07-07 11:44:42 +03:00
Andrii Shvaika
2eb7949d57 Improvements 2020-07-06 17:04:14 +03:00
Andrii Shvaika
aec2d388ce Alarm Websockets API 2020-07-06 17:04:14 +03:00
Andrii Shvaika
65fa1a7a9c Websockets Implementation 2020-07-06 17:04:14 +03:00
vzikratyi
c172c66978 Merge branch 'feature/dynamic-oauth2' of https://github.com/vzikratyi-tb/thingsboard into feature/dynamic-oauth2 2020-07-06 12:28:42 +03:00
vzikratyi
e4777d9267 Fixed nullpointers, refactored, added test 2020-07-06 12:26:38 +03:00
Vladyslav_Prykhodko
64a7b160fc Add license header 2020-07-06 11:28:43 +03:00
Andrii Shvaika
39287c8273 Merge branch 'feature/entity-data-query' of github.com:thingsboard/thingsboard into feature/entity-data-query 2020-07-03 14:33:18 +03:00
Andrii Shvaika
f300c2349d Additional security checks for new alarm query 2020-07-03 14:33:06 +03:00
Igor Kulikov
cf6824cf22 Filter predicate dynamic value 2020-07-02 20:05:34 +03:00
Igor Kulikov
faee8e6bf0 Fix entity field alias resolution 2020-07-02 17:55:15 +03:00
Andrii Shvaika
b707ea090b Query Improvement to use entity field aliases 2020-07-02 17:48:50 +03:00
Igor Kulikov
7446e012a6 Introduce Current user alias 2020-07-02 17:30:15 +03:00
Andrii Shvaika
63384d458b Alarm Search queries 2020-07-02 17:24:28 +03:00
vzikratyi
0a2830e226 Added default datacenter name to test config 2020-07-02 16:37:27 +03:00
vzikratyi
b732171611 Removed cache from OAuth2Service 2020-06-30 16:05:10 +03:00
vzikratyi
b9b8b49aef Get OAuth2Params from DB (not cache) 2020-06-30 15:42:37 +03:00
vzikratyi
201ffebc5a Renamed lock in OAuth2Service 2020-06-30 15:10:55 +03:00
vzikratyi
7d5ceaf311 Removed condition on creating ClientRegistrationRepo 2020-06-30 14:58:34 +03:00
vzikratyi
909a989e14 Removed authorizationGrantType from ClientRegistration 2020-06-26 17:41:00 +03:00
Andrii Shvaika
714b7bd779 Tests Fix 2020-06-26 13:49:54 +03:00
Andrii Shvaika
9942231d73 All tests restored 2020-06-26 11:59:28 +03:00
Andrii Shvaika
cc1887fc8d Added WS notification on deleted attribute 2020-06-26 11:46:12 +03:00
Igor Kulikov
ad47902835 UI: data query widgets improvementas 2020-06-25 20:08:07 +03:00
vzikratyi
a2bf3d687f Added tests for OAuth2Service 2020-06-25 18:22:28 +03:00
vzikratyi
328c827744 Made method 'getAllOAuth2Params' public 2020-06-25 18:05:21 +03:00
vzikratyi
c30e8b3a2d Added method to delete system oauth2 config 2020-06-25 18:04:39 +03:00
vzikratyi
0c7cd1297c Moved static fields and methods to Util class 2020-06-25 17:06:55 +03:00
vzikratyi
0149c4b652 Get System OAuth2 config without tenantId 2020-06-25 16:45:50 +03:00
vzikratyi
d22237796e Allow to pass several domains for oauth2 config (for sys_admin only) 2020-06-25 16:03:22 +03:00
vzikratyi
997821591a Fix work with cacheWriteLock in saveTenantOAuth2 method 2020-06-25 13:53:25 +03:00
YevhenBondarenko
f81c688c3d changed validateEmail access modifier to public 2020-06-25 11:46:24 +03:00
YevhenBondarenko
71bd6001ba changed validateEmail access modifier to public 2020-06-25 11:43:42 +03:00
vzikratyi
a4355ace28 Added reading old system settings before saving new 2020-06-25 10:52:49 +03:00
Andrii Shvaika
4592ab895a Implementation of hierarchical query 2020-06-24 20:42:18 +03:00
Andrii Shvaika
c1164cd068 WS API Improvement 2020-06-24 19:38:45 +03:00
vzikratyi
235dc0292c Small refactoring 2020-06-24 17:40:21 +03:00
vzikratyi
55a2fe890e Added method to load oauth2 config with tenantId 2020-06-24 17:36:26 +03:00
Andrii Shvaika
44f00eb011 Improvements to WS API 2020-06-24 17:27:12 +03:00
vzikratyi
f2a9939e88 Fixed bug 2020-06-24 16:57:40 +03:00
vzikratyi
84a06e65fa Added removing full OAuth2 config on tenant deletion 2020-06-24 15:58:08 +03:00
vzikratyi
32b9f58997 Refactored 2020-06-24 15:29:48 +03:00
vzikratyi
1628f79873 Returned reading system OAuth2 config from DB (for startup cache filling) 2020-06-24 15:27:46 +03:00
vzikratyi
3a21235593 Added saving TenantOAuth2 config in cache 2020-06-24 15:05:56 +03:00
vzikratyi
5f1de39fdd Refactored saving system and tenant OAuth2 config 2020-06-24 14:59:30 +03:00
vzikratyi
2d42d4e3fd Added saving SystemOAuth2 config in cache 2020-06-24 13:21:01 +03:00