Commit Graph

5 Commits

Author SHA1 Message Date
Vincent Breitmoser 10162c6f88 Revert social-proof commits
This reverts commit 149a698a3f.
This reverts commit 29018f024d.
This reverts commit 42372f27cb.
This reverts commit a424642256.
2020-11-06 11:25:40 +00:00
Wiktor Kwapisiewicz a424642256 profiles: add profile pages with social proofs support 2020-08-06 11:08:00 +02:00
Vincent Breitmoser 02321777b9
upload: simplify automatic POST request 2019-09-26 23:08:54 +02:00
Daniel Silverstone 6df212f087
upload: Require POST for token verification
In order to mitigate against MUAs previewing URLs, move the token
verification flow to a POST handler, and add a new GET handler
which returns a form requiring the user to click an additional time
in order to verify their address.

The returned form also carries some JavaScript which will attempt to
do this for the user, meaning the experience for the user should be
almost exactly as before, while mitigating MUA previews.

Closes: #53

Signed-off-by: Daniel Silverstone <dsilvers@digital-scurf.org>
2019-09-26 21:42:48 +02:00
Vincent Breitmoser 2eaec0b7dd
externalize all js 2019-08-13 17:25:17 +02:00