864 Commits

Author SHA1 Message Date
Igor Kulikov
1533a95fa1 Upgrade angular to 10 2020-08-13 19:00:48 +03:00
Igor Kulikov
e7aae9664a Add new alias entity type - Current User Owner 2020-08-10 15:34:23 +03:00
Igor Kulikov
c1b53afd8a Add entity description to datasource. Fix map markers color. 2020-08-10 14:34:05 +03:00
Vladyslav_Prykhodko
b9125827a1 Add completion 2020-08-06 19:19:53 +03:00
Igor Kulikov
1dd815fe64 Minor fixes 2020-08-05 16:43:21 +03:00
Kalutka Zhenya
225682f646 Update service-completion.models 2020-08-05 14:55:16 +03:00
Kalutka Zhenya
8daf57df39 Update service-completion.models() 2020-08-05 14:55:16 +03:00
Vladyslav_Prykhodko
b405d08e1c Fixed not correct help link to customer info 2020-08-04 12:14:17 +03:00
vzikratyi
ad04ad79ec Merge branch 'master' into feature/dynamic-oauth2
# Conflicts:
#	dao/src/main/java/org/thingsboard/server/dao/sql/attributes/JpaAttributeDao.java
#	dao/src/main/resources/sql/schema-entities-hsql.sql
2020-08-03 15:08:26 +03:00
Andrii Shvaika
9e331a1768 Merge with 2.5.3 2020-08-03 11:04:50 +03:00
YevhenBondarenko
0f0fdf6e67 added help link to azure iot hub node 2020-07-31 18:28:27 +03:00
zbeacon
80ff6c3b8f Fix for String filter operation name 2020-07-27 12:45:08 +03:00
Vladyslav_Prykhodko
2b6797e9ae Added help link to documentations rule nodes 2020-07-24 10:50:11 +03:00
Igor Kulikov
21d7350efc UI: External angular modules for widget development 2020-07-15 12:44:16 +03:00
Vladyslav_Prykhodko
3d533b7c23 Add type and clear code 2020-07-13 12:08:32 +03:00
Igor Kulikov
bdd8b17bf0 UI: Notify about alarm data overflow. Fix Audit log created time 2020-07-10 18:04:48 +03:00
Igor Kulikov
da4a2d9d55 UI: Blur multiple input widget on submit. Fix datasource single entity resolution. 2020-07-10 11:47:03 +03:00
Vladyslav_Prykhodko
7af3fe0050 Add system admin OAuth2 settings 2020-07-09 13:47:35 +03:00
Igor Kulikov
7343afb876 UI: Add alarmFields to AlarmDataQuery 2020-07-09 13:00:02 +03:00
Igor Kulikov
dee4625fa9 UI: WS Alarm Data 2020-07-06 14:42:36 +03:00
Igor Kulikov
4747e110bc UI: Alarm data query support 2020-07-03 18:33:06 +03:00
Igor Kulikov
7a19dee3eb UI: Dynamic filter value configuration 2020-07-03 12:15:11 +03:00
Igor Kulikov
cf6824cf22 Filter predicate dynamic value 2020-07-02 20:05:34 +03:00
Igor Kulikov
7446e012a6 Introduce Current user alias 2020-07-02 17:30:15 +03:00
Igor Kulikov
c6f7862cbf UI: Dashboard filters - user mode 2020-07-02 15:42:58 +03:00
Igor Kulikov
25dae17671 UI: Dashboard filters implementation 2020-07-01 20:09:25 +03:00
Igor Kulikov
9600cc0420 UI: Data query - key filters initial implementation. 2020-06-30 19:37:50 +03:00
Igor Kulikov
ec0058614b UI: Handle widget page data overflow. Introduce widget messages toast. Fix entity list sort order. 2020-06-26 17:02:41 +03:00
Igor Kulikov
08983bddf9 UI: Code cleanup. Entities table widget: Additional sorting of resulting page data. 2020-06-26 11:00:00 +03:00
Igor Kulikov
ad47902835 UI: data query widgets improvementas 2020-06-25 20:08:07 +03:00
Igor Kulikov
bf22c19824 UI: Improve entity data subscription 2020-06-24 18:07:47 +03:00
deaflynx
95babbe246 Edge Dashboard and RuleChain partially fixed. Not working: get edge dashboards; default edges; assing edge rule chains to edge 2020-06-24 11:16:46 +03:00
Igor Kulikov
e6e9be18ea Entity data query fixes 2020-06-23 20:56:44 +03:00
Igor Kulikov
ab93e5455c UI: entity data fixes 2020-06-23 17:47:34 +03:00
Igor Kulikov
f37ebb66aa UI: Entities data query 2020-06-22 18:55:15 +03:00
deaflynx
3a48b90d84 Fixed Edge devices page 2020-06-22 12:08:31 +03:00
deaflynx
5a07a7aca4 Merged UI-NGX with develop/3.0-edge-fixed 2020-06-21 20:38:43 +03:00
Igor Kulikov
53bc87150c UI: Entity data query - initial implementation 2020-06-19 18:13:57 +03:00
YevhenBondarenko
1f065f99c9 added ui for send email rule node and refactored mail server 2020-06-01 14:05:01 +03:00
YevhenBondarenko
6066a6bf04 refactored mail-server 2020-06-01 10:54:54 +03:00
YevhenBondarenko
3c13b84ef4 added proxy ui for mail-server 2020-06-01 01:34:26 +03:00
Igor Kulikov
63296f701d Update widget autocompletion models 2020-05-22 19:56:24 +03:00
Igor Kulikov
6131000c8c Direct access of core services from widget context. JavaScript editors code autocompletion and tooltips. 2020-05-20 19:42:58 +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
e3e860fe3f
[3.0] Improvement code style (#2670)
* Clear code and styles

* Clear import
2020-04-27 09:27:14 +03:00
Andrii Shvaika
df3614f9e4 Fix Alarm repository. Add queue type list select. 2020-04-27 01:12:23 +03:00
Andrew Shvayka
38ebbe2576 Revert "Merge with master. AlarmRepository.findAlarms is failing (#2663)"
This reverts commit 2c02406ee5f41b08e655b634dd9871403f67149d.
2020-04-24 19:42:32 +03:00
Andrew Shvayka
2c02406ee5
Merge with master. AlarmRepository.findAlarms is failing (#2663)
* Merge with master. AlarmRepository.findAlarms is failing

* Fix Alarm repository. Add queue type list select.

Co-authored-by: Igor Kulikov <ikulikov@thingsboard.io>
2020-04-24 15:44:31 +03:00
Igor Kulikov
8b206b1760 Rule node models improvements 2020-04-17 17:23:37 +03:00
Igor Kulikov
88ff9f4d19 UI: Improve page link default search function 2020-04-14 11:34:22 +03:00