[tor-commits] [donate/master] Set allowed origin header for onion hosts

2021-05-11 Thread peterh
commit 81529a62ee26f07c1fdd1e440bd95873ace6435e Author: Peter Haight Date: Wed Dec 23 14:13:24 2020 -0800 Set allowed origin header for onion hosts In order to let us use fetch with credentials (to send cookies), the allowed origin needs to match the URL for the site using

[tor-commits] [donate/master] Limit matched amount in counter to first 100k donated

2021-05-11 Thread peterh
commit 908a52069b793e16ffc06f895f465aab104ccfff Author: Richard Esguerra Date: Fri Dec 11 14:20:51 2020 -0800 Limit matched amount in counter to first 100k donated Contributions beyond $100k in the campaign period are not matched, so this limits the doubling logic to the

[tor-commits] [donate/master] Use wildcard for Access-Control-Allow-Origin

2021-05-11 Thread peterh
commit 9a7940ba9994789293b44c64632822cc849c918c Author: Peter Haight Date: Wed Oct 21 10:26:04 2020 -0700 Use wildcard for Access-Control-Allow-Origin The newsletter site captcha isn't working because it needs this header set to newsletter.torproject.org and this header

[tor-commits] [donate/master] Fixed notice with reset in subscription-request

2021-05-11 Thread peterh
commit 77d09d0e2563b4da637a25cf7f6e6be38ead5442 Author: Peter Haight Date: Fri Oct 2 14:46:22 2020 -0700 Fixed notice with reset in subscription-request reset takes a reference, so we can't just pass the result of a function. Issue #48283 ---

[tor-commits] [donate/master] Use subscriptionErrorUrl instead of referrer

2021-05-11 Thread peterh
commit 5cbae9a0e12c7d6e5b60b94f8f8db7a93a3a044e Author: Peter Haight Date: Wed Oct 21 10:22:35 2020 -0700 Use subscriptionErrorUrl instead of referrer Tor has Referrer-Policy: no-referrer on their live server, so we can't use the referrer for going back to the page that sent

[tor-commits] [donate/master] Revert "Use wildcard for Access-Control-Allow-Origin"

2021-05-11 Thread peterh
commit 3df82c4eeb72db90348e40514b280d96accdc833 Author: Peter Haight Date: Wed Oct 21 11:46:12 2020 -0700 Revert "Use wildcard for Access-Control-Allow-Origin" This reverts commit 9a7940ba9994789293b44c64632822cc849c918c. This didn't work because then we get this error in

[tor-commits] [donate/master] Fixed Uncaught Exception Error: "Class 'Tor\Uri' not found"

2021-05-11 Thread peterh
commit 945f003f2247a52a97268beda482e12aaab90c96 Author: Peter Haight Date: Fri Oct 2 16:03:04 2020 -0700 Fixed Uncaught Exception Error: "Class 'Tor\Uri' not found" Forgot to checkin a file. --- src/Uri.php | 24 1 file changed, 24 insertions(+) diff

[tor-commits] [donate/master] Changes to handle subscriptions from lektor

2021-05-11 Thread peterh
commit 1934fbdb02066f5729cf502d3f340a7efe3a1337 Author: Peter Haight Date: Fri Sep 25 17:29:03 2020 -0700 Changes to handle subscriptions from lektor This lets Lektor handle the subscription forms and get back error messages and get redirected back to the correct pages.

[tor-commits] [donate/master] Allow cryptocurrency thank you redirect to adopt localOptions

2021-05-11 Thread peterh
commit 3fd8b4c7f1956c520787f95d4a6d65e066dab3e2 Author: skirtiadi Date: Wed Sep 30 11:49:09 2020 -0700 Allow cryptocurrency thank you redirect to adopt localOptions Part of porting the site to lektor site, cryptocurrency page is going to be on the lektor site. To allow

[tor-commits] [donate/master] Added Lektor error pages for Civi mailing links

2021-05-11 Thread peterh
commit b4056e56f8186dbefd57c1da41a19a48ddbb5326 Author: Peter Haight Date: Mon Sep 28 16:33:52 2020 -0700 Added Lektor error pages for Civi mailing links If a user clicks on a link like an optout or unsubscribe link in a CiviCRM mailing and then there's some issue with the

[tor-commits] [donate/master] Fixes for captcha problems across sites

2021-05-11 Thread peterh
commit 3b8bee796ca232e27f024eb9be0c303ae2b10098 Author: Peter Haight Date: Fri Sep 11 11:58:11 2020 -0700 Fixes for captcha problems across sites Chrome defaults to not sharing cookies across site unless you set SameSite=None and you also need to set Secure and HttpOnly or it

[tor-commits] [donate/master] Error handling fixes

2021-05-11 Thread peterh
commit 76d4ac338d0fdf17033e789b5d8f0a389af9cd97 Author: Peter Haight Date: Wed Sep 16 12:30:26 2020 -0700 Error handling fixes With moving the form to a different website we need to have some Access-Control headers set or the browser will block fetch requests. Slim doesn't

[tor-commits] [donate/master] Added header response to allow request from the Lektor donate pages.

2021-05-11 Thread peterh
commit 058a34929446f4ee337755677ca5ec50e5ccea29 Author: skirtiadi Date: Fri Jun 19 15:51:10 2020 -0700 Added header response to allow request from the Lektor donate pages. Added a section in README to add the Tor lektor site base url. Issue #45530 --- README.md

[tor-commits] [donate/master] Reduced timespan for subscription limit

2021-05-11 Thread peterh
commit 9468fabb761d31cc82a19aeaae3d213d0d9449c2 Author: Peter Haight Date: Wed Jul 22 11:16:41 2020 -0700 Reduced timespan for subscription limit Reduced the timespan for subscriptions from a single IP address to 1 hour. This increases the amount of subscriptions per IP

[tor-commits] [donate/master] Remove Monero wallet address

2021-05-11 Thread peterh
commit b98f9f1f7cfa39ad205ef586a26a8d35f370abd2 Author: Richard Esguerra Date: Wed Aug 19 14:35:04 2020 -0700 Remove Monero wallet address Client requested removal of the Monero wallet address, which will be updated later. Issue #48192 ---

[tor-commits] [donate/master] Move stripe.local.php variables to settings.local.php

2021-05-11 Thread peterh
commit 16db209dc0330c56608294be335f6b738d307f17 Author: skirtiadi Date: Wed Jun 24 18:46:27 2020 -0700 Move stripe.local.php variables to settings.local.php Issue #45530 --- README.md| 9 +++-- src/StripeConfig.php | 2 +- 2 files changed, 4 insertions(+), 7

[tor-commits] [donate-static/staging] Remove header_tag_line and hide counter from contents.lr

2021-01-12 Thread peterh
commit 93c9975e0ee7852f0568087538326f4bfba8b36b Author: Duncan Date: Wed Dec 30 23:14:51 2020 + Remove header_tag_line and hide counter from contents.lr --- content/contents.lr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/content/contents.lr

[tor-commits] [donate-static/staging] Merge branch 'hide-counter'

2021-01-12 Thread peterh
commit 928315983b3b163e86736b085eb2a82e6a0c13d3 Merge: a6a41b4e 93c9975e Author: gus Date: Fri Jan 1 09:15:38 2021 -0500 Merge branch 'hide-counter' content/contents.lr | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ___

[tor-commits] [donate-static/staging] Add sticker pack and remove Tor masks. Fix #22

2021-01-12 Thread peterh
commit a6a41b4ec022899a3b817199cfe19dcee9bfc83a Author: gus Date: Tue Dec 22 15:33:08 2020 -0500 Add sticker pack and remove Tor masks. Fix #22 --- content/contents.lr | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/content/contents.lr

[tor-commits] [donate-static/staging] Updating header_tag_line

2020-12-23 Thread peterh
commit a3be7eb18d4a9c44cde46db86c6083ee572f2d23 Author: Duncan Date: Fri Dec 18 23:00:29 2020 + Updating header_tag_line --- content/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contents.lr b/content/contents.lr index 3d10df1e..f0691d49

[tor-commits] [donate-static/staging] Add on window loading wrapper

2020-12-23 Thread peterh
commit 2f6ece077e8071bb2c222a59e7ae8f271d579643 Author: hiro Date: Fri Dec 11 11:42:18 2020 +0100 Add on window loading wrapper --- content/cryptocurrency/contents.lr | 14 -- 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/content/cryptocurrency/contents.lr

[tor-commits] [donate-static/staging] Merge branch '49791-onion-service-donate-api' into staging

2020-12-23 Thread peterh
commit 33b61c739b009169edbe11088825d4821775c0bf Merge: 8a7ef3ca 724a7486 Author: Peter Haight Date: Wed Dec 23 14:50:12 2020 -0800 Merge branch '49791-onion-service-donate-api' into staging assets/static/gen/donate.js| 47497 +--

[tor-commits] [donate-static/staging] Disable js modal

2020-12-23 Thread peterh
commit 1889e57fc9fe74647f25544ab34b16e0c591a544 Author: hiro Date: Fri Dec 11 11:46:05 2020 +0100 Disable js modal --- content/cryptocurrency/contents.lr | 48 +- 1 file changed, 32 insertions(+), 16 deletions(-) diff --git

[tor-commits] [donate-static/staging] Fix typo

2020-12-23 Thread peterh
commit 822fa47b1c7806f871284806e6d09eb47ba23347 Author: hiro Date: Fri Dec 11 11:53:27 2020 +0100 Fix typo --- content/cryptocurrency/contents.lr | 17 - 1 file changed, 17 deletions(-) diff --git a/content/cryptocurrency/contents.lr b/content/cryptocurrency/contents.lr

[tor-commits] [donate-static/staging] Use a little bit of js to hide and show btcpayserver forms

2020-12-23 Thread peterh
commit 9388136959c1ebf98addb800055ee064f5954bde Author: hiro Date: Fri Dec 11 11:18:55 2020 +0100 Use a little bit of js to hide and show btcpayserver forms --- content/cryptocurrency/contents.lr | 19 +++ 1 file changed, 11 insertions(+), 8 deletions(-) diff --git

[tor-commits] [donate-static/staging] Fix form

2020-12-23 Thread peterh
commit 6cd2fc87b3aeb18bb38254051803d7c3d84cc739 Author: hiro Date: Fri Dec 11 10:55:35 2020 +0100 Fix form --- content/cryptocurrency/contents.lr | 136 +++-- 1 file changed, 9 insertions(+), 127 deletions(-) diff --git a/content/cryptocurrency/contents.lr

[tor-commits] [donate-static/staging] Use a form for the .onion btcpayserver button

2020-12-23 Thread peterh
commit 046ef7bd8697e3362ffb1d4614f30748cb34e9a2 Author: hiro Date: Fri Dec 11 10:51:49 2020 +0100 Use a form for the .onion btcpayserver button --- content/cryptocurrency/contents.lr | 149 - 1 file changed, 145 insertions(+), 4 deletions(-) diff --git

[tor-commits] [donate-static/staging] Fix typo

2020-12-23 Thread peterh
commit 6532ced9662cb5274f00862f21b93f66f7723d05 Author: hiro Date: Fri Dec 11 11:29:14 2020 +0100 Fix typo --- content/cryptocurrency/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/cryptocurrency/contents.lr b/content/cryptocurrency/contents.lr

[tor-commits] [donate-static/staging] Add .onion to btc payserver form

2020-12-23 Thread peterh
commit f1df9d0c339554d24068be98fe538540ac539d27 Author: hiro Date: Fri Dec 11 10:30:01 2020 +0100 Add .onion to btc payserver form --- content/cryptocurrency/contents.lr | 4 1 file changed, 4 insertions(+) diff --git a/content/cryptocurrency/contents.lr

[tor-commits] [donate-static/staging] Merge branch 'skirtiadi/49252-paypal-only' into staging

2020-12-04 Thread peterh
commit 6a53427d649d1955dbdd5edc2dad125f65fcdd50 Merge: d96ef156 8a7ef3ca Author: Peter Haight Date: Fri Dec 4 16:03:00 2020 -0800 Merge branch 'skirtiadi/49252-paypal-only' into staging assets/static/gen/donate.js | 47487 +-

[tor-commits] [donate-static/staging] Update lego

2020-12-04 Thread peterh
commit e3e76bcc6de34546abedacf4410a40bba9b35ec6 Author: hiro Date: Thu Nov 26 14:56:10 2020 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 57490aea..fbc24381 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit

[tor-commits] [donate-static/staging] Merge branch 'skirtiadi/49252-paypal-only' into staging

2020-12-04 Thread peterh
commit d96ef1567d6325b52737b5d902015b23958a05a0 Merge: 78de2b16 ae17e2c6 Author: Peter Haight Date: Fri Dec 4 15:58:01 2020 -0800 Merge branch 'skirtiadi/49252-paypal-only' into staging ___ tor-commits mailing list

[tor-commits] [donate-static/staging] Update lego

2020-12-04 Thread peterh
commit e42bf997e486c509fe1f2f866b63cb78890b5336 Author: hiro Date: Thu Nov 26 14:46:17 2020 +0100 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 35d2ae7f..57490aea 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit

[tor-commits] [donate-static/staging] Update btcpay button;

2020-12-04 Thread peterh
commit 5a7d36dda44f95b8fd26b47dae25034671b5a471 Author: hiro Date: Thu Dec 3 15:43:48 2020 +0100 Update btcpay button; --- content/cryptocurrency/contents.lr | 42 -- 1 file changed, 18 insertions(+), 24 deletions(-) diff --git

[tor-commits] [donate-static/staging] Allow add tag line and link in header in donate-form

2020-11-25 Thread peterh
commit dac952e9e0b8f11db36d200736259fccdd0b16b3 Author: hiro Date: Wed Nov 18 14:05:04 2020 +0100 Allow add tag line and link in header in donate-form --- content/contents.lr| 4 models/donate-form.ini | 8 2 files changed, 12 insertions(+) diff --git

[tor-commits] [donate-static/staging] Grants wants to have this link to the main portal and reported the current main / as a bug. Fixing it.

2020-11-25 Thread peterh
commit 613e254ca7bd16d9ed2532e41defe462f73e4d6a Author: Antonela Date: Thu Nov 12 19:10:27 2020 + Grants wants to have this link to the main portal and reported the current main / as a bug. Fixing it. --- templates/navbar-min.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [donate-static/staging] Merge branch 'add-monero-wallet'

2020-11-25 Thread peterh
commit a5267c2e98fe82c62974ef3da9a480cfb50fec71 Merge: 759ee8cc b7f4a8eb Author: gus Date: Thu Nov 12 10:06:04 2020 -0500 Merge branch 'add-monero-wallet' templates/cryptocurrency.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [donate-static/staging] Enable counter

2020-11-25 Thread peterh
commit 2e26bd941e64da2c034b6092012d409cb42d6d4b Author: Antonela Date: Mon Nov 9 12:16:14 2020 + Enable counter --- content/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contents.lr b/content/contents.lr index 2ea2d7ef..c61b36ae 100644 ---

[tor-commits] [donate-static/staging] Merge branch 'update-wallets'

2020-11-25 Thread peterh
commit ac4880b0913eb053af81d586f25f961f00cde84a Merge: 85cab582 54162367 Author: gus Date: Wed Oct 28 15:00:30 2020 -0400 Merge branch 'update-wallets' templates/cryptocurrency.html | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-)

[tor-commits] [donate-static/staging] Update counter with match

2020-11-25 Thread peterh
commit 1ce858d1d60e769a5881693ae50f3003e733ecba Author: Antonela Date: Mon Nov 9 12:48:48 2020 + Update counter with match --- content/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contents.lr b/content/contents.lr index c61b36ae..43098407

[tor-commits] [donate-static/staging] Fix #7 add bitcoin cash prefix

2020-11-25 Thread peterh
commit c8fe4e979c4bfb63e219abe22f5d481eb710f5dc Author: gus Date: Thu Oct 29 09:22:34 2020 -0400 Fix #7 add bitcoin cash prefix --- templates/cryptocurrency.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cryptocurrency.html

[tor-commits] [donate-static/staging] Update contents.lr

2020-11-25 Thread peterh
commit c41247016ba350d64026a79c495ffb50e3a26b97 Author: Antonela Date: Mon Oct 26 18:59:45 2020 + Update contents.lr --- content/contents.lr | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/content/contents.lr b/content/contents.lr index db0dcde3..733b4eae

[tor-commits] [donate-static/staging] New address for Monero wallet

2020-11-25 Thread peterh
commit b7f4a8eb9197c76447448b7fa2495ebbaf40c281 Author: gus Date: Thu Nov 12 09:42:53 2020 -0500 New address for Monero wallet --- templates/cryptocurrency.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cryptocurrency.html

[tor-commits] [donate-static/staging] Update contents.lr

2020-11-25 Thread peterh
commit 759ee8cca1dfe0077233b638a5b9c3a93d548b2f Author: Antonela Date: Mon Nov 9 17:33:55 2020 + Update contents.lr --- content/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contents.lr b/content/contents.lr index 706e7f07..43098407 100644 ---

[tor-commits] [donate-static/staging] Update cryptocurrencies wallet addresses by Sue and Isa request.

2020-11-25 Thread peterh
commit 54162367035c610c51246d33789342a860f89fa3 Author: gus Date: Tue Oct 27 12:43:33 2020 -0400 Update cryptocurrencies wallet addresses by Sue and Isa request. --- templates/cryptocurrency.html | 24 +++- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git

[tor-commits] [donate-static/staging] hide until 10 pst

2020-11-25 Thread peterh
commit dda451d273344e96aaca09641ef1bfdcf1c581cf Author: Antonela Date: Mon Nov 9 14:42:59 2020 + hide until 10 pst --- content/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contents.lr b/content/contents.lr index 43098407..706e7f07 100644 ---

[tor-commits] [donate-static/staging] Update mask info

2020-11-25 Thread peterh
commit 85cab582487f8f847e45dab60d68ca0d91b36043 Author: gus Date: Tue Oct 27 13:34:03 2020 -0400 Update mask info --- content/contents.lr | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/contents.lr b/content/contents.lr index 733b4eae..2ea2d7ef 100644 ---

[tor-commits] [donate-static/staging] Fix #6

2020-11-25 Thread peterh
commit 848fe85379d55c4c1f70a29c94d82c1d6c708586 Author: gus Date: Mon Oct 26 08:46:28 2020 -0400 Fix #6 --- templates/cryptocurrency.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/cryptocurrency.html b/templates/cryptocurrency.html index

[tor-commits] [donate-static/staging] Update content/contents.lr

2020-11-25 Thread peterh
commit cbcc03cd9681664981e91dc995c0aa457e6899f4 Author: Antonela Date: Mon Oct 26 14:20:11 2020 + Update content/contents.lr --- content/contents.lr | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/content/contents.lr b/content/contents.lr index

[tor-commits] [donate-static/staging] Merge branch 'add-mask-asset'

2020-11-25 Thread peterh
commit 08bf972e17e0b1d09eeda25e5f2ef23402581a12 Merge: c4124701 0a18ddd1 Author: gus Date: Mon Oct 26 15:47:24 2020 -0400 Merge branch 'add-mask-asset' assets/static/images/donate/mask-use-tor.png | Bin 0 -> 256882 bytes 1 file changed, 0 insertions(+), 0 deletions(-)

[tor-commits] [donate-static/staging] Update social media card to make it large

2020-11-25 Thread peterh
commit 720e5937d5491da8bb2ee02bf311570060054955 Author: Antonela Date: Mon Oct 26 11:47:23 2020 + Update social media card to make it large --- templates/meta.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/meta.html b/templates/meta.html index

[tor-commits] [donate-static/staging] Update assets/static/images/donate/mask-use-tor.png

2020-11-25 Thread peterh
commit 0a18ddd1274468df86e7a3f036fed7cb41e7a41e Author: Antonela Date: Mon Oct 26 14:09:50 2020 + Update assets/static/images/donate/mask-use-tor.png --- assets/static/images/donate/mask-use-tor.png | Bin 0 -> 256882 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git

[tor-commits] [donate-static/staging] Update lego

2020-11-25 Thread peterh
commit 24557d79af31edd46acecaefc284028950a4c425 Author: hiro Date: Thu Oct 22 18:30:51 2020 +0200 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index d7b41813..e88609f0 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit

[tor-commits] [donate-static/staging] Update social media card

2020-11-25 Thread peterh
commit 011645ddc059a183dbc8b6720a413df0bc2869e5 Author: gus Date: Sun Oct 25 18:36:21 2020 -0400 Update social media card --- assets/static/images/donate/social-media-card.png | Bin 250333 -> 69110 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git

[tor-commits] [donate-static/staging] Bump lego

2020-11-25 Thread peterh
commit 5a977a2cbdaf92234eb888ee1a4df625eb495a55 Author: hiro Date: Thu Oct 22 14:26:57 2020 +0200 Bump lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 0062b674..d7b41813 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit

[tor-commits] [donate-static/staging] Update lego

2020-11-25 Thread peterh
commit ae5b4efd84405f5e867d9614b4016b1b532a863e Author: hiro Date: Thu Oct 22 18:39:54 2020 +0200 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index e88609f0..b530f5b1 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit

[tor-commits] [donate-static/staging] Update social media card.

2020-11-25 Thread peterh
commit ec6eea97e64af5f60f7a03416706eae251ed41d3 Author: gus Date: Wed Oct 21 16:52:53 2020 -0400 Update social media card. --- assets/static/images/donate/social-media-card.png | Bin 280619 -> 250333 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git

[tor-commits] [donate-static/staging] Bump lego

2020-11-25 Thread peterh
commit bb8aa9c22bc94ab6f3c9ed7844f100f9f0972818 Author: hiro Date: Wed Oct 21 22:13:47 2020 +0200 Bump lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 501d0d78..e7503b1b 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit

[tor-commits] [donate-static/staging] Update lego

2020-11-25 Thread peterh
commit 0433a1f02d020d541cb8a41dfb7bb16844f57635 Author: hiro Date: Wed Oct 21 22:31:05 2020 +0200 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 787008e0..0062b674 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit

[tor-commits] [donate-static/staging] Update lego

2020-11-25 Thread peterh
commit 7767a011a3df3357688115499bd771b38ed1160e Author: hiro Date: Wed Oct 21 22:27:15 2020 +0200 Update lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index e7503b1b..787008e0 16 --- a/lego +++ b/lego @@ -1 +1 @@ -Subproject commit

[tor-commits] [donate-static/staging] Merge remote-tracking branch 'gus/social-card'

2020-11-25 Thread peterh
commit baba2c0e0dfa5053c635a40210eeb491ec4cc297 Merge: bb8aa9c2 76452012 Author: hiro Date: Wed Oct 21 22:20:31 2020 +0200 Merge remote-tracking branch 'gus/social-card' assets/static/images/donate/social-media-card.png | Bin 0 -> 280619 bytes templates/meta.html

[tor-commits] [donate-static/staging] Update link to EFF Legal FAQ

2020-11-25 Thread peterh
commit a61740c7b5399428f042908c9512cb92773c8f91 Author: gus Date: Tue Oct 20 13:09:40 2020 -0400 Update link to EFF Legal FAQ --- content/donor-faq/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/donor-faq/contents.lr b/content/donor-faq/contents.lr

[tor-commits] [donate-static/staging] Update social media cards for 2020 campaign.

2020-11-25 Thread peterh
commit 76452012c84caa8bc84198f1cf90af39f7340097 Author: gus Date: Wed Oct 21 16:13:21 2020 -0400 Update social media cards for 2020 campaign. --- assets/static/images/donate/social-media-card.png | Bin 0 -> 280619 bytes templates/meta.html | 10 +-

[tor-commits] [donate-static/staging] Update YE 2020 tweet.

2020-11-25 Thread peterh
commit a0e6eb7057a51cea1cd4f9f48c4f2359d2b85e4a Author: gus Date: Tue Oct 20 12:42:20 2020 -0400 Update YE 2020 tweet. --- content/donate-thank-you/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/donate-thank-you/contents.lr

[tor-commits] [donate-static/staging] Disable language dropdown on footer as we dont have localization ready.

2020-11-25 Thread peterh
commit b74abac9548a84c20d9935fa3326e43a5d0cca60 Author: gus Date: Tue Oct 20 13:04:53 2020 -0400 Disable language dropdown on footer as we dont have localization ready. --- templates/footer.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/templates/footer.html

[tor-commits] [donate-static/staging] Better l10n strings and change old volunteer page to community portal.

2020-11-25 Thread peterh
commit 31a35f3ca922d24cfcd7b23ee97cd961a2ba4854 Author: gus Date: Tue Oct 20 12:37:39 2020 -0400 Better l10n strings and change old volunteer page to community portal. --- content/donate-thank-you/contents.lr | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git

[tor-commits] [donate-static/staging] Fix thank you page. #note_2712697

2020-11-25 Thread peterh
commit 560576e7d96286606203646baedb60c48d5846df Author: gus Date: Tue Oct 20 13:12:50 2020 -0400 Fix thank you page. #note_2712697 --- content/donate-thank-you/contents.lr | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/content/donate-thank-you/contents.lr

[tor-commits] [donate-static/staging] Small fixes for champions and monthly

2020-10-19 Thread peterh
commit 40e848240ebb720ab599ea750bc6ef224e31c6ae Author: Peter Haight Date: Mon Oct 19 17:24:49 2020 -0700 Small fixes for champions and monthly Fixed smallest price on champions to 1000 to match live site. Added margins to the intro area to match live site and make it

[tor-commits] [donate-static/staging] Revise footer menu links

2020-10-19 Thread peterh
commit afa0f9cd73da5bc7e32cb7b0340cfcbca0c9b3a7 Author: Richard Esguerra Date: Mon Oct 19 16:30:07 2020 -0700 Revise footer menu links Clarify privacy policy footer link as donor-privacy-policy --- databags/menu_footer.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [donate-static/staging] Different footer menu links

2020-10-19 Thread peterh
commit de51a24e2cec2157e158881583b236cb612e36af Author: Peter Haight Date: Mon Oct 19 16:10:39 2020 -0700 Different footer menu links We want to have the FAQ and Privacy Policy linked in the footer instead of the standard links. --- databags/menu_footer.ini | 8 +++-

[tor-commits] [donate-static/staging] Add donor privacy policy page

2020-10-19 Thread peterh
commit e54f65dff9a2d0cbf6022d98c1392e0c6e4b79f5 Author: Richard Esguerra Date: Mon Oct 19 16:12:21 2020 -0700 Add donor privacy policy page --- content/donor-privacy-policy/contents.lr | 26 ++ 1 file changed, 26 insertions(+) diff --git

[tor-commits] [donate-static/staging] Revise privacy policy path and footer menu links

2020-10-19 Thread peterh
commit d1e086f3677ca07735a722a9fd4897ec9fa59fcd Author: Richard Esguerra Date: Mon Oct 19 16:38:03 2020 -0700 Revise privacy policy path and footer menu links Revert privacy policy path and footer link to match donate site. --- content/{donor-privacy-policy =>

[tor-commits] [donate-static/staging] Update images on special donate pages

2020-10-19 Thread peterh
commit 77fd8ee9d889c821646711ced144628907600329 Author: Richard Esguerra Date: Mon Oct 19 15:57:09 2020 -0700 Update images on special donate pages Fixed height/width on Champions and Defenders pages --- .../donate/champions-of-privacy-white-full.png | Bin 0 -> 228759 bytes

[tor-commits] [donate-static/staging] Fix return link destination in donor privacy policy

2020-10-19 Thread peterh
commit a309e2cda89122512217919e8871332699adfc7d Author: Richard Esguerra Date: Mon Oct 19 16:26:26 2020 -0700 Fix return link destination in donor privacy policy --- content/donor-privacy-policy/contents.lr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[tor-commits] [donate-static/staging] Added image to champions of privacy page.

2020-10-19 Thread peterh
commit 298c642b0f6c492bf06fb8128584a1f3ce6e5392 Author: Peter Haight Date: Mon Oct 19 12:57:11 2020 -0700 Added image to champions of privacy page. --- content/champions-of-privacy/contents.lr | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git

[tor-commits] [donate-static/staging] Fixed extra copy of faq questions

2020-10-19 Thread peterh
deletions(-) diff --git a/content/donor-faq/contents.lr b/content/donor-faq/contents.lr index 3f04c9a2..437ce1b7 100644 --- a/content/donor-faq/contents.lr +++ b/content/donor-faq/contents.lr @@ -247,241 +247,5 @@ body: -peterh@whylian$ cat ~/temp/foo.html - - - - If your question

[tor-commits] [donate-static/staging] Pulled in faq number size fix on lego

2020-10-19 Thread peterh
commit d9160be562bd86d99466060dad1cce5de6dc245d Author: Peter Haight Date: Mon Oct 19 11:08:05 2020 -0700 Pulled in faq number size fix on lego --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 666de536..96b2d951 16 --- a/lego +++ b/lego @@

[tor-commits] [donate-static/staging] Added champions-of-privacy and monthly-giving pages

2020-10-19 Thread peterh
commit 485edf55e5fa246f824b77b9794161abd8ee9f57 Author: Peter Haight Date: Mon Oct 19 10:56:08 2020 -0700 Added champions-of-privacy and monthly-giving pages --- content/champions-of-privacy/contents.lr | 68 ++ content/monthly-giving/contents.lr | 110

[tor-commits] [donate-static/staging] Added state-disclosures page and fixed donor-faq

2020-10-19 Thread peterh
434..9e0070df 100644 --- a/content/donor-faq/contents.lr +++ b/content/donor-faq/contents.lr @@ -1,4 +1,10 @@ -_model: page +_model: donate-page +--- +_template: layout.html +--- +section_id: donate +--- +section: Donate --- title: donor-faq --- @@ -470,7 +476,7 @@ peterh@whylian$ cat ~/temp/foo.h

[tor-commits] [donate-static/staging] Fixed some links on donor-faq page

2020-10-19 Thread peterh
the Tor Project donor privacy policy. +Here is the Tor Project donor privacy policy. What is your refund policy? @@ -240,7 +240,7 @@ body: - State Registration Disclosures + State Registration Disclosures Back to Donate P

[tor-commits] [donate-static/staging] Removed /donate page

2020-10-16 Thread peterh
commit 34dee08056f2d57809242b30df9b0b208b0f484e Author: Peter Haight Date: Fri Oct 16 16:01:06 2020 -0700 Removed /donate page I moved it to / in the previous commit. --- content/donate/contents.lr | 101 - 1 file changed, 101

[tor-commits] [donate-static/staging] Updated to correct lego commit

2020-10-15 Thread peterh
commit eac32f8e7cf30fc210ecae70ad68a95f50229635 Author: Peter Haight Date: Thu Oct 15 13:11:25 2020 -0700 Updated to correct lego commit I didn't have the repositories updated correctly when I did the last one. --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[tor-commits] [donate-static/staging] Fixed header image URL

2020-10-15 Thread peterh
commit b1646559e4305db7bc278a95ec68dcbfb41b0410 Author: Peter Haight Date: Thu Oct 15 13:01:00 2020 -0700 Fixed header image URL --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index 600dcb3e..56dcfa3b 16 --- a/lego +++ b/lego @@ -1 +1 @@

[tor-commits] [donate-static/master] Removed .htaccess-membership and lego

2020-10-13 Thread peterh
commit 9b4883d310ce9b312db0c009f8164b75f0d4cebc Author: Peter Haight Date: Tue Oct 13 11:30:30 2020 -0700 Removed .htaccess-membership and lego .htaccess-membership was only necessary on the tpo site which this site was cloned from. I rebased the lego branch, so this

[tor-commits] [donate-static/master] Made the intro part of cryptocurrency editable

2020-10-13 Thread peterh
commit 04486d321b851f02f0fc48694441baa8a5f98c7e Author: Peter Haight Date: Fri Oct 9 16:41:01 2020 -0700 Made the intro part of cryptocurrency editable Moved the intro part of the cryptocurrency page into the body field so that it's editable. Issue #48280 ---

[tor-commits] [donate-static/master] Updated URLs to use new name for donate site

2020-10-13 Thread peterh
commit 1967f91b8e6b587a73ab432a63dcf7a81c3771cb Author: Peter Haight Date: Fri Oct 9 14:00:19 2020 -0700 Updated URLs to use new name for donate site We are going to be using donate-api.torproject.org for the backend part of the donate site. --- databags/donate.ini | 4 ++--

[tor-commits] [donate-static/master] Added ability to edit counter labels

2020-10-13 Thread peterh
commit e5aefae7dc7cdd85e099289594c78e9e3b8e360e Author: Peter Haight Date: Fri Oct 9 16:22:40 2020 -0700 Added ability to edit counter labels Three new HTML fields for editing the counter lables. They want to be able to include links so they aren't just strings. Issue

[tor-commits] [donate-static/master] Updated to latest lego

2020-10-13 Thread peterh
commit 4f0a613c7c8c441f70b7453b8c84a1514c89be0d Author: Peter Haight Date: Tue Oct 13 11:14:04 2020 -0700 Updated to latest lego This new lego has the packages installed locally. --- lego | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lego b/lego index

[tor-commits] [donate-static/master] Use debian package version of nodejs

2020-10-13 Thread peterh
commit 16ceec6012202ebe18b05f6e12c093437499b413 Author: Peter Haight Date: Fri Oct 9 13:56:50 2020 -0700 Use debian package version of nodejs I'm not sure they are going to use the debian package version of nodejs on their build machine, but I think so, so I want to set us up

[tor-commits] [donate-static/master] Added fields for t-shirt option labels

2020-10-08 Thread peterh
commit 05c7fa51c6dc072c3b682dd7004445b306bbddf2 Author: Peter Haight Date: Thu Oct 8 17:55:40 2020 -0700 Added fields for t-shirt option labels They want to be able to change the t-shirts. A lot of the t-shirt stuff is sort of hard-coded, but we can change the lables pretty

[tor-commits] [donate/master] Rate limit number of subscription requests

2020-06-10 Thread peterh
commit 60a1b33dfa3065e5a8c9d2f9df428860fb902408 Author: peterh Date: Wed Jan 22 16:03:01 2020 -0800 Rate limit number of subscription requests An attacker could use the /subscribe form to send tons of emails to anyone's email address. We want to limit that so it doesn't cause

[tor-commits] [donate/master] Added ip-address-middleware for rate limiting

2020-06-10 Thread peterh
commit 723f2af78635f9e92c11b0defe9a7486f1739cf9 Author: peterh Date: Wed Jan 22 15:55:24 2020 -0800 Added ip-address-middleware for rate limiting We need to be able to get the IP address for the request. I wanted to use a library so that we can handle the case where the app

[tor-commits] [donate/master] Added captcha to subscription form

2020-06-10 Thread peterh
commit de457a6367b549d9c242d53e76f9ff64c5b6768f Author: Peter Haight Date: Mon May 11 15:36:30 2020 -0700 Added captcha to subscription form We've been getting what we think is a lot of spam from one of the Tor exit nodes, so we want to try a captcha on the subscription page

[tor-commits] [donate/master] Added a counter for subscription requests

2020-06-10 Thread peterh
commit fff600d93e52a4fe5d6f06c1d789d8590a9e1cbd Author: Peter Haight Date: Mon May 4 11:42:38 2020 -0700 Added a counter for subscription requests We're getting a ton of subscription request errors from the rate limiter and they seem to be coming from a Tor exit node. I'm

[tor-commits] [donate/master] Added subscription details to limiter error

2020-06-10 Thread peterh
commit 465154fb17d483f1db7e30fa2c4ec323989237f3 Author: peterh Date: Mon Feb 3 17:28:38 2020 -0800 Added subscription details to limiter error We're actually getting results that indicate someone is sending lots of requests to the /subscription-request thing. I want to print

[tor-commits] [donate/master] Only do IP rate limiting if no other errors

2020-06-10 Thread peterh
commit c090f91a6caab9c6da5dda2ae908654a5bf8a59a Author: Peter Haight Date: Thu May 14 13:02:56 2020 -0700 Only do IP rate limiting if no other errors We don't really care if they pound the page with incorrect captcha or other fields, so let's only check the IP rate limit if

[tor-commits] [donate/master] Fixed bug that let rate be exceeded

2020-06-10 Thread peterh
commit 631e9009dfe04ad4695f5747a85b181033c1b958 Author: Peter Haight Date: Thu Jan 23 10:02:48 2020 -0800 Fixed bug that let rate be exceeded If you started the rate limiter for an IP address and then let it sit for awhile, you could get the $allowance to build up over the

[tor-commits] [donate/master] Changed end of campaign to 2019-12-31 20:00

2019-12-31 Thread peterh
commit 7bc31894b7def7fe55aa35b4b248ed1588ef164e Author: Peter Haight Date: Tue Dec 31 14:35:38 2019 -0800 Changed end of campaign to 2019-12-31 20:00 Sarah asked to have us turn off the counters immediately, so I'm just setting it to this time which just passed. ---

[tor-commits] [donate/master] Make the matching campaign end date end of day Pacific Time, not

2019-12-31 Thread peterh
commit 7536f3016f5d7c466edcff7f6494cced4e060ff3 Author: skirtiadi Date: Sat Dec 28 14:20:47 2019 -0800 Make the matching campaign end date end of day Pacific Time, not Eastern. We have confirmation that the desired end time of the matching campaign is end of day Dec 31

[tor-commits] [donate/master] Merge branch 'skirtiadi/43939-faq' of ssh://git.giantrabbit.com/tor/donate into skirtiadi/43939-faq

2019-12-02 Thread peterh
commit 5b87e60fd6ad5e0a7b7804f8b782ced6390b8586 Merge: 3d10f941 b8b43773 Author: Stephanie Kirtiadi Date: Wed Nov 27 13:57:23 2019 -0800 Merge branch 'skirtiadi/43939-faq' of ssh://git.giantrabbit.com/tor/donate into skirtiadi/43939-faq templates/donor-faq.twig |4 +-

  1   2   >