3342 Commits

Author SHA1 Message Date
dashevchenko
8d7acca4d8 added "/oauth2/client/infos?clientIds=" api for UI 2024-08-12 17:53:31 +03:00
dashevchenko
8093049555 added search for oauth2 clients, domains, mobile apps 2024-08-08 19:18:58 +03:00
dashevchenko
60b03288cd wrapped /infos endpoint by PageData for UI opportunities 2024-08-02 12:03:18 +03:00
dashevchenko
333154ad62 fixed SqlDatabaseUpgradeService with new upgrade, refactoring 2024-07-22 13:48:43 +03: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
Igor Kulikov
468c007882 Version set to 3.7.1-SNAPSHOT 2024-06-20 15:53:41 +03:00
Viacheslav Klimov
033588aea2
Merge pull request #11005 from dashevchenko/cassandraDeleteTsFix
Fixed cassandra timeseries deletion if partition is INDEFINITE
2024-06-20 13:28:48 +03:00
Kulikov
fb47a95bf6
Add tests for LwM2M device profile validation (#10987)
* fix_bug: lwm2m Bootstrap ShortServerId   add tests

* fix_bug: lwm2m Bootstrap ShortServerId   add tests comments1

* fix_bug: lwm2m monitoring

* fix_bug: lwm2m Bootstrap tests n- formatting
2024-06-19 14:03:59 +03:00
dashevchenko
17be2154ce fixed cassandra timeseries deletion if partition is INDEFINITE 2024-06-13 16:04:55 +03:00
Shvaika Dmytro
159c97ac67
Rule node ids seach query: replaced Page with Slice to exclude count query execution (#10989)
* replaced Page with Slice to exclude count query execution

* fixed test since Slice totalPages and totalElements is always 0
2024-06-12 18:00:31 +03:00
Viacheslav Klimov
3d1e133080
Merge pull request #10968 from thingsboard/fix/tenant-not-found
Fix "Tenant not found" errors on tenant deletion
2024-06-12 14:11:33 +03:00
nick
8420de0cb4 fix_bug: lwm2m Bootstrap ShortServerId must not be less than 0 and more than 65535! add test 2024-06-12 12:53:17 +03:00
nick
242b0019a2 fix_bug: lwm2m Bootstrap ShortServerId must not be less than 0 and more than 65535! -2 2024-06-12 08:41:22 +03:00
nick
d5f954d3df fix_bug: lwm2m Bootstrap ShortServerId must not be less than 0 and more than 65535! 2024-06-12 07:45:14 +03:00
nick
4aa4f0f3e5 fix_bug: lwm2m Bootstrap ShortServerId 2024-06-11 19:27:46 +03:00
dashevchenko
a9a80db4b7 implemented entity field "name" for queue stats entity 2024-06-11 12:38:18 +03:00
ViacheslavKlimov
473681c343 Don't unassign deleted user alarms on tenant deletion 2024-06-10 17:59:35 +03:00
ViacheslavKlimov
02dc49fd3a Fix tenant not found error for notification rules 2024-06-10 13:22:10 +03:00
Igor Kulikov
af35d6a678
Merge pull request #10918 from rusikv/enhancement/mobile-qr-home
Mobile app qr code improvements
2024-06-07 15:14:58 +03:00
dashevchenko
9ae3bd167a fixed app store link retrieval 2024-06-06 12:17:57 +03:00
dashevchenko
951f017e7c extended mobile application settings with default store links 2024-06-06 11:53:02 +03:00
dashevchenko
be5220a9e9 fixed mobile app settings default value for store links 2024-06-05 19:02:42 +03:00
Viacheslav Klimov
42679a535f
Merge pull request #10920 from dashevchenko/queueStatsFix
Added api to retrieve queue stats entities
2024-06-05 15:50:03 +03:00
dashevchenko
78e4fd3013 added api to retrieve queuestats by ids 2024-06-05 09:41:59 +03:00
dashevchenko
2adf666051 fixed entity data query permission part for DASHBOARD entity 2024-06-04 12:26:38 +03:00
dashevchenko
cbe8f1b67f added api to retrieve queue stats entities 2024-06-03 16:27:42 +03:00
rusikv
9844b44bc6 Merge remote-tracking branch 'upstream/master' into enhancement/mobile-app-qr-code-improvements 2024-05-30 11:35:08 +03:00
dashevchenko
5807d8ce3c deleted badgeStyle enum 2024-05-28 11:53:24 +03:00
dashevchenko
7db220e9e4 deleted badge style from mobile app settings 2024-05-27 12:36:05 +03:00
YevhenBondarenko
b72c08d988 fixed mqtt basic connectivity command 2024-05-23 22:27:14 +02:00
Andrew Shvayka
337d8f0a95
Merge pull request #9830 from thingsboard/relation_query_not_option
[Feature Request] - Add "NOT" option in relation queries
2024-05-22 15:52:48 +03:00
Andrew Shvayka
4db74f5f81
Merge pull request #10813 from thingsboard/feature/startup-performance
Startup performance improvements
2024-05-21 15:56:29 +03:00
Igor Kulikov
cc49b21fb5
Merge pull request #10591 from dashevchenko/qrCode
Mobile application QR code API
2024-05-17 12:36:51 +03:00
ViacheslavKlimov
45672d9988 Move repositories test to EntityDaoRegistryTest 2024-05-16 11:57:28 +03:00
ViacheslavKlimov
4daf53bf25 Lazy Jpa bootstrap mode 2024-05-16 11:52:41 +03:00
rusikv
bb8be2705a Merge remote-tracking branch 'upstream/master' into qrCode 2024-05-10 11:27:29 +03:00
cogic
c3bab5bb02
Merge branch 'master' into master 2024-05-09 14:47:05 +08:00
ViacheslavKlimov
c0d2d5449b Fix finding of attribute keys by entity id and scope 2024-05-08 13:08:54 +03:00
Vladyslav_Prykhodko
034ed6219b Merge branch 'qrCode' of github.com:dashevchenko/thingsboard into qrCode 2024-05-07 17:16:27 +03:00
Viacheslav Klimov
6761542755
Merge pull request #10665 from dashevchenko/assetSearchImpr
Updated asset search query to include "label", "type" and customer "title" into search
2024-05-07 14:07:32 +03:00
ViacheslavKlimov
994bb6c825 Add search by type for assets where missing 2024-05-07 14:01:23 +03:00
ViacheslavKlimov
0d7d9b481b Refactoring for mobile settings api 2024-05-07 12:09:36 +03:00
Andrew Shvayka
082d11ea99
Merge pull request #10723 from thingsboard/fix/housekeeper-timeseries-deletion
Fix "Failed to process timeseries history deletion" when deleting tenant
2024-05-06 16:22:58 +03:00
Andrew Shvayka
37ec34fc2d
Merge pull request #10671 from YevhenBondarenko/feature/jwt-version-update
updated jjwt version
2024-05-06 15:35:04 +03:00
ViacheslavKlimov
c554246218 Ignore tenant not found for Cassandra rate limits 2024-05-06 14:21:40 +03:00
YevhenBondarenko
f432635800 merge with master 2024-05-06 08:37:32 +02:00
dashevchenko
4ee969fa1e fixed mobile application validator 2024-05-05 18:12:26 +03:00
YevhenBondarenko
02368dfbe9 merge with master 2024-05-03 21:19:51 +02:00