383 Commits

Author SHA1 Message Date
bishwasregmi
86263cbff5 Merge branch 'master' of https://github.com/thingsboard/thingsboard
[Issue 3544] dashboard logo feature added
2021-03-22 23:09:01 +01:00
mdheer
e7fe89f589 Added dashboard logo checkbox 2021-03-22 22:21:25 +01:00
Igor Kulikov
dfcc5ec52e UI: Improve interval timestamp range calculation. 2021-03-20 01:27:19 +02:00
Igor Kulikov
3c78d614c2 Introduce week intervals (Mon - Sun) and (Sun - Sat) 2021-03-19 18:45:41 +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
934981432f Improve comparison timewindow 2021-03-18 19:45:45 +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
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
Chantsova Ekaterina
63a0421b89 Merge remote-tracking branch 'upstream/master' into feature/extend-table-widget-settings 2021-03-12 12:18:10 +02:00
Chantsova Ekaterina
1e8832524e Extend table widgets settings 2021-03-12 12:15:35 +02:00
Igor Kulikov
a121df1d44 Fix entity select component for current customer 2021-03-11 17:02:43 +02:00
Igor Kulikov
71062f64df New widget selector backend support 2021-03-05 17:08:46 +02:00
Igor Kulikov
23903588ac Merge branch 'feature/dashboard/widget-select-preview' of https://github.com/vvlladd28/thingsboard into vvlladd28-feature/dashboard/widget-select-preview 2021-03-05 13:02:13 +02:00
Vladyslav_Prykhodko
3dd57fd286 UI: Redesign search input widget selector 2021-03-04 19:38:30 +02:00
Vladyslav_Prykhodko
a3e2106888 UI: Added filter widget type 2021-03-04 17:11:55 +02:00
Vladyslav_Prykhodko
b3b9701076 UI: Added search widget 2021-03-03 18:41:01 +02:00
Vladyslav_Prykhodko
6c5f840de8 UI: Added search widgets bundle 2021-03-03 15:41:47 +02:00
Vladyslav_Prykhodko
8ef06ed5d6 UI: Fixed filter preview text at boolean type in alarm rule 2021-03-03 15:30:57 +02:00
Vladyslav_Prykhodko
530c077b05 Merge remote-tracking branch 'upstream/master' into feature/dashboard/widget-select-preview 2021-03-03 15:03:06 +02:00
Igor Kulikov
d77ec66203
Merge pull request #4181 from vvlladd28/improvement/twilio-sms-provider
Twilio SMS provider added support Phone Number's SID or Messaging Service SID
2021-03-03 05:54:15 -04:00
Igor Kulikov
2548b8c023
Merge pull request #4165 from vvlladd28/bug/search/spech-character
UI: fixed text search request include reserved characters
2021-03-03 05:23:39 -04:00
Igor Kulikov
a8088a0655
Merge pull request #4119 from vvlladd28/improvement/js-json-editor/fullscrean
UI: Added to js/JSON editor always working fullscreen button
2021-03-03 05:10:02 -04:00
Igor Kulikov
961455b4af
Merge pull request #4096 from vvlladd28/improvement/timeseries-table/load
UI: Improvement load and update time into time series table
2021-03-03 05:05:48 -04:00
Igor Kulikov
99c9c099ba Add Entity Type alias. Fix Key filter value conditional processing. 2021-03-02 15:13:21 +02:00
Vladyslav_Prykhodko
cbc8991b05 UI: Updated value name 2021-03-02 13:21:53 +02:00
Igor Kulikov
0b43762a83 Introduce entities count datasource. 2021-03-02 12:04:45 +02:00
Vladyslav_Prykhodko
c81854e614 Twilio SMS provider added support Phone Number's SID or Messaging Service SID 2021-03-01 19:16:13 +02:00
Vladyslav_Prykhodko
fee4e3a253 UI: Improvement widget preview view 2021-03-01 18:15:31 +02:00
Vladyslav_Prykhodko
ce9dcd17c6 UI: Add Constant keys in the Device Profile Alarm Rules 2021-02-26 19:26:31 +02:00
Vladyslav_Prykhodko
ece8fcee67 UI: fixed text search include reserved characters 2021-02-25 17:31:24 +02:00
Chantsova Ekaterina
c3a9e69176 Make file input work properly when there are multiple on page 2021-02-25 10:34:24 +02:00
Vladyslav_Prykhodko
989b6e7a30 Merge branch 'master' 2021-02-23 18:01:04 +02:00
Vladyslav_Prykhodko
b1dd779532 UI: Added to js/JSON editor always working fullscreen button (include fieldset tag disabled) 2021-02-17 17:25:02 +02:00
Vladyslav_Prykhodko
ada0af2a41 UI: Added in device profile alarm rule condition to dynamic mode checkbox inherit from owner 2021-02-16 17:04:23 +02:00
Vladyslav_Prykhodko
10cea37abe UI: Add new setting for subscription reloadOnlyOnDataUpdated 2021-02-16 00:37:42 +02:00
Vladyslav_Prykhodko
22a1d24291 Added to widgets bundles and widget functional preview and description 2021-02-04 19:00:28 +02:00
Igor Kulikov
b89e22e139 Merge branch 'master' of github.com:thingsboard/thingsboard 2021-02-03 12:22:09 +02:00
Igor Kulikov
3ea5314495 Home dashboard feature. Enable tooltips for flot chars in mobile mode. Disable widgets interaction in widget library and when adding widget to dashboard. 2021-02-03 12:21:55 +02:00
Chantsova Ekaterina
64d4d90165 Refactoring: replace deprecated PortalInjector 2021-02-02 15:20:43 +02:00
Igor Kulikov
9346b7fdee
Merge pull request #3972 from vvlladd28/improvement/trip-animation/change-speed
UI: Fixed bug trip animation widget after change speed or change time to the time slider
2021-01-21 18:36:12 +02:00