Andrii Shvaika
b4184d014c
Improvements to startTime and endTime for subscriptions
5 years ago
Igor Kulikov
1dc47b5cc5
Revert interval check for telemetry subscription
5 years ago
Andrii Shvaika
60c141d3ca
Allow Customer to edit asssigned entities
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
Alejandro Santana Lima
5820c5446b
Do not load all data if it is not in the current time interval
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
nickAS21
648e8ec262
lwm2m: add Lwm2m provider for models
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
Chantsova Ekaterina
b47ea45e8e
Update bundles with new widgets configuration
5 years ago
Vladyslav_Prykhodko
f13dc26392
UI: Typo in Navigation cards widget
5 years ago
Andrii Shvaika
c108f7148d
Description of the widgets and widget bundles
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
nickAS21
447bf05b7b
Lwm2m: back: add tenantId and repositoryTenant - test2
5 years ago
nickAS21
65f4ca5800
Lwm2m: back: add tenantId and repositoryTenant - test
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
YevhenBondarenko
bd3185a98f
added resource support in transport lvl (get resources and "update", "delete" notifications)
5 years ago
Igor Kulikov
6789cff802
Fix schema version
5 years ago
Igor Kulikov
71062f64df
New widget selector backend support
5 years ago
YevhenBondarenko
6438f6b0ee
added resource dao
5 years ago
Igor Kulikov
8fe6c956c8
Version set to 3.3.0-SNAPSHOT. Code style improvements.
5 years ago
YevhenBondarenko
e3851dcaad
improvements
5 years ago
YevhenBondarenko
50d96fb49e
Version set to 3.3.0-SNAPSHOT
5 years ago
Vladyslav_Prykhodko
55b5b3f20e
UI: Update preview image in input widgets bundle
5 years ago
Igor Kulikov
5d94e5e74a
Minor improvement for oauth2 success handler
5 years ago
Igor Kulikov
bf6745274d
Add http cookie repository to store oauth2 authorization requests
5 years ago
Volodymyr Babak
a4fc59246e
Fixed moved class
5 years ago
YevhenBondarenko
e318b49c2d
refactoring
5 years ago
YevhenBondarenko
f68158c550
improvements
5 years ago
Igor Kulikov
3255eb9027
Version set to 3.2.2-SNAPSHOT
5 years ago
Vladyslav_Prykhodko
07ed2581be
UI: Refactoring code
5 years ago
YevhenBondarenko
506151185f
added ping for WS
5 years ago
Vladyslav_Prykhodko
cbc8991b05
UI: Updated value name
5 years ago
Andrii Shvaika
f8d1fff4cc
New Alias
5 years ago
YevhenBondarenko
3c52c8c221
added "min.insync.replicas" parameter to the kafka topics
5 years ago
Vladyslav_Prykhodko
c81854e614
Twilio SMS provider added support Phone Number's SID or Messaging Service SID
5 years ago
Andrii Shvaika
1e9016cb47
Implementation
5 years ago
Vladyslav_Prykhodko
db77821ad7
UI: Change image preview from svg to png
5 years ago
Volodymyr Babak
eec8bb0202
Introduced new configuration option
5 years ago
Volodymyr Babak
594a1290db
Async timeout connector customizer. Refactoring
5 years ago
Andrew Volostnykh
a2d9899a46
Null activation link and absent expected field in additional info fixed
5 years ago
Andrii Shvaika
3176c208a8
Data structures
5 years ago
AndrewVolosytnykhThingsboard
8ea3dcb808
improvement of solution
5 years ago
Andrii Shvaika
3cd964327a
Constant filters for device profile
5 years ago
Yevhen Bondarenko
3716e2833a
[WIP]added redis stores support to lwm2m transport ( #4164 )
* added redis stores support to lwm2m transport
* added cache dependency to dao
* added cache dependency to dao-api
* moved JacksonUtil to the common.util package
* added cache to the component scan for install
* lwm2m stores improvements
5 years ago
Vladyslav_Prykhodko
885395f119
Added preview image widget bundles; Refactoring back state button
5 years ago
vzikratyi
43309d2497
Added instruction to update redis config if attr cache enabled
5 years ago
vzikratyi
29fd4fb02c
Save Attributes to cache
5 years ago