summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * 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
| | |
| | * (no commit message)Gravatar https://www.google.com/accounts/o8/id?id=AItOawmnrN9a3uAu6Ur2SSyE_AiKw7bOon1yJBc2012-08-02
| | |
* | | add some strictness annotationsGravatar Joey Hess2012-08-02
| | | | | | | | | | | | on general principles
* | | trim long filenames (have to fit on the sidebar)Gravatar Joey Hess2012-08-02
| | | | | | | | | | | | | | | | | | | | | | | | 30 characters would mostly work, but 20 is safer due to some wider letters like 'w'. Of course this is very heuristic based on filesize anyway. (Bootstrap does a surprisingly bad job at dealing with overlong words in the sidebar.)
* | | start webapp thread earlier so it opens ASAPGravatar Joey Hess2012-08-02
| | |
* | | layoutGravatar Joey Hess2012-08-02
| | |
* | | awesome alert combiningGravatar Joey Hess2012-08-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | Now an alert tracks files that have recently been added. As a large file is added, it will have its own alert, that then combines with the tracker when dones. Also used for combining sanity checker alerts, as it could possibly want to display a lot.
* | | avoid showing alert when there are no remotes to push toGravatar Joey Hess2012-08-02
| | |
* | | fix tilde expansionGravatar Joey Hess2012-08-02
| | |
* | | better ~/ handlingGravatar Joey Hess2012-08-02
| | |
* | | support XDG_DATA_DIRGravatar Joey Hess2012-08-02
| | |
* | | fix bugs, add desktop dirGravatar Joey Hess2012-08-02
| | |
| | * Added a comment: XDGGravatar http://piotr.ozarowski.pl/2012-08-02
| |/
* | full autostart supportGravatar Joey Hess2012-08-02
| | | | | | | | | | | | | | | | git annex assistant --autostart will start separate daemons in each listed autostart repo running the webapp outside any git-annex repo will open it on the first listed autostart repo
* | install autostart file tooGravatar Joey Hess2012-08-01
| |
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2012-08-01
| |\
| * | todoGravatar Joey Hess2012-08-01
| | |