webapp: Remove the "disable remote" feature from the UI.

It's confusing, easy to select by accident and get into a situation the
webapp offers no easy recovery from, and pausing syncing works just as well
in most situations.
This commit is contained in:
Joey Hess 2015-09-21 13:05:44 -04:00
parent d3af2bd64f
commit 3058e11520
5 changed files with 20 additions and 9 deletions

1
debian/changelog vendored
View file

@ -3,6 +3,7 @@ git-annex (5.20150917) UNRELEASED; urgency=medium
* info: Don't allow use in a non-git-annex repository, since it
uses the git-annex branch and would create it if it were missing.
* assistant: When updating ~/.ssh/config, preserve any symlinks.
* webapp: Remove the "disable remote" feature from the UI.
-- Joey Hess <id@joeyh.name> Wed, 16 Sep 2015 12:23:33 -0400