aboutsummaryrefslogtreecommitdiff
path: root/Assistant/MakeRemote.hs
Commit message (Expand)AuthorAge
* Improve startup time for commands that do not operate on remotesGravatar Joey Hess2018-01-09
* more lambda-case conversionGravatar Joey Hess2017-12-05
* implement exporttree=yes configurationGravatar Joey Hess2017-09-04
* add annex-ignore-command and annex-sync-command configsGravatar Joey Hess2017-08-17
* add SetupStage parameter to RemoteType.setupGravatar Joey Hess2017-02-07
* Pass the various gnupg-options configs to gpg in several cases where they wer...Gravatar Joey Hess2016-05-23
* Special remotes configured with autoenable=true will be automatically enabled...Gravatar Joey Hess2015-09-14
* update my email address and homepage urlGravatar Joey Hess2015-01-21
* fix some mixed space+tab indentationGravatar Joey Hess2014-10-09
* fix UI when enabling existing gcrypt repoGravatar Joey Hess2014-05-30
* avoid stomping on existing description when enabling a special remoteGravatar Joey Hess2014-05-30
* plumb creds from webapp to initremoteGravatar Joey Hess2014-02-11
* webapp: Improve UI around remote that have no annex.uuid set, either because ...Gravatar Joey Hess2013-11-07
* enabling ssh gcrypt now worksGravatar Joey Hess2013-10-01
* webapp can now set up gcrypt repos on ssh serversGravatar Joey Hess2013-10-01
* UI for making encrypted ssh remotes with gcryptGravatar Joey Hess2013-09-29
* enabling rsync.net gcrypt reposGravatar Joey Hess2013-09-26
* webapp: Support storing encrypted git repositories on rsync.net.Gravatar Joey Hess2013-09-26
* webapp: support adding existing gcrypt special remotes from removable drivesGravatar Joey Hess2013-09-18
* partially complete gcrypt remote (local send done; rest not)Gravatar Joey Hess2013-09-07
* webapp: Differentiate between creating a new S3/Glacier/WebDav remote, and in...Gravatar Joey Hess2013-07-20
* webapp: Fix bug setting up ssh repo if the user enters "~/" at the start of ...Gravatar Joey Hess2013-06-25
* webapp: Now automatically fills in any creds used by an existing remote when ...Gravatar Joey Hess2013-04-27
* To enable an existing special remote, the new enableremote command must be us...Gravatar Joey Hess2013-04-26
* syncNewRemote is not only used for new remotes; rename to syncRemoteGravatar Joey Hess2013-04-08
* Generate ciphers with a better entropy.Gravatar guilhem2013-04-06
* split cost out into its own moduleGravatar Joey Hess2013-03-13
* webapp: Set locally paired repositories to a lower cost than other network re...Gravatar Joey Hess2013-03-13
* two types of byNameGravatar Joey Hess2013-03-05
* git subcommand cleanupGravatar Joey Hess2013-03-03
* Bugfix: Fix hang in webapp when setting up a ssh remote with an absolute path.Gravatar Joey Hess2012-11-05
* webapp: Generate better git remote names.Gravatar Joey Hess2012-10-31
* where indentationGravatar Joey Hess2012-10-31
* lifted Assistant.Sync into Assistant monadGravatar Joey Hess2012-10-29
* make repo description optionalGravatar Joey Hess2012-10-14
* use gitRepoGravatar Joey Hess2012-10-12
* webapp automatic groupingGravatar Joey Hess2012-10-09
* sanitize all git remote namesGravatar Joey Hess2012-09-29
* allow enabling existing S3 reposGravatar Joey Hess2012-09-26
* add a configurator for S3Gravatar Joey Hess2012-09-26
* hlintGravatar Joey Hess2012-09-13
* pairing probably works now (untested)Gravatar Joey Hess2012-09-10