Commit Graph

7 Commits (bff1bd544751f675e3ae569a8668024bee27b58f)

Author SHA1 Message Date
Renato "Lond" Cerqueira e1ec3a9f09 Rescue SSL error in verify link service ()
If the first link to be verified contains a rel=me link with a SSL
error, the VerifyAccountLinksWorker will fail and not try the following
links. This rescues the SSL error when fetching the link, avoiding this
issue.
kodai 6a090db4c9 Fix links not being verified ()
Fix 
abcang 1e2695198a Skip link-back check if body is nil ()
Eugen Rochko 7fe137d2f7
Fix link verification for remote accounts ()
Eugen Rochko f92f1ee80a
Support link verification with redirects ()
(e.g. URL shortener)
Yamagishi Kazutoshi 3da1cc7d5e Fix failed profile verification when rel attribute including values other than me ()
Eugen Rochko f4d549d300
Redesign forms, verify link ownership with rel="me" ()
* Verify link ownership with rel="me"

* Add explanation about verification to UI

* Perform link verifications

* Add click-to-copy widget for verification HTML

* Redesign edit profile page

* Redesign forms

* Improve responsive design of settings pages

* Restore landing page sign-up form

* Fix typo

* Support <link> tags, add spec

* Fix links not being verified on first discovery and passive updates