1452 Commits

Author SHA1 Message Date
ViacheslavKlimov
79670d9f9d Notification system improvements 2023-02-28 19:19:59 +02:00
Andrii Shvaika
6b121514fc Merge with develop/3.5 2023-02-28 19:06:54 +02:00
Andrew Shvayka
0ba8336ee9
Merge pull request #8089 from dashevchenko/secureRNG
Updated RNG for reset password token to secure one
2023-02-28 18:26:21 +02:00
dashevchenko
04c36916ed moved system env property 2023-02-28 14:53:57 +02:00
Andrii Shvaika
b9cf5c7836 Improvement of the save alarm procedure 2023-02-28 12:03:59 +02:00
Andrii Shvaika
69b5a5f425 Alarm Service refactoring 2023-02-23 19:03:04 +02:00
Andrii Landiak
3d7097536c Merge branch 'develop/3.5' into feature/x509-device-cert-impr 2023-02-23 13:09:01 +02:00
ViacheslavKlimov
8a922f36a4 Notification system refactoring 2023-02-23 12:45:16 +02:00
Andrii Shvaika
c922bbb989 Alarm service refactroing 2023-02-23 12:31:07 +02:00
Volodymyr Babak
b19c107d6c Merge remote-tracking branch 'upstream/develop/3.5' into filter-type-multiple-types 2023-02-21 16:10:10 +02:00
Volodymyr Babak
cf3beda316 Data Update - update only dashboard which configurationthat contains required filters 2023-02-21 16:08:41 +02:00
ViacheslavKlimov
e3f971231a Notification api permission checks refactoring 2023-02-21 12:36:15 +02:00
dashevchenko
4ddcd99e44 refactoring 2023-02-21 12:11:11 +02:00
dashevchenko
f5b029d43e moved password history from tb_user to user_credential 2023-02-20 19:18:53 +02:00
Andrii Shvaika
feb84ace48 Deprecation of the alarm status 2023-02-20 17:11:49 +02:00
ViacheslavKlimov
dd5c970b3a Merge remote-tracking branch 'origin/develop/3.5' into feature/notification-system
# Conflicts:
#	application/src/main/java/org/thingsboard/server/controller/BaseController.java
2023-02-20 12:57:32 +02:00
zbeacon
0427eeea9d Added check - does assigned information available 2023-02-18 13:07:32 +02:00
Andrii Shvaika
c16dfd4407 Alarm query updates 2023-02-17 16:15:17 +02:00
ViacheslavKlimov
d1e135d004 Send notification without template creation 2023-02-17 15:44:30 +02:00
Andrii Shvaika
d77e8f0cba Merge branch 'develop/3.5' of github.com:thingsboard/thingsboard into feature/alarm-assign 2023-02-17 12:44:36 +02:00
Andrii Shvaika
f877fdef3f Alarm assignee as an object 2023-02-17 12:37:30 +02:00
Andrii Shvaika
8b6950031e Alarm asignee updates 2023-02-17 12:14:59 +02:00
dashevchenko
b261cb2ab1 renamed UserData to UserEmailInfo 2023-02-17 11:12:46 +02:00
Andrii Shvaika
04eb8c989a Revert the AlarmInfo items. We will update the assignee via separate message 2023-02-16 18:47:51 +02:00
dashevchenko
a613e1dbc6 refactoring 2023-02-16 17:46:24 +02:00
Andrii Shvaika
c392df2b8f Alarm Query to fetch onloy assigned alarms 2023-02-16 14:10:50 +02:00
zbeacon
dda627b63e Added getting NameLabelAndCustomerDetails to EntityService 2023-02-16 14:03:20 +02:00
dashevchenko
4470ae9a05 added tests 2023-02-16 13:45:01 +02:00
dashevchenko
559b741749 added REST method in UserController to get users by query 2023-02-16 00:37:10 +02:00
Andrii Shvaika
3932993b58 Alarm assignment improvements 2023-02-15 19:14:11 +02:00
dashevchenko
2c5c0a17bf refactoring 2023-02-15 17:12:45 +02:00
dashevchenko
133c8f9ae4 added new column for user_credentials table 2023-02-15 12:25:30 +02:00
Vladyslav_Prykhodko
3eba03cccc Fixed after merge 'upstream/develop/3.5' 2023-02-14 11:39:29 +02:00
Vladyslav_Prykhodko
2212a6d9be Merge remote-tracking branch 'upstream/develop/3.5' into feature/notification-system 2023-02-14 11:09:34 +02:00
zbeacon
9250af1904 Merge remote-tracking branch 'upstream/develop/3.5' into feature-alarm-assigning 2023-02-13 19:55:24 +02:00
dashevchenko
6c5054a6e8 added caching, added PUT methods, refactored code 2023-02-10 17:08:27 +02:00
nickAS21
a3e31c109c sparkplug: add attributes by Metric`s name, STATE ONLINE 2023-02-09 18:49:05 +02:00
Volodymyr Babak
e45775ce8f Organize imports 2023-02-09 13:18:12 +02:00
Volodymyr Babak
76f11c320b Move update of dashboard alias to dashboard service. Added test for backward compatibility 2023-02-09 13:06:42 +02:00
dashevchenko
f3b6531362 merged with develop/3.5 2023-02-07 14:59:21 +02:00
dashevchenko
16c5a4f1f9 refactoring 2023-02-07 14:49:09 +02:00
dashevchenko
f214864503 added controller methods for saving user settings in UserController 2023-02-07 13:55:16 +02:00
ViacheslavKlimov
bbaaa6b972 Tests for Rule Engine component lifecycle event notification rule; improvements 2023-02-02 14:15:54 +02:00
Volodymyr Babak
133856b35b Added @JsonIgnore interface for newly added list of subtypes - for backward compatibility 2023-02-02 13:18:47 +02:00
Volodymyr Babak
cbf4297593 Add support for dashboard filter backward compatibility 2023-02-02 13:13:49 +02:00
Andrii Landiak
058c97e4de Fix headers and remove extra constants from Model Constants 2023-02-02 10:20:24 +02:00
Andrii Landiak
60c7d213cc Merge branch 'develop/3.5' of github.com:AndriiLandiak/thingsboard into feature/x509-device-cert-impr 2023-02-02 10:06:55 +02:00
ViacheslavKlimov
7d9fff4e44 New notification rule triggers: alarm comment and Rule Engine component lifecycle event; refactoring 2023-02-01 20:00:32 +02:00
Volodymyr Babak
d534fb31e1 Updated filter types - add possibility to select multiple subtypes 2023-02-01 17:21:04 +02:00
Andrii Landiak
0943b80d8e Fix schema and micro refactoring 2023-02-01 16:49:00 +02:00