2628 Commits (2d7ae47f22db673d8671c4bd2a39262cfd24c8fa)

Author SHA1 Message Date
AndrewVolosytnykhThingsboard b158528c2a Wrapper for OtaPackageInfo with usesUrl boolean field 5 years ago
AndrewVolosytnykhThingsboard 228fddb8cd
[PROD-678] Authorization and password reset vulnerability fix (#4569) 5 years ago
AndrewVolosytnykhThingsboard 3712d73855
Device profile dynamic value 5 years ago
AndrewVolosytnykhThingsboard 85b449b62d Improvements for case null returned from repository 5 years ago
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. 5 years ago
AndrewVolosytnykhThingsboard 8b70cbdb55 Handling exceptions to exclude output like [object Object] 5 years ago
Sergey Matvienko 89fe9514d1 DeviceActorMessageProcessor: fixed message on MaxSessionsLimit and test header fixed 5 years ago
Sergey Matvienko a44230a253 DeviceActorMessageProcessor: introduced LinkedHashMapRemoveEldest with BiConsumer instead many ensureSessionsCapacity() that spreaded over the class. test added 5 years ago
Volodymyr Babak 5f0bd38816 Fixed log level 5 years ago
Volodymyr Babak 989a2d24f8 Code clean up 5 years ago
Volodymyr Babak 513fc8bd3e Ensure sessions max size per device on handle activity process 5 years ago
Andrii Shvaika 25cac25731 Minor renaming of variables and code cleanup 5 years ago
YevhenBondarenko aa569ceec1 added fw/sw update tests 5 years ago
Andrii Shvaika 690c97dd4d Renaming of the lwm2m configuration properties 5 years ago
Andrii Shvaika ee55c0bf85 Improvements to key store read for lwm2m. 5 years ago
AndrewVolosytnykhThingsboard 0a94b7d893 Correct data format for audit log 5 years ago
Igor Kulikov 422d44433a Use hybrid client authentication for DTLS CoAP transport 5 years ago
Igor Kulikov b2d694f7ee Add separate SSL channel for mqtt transport 5 years ago
Andrii Shvaika 9f499d9188 ResourceUtil implementation 5 years ago
Andrii Shvaika eb9b0f8433 Implementation of software management 5 years ago
YevhenBondarenko 393d422784 fetch all clients after startUp 5 years ago
Vladyslav_Prykhodko 90b88df54c UI: Default sort setting changed in demo dashboards: Firmware, Software 5 years ago
Andrii Shvaika 27b4c99609 Do not remove info from security store 5 years ago
Sergey Matvienko 5f35374405 rule-engine: added parameter prometheusStatsEnabled 5 years ago
Sergey Matvienko cee7896edc rule-engine: added yaml parameters consumer-per-partition with env variables for standard queues (CE) 5 years ago
Sergey Matvienko 0d94b6231e rule-engine - fixed name for reusable threads 5 years ago
Sergey Matvienko 369844295f rule-engine: consumer per partition feature 5 years ago
YevhenBondarenko 46503b69b9 improvements 5 years ago
YevhenBondarenko a665b2cbe6 added power mode to lwm2m-device-profile-transport-configuration 5 years ago
AndrewVolosytnykhThingsboard 66d4c3fd20
Clean exception message without class name and path (#4758) 5 years ago
Andrii Shvaika d077ee6a07 Improved Security Store to support race conditions during registration 5 years ago
YevhenBondarenko a44bc1ba93 added SendPendingRPC transport msg 5 years ago
Andrii Shvaika e83064ece7 Refactoring of the LwM2MTransport 5 years ago
YevhenBondarenko e470a032a9 improved countByDeviceProfileAndEmptyOtaPackage api 5 years ago
Andrii Shvaika be3e97d3e1 Improvements for CoAP 5 years ago
Andrii Shvaika bed454ec0f LwM2M Refactoring of OTA 5 years ago
Sergey Matvienko e4dd517edd cache: added cache executor service 5 years ago
Sergey Matvienko 966b0923e7 js-script-engine-api: fixed CE merge 5 years ago
Sergey Matvienko b397dfb518 js-script-engine-api: js sync calls replaced with completely async calls (CE API only) 5 years ago
Sergey Matvienko f3757ad127 js-script-engine-api: refactored executeSwitchAsync 5 years ago
Sergey Matvienko 8915b279a0 js-script-engine-api: executeSwitch replaced with asynchronous executeSwitchAsync 5 years ago
Sergey Matvienko 4d08df673b code cleanup 5 years ago
Sergey Matvienko 1d33c09127 JsInvokeService - log js body on script failure to investigate easy 5 years ago
YevhenBondarenko b4a90ceab9 improved lwm2m test for firmware 5 years ago
YevhenBondarenko 56a6e601bc added lwm2m test for firmware 5 years ago
Sergey Matvienko ddfb57db58 log detailed error onScriptExecutionError for debug 5 years ago
Sergey Matvienko 3c72d0d608 log WARN for onScriptExecutionError to prevent silent ban (actually, system going to idle if the script is a part of a rule chain). restored TRACE level on fetchAndProcessResponses 5 years ago
Sergey Matvienko c3aec4d077 revert initDispatcherExecutor 5 years ago
Sergey Matvienko 16a55b16e4 js invoke service: logs added when script going to disable due to exception (special log for TimeoutException) 5 years ago
Sergey Matvienko eee2d83ed5 sleep(poolInterval) replaced with parkNanos(1) for DefaultTbQueueRequestTemplate 5 years ago