Joey Hess
ac71ab7bd7
avoid head
2012-08-05 15:10:26 -04:00
Joey Hess
0833eb43a6
Merge remote-tracking branch 'origin/master' into assistant
...
Conflicts:
Init.hs
2012-08-05 15:06:44 -04:00
Joey Hess
b885c0c6c8
unused, status: Avoid crashing when ran in bare repo.
2012-08-05 15:01:26 -04:00
Joey Hess
fd61354431
add
2012-08-05 14:50:00 -04:00
Joey Hess
cb0f435d94
adding removable drive repos now basically works
2012-08-05 14:49:47 -04:00
Joey Hess
ccedd06023
make button primary
2012-08-05 14:49:38 -04:00
http://joeyh.name/
39c2f1ed04
Added a comment: should work..
2012-08-05 17:18:48 +00:00
http://joeyh.name/
367c1fd3b8
removed
2012-08-05 17:17:26 +00:00
http://joeyh.name/
b5a9fec31e
Added a comment
2012-08-05 17:17:13 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI
7635d0a424
Code
2012-08-05 16:34:34 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI
2f5ba72009
indentation
2012-08-05 16:33:55 +00:00
https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI
3733a4194b
2012-08-05 16:33:35 +00:00
Joey Hess
3add2cd3ba
wire up scan and transfer to newly added removable drive
...
remote setup still todo
2012-08-04 21:18:57 -04:00
Joey Hess
e125ce74b8
work toward adding new repos on removable drives
...
This actually does add a new repo, but it doesn't yet set up
remotes, or sync to it.
2012-08-04 18:17:16 -04:00
Joey Hess
0ca85a9428
Revert "init: If no description is provided for a new repository, one will automatically be generated, like "joey@gnu:~/foo""
...
This reverts commit abde98cda2
.
Temporarily dropping from master, since this actually uses stuff
that's only currently availble in the assistant branch. Will come back when
I merge that, and can wait..
2012-08-03 23:51:49 -04:00
Joey Hess
98aa929f02
blog for the day
2012-08-03 20:49:40 -04:00
Joey Hess
e0c3958d9a
improved config
2012-08-03 20:40:34 -04:00
Joey Hess
1bd2be549f
add extra sidebar widget
...
html is slightly broken
2012-08-03 20:10:32 -04:00
Joey Hess
bbea7757ab
update
2012-08-03 17:22:35 -04:00
Joey Hess
b1a5a4f985
moving toward configuring new repos in the webapp
2012-08-03 14:36:16 -04:00
Joey Hess
c3f94aa744
Merge branch 'master' of ssh://git-annex.branchable.com
2012-08-03 10:48:24 -04:00
Joey Hess
2d4f1441c8
resolve conflict
2012-08-03 10:47:45 -04:00
Joey Hess
68802901ba
update
2012-08-03 10:45:58 -04:00
Joey Hess
b618bd8b8e
Merge branch 'master' into assistant
2012-08-03 10:45:22 -04:00
Joey Hess
abde98cda2
init: If no description is provided for a new repository, one will automatically be generated, like "joey@gnu:~/foo"
2012-08-03 10:45:18 -04:00
Joey Hess
a323b0c46d
update
...
default description will be added elsewhere
2012-08-03 10:44:13 -04:00
Joey Hess
48d9e65dee
Merge branch 'master' into assistant
2012-08-03 10:20:27 -04:00
Joey Hess
89120261e0
run the file browser in a separate thread to avoid blocking the browser
2012-08-03 10:18:57 -04:00
Joey Hess
02556b5acd
remove duplicate nojs refresher
2012-08-03 10:06:34 -04:00
Joey Hess
1995e5eef8
remove duplicate nojs refresher
...
It only makes sense on the dashboard as that's the only page that
has a meta refresh equivilant.
2012-08-03 10:04:40 -04:00
Joey Hess
1f89712e6b
add a navbar button that opens the repo in the desktop's native file browser
...
This should work on linux (xdg-open) and OSX (open). If the program
is not in $PATH, it falls back to opening a browser window/tab with file:///
The only tricky bit is the javascript code, that handles clicking on the
link. This is to avoid unnecessary page refreshes. Until I added the
return false at the end, the <a>'s normal click event also fired, so two
file browsers opened. I have not checked portability extensively.
2012-08-03 10:02:56 -04:00
Joey Hess
5b87007dad
done
2012-08-03 09:00:03 -04:00
Joey Hess
13a7362a1a
fix xdg desktop dir lookup code
...
had to use xdg-user-dir to query it, since it's in a shell format file.
Fall back to
2012-08-02 23:51:38 -04:00
Joey Hess
3f74377b93
Merge branch 'master' of ssh://git-annex.branchable.com
2012-08-02 23:10:48 -04:00
Joey Hess
a0eee78da2
blog for the day
2012-08-02 23:09:07 -04:00
http://joeyh.name/
01cda6b34e
Added a comment
2012-08-02 23:29:38 +00:00
http://nico.kaiser.me/
002e080846
2012-08-02 23:01:15 +00:00
http://nico.kaiser.me/
f57becc8bd
2012-08-02 23:00:54 +00:00
http://nico.kaiser.me/
83c65f05f5
2012-08-02 22:56:12 +00:00
Joey Hess
e6603f3b11
Merge branch 'assistant-fixes' of https://github.com/np/git-annex into assistant
2012-08-02 18:43:02 -04:00
Nicolas Pouillard
e11946796d
Fix imports and casing in Build.InstallDesktopFile
2012-08-02 20:11:41 +02:00
Joey Hess
74fc9fcbe6
add alert when committing
2012-08-02 14:02:35 -04:00
Joey Hess
e21a32627f
avoid bogus alert errors
2012-08-02 13:57:34 -04:00
Joey Hess
a6e4283fed
add slight delay in between sidebar updates, to avoid excessive churn
...
Tested and 0.01 seconds is not perceivable as a delay when interacting with
the UI.
2012-08-02 13:55:38 -04:00
Joey Hess
d2f9759443
refactor
2012-08-02 13:50:35 -04:00
http://xolus.net/openid/max
f294825b89
Added a comment: What about NTFS support ?
2012-08-02 17:45:10 +00:00
Joey Hess
6b38227bad
only write data file when installing as normal user
2012-08-02 13:12:36 -04:00
http://joeyh.name/
ab6ad94bb9
Added a comment
2012-08-02 16:58:41 +00:00
https://www.google.com/accounts/o8/id?id=AItOawmnrN9a3uAu6Ur2SSyE_AiKw7bOon1yJBc
6d0353eaad
2012-08-02 14:22:28 +00:00
Joey Hess
d2b48cacdb
add some strictness annotations
...
on general principles
2012-08-02 09:20:21 -04:00