diff --git a/admin_manual/configuration_files/external_storage_configuration_gui.rst b/admin_manual/configuration_files/external_storage_configuration_gui.rst index aa6930545..46ef6856a 100644 --- a/admin_manual/configuration_files/external_storage_configuration_gui.rst +++ b/admin_manual/configuration_files/external_storage_configuration_gui.rst @@ -8,7 +8,9 @@ users to mount their own external storage services. ownCloud 9.0 introduces a new set of :ref:`occ commands for managing external storage `. -Also new in 9.0 is an option for the ownCloud admin to disable sharing on individual external mountpoints (see :ref:`external_storage_mount_options_label`.) +Also new in 9.0 is an option for the ownCloud admin to enable or disable sharing on individual +external mountpoints (see :ref:`external_storage_mount_options_label`). Sharing on such +mountpoints is disabled by default. Enabling External Storage Support --------------------------------- @@ -75,7 +77,9 @@ individually with the following options: The **Encryption** checkbox is visible only when the Encryption app is enabled. -**Enable Sharing** allows the ownCloud admin to enable or disable sharing on individual mountpoints. When sharing is disabled the shares are retained internally, so that you can re-enable sharing and the previous shares become available again. +**Enable Sharing** allows the ownCloud admin to enable or disable sharing on individual mountpoints. +When sharing is disabled the shares are retained internally, so that you can re-enable sharing +and the previous shares become available again. Sharing is disabled by default. .. figure:: external_storage/images/mount_options.png :alt: Additional mount options exposed on mouseover. diff --git a/admin_manual/release_notes.rst b/admin_manual/release_notes.rst index 97045d48f..602e41922 100644 --- a/admin_manual/release_notes.rst +++ b/admin_manual/release_notes.rst @@ -24,6 +24,9 @@ and PHP. ``owncloud-files`` installs only ownCloud. This is useful for custom LA allows you to install your own LAMP apps and versions without packaging conflicts with ownCloud. See :doc:`installation/linux_installation`. +New option for the ownCloud admin to enable or disable sharing on individual external mountpoints +(see :ref:`external_storage_mount_options_label`). Sharing on such mountpoints is disabled by default. + Changes in 8.2 --------------