149 Commits

Author SHA1 Message Date
Igor Kulikov
5cf26d4851 Update license header 2025-02-25 09:39:16 +02:00
Andrew Shvayka
43ec0ed467
Merge pull request #12164 from dashevchenko/activeTenantDevices
Active tenant devices filter for RestClient
2024-12-02 17:11:15 +01:00
dashevchenko
7b21a1fde5 adding active-filter if not null 2024-12-02 18:02:17 +02:00
ViacheslavKlimov
3124ad360d Merge branch 'master' of github.com:thingsboard/thingsboard into improvements/dashboard-export 2024-11-18 15:46:23 +02:00
dashevchenko
d7582223f4 moved 'enabled' from StoreInfo to QrCoodeSettings 2024-10-25 18:39:28 +03:00
dashevchenko
4acb051b0e updated structure mobile layout config 2024-10-17 16:30:16 +03:00
ViacheslavKlimov
cb097bb637 Change dashboard export structure; images export-import improvements 2024-10-15 17:08:15 +03:00
dong.zhou
3b491c978f fix rest-client getTenantDeviceInfos by active search 2024-10-15 16:36:01 +08:00
dashevchenko
04bba3ff5a mobile app bundles: initial implementation 2024-10-07 14:26:33 +03:00
Andrew Shvayka
14827bb175
Merge pull request #11453 from AldirchEugene/master
Fixed the problem of getAlarmTypes method query failure in rest-client
2024-09-09 17:27:36 +03:00
15608076017
455f4e59be Fixed the problem of getAlarmTypes method query failure in rest-client 2024-08-20 21:46:18 +08:00
dashevchenko
f260794452 merged with master 2024-08-19 12:53:06 +03:00
Igor Kulikov
e1bae1eda5 Merge with master 2024-08-06 17:40:29 +03:00
YevhenBondarenko
dfd417b530 merge with master 2024-08-02 11:24:33 +02:00
YevhenBondarenko
a1e8ec4c02 created separate api for relations with returning entity 2024-08-02 11:06:29 +02:00
dashevchenko
b57744f5d5 added test for Oauth2Controller, DomainController, MobileAppController 2024-07-19 17:16:41 +03:00
dashevchenko
1429d6a97c renamed oauth2_registration table to oauth2_client 2024-07-19 11:25:09 +03:00
dashevchenko
f274c274e9 oauth2 configuration breakdown: initial implementation 2024-07-18 12:49:48 +03:00
IrynaMatveieva
74ac5a949f added rule engine controller and send rest api call reply node 2024-05-14 10:05:41 +03:00
Igor Kulikov
7d0e5b330b Introduce ResourceSubType for image resources. 2024-05-08 20:00:32 +03:00
Andrii Landiak
d041faae89 Micro refactoring: using java 17 2024-04-09 15:42:54 +03:00
Andrii Landiak
7cd4d477ff Fix edge cycling: update edge root rule chain, add test. Improve Edge rpc request to edge device. Add support for originator fields for rule nodes 2024-02-08 15:53:55 +02:00
ViacheslavKlimov
e46828ba96 Add image API to RestClient 2024-01-17 13:50:20 +02:00
Andrew Shvayka
b7311a089f
Merge pull request #9965 from ShvaykaD/feature/rest-client/widget-type-api
Added missing WidgetTypeController & WidgetsBundleController APIs to RestClient
2024-01-10 14:15:06 +02:00
ShvaykaD
4155fcd03f Minor refactoring of private method after self review 2024-01-10 13:07:19 +02:00
ShvaykaD
29289baeb4 added missing WidgetsBundleController APIs to RestClient 2024-01-10 12:42:53 +02:00
ShvaykaD
523651b71c overload saveWidgetType, getWidgetTypes, getBundleWidgetTypesInfos methods 2024-01-09 16:52:50 +02:00
ShvaykaD
431d8d92e2 added missing WidgetTypeController APIs to RestClient 2024-01-09 13:50:34 +02:00
Igor Kulikov
c5a72ed8df Update license header to 2024 year. 2024-01-09 10:46:16 +02:00
Andrew Shvayka
4c3e081b91
Merge pull request #9688 from AndriiLandiak/edge-upgrade-instructions
Edge upgrade instructions
2023-12-08 16:40:05 +02:00
ShvaykaD
375ba46451 added new get entity profile names APIs for profile entities(AssetProfile & DeviceProfile) 2023-12-05 18:53:41 +02:00
Andrii Landiak
109305f66a Refactor EdgeInstructions: renaming, improve logic, add test 2023-11-27 11:54:22 +02:00
Andrii Landiak
deeb0208a9 Introduce edge upgrade documentation 2023-11-21 16:51:27 +02:00
YevhenBondarenko
f11dd01d97 rest client improvements 2023-08-18 18:02:58 +02:00
Vladyslav_Prykhodko
35284eacd6 Merge branch 'feature/alarm-types' of github.com:YevhenBondarenko/thingsboard into YevhenBondarenko-feature/alarm-types 2023-08-18 12:52:21 +03:00
YevhenBondarenko
4b7cc4571d added deleteLatest api 2023-07-12 19:48:25 +02:00
YevhenBondarenko
2d22e8e8a8 implemented alarm types api 2023-06-26 23:54:21 +02:00
AndriiD
7187fbb4d3 Replace object mapper usages with jackson utils 2023-05-10 14:10:58 +03:00
Andrew Shvayka
8769911694
Merge pull request #8256 from imbeacon/fix/alarm-assignment-user-issues
Added getting user list for alarm assignment and ability to assign alarms for customer users
2023-04-07 15:00:22 +03:00
Andrew Shvayka
872a8f0c60
Merge branch 'develop/3.5' into feature/entity-usage 2023-04-06 12:12:49 +03:00
Andrii Shvaika
d71307402e Merge with develop/3.5 2023-04-06 11:43:34 +03:00
YevhenBondarenko
60a4878ba7 improvements due to comments 2023-04-05 11:17:20 +02:00
YevhenBondarenko
8481b71b7e added entity usage 2023-04-03 10:07:16 +02:00
imbeacon
2bd6a29ca4 Merge remote-tracking branch 'upstream/develop/3.5' into fix/alarm-assignment-user-issues 2023-03-30 09:28:45 +03:00
imbeacon
1283217b4b Merge remote-tracking branch 'upstream/develop/3.5' into fix/alarm-assignment-user-issues 2023-03-27 09:55:22 +03:00
zbeacon
32b1bf900d Refactoring and added method to get users for assignment to rest client 2023-03-24 10:39:58 +02:00
YevhenBondarenko
0101f6fc90 Merge branch 'feature/notification-system' of github.com:thingsboard/thingsboard into feature/home-page 2023-03-23 22:14:45 +01:00
dashevchenko
b8b1bce667 Merge remote-tracking branch 'upstream/develop/3.5' into alarmCommentFix 2023-03-21 19:18:58 +02:00
Andrii Shvaika
1960d99504 REST template concurrency 2023-03-17 13:50:49 +02:00
YevhenBondarenko
4cb2a304ee added getSystemInfo to the rest client 2023-03-15 17:06:05 +01:00