You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Manage Update Sites dialog has little chance of being fully understood without external resources. I think we can do three things to improve user experience:
Rename Host column to something along the lines of Username, Uploader, Upload Username.
Remove Directory on Host column
Or hide it by default and provide a toggle button to show it
Remove the need for webdav: from Host column cells. For any core update site the protocol will always be webdav so we can programmatically prepend it. This is also more future-proof if we change the protocol.
Alternatively, these cells could prompt the user with a multiple-choice/combo box of available protocols. But I think this is giving the user an unnecessary decision in most cases.
The text was updated successfully, but these errors were encountered:
Remove the need for webdav: from Host column cells.
We have an internal update site using sftp in our institute. As long as explicitly providing the protocol still works, I'm fine with the changes you propose. (Directory on host would also be required in this case, because it can be any folder on an ftp server.)
The
Manage Update Sites
dialog has little chance of being fully understood without external resources. I think we can do three things to improve user experience:Host
column to something along the lines ofUsername
,Uploader
,Upload Username
.Directory on Host
columnwebdav:
fromHost
column cells. For any core update site the protocol will always bewebdav
so we can programmatically prepend it. This is also more future-proof if we change the protocol.The text was updated successfully, but these errors were encountered: