devblog
authorJoey Hess <joeyh@joeyh.name>
Tue, 27 Dec 2016 21:16:20 +0000 (17:16 -0400)
committerJoey Hess <joeyh@joeyh.name>
Tue, 27 Dec 2016 21:16:20 +0000 (17:16 -0400)
doc/assistant/share_with_a_friend_walkthrough/enabletor.png [new file with mode: 0644]
doc/assistant/share_with_a_friend_walkthrough/wormholepairing.png [new file with mode: 0644]
doc/devblog/day_441__webapp_wormhole_pairing.mdwn [new file with mode: 0644]

diff --git a/doc/assistant/share_with_a_friend_walkthrough/enabletor.png b/doc/assistant/share_with_a_friend_walkthrough/enabletor.png
new file mode 100644 (file)
index 0000000..6dd2856
Binary files /dev/null and b/doc/assistant/share_with_a_friend_walkthrough/enabletor.png differ
diff --git a/doc/assistant/share_with_a_friend_walkthrough/wormholepairing.png b/doc/assistant/share_with_a_friend_walkthrough/wormholepairing.png
new file mode 100644 (file)
index 0000000..a2817da
Binary files /dev/null and b/doc/assistant/share_with_a_friend_walkthrough/wormholepairing.png differ
diff --git a/doc/devblog/day_441__webapp_wormhole_pairing.mdwn b/doc/devblog/day_441__webapp_wormhole_pairing.mdwn
new file mode 100644 (file)
index 0000000..b27723b
--- /dev/null
@@ -0,0 +1,18 @@
+Added the Magic Wormhole UI to the webapp for pairing Tor remotes.
+This replaces the XMPP pairing UI when using "Share with a friend" 
+and "Share with your other devices" in the webapp.
+
+[[!img assistant/share_with_a_friend_walkthrough/enabletor.png]]
+
+[[!img assistant/share_with_a_friend_walkthrough/wormholepairing.png]]
+
+I have not been able to fully test it yet, and it's part of the `no-xmpp`
+branch until I can.
+
+It's been a while since I worked on the webapp. It was not as hard as I
+remembered to deal with Yesod. The inversion of control involved in coding
+for the web is as annoying as I remembered.
+
+----
+
+Today's work was sponsored by Riku Voipio.