From cae3e59ff5d865555e18d64be13df191e0229d2e Mon Sep 17 00:00:00 2001 From: Carla Schroder Date: Wed, 30 Mar 2016 16:00:08 -0700 Subject: [PATCH] Update whats_new_admin.rst --- admin_manual/whats_new_admin.rst | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/admin_manual/whats_new_admin.rst b/admin_manual/whats_new_admin.rst index 2192cbf87..cb0b500d1 100644 --- a/admin_manual/whats_new_admin.rst +++ b/admin_manual/whats_new_admin.rst @@ -13,9 +13,6 @@ ownCloud has many improvements. Some of our new features are: * Separate encryption for home storage and remote storage; you may encrypt remote storage without encrypting local storage. (:doc:`configuration_files/encryption_configuration`) -* Password policy app for share links, for setting password requirements such - as minimum length and required characters (Enterprise only). - (:ref:`password_policy_label`) * New command to transfer files from one user to another. (:ref:`transfer_userfiles_label`) * Streamlined Federation sharing with user and group name auto-fill. See @@ -24,8 +21,7 @@ ownCloud has many improvements. Some of our new features are: (:doc:`configuration_user/reset_user_password`) * Command-line options added to the Updater app. (:doc:`maintenance/update`) * Many new ``occ`` commands. (:doc:`configuration_server/occ_command`) -* Admin option to enable and disable sharing on external storage mountpoints. - (:ref:`external_storage_mount_options_label`) +* Admin option to enable and disable sharing on external storage mountpoints. (:ref:`external_storage_mount_options_label`) * New ``occ`` commands for migrating contacts and calendars from 8.2, if auto-migration during upgrade fails, and new commands for creating addressbooks and calendars (:ref:`dav_label`) @@ -35,7 +31,10 @@ ownCloud has many improvements. Some of our new features are: Enterprise Only --------------- -* Advanced tagging management with the Workflow app +* Advanced tagging management with the Workflow app. (:doc:`enterprise_file_management/files_tagging`) -* Advanced authentication backends - (:doc:`enterprise_external_storage/enterprise_only_auth`) +* Advanced authentication backends. + (:doc:`enterprise_external_storage/enterprise_only_auth`) +* Password policy app for share links, for setting password requirements such + as minimum length and required characters. + (:ref:`password_policy_label`)