summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix crashes when run in a git repo that has been initted but has no master ↵Gravatar Joey Hess2012-08-05
| | | | branch yet
* fix crash when just one remote needs to be scannedGravatar Joey Hess2012-08-05
| | | | | | | | | The TMVar is supposed to be left empty once the map is empty, but the code neglected to do that, so the next time takeMVar got an empty map, which is not handled since that was supposed to never happen.. Also, avoid any possibility of this crash. If an empty map somehow creeps in, just retry.
* avoid headGravatar Joey Hess2012-08-05
|
* Merge remote-tracking branch 'origin/master' into assistantGravatar Joey Hess2012-08-05
|\ | | | | | | | | Conflicts: Init.hs
| * unused, status: Avoid crashing when ran in bare repo.Gravatar Joey Hess2012-08-05
| |
* | addGravatar Joey Hess2012-08-05
| |
* | adding removable drive repos now basically worksGravatar Joey Hess2012-08-05
| |
* | make button primaryGravatar Joey Hess2012-08-05
| |
| * Added a comment: should work..Gravatar http://joeyh.name/2012-08-05
| |
| * removedGravatar http://joeyh.name/2012-08-05
| |
| * Added a commentGravatar http://joeyh.name/2012-08-05
| |
| * `Code`Gravatar https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI2012-08-05
| |
| * indentationGravatar https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI2012-08-05
| |
| * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawnIsjgK_cdfZcIAumVRwTvNXS4cD0zNnaI2012-08-05
| |
* | wire up scan and transfer to newly added removable driveGravatar Joey Hess2012-08-04
| | | | | | | | remote setup still todo
* | work toward adding new repos on removable drivesGravatar Joey Hess2012-08-04
| | | | | | | | | | This actually does add a new repo, but it doesn't yet set up remotes, or sync to it.
| * Revert "init: If no description is provided for a new repository, one will ↵Gravatar Joey Hess2012-08-03
| | | | | | | | | | | | | | | | | | | | automatically be generated, like "joey@gnu:~/foo"" This reverts commit abde98cda21d5deeb16ed3baf736b06fdc2fce2f. 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..
| * blog for the dayGravatar Joey Hess2012-08-03
| |
* | improved configGravatar Joey Hess2012-08-03
| |
* | add extra sidebar widgetGravatar Joey Hess2012-08-03
| | | | | | | | html is slightly broken
* | updateGravatar Joey Hess2012-08-03
| |
* | moving toward configuring new repos in the webappGravatar Joey Hess2012-08-03
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-03
| |\
* | \ resolve conflictGravatar Joey Hess2012-08-03
|\ \ \
| | * | updateGravatar Joey Hess2012-08-03
| | | |
* | | | Merge branch 'master' into assistantGravatar Joey Hess2012-08-03
|\ \ \ \ | | |_|/ | |/| |
| * | | init: If no description is provided for a new repository, one will ↵Gravatar Joey Hess2012-08-03
| | | | | | | | | | | | | | | | automatically be generated, like "joey@gnu:~/foo"
* | | | updateGravatar Joey Hess2012-08-03
| | | | | | | | | | | | | | | | default description will be added elsewhere
* | | | Merge branch 'master' into assistantGravatar Joey Hess2012-08-03
|\| | |
* | | | run the file browser in a separate thread to avoid blocking the browserGravatar Joey Hess2012-08-03
| | | |
* | | | remove duplicate nojs refresherGravatar Joey Hess2012-08-03
| | | |
| | * | remove duplicate nojs refresherGravatar Joey Hess2012-08-03
| |/ / |/| | | | | | | | | | | It only makes sense on the dashboard as that's the only page that has a meta refresh equivilant.
* | | add a navbar button that opens the repo in the desktop's native file browserGravatar Joey Hess2012-08-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| | * doneGravatar Joey Hess2012-08-03
| |/
* | fix xdg desktop dir lookup codeGravatar Joey Hess2012-08-02
| | | | | | | | | | had to use xdg-user-dir to query it, since it's in a shell format file. Fall back to
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-02
| |\
| * | blog for the dayGravatar Joey Hess2012-08-02
| | |
| | * Added a commentGravatar http://joeyh.name/2012-08-02
| | |
| | * (no commit message)Gravatar http://nico.kaiser.me/2012-08-02
| | |
| | * (no commit message)Gravatar http://nico.kaiser.me/2012-08-02
| | |
| | * (no commit message)Gravatar http://nico.kaiser.me/2012-08-02
| | |
* | | Merge branch 'assistant-fixes' of https://github.com/np/git-annex into assistantGravatar Joey Hess2012-08-02
|\ \ \
| * | | Fix imports and casing in Build.InstallDesktopFileGravatar Nicolas Pouillard2012-08-02
| | | |
* | | | add alert when committingGravatar Joey Hess2012-08-02
| | | |
* | | | avoid bogus alert errorsGravatar Joey Hess2012-08-02
| | | |
* | | | add slight delay in between sidebar updates, to avoid excessive churnGravatar Joey Hess2012-08-02
| | | | | | | | | | | | | | | | | | | | Tested and 0.01 seconds is not perceivable as a delay when interacting with the UI.
* | | | refactorGravatar Joey Hess2012-08-02
|/ / /
| | * Added a comment: What about NTFS support ?Gravatar http://xolus.net/openid/max2012-08-02
| | |
* | | only write data file when installing as normal userGravatar Joey Hess2012-08-02
| | |
| | * Added a commentGravatar http://joeyh.name/2012-08-02
| | |