summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Added a commentGravatar http://joeyh.name/2014-05-16
|
* Added a commentGravatar https://id.koumbit.net/anarcat2014-05-16
|
* Added a commentGravatar zardoz2014-05-16
|
* Added a commentGravatar http://johan.kiviniemi.name/2014-05-16
|
* webapp: Fixed drag and drop to reorder the list of remotes.Gravatar Joey Hess2014-05-15
| | | | | | | Broken by cffc5e74129be798801086c612efd099fe7148ac, in November! I missed this because there's no strong type checking across the AJAX call. :( Need to switch to Fay to avoid such bugs..
* Fix more copy and paste errorsGravatar https://www.google.com/accounts/o8/id?id=AItOawkexhIpGcYa22aPQtLm-StpHiF-MHYPh5w2014-05-15
|
* fix paste-oGravatar Joey Hess2014-05-15
|
* fix paste-oGravatar Joey Hess2014-05-15
|
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-15
|\
* | update for ddar special remoteGravatar Joey Hess2014-05-15
| |
* | remove odd character that snuck in somehow and broke buildGravatar Joey Hess2014-05-15
| |
| * Added a commentGravatar http://joeyh.name/2014-05-15
| |
* | ddar special remoteGravatar Robie Basak2014-05-15
| |
* | devblogGravatar Joey Hess2014-05-15
| |
| * Added a commentGravatar http://joeyh.name/2014-05-15
| |
| * (no commit message)Gravatar http://grossmeier.net/2014-05-15
| |
| * Added a commentGravatar http://joeyh.name/2014-05-15
| |
| * Added a commentGravatar http://joeyh.name/2014-05-15
| |
| * Added a commentGravatar http://joeyh.name/2014-05-15
| |
| * Added a commentGravatar http://joeyh.name/2014-05-15
| |
| * Added a commentGravatar http://joeyh.name/2014-05-15
|/
* Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-15
|\
* | add git-remote-gcrypt to build dependsGravatar Joey Hess2014-05-15
| | | | | | | | This ensures it's pulled in when building the standalone tarball
* | remove ssh-askpass recommends; close bugs obsoleted by sshpassword branchGravatar Joey Hess2014-05-15
| |
* | closeGravatar Joey Hess2014-05-15
| |
| * Added a commentGravatar http://joeyh.name/2014-05-15
| |
* | update some comments re ssh password entry on AndroidGravatar Joey Hess2014-05-15
| |
* | deal with ssh key expiryGravatar Joey Hess2014-05-15
| | | | | | | | | | Not a perfect solution, but good enough, few users will wait 10 minutes in the middle and see it expire, I hope.
* | changelogGravatar Joey Hess2014-05-15
| |
* | Merge branch 'master' into sshpasswordGravatar Joey Hess2014-05-15
|\ \
* | | gcrypt needs a new version, which I am releaseingGravatar Joey Hess2014-05-15
| | |
| * | todoGravatar Joey Hess2014-05-15
| | |
| | * (no commit message)Gravatar https://me.yahoo.com/a/FHnTlSBo1eCGJRwueeKeB6.RCaPbGMPr5jxx8A--#ce0d82014-05-15
| | |
| | * Added a commentGravatar zardoz2014-05-15
| | |
| | * Added a commentGravatar zardoz2014-05-15
| | |
| | * removedGravatar zardoz2014-05-15
| | |
| | * Added a commentGravatar zardoz2014-05-15
| | |
| | * (no commit message)Gravatar zardoz2014-05-15
| | |
| | * (no commit message)Gravatar zardoz2014-05-15
| | |
| | * Added a commentGravatar zardoz2014-05-15
| | |
| | * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawkYmMFDdf3GJ9Oba6NCVkzGc4JyB9WavMs2014-05-15
| | |
| | * Added a commentGravatar https://www.google.com/accounts/o8/id?id=AItOawnJO6OKamxo1HDLwdV-W3KV4GhJ5Qitl9M2014-05-15
| |/
| * Merge branch 'master' of ssh://git-annex.branchable.comGravatar Joey Hess2014-05-14
| |\
| * | devblogGravatar Joey Hess2014-05-14
| | |
* | | refactorGravatar Joey Hess2014-05-14
| | |
* | | avoid clobbering existing envGravatar Joey Hess2014-05-14
| | | | | | | | | | | | | | | This is necessary on windows, ssh couldn't resolve hostnames without env for whatever reason.
| | * (no commit message)Gravatar http://grossmeier.net/2014-05-14
| | |
* | | fix windows buildGravatar Joey Hess2014-05-14
| | |
* | | webapp: Better ssh password prompting.Gravatar Joey Hess2014-05-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When setting up a remote on a ssh server, prompt for a password inside the webapp, rather than relying on ssh's own password prompting in the terminal the webapp was started from, or ssh-askpass. Avoids double prompting for the ssh password (and triple-prompting on windows for rsync.net), since the entered password is cached for 10 minutes and this cached password is reused when setting up the repository, after the initial probe. When the user has an existing ssh key set up, they can choose to use it, rather than entering a password. The webapp used to probe for this case automatically, so this is a little harder, but it's an advanced user thing. Note that this commit is known to break enabling existing rsync repositories. It hs not been tested with gcrypt repositories. It's not been successfully tested yet on Windows. This commit was sponsored by Ralph Mayer.
| | * (no commit message)Gravatar EskildHustvedt2014-05-14
| | |