Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | adding removable drive repos now basically works | Joey Hess | 2012-08-05 |
| | |||
* | wire up scan and transfer to newly added removable drive | Joey Hess | 2012-08-04 |
| | | | | remote setup still todo | ||
* | work toward adding new repos on removable drives | Joey Hess | 2012-08-04 |
| | | | | | This actually does add a new repo, but it doesn't yet set up remotes, or sync to it. | ||
* | improved config | Joey Hess | 2012-08-03 |
| | |||
* | add extra sidebar widget | Joey Hess | 2012-08-03 |
| | | | | html is slightly broken | ||
* | moving toward configuring new repos in the webapp | Joey Hess | 2012-08-03 |
| | |||
* | update | Joey Hess | 2012-08-03 |
| | | | | default description will be added elsewhere | ||
* | run the file browser in a separate thread to avoid blocking the browser | Joey Hess | 2012-08-03 |
| | |||
* | add a navbar button that opens the repo in the desktop's native file browser | Joey Hess | 2012-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. | ||
* | add slight delay in between sidebar updates, to avoid excessive churn | Joey Hess | 2012-08-02 |
| | | | | | Tested and 0.01 seconds is not perceivable as a delay when interacting with the UI. | ||
* | fix tilde expansion | Joey Hess | 2012-08-02 |
| | |||
* | better ~/ handling | Joey Hess | 2012-08-02 |
| | |||
* | support XDG_DATA_DIR | Joey Hess | 2012-08-02 |
| | |||
* | full autostart support | Joey Hess | 2012-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 | ||
* | cleanup | Joey Hess | 2012-08-01 |
| | |||
* | implemented firstrun repository creation and redirection to full webapp | Joey Hess | 2012-08-01 |
| | | | | Some of the trickiest code I've possibly ever written. | ||
* | only use smart default on first run | Joey Hess | 2012-07-31 |
| | |||
* | typo | Joey Hess | 2012-07-31 |
| | |||
* | default repository location | Joey Hess | 2012-07-31 |
| | | | | | | | | | Unifying poll results, it's Annex in lowercase. :) When cwd is HOME, use ~/Desktop/annex, unless there's no Desktop directory; then use use ~/annex If cwd is not $HOME, use cwd | ||
* | full input validation for repository path | Joey Hess | 2012-07-31 |
| | | | | Expands ~ , checks for every crazy input problem I can think of | ||
* | move out to template | Joey Hess | 2012-07-31 |
| | |||
* | implemented the addrepository form | Joey Hess | 2012-07-31 |
| | | | | shiny! | ||
* | improve first run screen | Joey Hess | 2012-07-31 |
| | |||
* | webapp now starts up when run not in a git repo | Joey Hess | 2012-07-31 |
| | |||
* | tweak types so the webapp can run without a threadstate when outside an annex | Joey Hess | 2012-07-31 |
| | |||
* | add icons | Joey Hess | 2012-07-31 |
| | |||
* | change url | Joey Hess | 2012-07-31 |
| | |||
* | stub | Joey Hess | 2012-07-31 |
| | |||
* | made navbar work | Joey Hess | 2012-07-31 |
| | | | | also added an About page and a stub Config page. | ||
* | reorg templates | Joey Hess | 2012-07-31 |
| | |||
* | split up webapp files | Joey Hess | 2012-07-31 |