2599 Commits

Author SHA1 Message Date
ViacheslavKlimov
a8afd8929b Redirect to error page when password reset or activation link is expired 2024-09-04 17:29:38 +03:00
ViacheslavKlimov
465341f0ea Merge branch 'master' of github.com:thingsboard/thingsboard into feature/activation-link-ttl 2024-09-04 17:16:50 +03:00
ViacheslavKlimov
937621ea43 Fix testDeviceVc_sameTenant 2024-09-03 16:33:31 +03:00
Viacheslav Klimov
2f501c628d
Merge pull request #11521 from AndriiLandiak/feature/edge-queue
Introduce Edge queue to handle edge notification messages
2024-09-03 15:25:18 +03:00
Viacheslav Klimov
d88558eee0
Merge pull request #11496 from thingsboard/feature/rule-chain-versioning
Versioning for rule chain metadata
2024-09-03 12:53:20 +03:00
YevhenBondarenko
aab1161c79 create pojo for session limits 2024-09-03 10:58:40 +02:00
YevhenBondarenko
dd3ed2a496 rafactoring due to comments 2024-09-02 13:11:06 +02:00
Andrew Shvayka
04e4116f30
Merge pull request #11330 from dashevchenko/http_transport_large_request_fix
Payload size filter for all requests
2024-08-30 18:05:44 +03:00
Andrii Landiak
5602807dbe
Introduce Edge queue to handle edge notification messages 2024-08-29 12:51:20 +03:00
Viacheslav Klimov
e0244c2970
Merge pull request #11421 from irynamatveieva/fix/audit-logs-alarm-deleted
Fix null entityId in audit log when alarm is deleted
2024-08-28 18:48:55 +03:00
nick
f598e2fe89 tbel: fix bug send From Client CollectedValue 2024-08-28 15:20:55 +03:00
Viacheslav Klimov
40fc7eacf3
Merge branch 'master' into feature/rule-chain-versioning 2024-08-28 12:35:59 +03:00
ViacheslavKlimov
d656ab5540 Remove unneeded comment 2024-08-28 12:33:17 +03:00
ViacheslavKlimov
6b00fb4900 Increment entity's version regardless of the changes 2024-08-28 12:32:11 +03:00
ViacheslavKlimov
a63ed4fa6c Versioning for rule chain metadata 2024-08-27 13:57:32 +03:00
Andrii Landiak
c6ee0bff19
Add edgeIdsCache to decrease number of calls to db for findRelatedEdgeByEntityId 2024-08-27 12:41:39 +03:00
Andrii Landiak
73a45427d4 Tmp ignore testCreateUpdateDeleteTenantUser 2024-08-27 10:51:54 +03:00
Andrii Landiak
0ab35b72d2 Edge: impl new approach with oauth 2024-08-26 14:51:36 +03:00
IrynaMatveieva
a59552dc1d fixed tests in alarm controller 2024-08-23 12:16:51 +03:00
Viacheslav Klimov
a003ca4de5
Merge branch 'master' into http_transport_large_request_fix 2024-08-22 14:46:58 +03:00
YevhenBondarenko
805deffaa2 refactored due to comments 2024-08-21 11:39:16 +02:00
YevhenBondarenko
b5fff2e44e minor refactoring 2024-08-21 10:27:21 +02:00
YevhenBondarenko
80d69df5f4 added support of getSerbiceConfiguration RPC 2024-08-20 15:01:10 +02:00
dashevchenko
4f9c01040b fixed tests 2024-08-20 14:21:07 +03:00
dashevchenko
9f7d6737b3 added @Length validations according to database restriction 2024-08-19 15:20:47 +03:00
dashevchenko
f260794452 merged with master 2024-08-19 12:53:06 +03:00
dashevchenko
931102f73c fixed pull request comments 2024-08-16 18:00:34 +03:00
Igor Kulikov
50ccce5cf4
Merge pull request #11063 from thingsboard/feature/scada-symbol
SCADA dashboard
2024-08-15 13:35:38 +03:00
ViacheslavKlimov
90af4ecee7 Merge branch 'master' of github.com:thingsboard/thingsboard into feature/dedicated-datasource 2024-08-15 12:39:18 +03:00
Igor Kulikov
d5c8f82b36 Merge with master 2024-08-15 10:36:00 +03:00
IrynaMatveieva
ef20700b88 changed entity type in audit logs to Alarm, add entityId and originatorId to details 2024-08-14 13:27:56 +03:00
ViacheslavKlimov
9c68204845 Add activation link info API 2024-08-14 13:17:35 +03:00
ViacheslavKlimov
0418e93bd1 Rename dedicated datasource to events datasource 2024-08-09 14:38:37 +03:00
ViacheslavKlimov
dc6b078e50 Merge remote-tracking branch 'origin/master' into feature/dedicated-datasource 2024-08-09 14:32:56 +03:00
ViacheslavKlimov
ea3b5c80f3 Fix entity update events order 2024-08-09 13:57:57 +03:00
ViacheslavKlimov
152e6f13da Merge remote-tracking branch 'origin/master' into feature/entities-version 2024-08-09 13:08:26 +03:00
dashevchenko
936bb82334 updated transport http limits, added logging for initialized filters 2024-08-07 19:03:05 +03:00
ViacheslavKlimov
5d5632606c Merge remote-tracking branch 'origin/master' into feature/activation-link-ttl 2024-08-07 14:26:23 +03:00
ViacheslavKlimov
e41b627371 Renew activation link if less than 15 minutes before expiration 2024-08-07 14:24:53 +03:00
Igor Kulikov
241f28f254 Merge with master 2024-08-07 14:20:58 +03:00
Viacheslav Klimov
af5f501cd4
Merge pull request #11347 from volodymyr-babak/edge-misc-fixes
Edge: Enhanced Credential Handling and Sync Improvements
2024-08-07 13:38:40 +03:00
ViacheslavKlimov
7007563627 Merge remote-tracking branch 'origin/hotfix/3.7' into master-hotfix 2024-08-06 19:46:05 +03:00
Igor Kulikov
e1bae1eda5 Merge with master 2024-08-06 17:40:29 +03:00
ViacheslavKlimov
f0ac1a1e6c Merge branch 'master' of github.com:thingsboard/thingsboard into feature/dedicated-datasource 2024-08-06 17:01:14 +03:00
ViacheslavKlimov
f53f5e4fbb Separate dao implementations for dedicated datasource 2024-08-06 13:43:29 +03:00
ViacheslavKlimov
868b480ff9 Dedicated datasource: improvements and refactoring 2024-08-06 13:12:51 +03:00
Volodymyr Babak
8e8aa5c920 Remove check if edge is in sync. Fixed misc test according to new changes 2024-08-05 18:12:23 +03:00
ViacheslavKlimov
a5a92d9334 Merge remote-tracking branch 'origin/master' into feature/entities-version 2024-08-03 14:33:21 +03:00
Volodymyr Babak
62f0ba5739 Fixed DeviceEdgeProcessorTest 2024-08-02 15:20:46 +03:00
YevhenBondarenko
dfd417b530 merge with master 2024-08-02 11:24:33 +02:00