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 |
|
ShvaykaD
|
1891af54b3
|
added a fix for string value RPC params: removed redundant escaped characters
|
2021-03-25 12:16:55 +02:00 |
|
Viacheslav Klimov
|
d369e296da
|
Refactor database upgrade services
|
2021-03-24 12:57:43 +02:00 |
|
Dima Landiak
|
edaa568bc8
|
added logs for oauth2 get clients method
|
2021-03-23 14:10:52 +02:00 |
|
Igor Kulikov
|
91116bd715
|
Fix license header
|
2021-03-19 16:55:59 +02:00 |
|
Viacheslav Klimov
|
e2b455e851
|
Fix Timescale procedure 'cleanup_timeseries_by_ttl'
|
2021-03-19 16:04:28 +02:00 |
|
Andrii Shvaika
|
a88d624ffa
|
Perfomance improvement for tenant state load
|
2021-03-19 14:06:22 +02:00 |
|
Chantsova Ekaterina
|
89072d6b44
|
Update admin widgets with settings recently added to Entities table
|
2021-03-18 19:55:28 +02:00 |
|
Viacheslav Klimov
|
c98a2d18a1
|
Refactor
|
2021-03-18 18:05:56 +02:00 |
|
Viacheslav Klimov
|
22ada62f3b
|
Fix outdated data in alarm clear event
|
2021-03-18 18:05:56 +02:00 |
|
Andrii Shvaika
|
43578c7e58
|
Merge branch 'master' of github.com:thingsboard/thingsboard
|
2021-03-18 17:07:05 +02:00 |
|
Andrii Shvaika
|
171b991a5c
|
Added index for audit log by tenant id and created time
|
2021-03-18 17:06:51 +02:00 |
|
Viacheslav Klimov
|
82bc7203ef
|
Notify all core services when device is updated
|
2021-03-18 11:09:53 +02:00 |
|
zbeacon
|
bd42cfc81f
|
Changes according to comment
|
2021-03-17 17:04:27 +02:00 |
|
zbeacon
|
52d1b756fa
|
Fix for test script node function
|
2021-03-17 17:04:27 +02:00 |
|
zbeacon
|
9746df84ea
|
Fix for default values for claiming queue and duration
|
2021-03-17 17:03:11 +02:00 |
|
Andrii Shvaika
|
b4184d014c
|
Improvements to startTime and endTime for subscriptions
|
2021-03-16 13:46:12 +02:00 |
|
Andrii Shvaika
|
60c141d3ca
|
Allow Customer to edit asssigned entities
|
2021-03-15 18:32:42 +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 |
|
Andrew Shvayka
|
dff593a3c8
|
Merge pull request #4184 from YevhenBondarenko/feature/kafka-settings
added "min.insync.replicas" parameter to the kafka topics
|
2021-03-15 17:08:51 +02:00 |
|
Alejandro Santana Lima
|
5820c5446b
|
Do not load all data if it is not in the current time interval
|
2021-03-15 17:03:59 +02:00 |
|
Andrii Shvaika
|
430e96cdb2
|
Fix Latest TS Dao to save newest record with same timestamp. Enabled updates for old timeseries data.
|
2021-03-15 14:50:26 +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
|
b47ea45e8e
|
Update bundles with new widgets configuration
|
2021-03-12 12:17:52 +02:00 |
|
Vladyslav_Prykhodko
|
f13dc26392
|
UI: Typo in Navigation cards widget
|
2021-03-10 15:37:11 +02:00 |
|
Andrii Shvaika
|
c108f7148d
|
Description of the widgets and widget bundles
|
2021-03-10 15:19:41 +02:00 |
|
Igor Kulikov
|
d9a5ee6d0d
|
Merge pull request #4212 from YevhenBondarenko/fix/ws
TbWebSocketHandler refactoring
|
2021-03-09 12:58:42 +02:00 |
|
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
|
2021-03-05 18:18:58 +02:00 |
|
YevhenBondarenko
|
69025ab3af
|
TbWebSocketHandler refactoring
|
2021-03-05 18:17:35 +02:00 |
|
Igor Kulikov
|
6789cff802
|
Fix schema version
|
2021-03-05 17:43:22 +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 |
|
Igor Kulikov
|
2e096cf269
|
Merge pull request #4187 from YevhenBondarenko/fix/ws
added ping for WS
|
2021-03-04 04:57:04 -04:00 |
|
YevhenBondarenko
|
e3851dcaad
|
improvements
|
2021-03-04 10:50:57 +02:00 |
|
Vladyslav_Prykhodko
|
55b5b3f20e
|
UI: Update preview image in input widgets bundle
|
2021-03-03 18:52:49 +02:00 |
|
Igor Kulikov
|
5d94e5e74a
|
Minor improvement for oauth2 success handler
|
2021-03-03 17:31:22 +02:00 |
|
Igor Kulikov
|
bf6745274d
|
Add http cookie repository to store oauth2 authorization requests
|
2021-03-03 17:19:24 +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 |
|
YevhenBondarenko
|
d91c52487f
|
Merge branch 'master' of https://github.com/thingsboard/thingsboard into fix/ws
# Conflicts:
# application/src/main/java/org/thingsboard/server/service/telemetry/DefaultTelemetryWebSocketService.java
|
2021-03-03 14:38:42 +02:00 |
|
YevhenBondarenko
|
e318b49c2d
|
refactoring
|
2021-03-03 13:22:31 +02:00 |
|
YevhenBondarenko
|
f68158c550
|
improvements
|
2021-03-03 12:15:21 +02:00 |
|
Igor Kulikov
|
3255eb9027
|
Version set to 3.2.2-SNAPSHOT
|
2021-03-03 12:02: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 |
|
Vladyslav_Prykhodko
|
07ed2581be
|
UI: Refactoring code
|
2021-03-03 11:52:19 +02:00 |
|
Igor Kulikov
|
16c55b4dda
|
Merge pull request #4179 from AndrewVolosytnykhThingsboard/activation-link-fix-new
Activation link fix
|
2021-03-03 05:36:04 -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
|
18d0d36976
|
Merge branch 'feature/entity-count-api'
|
2021-03-02 17:56:16 +02:00 |
|
YevhenBondarenko
|
506151185f
|
added ping for WS
|
2021-03-02 16:42:59 +02:00 |
|
Vladyslav_Prykhodko
|
cbc8991b05
|
UI: Updated value name
|
2021-03-02 13:21:53 +02:00 |
|
Andrii Shvaika
|
f8d1fff4cc
|
New Alias
|
2021-03-02 12:06:50 +02:00 |
|