Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <diosmosis@users.noreply.github.com>2018-11-13 08:57:02 +0300
committerGitHub <noreply@github.com>2018-11-13 08:57:02 +0300
commite6a7ace51248f43d0ffa10e2e833bb79b1010182 (patch)
tree530d71cd3c854a18b77c8f754f0378ec6bb52c52 /plugins/Login
parent50040d5874cd7831f1a90e9e52f8861a444e0d30 (diff)
Regenerate OmniFixture dump w/ more xss payloads (#13556)
* Buffing xss testing system. * More testing changes. * Finish adding more xss test data. * Update ui-test.php file. * Use DI\add in test container override. * Update OmniFixture. * Get fixture to setup properly. * Make xss sanity check work w/ persist fixture data option. * Another sanity check tweak. * Trying to debug xss sanity check. * removing duplicates * Fix xss testing JS. * Escape widget category text. * deal w/ angular input in goal name * Ensure privacy manager links are safe and add automated test for dangerous links to UI tests. * Create dangerous link method in xsstesting class. * Make xss test failures a bit easier to debug and escape metric documentation for angular. * Tweak quickaccess test. * Try to get pviot by dimension test to pass. * Tweak QuickAccess test and try to get xss reports to show. * Fix exception message. * Tweaks to fake xss report (cannot currently be displayed). * Updating screenshots. * In check for dangerous links test allow empty links that use dangerous prefix. * fix a cou0le more tests. * update more screenshots * Update a couple more screenshots. * Updated screenshot. * update screenshots * update two more screenshots * Use ng-bind-html to sanitize report documentation which can potentially have HTML. * update screenshots
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_login_form.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_logout_form.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png4
-rw-r--r--plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png4
7 files changed, 14 insertions, 14 deletions
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png b/plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png
index c5fba3796b..842e405953 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_forgot_password.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:f982e40fa149ad7a4bf80677cbd4c190eb1405df9876e8a81301979ae85c90a2
-size 30106
+oid sha256:55d7cc47c5c38ac323b594fd2f562d02f91e3e8f4cab4013c805d21b1c54228c
+size 32655
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png b/plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png
index f0fdb3fbe0..a86335339a 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_login_fail.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:b3fe55aa649022f9ef42ab7eccbd03e439d5c75a279ba8c2ac49a01ee3c202b4
-size 32132
+oid sha256:1f329f6bf179ccb68346c4c1bc5b5cd29e59d634b89ee8f5d9b40c78a5948fca
+size 34654
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_login_form.png b/plugins/Login/tests/UI/expected-screenshots/Login_login_form.png
index 1e60fdb5fc..c3578b6374 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_login_form.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_login_form.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3a0255df1c821d6d1e43d3f39ecca95be36428a856064413c4603624a63010c2
-size 24119
+oid sha256:69dbffaf47f0edee7260eea88767260c08eb280b9ace3c2290fc7e1a82524b6f
+size 26615
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_logout_form.png b/plugins/Login/tests/UI/expected-screenshots/Login_logout_form.png
index 1e60fdb5fc..c3578b6374 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_logout_form.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_logout_form.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:3a0255df1c821d6d1e43d3f39ecca95be36428a856064413c4603624a63010c2
-size 24119
+oid sha256:69dbffaf47f0edee7260eea88767260c08eb280b9ace3c2290fc7e1a82524b6f
+size 26615
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png
index cd2b7c700a..c0ad5642e9 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:ae7b55d52382c3cc3ab76225ffcecaf698b7b24a69c981cde41c91cb676cc54c
-size 34267
+oid sha256:7c959c705ee233d3f3f113266a78ef910dc89c51ab781d9d0cc0175ce3b6156d
+size 36864
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png
index f6d3d32e1e..fb31516722 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_complete.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:548ef9eea921fe491b702a5da26c02743df93c1c1b0ad3a798a81d18a4dd2d47
-size 28540
+oid sha256:3b2097e4b69183b3eba8fee7ee27e7155090f1399d6886a35257d00f8b395fe5
+size 31076
diff --git a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png
index 3a3c1abd9f..1982d12020 100644
--- a/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png
+++ b/plugins/Login/tests/UI/expected-screenshots/Login_password_reset_error.png
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
-oid sha256:c11f79a81eeeb4ed1464abbbf3f06ea60ef4ea5916e976bb76e8b6875e7975b4
-size 39765
+oid sha256:4166022922106bd808ebbabc3b4eb360cf89a43c95ecf9ca0941e03d65221546
+size 42281