note infelicities with syncing disabling

This commit is contained in:
Joey Hess 2012-10-12 12:49:22 -04:00
parent 3f06c883f2
commit 75dccc57ba

View file

@ -8,6 +8,11 @@ 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