Igor Kulikov
|
53dab54a7f
|
Merge pull request #8298 from kalutkaz/selectEntityDialogLabelParsing
Added label parsing in select entity dialog
|
3 years ago |
Igor Kulikov
|
e8f35120ba
|
Merge pull request #5311 from Dmitriymush/feature/update_json_attribute
Feature/funtionality to handle JSON attribute in edit multiple attributes widget
|
3 years ago |
Vladyslav_Prykhodko
|
f905533df9
|
UI: Fixed template notification view
|
3 years ago |
Seraphym-Tuhai
|
31fdce656b
|
Merge branch 'develop/3.5' of https://github.com/thingsboard/thingsboard into assignee
|
3 years ago |
Seraphym-Tuhai
|
c9760ab55b
|
add test on customer, asset and entity view alarm
|
3 years ago |
Igor Kulikov
|
fd490f8097
|
Merge branch 'develop/3.5' of github.com:thingsboard/thingsboard into develop/3.5
|
3 years ago |
Igor Kulikov
|
1e055405df
|
UI: Improve mobile layout when autofill height is enabled.
|
3 years ago |
Andrii Shvaika
|
7988a58c37
|
Protection from garbage in redis
|
3 years ago |
Vladyslav_Prykhodko
|
96ec9a133a
|
UI: Fixed notification action open dashboard with state params
|
3 years ago |
Andrew Shvayka
|
0efd39317f
|
Merge pull request #8359 from rusikv/develop/3.5
Alarm assignee/comments style fixes, enhancements
|
3 years ago |
rusikv
|
bd9fad8934
|
Alarm assignee/comments style fixes, enhancements
|
3 years ago |
Igor Kulikov
|
07504aad2b
|
Merge branch 'develop/3.5' of github.com:thingsboard/thingsboard into feature/home-page
|
3 years ago |
Igor Kulikov
|
ac08bb7921
|
UI: Sys admin home page mobile layout
|
3 years ago |
ViacheslavKlimov
|
542d0dfe0c
|
Don't send notifications to customers for default rules
|
3 years ago |
ViacheslavKlimov
|
e926854911
|
NoXss and length validation for notification entities
|
3 years ago |
Vladyslav_Prykhodko
|
d7c0acb4f4
|
UI: Added in notification email template highlight for message field is required
|
3 years ago |
Volodymyr Babak
|
8e97173df0
|
JpaBaseEdgeEventDao. edge_events_ttl -> edgeEventsTtl
|
3 years ago |
Andrii Shvaika
|
3b5270a29f
|
Merge branch 'develop/3.5' of github.com:thingsboard/thingsboard into feature/x509-device-provisioning
|
3 years ago |
Volodymyr Babak
|
056fd43aab
|
Typo - JpaBaseEdgeEventDao. Fixed partitionSizeInHours mapping
|
3 years ago |
Andrew Shvayka
|
e7f7440287
|
Merge pull request #7935 from AndriiLandiak/feature/x509-device-cert-impr
X509 certificate provision
|
3 years ago |
Seraphym-Tuhai
|
982f6e23fb
|
add test on propagated alarm
|
3 years ago |
Volodymyr Babak
|
b2130af408
|
Typo - fixed startup of edge event clean up service
|
3 years ago |
Igor Kulikov
|
029aca6b33
|
UI: Home page mobile view improvements
|
3 years ago |
Andrii Landiak
|
579a793f40
|
Remove unnessessary yaml config
|
3 years ago |
Andrii Landiak
|
bbde3b4b45
|
Add trace logging fpr parsing CN and refactor extractByRegex to throw ProvisionFailedException
|
3 years ago |
Andrew Shvayka
|
2f0eb0beb7
|
Merge pull request #8241 from dashevchenko/WS_Message_queue_per_session_size
Changed default for wsMsgQueueLimitPerSession
|
3 years ago |
Andrew Shvayka
|
8e72404c18
|
Merge pull request #8348 from volodymyr-babak/originator-node
Originator node
|
3 years ago |
Andrii Landiak
|
fbeb56cf70
|
Refactor after review and add tests for extracting by regex
|
3 years ago |
Vladyslav_Prykhodko
|
050b918019
|
UI: Add notification sms template max length limit
|
3 years ago |
Andrew Shvayka
|
90a0edd2d4
|
Merge pull request #8350 from dashevchenko/redundantNotNull
Deleted redundant @NotNull annotations
|
3 years ago |
Andrew Shvayka
|
4b0709567c
|
Merge pull request #8349 from thingsboard/fix/vulnerabilities
fix vulnerabilities
|
3 years ago |
ViacheslavKlimov
|
dae9a422a1
|
Fix entities ids replaced with tenant id in dashboard config when importing
|
3 years ago |
Igor Kulikov
|
47909088f0
|
Merge branch 'develop/3.5' of github.com:thingsboard/thingsboard into feature/home-page
|
3 years ago |
Igor Kulikov
|
c78bed43e7
|
UI: Minor style updates
|
3 years ago |
ViacheslavKlimov
|
5a57657479
|
Notification preview for first recipient; Slack notification preview; increase timeouts for testDelayedNotificationRequest
|
3 years ago |
Andrii Shvaika
|
5d84945ccd
|
Review and improvements
|
3 years ago |
Artem Dzhereleiko
|
0987c65681
|
UI: color-picker
|
3 years ago |
Andrii Shvaika
|
4cea4362dc
|
Merge branch 'feature/x509-device-cert-impr' of github.com:AndriiLandiak/thingsboard into feature/x509-device-provisioning
|
3 years ago |
Andrii Shvaika
|
a137243301
|
Fix maven resource plugin to be consistent with PE
|
3 years ago |
YevhenBondarenko
|
ef86dc49b9
|
added noxss enable param for ts and attributes
|
3 years ago |
Andrii Landiak
|
03b0d0a90a
|
Add yaml config variables into test properties
|
3 years ago |
Andrii Landiak
|
71f936f687
|
Add yaml config for java cacerts path and password to be able to configure
|
3 years ago |
Andrii Dovhopoliy
|
1a3ee8512d
|
Fixed xss vulnerabilities in attributes and telemetry (#8238)
* added noxss validation on kventries
* added noxss validation on kventries
* added ConstraintValidator usages for validation
* added test
* upd
* removed star imports
* fixed licence
* removed NoXss Annotation from values
* fixed test
* added test
* removed redundant imports
* fixed test
* upd
* fixed telemetry test controller structure
* tskv noxss validation improvements
* upd test attributes
---------
Co-authored-by: YevhenBondarenko <ybondarenko@thingsboard.io>
|
3 years ago |
Andrii Shvaika
|
6fe6dc2561
|
Fix build due to filtering maven plugin bug
|
3 years ago |
Andrii Shvaika
|
da6d3b6ca8
|
Configure content type for update service
|
3 years ago |
YevhenBondarenko
|
46935d4517
|
updated jedis version
|
3 years ago |
Andrew Shvayka
|
b952360055
|
Merge pull request #8026 from volodymyr-babak/filter-type-multiple-types
Filter type alias - add possibility to specify multiple types, instead of single one
|
3 years ago |
kalytka
|
b43c288001
|
Changes for the enrichment rule nodes
|
3 years ago |
dashevchenko
|
abfaeac087
|
deleted redundant @NonNull annotation
|
3 years ago |
Vladyslav_Prykhodko
|
32d23844d6
|
UI: Updated tinycolor for version 1.6.0
|
3 years ago |