Kalutka Zhenya
23ece9c247
Refactoring
2021-04-28 11:30:10 +03:00
Kalutka Zhenya
501df2504c
Refactoring
2021-04-28 10:45:18 +03:00
Kalutka Zhenya
2c7ab1ac34
Added 'Use entity lable in tab name' checkbox in Timeseries table
2021-04-28 10:42:29 +03:00
Igor Kulikov
a207e31841
Merge with master
2021-04-09 12:40:43 +03:00
Igor Kulikov
4a63660e1d
Version set to 3.3.0-SNAPSHOT
2021-04-09 12:37:08 +03:00
ShvaykaD
fd3e18f18b
CoAP DTLS support ( #4316 )
...
* dtls init commit
* added fixes after review
* fix typo
* changed translation for DeviceCredentialsType.X509_CERTIFICATE
2021-03-30 18:28:03 +03:00
nickAS21
23373b055e
lwm2m: front fix bug profile updateObserve
2021-03-29 11:13:26 +03:00
nickAS21
8b23bd999f
lwm2m: front fix bug create profile lwm2mConfig default
2021-03-27 07:37:58 +02:00
nickAS21
156c8cc287
lwm2m: front fix bug create profile lwm2mConfig
2021-03-26 16:34:20 +02:00
nickAS21
0710d272a1
lwm2m: front fix bug create device lwm2mConfig default
2021-03-26 12:34:36 +02:00
Vladyslav_Prykhodko
1aeb03c0a2
UI: Fixed updated device profiles table after added new profiles
2021-03-25 13:12:26 +02:00
Vladyslav_Prykhodko
8369429faa
UI: Added edit resource title for lwm2m model
2021-03-25 13:00:44 +02:00
Igor Kulikov
ccd316a91b
UI: Restore data generation condition - fix realtime data generator
2021-03-25 12:51:00 +02:00
Vladyslav_Prykhodko
b033b51712
UI: Added manager resources; added new entity type TB_RESOURCE
2021-03-23 18:51:53 +02:00
Igor Kulikov
3e8824c529
UI: Improved dashboard load performance by optimizing widget header template.
2021-03-23 13:17:02 +02:00
Igor Kulikov
3b6153acc7
Fix data generation function
2021-03-22 13:10:29 +02:00
Igor Kulikov
dfcc5ec52e
UI: Improve interval timestamp range calculation.
2021-03-20 01:27:19 +02:00
Andrii Shvaika
bb4a51bae1
Fix data aggregation
2021-03-19 19:36:49 +02:00
Igor Kulikov
3c78d614c2
Introduce week intervals (Mon - Sun) and (Sun - Sat)
2021-03-19 18:45:41 +02:00
Igor Kulikov
ed5f36a4c9
Fix latest subscription reconnect handling
2021-03-19 16:48:05 +02:00
Igor Kulikov
0f9cecafbd
Improve data aggregator to send updates on late data
2021-03-19 15:56:12 +02:00
nickAS21
bc21db007b
Lwm2m add resource fix ( #4272 )
...
* lwm2m: add objectKeyId to back and front profile
* lwm2m: front^ strategy - select
* lwm2m: back fix bag
* lwm2m: back fix bag2
* lwm2m: back fix bag3
2021-03-19 15:55:10 +02:00
Igor Kulikov
e17de056c2
Merge with master
2021-03-19 12:16:43 +02:00
nickAS21
0aad16c599
lwm2m: front^ strategy - select
2021-03-19 11:28:40 +02:00
nickAS21
201476f912
lwm2m: add objectKeyId to back and front profile
2021-03-19 11:28:40 +02:00
Igor Kulikov
fbb3d85e08
Minor improvements
2021-03-19 11:01:28 +02:00
Igor Kulikov
393e3f64f7
Fix typo
2021-03-19 10:50:57 +02:00
Igor Kulikov
1e8fc7086b
Device profile import/export support
2021-03-19 10:07:26 +02:00
Igor Kulikov
5de2e7b631
Merge pull request #4269 from ChantsovaEkaterina/improvement/extend-admin-widgets-settings
...
UI: Update admin widgets with settings recently added to Entities table
2021-03-18 20:29:05 +02:00
Chantsova Ekaterina
89072d6b44
Update admin widgets with settings recently added to Entities table
2021-03-18 19:55:28 +02:00
Igor Kulikov
934981432f
Improve comparison timewindow
2021-03-18 19:45:45 +02:00
Igor Kulikov
7bce418c43
Revert "UI: Added comparison support timezone - flot widget"
2021-03-18 16:29:02 +02:00
Vladyslav_Prykhodko
f4b6798a16
UI: Added comparison support timezone
2021-03-18 15:56:07 +02:00
Igor Kulikov
a17c5b7757
Improve timezone offset handling for latest values and alarm widgets. Improve timezone selector - add local browser time info on empty value.
2021-03-18 13:51:46 +02:00
Vladyslav_Prykhodko
098f42040b
UI: Added show timezone Abbr in timewindow component
2021-03-17 19:41:52 +02:00
Igor Kulikov
3ed49e3f02
Add timezone support for timewindow
2021-03-17 18:38:57 +02:00
Igor Kulikov
d184d8db72
Merge branch 'feature/timeWindow/quick-interval' of https://github.com/vvlladd28/thingsboard into vvlladd28-feature/timeWindow/quick-interval
2021-03-16 14:59:17 +02:00
Vladyslav_Prykhodko
8f8613db99
UI: Refactoring; Add current hour
2021-03-16 14:55:56 +02:00
Vladyslav_Prykhodko
0ebbee02db
UI: Added new timewindow type - realtime interval
2021-03-16 12:33:45 +02:00
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
2021-03-15 18:18:45 +02:00
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
2021-03-15 17:11:23 +02:00
vincent12dev
47e82b3cd7
Login Form password visibility ( #4140 )
...
* Login Form password visibility
2021-03-15 17:05:59 +02:00
Vladyslav_Prykhodko
f1193c1d5b
UI: Added new history time window type - interval
2021-03-15 16:29:42 +02:00
Igor Kulikov
1d2918f0a1
Minor improvements
2021-03-12 14:50:58 +02:00
Igor Kulikov
43d221e5ce
Fix data resolution for entity count datasource type.
2021-03-12 14:39:23 +02:00
Igor Kulikov
d61890a96a
Merge pull request #4236 from vvlladd28/improvement/validate/entityId
...
UI: Added validate EntityId before update dashboard state
2021-03-12 14:32:48 +02:00
Vladyslav_Prykhodko
b8cc971e72
UI: Added validate EntityId before update dashboard state
2021-03-12 13:07:19 +02:00
Igor Kulikov
7ff92cf5f4
Merge pull request #4235 from ChantsovaEkaterina/feature/extend-table-widget-settings
...
UI: extend table widget settings
2021-03-12 12:47:20 +02:00
Igor Kulikov
5a4e1b0f39
Merge pull request #4233 from hardshell/improvment/dialog-header-entity-names
...
added entity names to dialog headers
2021-03-12 12:45:24 +02:00
Chantsova Ekaterina
63a0421b89
Merge remote-tracking branch 'upstream/master' into feature/extend-table-widget-settings
2021-03-12 12:18:10 +02:00