[tor-commits] [translation/support-portal] Update translations for support-portal

2019-07-27 Thread translation
commit 23e6e00eb3a72e9b901b96e573d8cf01c3feef90 Author: Translation commit bot Date: Sat Jul 27 12:21:09 2019 + Update translations for support-portal --- contents+de.po | 7 +-- contents+fr.po | 7 +-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git

[tor-commits] [translation/support-portal_completed] Update translations for support-portal_completed

2019-07-27 Thread translation
commit 5d8a6c5aaba0cae744afd8eea26c3836976f38b5 Author: Translation commit bot Date: Sat Jul 27 12:21:19 2019 + Update translations for support-portal_completed --- contents+de.po | 7 +-- contents+fr.po | 7 +-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git

[tor-commits] [snowflake/master] bamsoftware.com -> freehaven.net in proxy/README.md.

2019-07-27 Thread dcf
commit 905f8b78c122dc7cddfe1094711151fd89663c1c Author: David Fifield Date: Sat Jul 27 09:30:29 2019 -0600 bamsoftware.com -> freehaven.net in proxy/README.md. https://bugs.torproject.org/31250 --- proxy/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[tor-commits] [snowflake/master] Add a "Deploying" section to proxy/README.md.

2019-07-27 Thread dcf
commit 0bded511b99a396df2172c89f0ac9a9ae21a2115 Author: David Fifield Date: Sat Jul 27 09:53:09 2019 -0600 Add a "Deploying" section to proxy/README.md. --- proxy/README.md | 42 ++ 1 file changed, 42 insertions(+) diff --git a/proxy/README.md

[tor-commits] [snowflake/master] Reimagine the badge

2019-07-27 Thread cohosh
commit e60f22833af9050cafef5ab00931c0c69867130a Author: Arlo Breault Date: Sun Jul 14 09:41:51 2019 +0200 Reimagine the badge Trac 27385 --- .gitignore | 4 + proxy/init-badge.js| 125 +

[tor-commits] [snowflake/master] Brace expansion is a bashism

2019-07-27 Thread cohosh
commit 5d26f76ba191f4db90a806b6d9741abda80c1af9 Author: Arlo Breault Date: Fri Jul 26 15:09:05 2019 -0400 Brace expansion is a bashism --- proxy/make.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proxy/make.js b/proxy/make.js index 52ee098..940e980 100755 ---

[tor-commits] [snowflake/master] Move more UI code to use specific sites

2019-07-27 Thread cohosh
commit 03512bfa297331a66b63f789876c72c4be8ee221 Author: Arlo Breault Date: Thu Jul 25 17:40:20 2019 -0400 Move more UI code to use specific sites --- proxy/init-testing.js | 44 +++- proxy/init-webext.js | 2 ++ proxy/ui.js | 41

[tor-commits] [snowflake/master] Remove tests referring to BadgeUI

2019-07-27 Thread cohosh
commit a164d61f1641b13b12f467b4639838f136f6f300 Author: Arlo Breault Date: Mon Jul 15 09:32:03 2019 +0200 Remove tests referring to BadgeUI Since that's been overhauled. The whole ui.spec.js file probably needs redoing. --- proxy/spec/ui.spec.js | 26

[tor-commits] [snowflake/master] Clean up some linting errors

2019-07-27 Thread cohosh
commit 0f33546fec141b7e7e451d3a15b247f9c8eb472e Author: Arlo Breault Date: Mon Jul 15 09:07:00 2019 +0200 Clean up some linting errors --- proxy/init-badge.js | 8 +++- proxy/init-webext.js | 2 +- proxy/ui.js | 2 -- proxy/util.js| 1 - 4 files changed, 4

[tor-commits] [snowflake/master] Remove Util.mightBeTBB

2019-07-27 Thread cohosh
commit 8de6e26c597edadac633ae8bed163893f4d932e2 Author: Arlo Breault Date: Fri Jul 26 15:10:44 2019 -0400 Remove Util.mightBeTBB Trac 31222 --- proxy/init-badge.js | 5 - proxy/util.js | 18 +- 2 files changed, 1 insertion(+), 22 deletions(-) diff

[tor-commits] [snowflake/master] Make "npm run build" include .htaccess.

2019-07-27 Thread dcf
commit 695554cbc5fc2af18fd978c15f38706b42b9d842 Author: David Fifield Date: Sat Jul 27 09:42:12 2019 -0600 Make "npm run build" include .htaccess. Formerly it was copying static/*, and the wildcard skipped the dotfile. --- proxy/make.js | 8 ++-- 1 file changed, 2