Igor Kulikov
1dc47b5cc5
Revert interval check for telemetry subscription
5 years ago
Andrii Shvaika
60c141d3ca
Allow Customer to edit asssigned entities
5 years ago
Sergey Matvienko
3f72bc4b54
SSL (RSA) *.keygen.sh tool upgraded. Added PKCS8 pem format. Tested and fixed keygen.properties to run with no warning. Removed 'mqtt' prefix from output files to fix confusion when applying keys for other protocols.
5 years ago
ShvaykaD
c5c8fbd3f7
[3.2.2] [WIP] coap transport ( #4239 )
* init CoapDeviceProfile & added ui components
* added transport payload type configuration for default coap device type
* added AbstractCoapTransportResource & updated efento resource
* fixed coap device profile save & update
* fixed Attribute Updates notifications
* revert CoapOkCallback onSuccess changes
* updated provision request to handle proto payload type
* fix license
* updated Rpc subscribe/unsubscribe action
* add more device emulator clients
* added fix for Coap Transport: ability to handle requests with oneElementUriPaths and MultiElementUriPaths
* fix TbCoapServer implementation
* changed response type to CREATED in POST requests
* improved implementation
* fix typos
* minor bug-fixes & improvements
* fix TbCoapServerMessageDeliverer class
* improved relay sensor implementation
* added tests for CoAP transport\
* fix typo
* removed nosql tests
* fix coap endpoint creation & improved getAttributes tests
* transport tests refactoring
5 years ago
Viacheslav Klimov
bc6efa5e1e
[3.3] [PROD-685] Provide user's session expiration when his auth data is changed ( #4201 )
* Provide user's session expiration when his auth data is changed
* Provide mock TokenOutdatingService for dao tests
* Increase time gap when checking if token is outdated
* Add license header for TokenOutdatingTest
* Refactor tokens outdating functionality to events usage
* Reset tokens on front-end after changing password
5 years ago
Viacheslav Klimov
e30ec49d2b
[3.3] [PROD-806] Implement alarm condition metadata displaying ( #4185 )
* Implement alarm condition metadata displaying
* Refactor
5 years ago
Andrew Shvayka
dff593a3c8
Merge pull request #4184 from YevhenBondarenko/feature/kafka-settings
added "min.insync.replicas" parameter to the kafka topics
5 years ago
Andrew Volostnykh
d1da849061
Correction of tests for DeviceProfile
5 years ago
vincent12dev
47e82b3cd7
Login Form password visibility ( #4140 )
* Login Form password visibility
5 years ago
Alejandro Santana Lima
5820c5446b
Do not load all data if it is not in the current time interval
5 years ago
Vladyslav_Prykhodko
f1193c1d5b
UI: Added new history time window type - interval
5 years ago
Andrew Shvayka
0a2477da79
Merge pull request #4238 from thingsboard/add-models
Add models
5 years ago
Andrii Shvaika
430e96cdb2
Fix Latest TS Dao to save newest record with same timestamp. Enabled updates for old timeseries data.
5 years ago
Illia Barkov
593f63818e
Added support for RSA encrypted keys in PEM client credentials ( #4230 )
* Added support for RSA encrypted keys in PEM client credentials
* Refactoring
* Refactoring
5 years ago
nickAS21
648e8ec262
lwm2m: add Lwm2m provider for models
5 years ago
nickAS21
d27c721bbf
lwm2m: Merge branch 'develop/3.3' into add-models
5 years ago
Igor Kulikov
1d2918f0a1
Minor improvements
5 years ago
Igor Kulikov
43d221e5ce
Fix data resolution for entity count datasource type.
5 years ago
Igor Kulikov
d61890a96a
Merge pull request #4236 from vvlladd28/improvement/validate/entityId
UI: Added validate EntityId before update dashboard state
5 years ago
Vladyslav_Prykhodko
b8cc971e72
UI: Added validate EntityId before update dashboard state
5 years ago
Yevhen Bondarenko
43fe84a284
created TransportResourceCache ( #4232 )
* created TransportResourceCache
* return resource by sysadmin if not found by tenant in DefaultTransportApiService
5 years ago
Igor Kulikov
7ff92cf5f4
Merge pull request #4235 from ChantsovaEkaterina/feature/extend-table-widget-settings
UI: extend table widget settings
5 years ago
Igor Kulikov
5a4e1b0f39
Merge pull request #4233 from hardshell/improvment/dialog-header-entity-names
added entity names to dialog headers
5 years ago
Chantsova Ekaterina
63a0421b89
Merge remote-tracking branch 'upstream/master' into feature/extend-table-widget-settings
5 years ago
Chantsova Ekaterina
b47ea45e8e
Update bundles with new widgets configuration
5 years ago
Chantsova Ekaterina
1e8832524e
Extend table widgets settings
5 years ago
Serhii Mikhnytskyi
9d451bc11b
added entity names to dialog headers in
1) add rule node dialog component
2) add widget dialog component
5 years ago
Igor Kulikov
a121df1d44
Fix entity select component for current customer
5 years ago
Igor Kulikov
10ddb5f8f3
Fix timeseries widget (invoke data updated callback from data aggregator on initial data). Improve widget selector.
5 years ago
Igor Kulikov
67dd34db69
Merge pull request #4221 from vvlladd28/improvement/alarm-widget/default-datasource
UI: Change default datasource type in alarm widget to created widget
5 years ago
Vladyslav_Prykhodko
1dbd022e89
UI: Refactoring
5 years ago
Igor Kulikov
53818933dd
Merge pull request #4220 from vvlladd28/bug/widget-bundle/navigation
UI: Typo in Navigation cards widget
5 years ago
Igor Kulikov
b850e7fb25
Merge pull request #4219 from volodymyr-babak/fix-error-msg
Fixed msg in case unexpected originator type
5 years ago
Vladyslav_Prykhodko
7a4493887a
UI: Change default datasource type in alarm widget to created widget
5 years ago
Vladyslav_Prykhodko
f13dc26392
UI: Typo in Navigation cards widget
5 years ago
Andrii Shvaika
270818989e
Merge branch 'master' of github.com:thingsboard/thingsboard
5 years ago
Andrii Shvaika
c108f7148d
Description of the widgets and widget bundles
5 years ago
Volodymyr Babak
ec6e2611cb
Fixed msg in case unexpected originator type
5 years ago
Yevhen Bondarenko
e2dd5b96ae
added resource dao support ( #4213 )
* Version set to 3.3.0-SNAPSHOT
* added resource dao
* added resource support in transport lvl (get resources and "update", "delete" notifications)
* refactoring
* added resource table to hsql schema
* added check for models dir in InstallScripts
* added pageLink support to getResources
5 years ago
Igor Kulikov
e99d1b06f1
Merge pull request #4218 from vvlladd28/improvement/data-key/autocomplete
UI: Fixed init dataKeys widget autocomplete after change datasourceType
5 years ago
Vladyslav_Prykhodko
51b5fee7b7
UI: Fixed init dataKeys widget autocomplete after change datasourceType
5 years ago
Igor Kulikov
d9a5ee6d0d
Merge pull request #4212 from YevhenBondarenko/fix/ws
TbWebSocketHandler refactoring
5 years ago
Andrii Shvaika
46f742441f
Alarm State improvement
5 years ago
nickAS21
d8ea6ac37d
Lwm2m: back: add tenantId and repositoryTenant - test3
5 years ago
nickAS21
447bf05b7b
Lwm2m: back: add tenantId and repositoryTenant - test2
5 years ago
nickAS21
65f4ca5800
Lwm2m: back: add tenantId and repositoryTenant - test
5 years ago
YevhenBondarenko
c78bd55df5
added resource table to hsql schema
5 years ago
VoBa
953054fadc
eval is not thread safe. Added lock to avoid 'No such function invokeInternalXXX' exception ( #4211 )
* eval is not thread safe. Added lock to avoid 'No such function invokeInternalXXX' exception
* License fix
5 years ago
YevhenBondarenko
69025ab3af
TbWebSocketHandler refactoring
5 years ago
YevhenBondarenko
616839a23c
refactoring
5 years ago