diff --git a/user_manual/files/deletedfiles.rst b/user_manual/files/deletedfiles.rst index 5012ffa8c..669d4de47 100644 --- a/user_manual/files/deletedfiles.rst +++ b/user_manual/files/deletedfiles.rst @@ -8,7 +8,8 @@ use more that 50% of your currently available free space. If your deleted files exceed this limit, ownCloud deletes the oldest versions until it meets the memory usage limit again. -Deleted files can be found by clicking on the *Deleted files* button on files app of web interface. +Deleted files can be found by clicking on the *Deleted files* link on the left of +files app section of the web interface. You can either restore or permanently delete using appropriate buttons. ownCloud also checks the age of deleted files every time new files are added diff --git a/user_manual/images/files_versioning.png b/user_manual/images/files_versioning.png index 48388c829..b44f8ff5d 100644 Binary files a/user_manual/images/files_versioning.png and b/user_manual/images/files_versioning.png differ diff --git a/user_manual/images/oc_connect.png b/user_manual/images/oc_connect.png index ec41aaeac..902b0b20b 100644 Binary files a/user_manual/images/oc_connect.png and b/user_manual/images/oc_connect.png differ diff --git a/user_manual/images/oc_documents.png b/user_manual/images/oc_documents.png index 0537ffbf8..878ea4156 100644 Binary files a/user_manual/images/oc_documents.png and b/user_manual/images/oc_documents.png differ diff --git a/user_manual/images/oc_ui.png b/user_manual/images/oc_ui.png index 88e05e9bb..5e4cda2f4 100644 Binary files a/user_manual/images/oc_ui.png and b/user_manual/images/oc_ui.png differ diff --git a/user_manual/images/owncloud_webinterface.kra b/user_manual/images/owncloud_webinterface.kra index 0d45414f4..6660ecca8 100644 Binary files a/user_manual/images/owncloud_webinterface.kra and b/user_manual/images/owncloud_webinterface.kra differ diff --git a/user_manual/images/owncloud_webinterface_map.png b/user_manual/images/owncloud_webinterface_map.png index cfd55886f..00ef48692 100644 Binary files a/user_manual/images/owncloud_webinterface_map.png and b/user_manual/images/owncloud_webinterface_map.png differ diff --git a/user_manual/webinterface.rst b/user_manual/webinterface.rst index 3ffb6cc38..25ab177b6 100644 --- a/user_manual/webinterface.rst +++ b/user_manual/webinterface.rst @@ -4,13 +4,12 @@ The ownCloud Web Interface You can connect to ownCloud with your web browser by pointing it to the address that you have received from your service provider. In case you are administering the server yourself, -have a look at `ownCloud Administrators Manual `_. +have a look at `ownCloud Administrators Manual `_. When you enter the URL, you will receive a page that is similar to the one depicted below: .. figure:: images/oc_connect.png - :scale: 75% The ownCloud login screen @@ -33,9 +32,9 @@ to ownCloud's main web interface: The web interface comprises of the following items: -1. **Navigation bar**: Allows navigation between different parts of ownCloud, - provided by apps. Not all apps depicted in this screenshot are installed - and enabled by default. +1. **Apps menu**: Allows navigation between different parts of ownCloud, + provided by apps. Administrators will also see a button called **Apps**. + Using this button allows administrators to enable/disable apps. 2. **Application view**: This is where apps show their content. By default, this will show the files and directory (file view) of your user on the ownCloud installation. @@ -44,13 +43,18 @@ The web interface comprises of the following items: Explorer or Finder onto the ownCloud file view and they will get uploaded to ownCloud. With *New* button, you can create a text file, folder or download a file from the provided URL. -4. **Search/Settings**: Search allows you to look for files and +4. **Search/Settings**: *Search* allows you to look for files and directories. Currently, ownCloud provides a full text search. If full text seach does not work, administrators need to enable this app from app settings. - Settings menu provides access to the settings menu, where you can + *Settings* menu provides access to the settings menu, where you can change your personal settings, such as the interface language or your 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. + (: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. **App Settings** field will contain various sections to access different views of the app. For example, + files app will allow you to see the files *Shared with you* or *Shared with others*. + This field may also include a |gear| icon to access to various options provided by the app. + +.. |gear| image:: images/gear.png