Commit graph

979 commits

Author SHA1 Message Date
Joey Hess
9fb8038166 Windows: Assistant now logs to daemon.log.
Yes, this means that git annex webapp on windows execs git-annex, which
execs itself to set env, and the execs itself again to redirect logs.

This is disgusting. This is Windows(TM).
2014-06-17 19:27:54 -04:00
Joey Hess
3b914da9bc
update 2014-06-17 14:33:47 -04:00
Joey Hess
611cd84bb2 Merge branch 'master' of ssh://git-annex.branchable.com 2014-06-17 14:31:09 -04:00
Joey Hess
5977e161f3 close 2014-06-17 14:07:16 -04:00
http://joeyh.name/
32c7fdc0f2 Added a comment 2014-06-17 17:18:34 +00:00
http://joeyh.name/
e027801e6e Added a comment 2014-06-17 17:10:28 +00:00
http://joeyh.name/
914ed75599 Added a comment 2014-06-17 16:56:32 +00:00
http://joeyh.name/
5f3f9601c9 Added a comment 2014-06-17 16:52:56 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA
ec14987706 Added a comment 2014-06-17 00:01:35 +00:00
http://joeyh.name/
4a4238a373 Added a comment 2014-06-16 23:48:03 +00:00
http://joeyh.name/
672f359260 Added a comment 2014-06-16 23:47:36 +00:00
Joey Hess
257223c748 branch 2014-06-16 19:12:38 -04:00
Joey Hess
0af4dd673c permissions ugh 2014-06-16 19:12:01 -04:00
Joey Hess
d27891a70d split out windows service todo 2014-06-16 18:34:51 -04:00
http://olivier.mehani.name/
7ba53fe00c Added a comment 2014-06-14 14:15:55 +00:00
http://olivier.mehani.name/
ed2f71e422 Added a comment: Manual solution 2014-06-14 13:59:38 +00:00
http://joeyh.name/
32037f0cc0 Added a comment 2014-06-10 19:11:57 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA
f4eecd8b4a Added a comment 2014-06-10 18:24:22 +00:00
http://joeyh.name/
26121a4f94 Added a comment: nssm notes 2014-06-10 18:16:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS0
5ec8bcfaa7 Added a comment 2014-06-10 02:18:43 +00:00
http://sunny256.sunbase.org/
a48b9af487 Suggest --byte-limit option 2014-06-07 02:56:54 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm5WyknJirJJridJjiPNgrlYxGG9xrZBvA
df06773d1d Added a comment 2014-06-06 10:49:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA
09b23da2ec Added a comment 2014-06-05 16:42:02 +00:00
http://joeyh.name/
6e620fe474 Added a comment: service not needed 2014-06-04 21:16:06 +00:00
http://joeyh.name/
fa1b7d9a7c Added a comment 2014-06-04 20:49:26 +00:00
erics
7374bb61ff Added a comment: Metadata vs "drop --relaxed" 2014-06-03 18:20:50 +00:00
erics
2f49149741 Added a comment 2014-06-03 17:49:11 +00:00
http://joeyh.name/
096af25206 Added a comment 2014-05-30 00:32:25 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS0
fcbc0bb905 Added a comment 2014-05-30 00:13:27 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS0
8bd81516af 2014-05-30 00:12:05 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmHp5oVW8Z9v_vHs5FRtlYj80TYMQWVTS0
0968cba5d2 2014-05-29 23:36:17 +00:00
Joey Hess
222f78e9ea remove old closed bugs and todo items to speed up wiki updates and reduce size
Remove closed bugs and todos that were least edited before 2014.

Command line used:

for f in $(grep -l '\[\[done\]\]' *.mdwn); do if [ -z $(git log --since=2014 --pretty=oneline "$f") ]; then git rm  $f; git rm -rf $(echo "$f" | sed 's/.mdwn$//'); fi; done
2014-05-29 15:23:05 -04:00
https://svario.it/gioele
b5c060abe3 New todo: Chunks support in all special remotes 2014-05-26 14:06:57 +00:00
Joey Hess
fb20f6829d
bug triage; add new 'confirmed' tag 2014-05-24 16:29:41 -04:00
Joey Hess
c4636e2072 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-22 16:07:52 -04:00
https://www.google.com/accounts/o8/id?id=AItOawmBUR4O9mofxVbpb8JV9mEbVfIYv670uJo
934fcbd347 Added a comment 2014-05-22 20:05:54 +00:00
Joey Hess
2e1179df46 webapp: When setting up a ssh remote, record it using initremote, so that it can be easily enabled elsewhere.
This is the capstone in making the webapp remember ssh remotes
so they can be easily enabled in other clones of the repository.

Currently, the user will need to enter a password to enable the ssh remote,
but everything else is filled in automatically.

This commit was sponsored by Peter Lloyd.
2014-05-22 14:57:42 -04:00
Joey Hess
fde5c83426 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-21 15:53:57 -04:00
EskildHustvedt
afbca4d6e4 Added a comment 2014-05-21 19:18:19 +00:00
Joey Hess
902599248c title 2014-05-21 14:59:53 -04:00
Joey Hess
5b0c2c2315 idea 2014-05-21 14:47:54 -04:00
Joey Hess
1db1bbb9c2 wontfix 2014-05-21 14:38:37 -04:00
http://joeyh.name/
384862c936 Added a comment 2014-05-21 18:35:42 +00:00
http://joeyh.name/
7751c5ff6e Added a comment 2014-05-21 18:29:16 +00:00
Joey Hess
62d57e9035 move to todo 2014-05-21 13:20:23 -04:00
Joey Hess
882e65c80d Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-19 16:20:00 -04:00
Joey Hess
e5bebde345 wontfix 2014-05-19 13:09:46 -04:00
http://joeyh.name/
7eeba067f6 Added a comment 2014-05-19 17:09:17 +00:00
Joey Hess
ff6ac90138 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-19 13:07:03 -04:00
http://joeyh.name/
03a5650012 Added a comment 2014-05-19 16:56:15 +00:00
Joey Hess
31e110c560 close 2014-05-19 12:31:24 -04:00
http://joeyh.name/
4e8364647b Added a comment 2014-05-19 15:05:49 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmZilYULa6CDEGfuagoDlesyakBgnf-dF8
bb1ff82914 2014-05-18 17:21:40 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
b2ffcff12c Added a comment 2014-05-18 06:49:43 +00:00
zardoz
215d00a267 Added a comment 2014-05-17 14:24:20 +00:00
zardoz
fd6b6b4bae Added a comment 2014-05-17 14:18:32 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA
4b28e990bd removed 2014-05-17 13:39:59 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA
2756f8ea9a Added a comment: multiple git-annex assistant processes 2014-05-16 23:06:38 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA
89f37354e6 Added a comment: multiple git-annex assistant processes 2014-05-16 23:05:28 +00:00
Joey Hess
cd1141e8b0 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-16 15:14:12 -04:00
http://joeyh.name/
0915b278f4 Added a comment 2014-05-16 19:02:08 +00:00
Joey Hess
ba32787ca8 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-16 14:58:57 -04:00
Joey Hess
00986d19f4 group: When no groups are specified to set, lists the current groups of a repository. 2014-05-16 14:43:40 -04:00
http://joeyh.name/
fbf631db1f Added a comment 2014-05-16 18:10:28 +00:00
Joey Hess
cbad524056 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-16 12:54:30 -04:00
Joey Hess
59d081b280 close; reported in error 2014-05-16 12:23:45 -04:00
zardoz
3159540e0d Added a comment 2014-05-16 08:40:48 +00:00
http://johan.kiviniemi.name/
693a6a4659 Added a comment 2014-05-16 02:27:51 +00:00
http://joeyh.name/
b2749187bb Added a comment 2014-05-15 20:36:13 +00:00
http://joeyh.name/
ec9413b9ee Added a comment 2014-05-15 19:51:48 +00:00
Joey Hess
8acb264a42 Merge branch 'master' of ssh://git-annex.branchable.com 2014-05-15 15:46:06 -04:00
Joey Hess
c3c68f3235 todo 2014-05-15 12:56:12 -04:00
zardoz
8f4b37a9fc Added a comment 2014-05-15 13:03:48 +00:00
zardoz
d2b3e04f22 2014-05-15 08:56:21 +00:00
zardoz
aad1909b75 2014-05-15 08:43:24 +00:00
EskildHustvedt
a79e4e8f69 2014-05-14 19:29:52 +00:00
zardoz
5b0d7474cd Added a comment 2014-05-13 20:34:33 +00:00
zardoz
dbc17e585a Added a comment 2014-05-13 20:27:42 +00:00
zardoz
e9098e0701 Added a comment 2014-05-13 20:25:25 +00:00
zardoz
89ac38c7ec Added a comment 2014-05-13 20:23:15 +00:00
https://www.google.com/accounts/o8/id?id=AItOawm9ocq1Kb0WL-cz-LPpvd2Xm-q8tIQvqXA
606c563138 Added a comment: running as service 2014-05-13 17:40:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawl9sYlePmv1xK-VvjBdN-5doOa_Xw-jH4U
45b781be8f 2014-05-11 21:00:00 +00:00
https://www.google.com/accounts/o8/id?id=AItOawkAUMhKOSkh9JaBA6xst3XxQIIsDEq5Zd4
36397cd0a3 Added a comment: Keen to see this happen too! 2014-05-08 21:44:30 +00:00
erics
e4a2a2a712 Added a comment 2014-05-04 00:48:56 +00:00
http://lj.rossia.org/users/imz/
e9e461c50c removed 2014-05-03 15:58:10 +00:00
http://lj.rossia.org/users/imz/
f81080984b Added a comment: clarification: a custom F-Droid server just to post your updated apps 2014-05-03 15:57:55 +00:00
http://lj.rossia.org/users/imz/
430a266c4c Added a comment: clarification: a custom F-Droid server just to post your updated apps 2014-05-03 15:54:36 +00:00
http://lj.rossia.org/users/imz/
d5b5dde43b (minor) formattingof the links 2014-05-03 15:01:19 +00:00
http://lj.rossia.org/users/imz/
3306de7a1a Added a comment: this topic in their Submission Queue 2014-05-03 14:59:11 +00:00
https://id.koumbit.net/anarcat
61eb9a3586 add workaround 2014-04-30 19:24:08 +00:00
https://id.koumbit.net/anarcat
8aaceb3c87 weird one 2014-04-30 18:19:53 +00:00
http://joeyh.name/
25adb31fb8 Added a comment 2014-04-27 00:05:58 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
489844bbfa 2014-04-26 12:58:47 +00:00
http://svario.it/gioele
a88cd73e42 Added a comment 2014-04-25 19:01:07 +00:00
https://id.koumbit.net/anarcat
c56d375a3b Added a comment 2014-04-25 13:28:18 +00:00
http://svario.it/gioele
a22428a437 Fix formatting and grammar 2014-04-25 10:15:29 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnXybLxkPMYpP3yw4b_I6IdC3cKTD-xEdU
e88e1d5c87 2014-04-25 01:26:51 +00:00
http://svario.it/gioele
8ea2f07ab2 2014-04-24 13:29:12 +00:00
https://id.koumbit.net/anarcat
dc77e192dc link to the tip 2014-04-23 17:51:06 +00:00
http://joeyh.name/
3fd08f8ac3 Added a comment 2014-04-20 21:01:50 +00:00