summaryrefslogtreecommitdiff
path: root/doc/design/assistant/webapp.mdwn
diff options
context:
space:
mode:
Diffstat (limited to 'doc/design/assistant/webapp.mdwn')
-rw-r--r--doc/design/assistant/webapp.mdwn8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/design/assistant/webapp.mdwn b/doc/design/assistant/webapp.mdwn
index f3d959a33..fc110a8f2 100644
--- a/doc/design/assistant/webapp.mdwn
+++ b/doc/design/assistant/webapp.mdwn
@@ -8,11 +8,6 @@ The webapp is a web server that displays a shiny interface.
This is quite likely because of how the div containing transfers is refereshed.
If instead javascript was used to update the progress bar etc for transfers
with json data, the buttons would work better.
-* Disabling syncing to a remote doesn't stop any running transfer scan,
- which can still queue uploads or downloads to the remote.
-* Transfers from a remote with syncing disabled show as from "unknown".
- (Note that it's probably not practical to prevent a remote with syncing
- disabled from initiating transfers, so this can happen.)
## interface
@@ -33,8 +28,9 @@ The webapp is a web server that displays a shiny interface.
See: [[todo/wishlist:_an_"assistant"_for_web-browsing_--_tracking_the_sources_of_the_downloads]]
* Display the `inotify max_user_watches` exceeded message. **done**
* Display something sane when kqueue runs out of file descriptors.
-* allow renaming git remotes and/or setting git-annex repo descriptions
* allow removing git remotes
+* allow disabling syncing to here, which should temporarily disable all
+ local syncing.
## first start **done**