diff --git a/user_manual/files/filesweb.rst b/user_manual/files/filesweb.rst index f62223bad..2f48a777f 100644 --- a/user_manual/files/filesweb.rst +++ b/user_manual/files/filesweb.rst @@ -2,7 +2,7 @@ Accessing your Files (Web Interface) ==================================== Your ownCloud files can be accessed from anywhere by using your ownCloud web interface. In files app, -you can view (if a common type), rename, download, share and delete your files easily. If versioning app is +you can view (if a common type), move, rename, download, share and delete your files easily. If versioning app is enabled, you can also revert a file to specific version. See :doc:`versioncontrol` for details. .. figure:: ../images/oc_filesweb.png @@ -54,6 +54,11 @@ Viewing files ownCloud can display uncompressed text files, OpenDocument files, PDFs, and image files by simply clicking on the file name. If displaying of a file is not possible, a download process will start. +Moving files +------------ + +In ownCloud web interface, file(s) can be moved by dragging and dropping them into a sub-directory. If you would like move a directory to an upper directory, drag the file(s) into one of the folders shown in navigation bar. + Sharing files ------------- diff --git a/user_manual/webinterface.rst b/user_manual/webinterface.rst index 935dc17b9..9fe6517c3 100644 --- a/user_manual/webinterface.rst +++ b/user_manual/webinterface.rst @@ -51,5 +51,5 @@ The web interface comprises of the following items: password. You can also retrieve the WebDAV URL (see next chapter) and show your quota. Administrators will also get access to user management (:guilabel:`Users`), the apps settings (:guilabel:`Apps`) and administrative settings (:guilabel:`Admin`) including access to ownCloud's log. You will also find logout button in this menu. -5. **Apps**: This button is only visible to administrators. Using this button allows administrators to enable/disable apps. +5. **Apps**: This button is only visible to administrators. Using this button allows administrators to enable/disable apps.