Commit graph

29574 commits

Author SHA1 Message Date
Joey Hess
0712f62ab9
devblog 2016-12-27 17:16:20 -04:00
Joey Hess
18f16072fb
improve html, add screenshots 2016-12-27 17:13:32 -04:00
Joey Hess
7d32acdf71
fix tabs 2016-12-27 16:47:00 -04:00
Joey Hess
7bce73bf27
Merge branch 'master' into no-xmpp 2016-12-27 16:44:44 -04:00
Joey Hess
b68d2a4b68
webapp: full wormhole pairing UI (untested)
This commit was sponsored by Riku Voipio.
2016-12-27 16:41:35 -04:00
Joey Hess
9a35077168
clean up some imports 2016-12-27 16:29:29 -04:00
Joey Hess
41d956e0a0
avoid leaving MVar empty
Something might want to observe the code multiple times.
2016-12-27 16:26:26 -04:00
https://launchpad.net/~felixonmars
d698e440b7 2016-12-27 09:06:45 +00:00
Asureus
c3290d202a Added a comment: one more thing 2016-12-25 14:46:46 +00:00
Asureus
6af17e66ef 2016-12-25 14:26:02 +00:00
xloem
1baf3b3226 oops, manual reflow 2016-12-25 01:36:30 +00:00
xloem
cd3ff86e58 Update text with link to assistant/quickstart 2016-12-25 01:29:15 +00:00
Joey Hess
dd24baa66c
Merge branch 'master' of ssh://git-annex.branchable.com 2016-12-24 17:16:07 -04:00
Joey Hess
36c35f7fbe
devblog 2016-12-24 17:15:01 -04:00
Joey Hess
9e0aae036b
webapp: check that tor and magic wormhole are installed 2016-12-24 17:08:03 -04:00
Joey Hess
de79be2ba6
wording 2016-12-24 16:56:56 -04:00
Joey Hess
a196260924
mocked up wormhole pairing interface in webapp 2016-12-24 16:55:36 -04:00
Joey Hess
794babf35a
add back share_with_a_friend_walkthrough, adapted for tor pairing
and some other xmpp to tor related changes
2016-12-24 15:46:02 -04:00
Joey Hess
89c244e823
copyright year update 2016-12-24 15:17:37 -04:00
Joey Hess
25881f3413
cleanup 2016-12-24 15:14:46 -04:00
Joey Hess
ab66bbfeb6
Merge branch 'master' into no-xmpp 2016-12-24 15:01:55 -04:00
Joey Hess
8484c0c197
Always use filesystem encoding for all file and handle reads and writes.
This is a big scary change. I have convinced myself it should be safe. I
hope!
2016-12-24 14:46:31 -04:00
https://launchpad.net/~r0lf
020c67215f Added a comment 2016-12-24 17:56:13 +00:00
Joey Hess
c89a9e6ca5
really fix su command 2016-12-24 13:23:52 -04:00
Joey Hess
d6b401c458
todo 2016-12-24 13:10:51 -04:00
Joey Hess
0e04b22491
fix su params 2016-12-24 13:08:07 -04:00
Joey Hess
f7e81245c4
comment 2016-12-24 12:58:45 -04:00
Joey Hess
3110cedb5b
Merge branch 'master' of ssh://git-annex.branchable.com 2016-12-24 12:55:58 -04:00
Joey Hess
993f30ac92
update 2016-12-24 12:53:57 -04:00
Joey Hess
e08691b393
enable-tor: When run as a regular user, test a connection back to the hidden service over tor.
This way we know that after enable-tor, the tor hidden service is fully
published and working, and so there should be no problems with it at
pairing time.

It has to start up its own temporary listener on the hidden service. It
would be nice to have it start the remotedaemon running, so that extra
step is not needed afterwards. But, there may already be a remotedaemon
running, in communication with the assistant and we don't want to start
another one. I thought about trying to HUP any running remotedaemon, but
Windows does not make it easy to do that. In any case, having the user
start the remotedaemon themselves lets them know it needs to be running
to serve the hidden service.

This commit was sponsored by Boyd Stephen Smith Jr. on Patreon.
2016-12-24 12:50:23 -04:00
Joey Hess
f3a4b9191c
refactor 2016-12-24 12:14:14 -04:00
Joey Hess
fd0b9aaa57
close 2016-12-24 12:07:50 -04:00
Joey Hess
22252e8e4c
Revert "close"
This reverts commit 3aaabc906b.

Commit contained incomplete work.
2016-12-24 12:07:15 -04:00
Joey Hess
3aaabc906b
close 2016-12-22 13:59:21 -04:00
http://svario.it/gioele
458a786c4d Added a comment: compiled with GHC 8, but LOCPATH is still set 2016-12-21 21:51:09 +00:00
Joey Hess
942ea305a2
todo 2016-12-21 15:11:10 -04:00
Joey Hess
405fbd25e1
include tor-annex in hidden service directory names
To make it easier to manage/delete them etc.

Backwards compatablity is preserved for existing tor configs.
2016-12-21 14:39:32 -04:00
Joey Hess
872064e4a6
comment 2016-12-21 14:21:05 -04:00
marekj
6eeb07a9c1 Added a comment: git annex info 2016-12-21 12:58:37 +00:00
marekj
2830739133 2016-12-21 12:12:42 +00:00
tom@6463e5ce4c0e478cb7583fb37288d6954e17bfc6
babfe5acbb 2016-12-21 04:18:13 +00:00
t.z.mates
a221b3fb1b Added a comment 2016-12-20 23:08:44 +00:00
Joey Hess
f48b9775d8
cleanup 2016-12-20 17:46:30 -04:00
Joey Hess
86401f84e2
fail before suing when not in a git-annex repo 2016-12-20 17:46:14 -04:00
Joey Hess
f7ca2b92fb
enable-tor: No longer needs to be run as root.
When run by not root, su's to root automatically.

This commit was sponsored by Brock Spratlen on Patreon.
2016-12-20 17:40:36 -04:00
Joey Hess
944a6503b9
relocate tor socket out of /etc
weasel explained that apparmor limits on what files tor can read do not
apply to sockets (because they're not files). And apparently the
problems I was seeing with hidden services not being accessible had to
do with onion address propigation and not the location of the socket
file.

remotedaemon looks up the HiddenServicePort in torrc, so if it was
previously configured with the socket in /etc, that will still work.

This commit was sponsored by Denis Dzyubenko on Patreon.
2016-12-20 16:24:46 -04:00
Joey Hess
477aa44209
anwser 2016-12-20 15:38:18 -04:00
Joey Hess
8f3b2c206c
Debian: Suggest tor and magic-wormhole.
Suggests, not recommends, because tor is not for everyone.
2016-12-20 15:26:14 -04:00
Joey Hess
e312ec3750
Fix build with directory-1.3.
See https://github.com/haskell/directory/issues/66
2016-12-20 15:23:59 -04:00
Joey Hess
6cced34fbb
Merge branch 'master' of ssh://git-annex.branchable.com 2016-12-20 15:15:22 -04:00