AndrewVolosytnykhThingsboard
b158528c2a
Wrapper for OtaPackageInfo with usesUrl boolean field
2021-07-07 14:54:16 +03:00
AndrewVolosytnykhThingsboard
22933e5402
Merge branch 'master' into ota-service-url-validation
2021-07-06 17:44:56 +03:00
AndrewVolosytnykhThingsboard
228fddb8cd
[PROD-678] Authorization and password reset vulnerability fix ( #4569 )
...
* Fixed vulnerabilities for password reset and authorization
* Improvements to check user and credentials for null
* Correct messages and logs
* Improvements
* Reset Password Test: added delay after resetting password to synchronize test with server
* Executor removed from controller
* Correct method calling
* Formatting cleaned
2021-07-06 17:24:35 +03:00
AndrewVolosytnykhThingsboard
3712d73855
Device profile dynamic value
...
Co-authored-by: DanyloKobzar <69635327+DanyloKobzar@users.noreply.github.com>
Co-authored-by: Vladyslav_Prykhodko <vprykhodko@thingsboard.io>
2021-07-06 17:23:25 +03:00
AndrewVolosytnykhThingsboard
85b449b62d
Improvements for case null returned from repository
2021-07-06 16:52:13 +03:00
AndrewVolosytnykhThingsboard
7975e2a96a
Implement of method to find dashboard by name and tenant ID, used to find correct dashboard in case multiple dashboard start with the same name.
2021-07-06 16:52:13 +03:00
AndrewVolosytnykhThingsboard
8b70cbdb55
Handling exceptions to exclude output like [object Object]
2021-07-06 14:38:22 +03:00
Sergey Matvienko
89fe9514d1
DeviceActorMessageProcessor: fixed message on MaxSessionsLimit and test header fixed
2021-07-06 14:15:45 +03:00
Sergey Matvienko
a44230a253
DeviceActorMessageProcessor: introduced LinkedHashMapRemoveEldest with BiConsumer instead many ensureSessionsCapacity() that spreaded over the class. test added
2021-07-06 14:15:45 +03:00
Volodymyr Babak
5f0bd38816
Fixed log level
2021-07-06 14:15:45 +03:00
Volodymyr Babak
989a2d24f8
Code clean up
2021-07-06 14:15:45 +03:00
Volodymyr Babak
513fc8bd3e
Ensure sessions max size per device on handle activity process
2021-07-06 14:15:45 +03:00
Andrii Shvaika
25cac25731
Minor renaming of variables and code cleanup
2021-07-06 13:50:26 +03:00
Andrii Shvaika
026329f812
Merge branch 'feature/rule-engine-thread-per-topic-partition' of https://github.com/smatvienko-tb/thingsboard
2021-07-06 13:23:20 +03:00
Andrii Shvaika
973fb8ec54
Fix conflicts in rulenode-core-config.js
2021-07-06 12:20:51 +03:00
YevhenBondarenko
aa569ceec1
added fw/sw update tests
2021-07-02 15:57:45 +03:00
Igor Kulikov
c1fc6480f3
Merge pull request #4842 from AndrewVolosytnykhThingsboard/auditlog-correct-data
...
Correct data format for audit log
2021-07-02 12:48:47 +03:00
Igor Kulikov
f5afb4b788
Merge pull request #4821 from vvlladd28/improvement/dashboard-template/software-firmware
...
UI: Default sort setting changed in demo dashboards: Firmware, Software
2021-07-02 12:43:22 +03:00
Andrii Shvaika
690c97dd4d
Renaming of the lwm2m configuration properties
2021-07-01 17:32:36 +03:00
Andrii Shvaika
ee55c0bf85
Improvements to key store read for lwm2m.
2021-07-01 17:08:41 +03:00
AndrewVolosytnykhThingsboard
0a94b7d893
Correct data format for audit log
2021-07-01 17:04:57 +03:00
Igor Kulikov
422d44433a
Use hybrid client authentication for DTLS CoAP transport
2021-07-01 14:03:03 +03:00
Igor Kulikov
b2d694f7ee
Add separate SSL channel for mqtt transport
2021-06-30 19:30:39 +03:00
Andrii Shvaika
9f499d9188
ResourceUtil implementation
2021-06-30 18:04:06 +03:00
Andrii Shvaika
eb9b0f8433
Implementation of software management
2021-06-30 15:42:25 +03:00
YevhenBondarenko
393d422784
fetch all clients after startUp
2021-06-29 20:06:34 +03:00
Vladyslav_Prykhodko
90b88df54c
UI: Default sort setting changed in demo dashboards: Firmware, Software
2021-06-29 17:19:31 +03:00
Andrii Shvaika
27b4c99609
Do not remove info from security store
2021-06-29 15:19:32 +03:00
Sergey Matvienko
5f35374405
rule-engine: added parameter prometheusStatsEnabled
2021-06-27 13:13:10 +03:00
Sergey Matvienko
cee7896edc
rule-engine: added yaml parameters consumer-per-partition with env variables for standard queues (CE)
2021-06-27 02:57:20 +03:00
Sergey Matvienko
0d94b6231e
rule-engine - fixed name for reusable threads
2021-06-27 02:51:41 +03:00
Sergey Matvienko
369844295f
rule-engine: consumer per partition feature
2021-06-27 02:51:21 +03:00
YevhenBondarenko
46503b69b9
improvements
2021-06-24 13:00:49 +03:00
YevhenBondarenko
b197965ab8
Merge branch 'master' of https://github.com/thingsboard/thingsboard into feature/power-mode
2021-06-24 12:05:29 +03:00
YevhenBondarenko
a665b2cbe6
added power mode to lwm2m-device-profile-transport-configuration
2021-06-24 10:53:35 +03:00
Andrew Shvayka
4e5f485106
Merge pull request #4682 from thingsboard/feature/cleanup-call-deduplication
...
Refactoring of the TTL cleanup services
2021-06-23 19:33:48 +03:00
AndrewVolosytnykhThingsboard
51f922ade5
Merge from master
2021-06-23 16:16:42 +03:00
AndrewVolosytnykhThingsboard
66d4c3fd20
Clean exception message without class name and path ( #4758 )
...
* Clean exception message without class name and path
* Correct message, improvents to text of poppup on deleting
* Added log for except files
* Correct license header
2021-06-23 14:54:27 +03:00
Andrii Shvaika
aea2438953
Merge branch 'master' of github.com:thingsboard/thingsboard
2021-06-22 18:59:29 +03:00
Andrii Shvaika
d077ee6a07
Improved Security Store to support race conditions during registration
2021-06-22 18:59:19 +03:00
Andrew Shvayka
8aa54b7aa5
Merge pull request #4722 from YevhenBondarenko/feature/persisted-rpc
...
implemented persisted RPC
2021-06-22 18:28:12 +03:00
AndrewVolosytnykhThingsboard
cd9268a44e
Conflicts solving
2021-06-22 16:27:19 +03:00
YevhenBondarenko
a44bc1ba93
added SendPendingRPC transport msg
2021-06-22 16:21:56 +03:00
Andrii Shvaika
e83064ece7
Refactoring of the LwM2MTransport
2021-06-22 15:53:06 +03:00
YevhenBondarenko
f1f41851cc
merge with master
2021-06-22 15:46:39 +03:00
AndrewVolosytnykhThingsboard
8fc60c6a98
Merge branch 'master' of https://github.com/AndrewVolosytnykhThingsboard/thingsboard into lwm2m-refactoring
2021-06-22 13:46:05 +03:00
Igor Kulikov
26f0e48430
Merge pull request #4757 from smatvienko-tb/cache-attribute-service-performance-improvement
...
Cache attribute service performance improvement
2021-06-18 17:44:31 +03:00
Igor Kulikov
48af7d37c3
Fix conflicts
2021-06-18 17:42:02 +03:00
Igor Kulikov
461881b329
Merge pull request #4753 from smatvienko-tb/DefaultTbQueueRequestTemplateTest-refactor-and-test
...
Default tb queue request template refactor and test, improved log experience for easy debug. TbStopWatch util class added
2021-06-18 17:36:15 +03:00
Igor Kulikov
db9ef3e976
Merge pull request #4762 from YevhenBondarenko/feature/ota-improvements
...
improved countByDeviceProfileAndEmptyOtaPackage api
2021-06-18 17:30:37 +03:00