From 76fbdce40222fceacb90235f311a984bd33ff555 Mon Sep 17 00:00:00 2001 From: vikasrohit Date: Wed, 1 Jul 2015 15:17:14 +0530 Subject: [PATCH 1/3] SUP-438, Enhancement - Rewrite joined as Member Since on my dashboard Done --- src/js/app/my-dashboard/partials/welcome-back.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/app/my-dashboard/partials/welcome-back.html b/src/js/app/my-dashboard/partials/welcome-back.html index 15c47b2e..2b641bbd 100644 --- a/src/js/app/my-dashboard/partials/welcome-back.html +++ b/src/js/app/my-dashboard/partials/welcome-back.html @@ -3,7 +3,7 @@
Upload Photo
{{vm.profile.handle}}
-
Joined:
+
Member Since:
From 40a4cbce450697d926b047087f32cdadfb5d3a1b Mon Sep 17 00:00:00 2001 From: Thabo Date: Mon, 13 Jul 2015 16:53:15 -0700 Subject: [PATCH 2/3] redirect all non https requests to https --- src/conf/tc-prod-nginx.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/conf/tc-prod-nginx.conf b/src/conf/tc-prod-nginx.conf index ba91aa96..e7686dcb 100644 --- a/src/conf/tc-prod-nginx.conf +++ b/src/conf/tc-prod-nginx.conf @@ -9,9 +9,7 @@ server { listen [::]:8080 default_server ipv6only=on; if ($http_x_forwarded_proto != "https") { - rewrite ^/challenges https://$http_host$request_uri? permanent; - rewrite ^/challenge-details https://$http_host$request_uri? permanent; - rewrite ^/my-dashboard https://$http_host$request_uri? permanent; + return 301 https://$server_name$request_uri; } set $root_base /home/ubuntu/tc-site; From 3ddee45b3efad01770de35bcdd30ae0c8a2b09f7 Mon Sep 17 00:00:00 2001 From: Thabo Date: Mon, 13 Jul 2015 16:56:08 -0700 Subject: [PATCH 3/3] cleanup obsolete analytics --- src/analytics.html | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/src/analytics.html b/src/analytics.html index 0d5927cb..6c28fb3c 100644 --- a/src/analytics.html +++ b/src/analytics.html @@ -5,38 +5,6 @@ - - - - - - - - - - -