7617 Commits

Author SHA1 Message Date
Vladyslav_Prykhodko
8117d06994 Add anchor function and fix show point [trip-animation] 2020-05-18 21:55:28 +03:00
Igor Kulikov
394ec3df22
Merge pull request #2787 from vvlladd28/improvement/3.0/polyline
Refactoring ui polilyne
2020-05-18 16:04:48 +03:00
Vladyslav_Prykhodko
03df7ac58b Refactoring and added type 2020-05-18 15:47:13 +03:00
Andrii Shvaika
d6ea7c30be Merge fixes from 2.5.1 2020-05-18 14:19:11 +03:00
Igor Kulikov
ae93e3d3a2
Merge pull request #2775 from JavierNR/feature/spanish-translations
Add gateway spanish translations, spanish semantic improvements
2020-05-18 11:09:14 +03:00
Igor Kulikov
5c667ba7fe
Merge pull request #2785 from vvlladd28/improvement/3.0/trip-animation
Improvement trip animation
2020-05-18 11:08:33 +03:00
Vladyslav_Prykhodko
a1b84834fc Update trip-animation widget 2020-05-18 10:58:46 +03:00
nordmif
4c3752946d small fix for Russian localization 2020-05-15 19:06:37 +03:00
Javier Núñez
8bedd4cd22 Add gateway spanish translations, spanish semantic improvements 2020-05-15 17:41:44 +02:00
Vladyslav_Prykhodko
140ae29fe6 Update style and type 2020-05-14 20:54:47 +03:00
Igor Kulikov
eea4c5185c Improve json content component 2020-05-14 19:49:44 +03:00
Igor Kulikov
4718eac882 Improve json content component 2020-05-14 17:21:14 +03:00
Vladyslav_Prykhodko
c24b46996a Fix not correct use coordinate key 2020-05-14 11:53:26 +03:00
Artem Halushko
54a1b0da76 fix tooltip with mu;tiple markers 2020-05-13 17:19:16 +03:00
Igor Kulikov
096b2944d0 Improve kv-map component disable state handling 2020-05-13 17:06:15 +03:00
Vladyslav_Prykhodko
9200018e6a Add default value 2020-05-12 23:54:06 +03:00
Vladyslav_Prykhodko
2f622a2e72 Fix update tooltip polygon 2020-05-12 23:45:18 +03:00
Artem Halushko
24e04fea20 trip animation tooltip fix 2020-05-12 17:56:34 +03:00
Vladyslav_Prykhodko
1b9cf7c527 Fix tooltip data 2020-05-12 17:24:36 +03:00
Vladyslav
7f53d53163
[3.0] Fixed polygon functionality (#2747)
* Add default setting and title for group

* Fix polygon: updateColor, functions tooltip and color polygon, update coordinate polygon

* Improvement code

* Refactoring code
2020-05-08 15:50:13 +03:00
Igor Kulikov
4659ab7dd0 Improve table widgets mobile mode 2020-05-07 13:07:11 +03:00
Igor Kulikov
0e45e45f55 Fix typo 2020-05-07 12:42:27 +03:00
ArtemHalushko
416d045893
Map/3.0 (#2738)
* WIP on trip-animation settings

* trip-animation points & anchors

* fixes

Co-authored-by: Adsumus <artemtv42@gmail.com>
Co-authored-by: Igor Kulikov <ikulikov@thingsboard.io>
2020-05-07 12:25:43 +03:00
Vladyslav
7a87e6c16d
Fix error update websocket to change user (#2744) 2020-05-07 11:27:29 +03:00
Vladyslav
65015bfd73
[3.0] Improvement image map (#2740)
* Fixed not correct center image map
Fixed update position marker for image map

* Add support IE and clear code

* Fix not correct update image for datasource

* Update marker position
2020-05-07 11:09:56 +03:00
Igor Kulikov
e9553b627b Introduce OAuth failure handling 2020-05-06 20:30:02 +03:00
Igor Kulikov
d8c201a7fe OAuth button style improvement 2020-05-06 14:36:08 +03:00
Igor Kulikov
ced25c51c4 Improve OAuth buttons style 2020-05-06 12:44:47 +03:00
Igor Kulikov
662e05e9a0 Fix oauth2 login button 2020-05-05 18:16:24 +03:00
Igor Kulikov
8ebc019041 Fix entity state controller name resolution 2020-05-05 18:02:34 +03:00
Igor Kulikov
d1ca706b48 Fix Auth guard 2020-05-05 14:29:38 +03:00
Igor Kulikov
b07732a681 Minor fixes 2020-05-05 13:53:20 +03:00
Vladyslav
adc982923d
[3.0] Improvment image map (#2729)
* Add support setting position function

* Improved setting image map

* Add support setting offset marker
2020-05-05 13:47:37 +03:00
Igor Kulikov
f7efb79015 Minor fixes 2020-05-05 13:46:26 +03:00
Igor Kulikov
9953853f71 Refactoring 2020-05-05 12:19:21 +03:00
Igor Kulikov
503bca902a Minor refactoring 2020-05-05 11:57:35 +03:00
Igor Kulikov
6440f9acfe Merge branch 'map/3.0' of https://github.com/ArtemHalushko/thingsboard into ArtemHalushko-map/3.0 2020-05-05 09:35:49 +03:00
Artem Halushko
cd88afea00 fix empty center position & fix entity id 2020-05-04 18:04:35 +03:00
Artem Halushko
7245f88014 remove image map zoom 2020-05-04 16:44:14 +03:00
Igor Kulikov
a4a4badb8d Fix Manage dashboard customers 2020-05-04 12:01:53 +03:00
Artem Halushko
7593b1b46b Merge branch 'develop/3.0' of https://github.com/thingsboard/thingsboard into map/3.0 2020-05-04 11:54:52 +03:00
Artem Halushko
19b0da39ca provide entity to custom actions 2020-05-04 11:51:20 +03:00
VoBa
c0dfa4861b
[WIP] [3.0] Added OAuth2 Support (#2709)
* Added base impl for OAuth-2

* Added basic and custom OAuth2 user mappers

* Removed comment line

* Refactoring to review. Added tenantId and customerId. Added email tenant name strategy

* Revert debug logger

* Fixed compilation

* Test fixed

* Create UI for OAuthService

* Revert package-lock.json

* Add translate login es_ES

Co-authored-by: Vladyslav_Prykhodko <vprykhodko@thingsboard.io>
2020-05-04 11:51:08 +03:00
Vladyslav
7013377d8c
[3.0] Improvement map (#2706)
* Fix load custom marker image for Firefox

* Fix update polygon color
2020-05-04 11:41:34 +03:00
ArtemHalushko
11db772ea2
bugfixes (#2705) 2020-05-04 11:40:54 +03:00
Artem Halushko
8b77a5c359 Merge branch 'develop/3.0' of https://github.com/thingsboard/thingsboard into map/3.0 2020-04-30 18:53:44 +03:00
Artem Halushko
9a993d286e bugfixes 2020-04-30 18:52:57 +03:00
Igor Kulikov
3d2270e11e Minor improvements 2020-04-30 15:46:45 +03:00
VoBa
11d4ef74e8
[3.0] Improved login by params to support nagivation to different dashboards (#2703)
* Improved login by params to support nagivation to different dashboards

* Refactorting
2020-04-30 15:42:19 +03:00
Igor Kulikov
534db078ff Dashboard page fixes and improvements 2020-04-29 11:33:42 +03:00