From f82c4d3a2e511580866ba45fb96fadf59813a667 Mon Sep 17 00:00:00 2001 From: Craig Morrissey Date: Wed, 23 Jul 2014 09:48:25 -0400 Subject: [PATCH] Add what's new section to the user manual --- user_manual/contents.rst | 1 + user_manual/index.rst | 6 ++++++ user_manual/whats_new.rst | 11 +++++++++++ 3 files changed, 18 insertions(+) create mode 100644 user_manual/whats_new.rst diff --git a/user_manual/contents.rst b/user_manual/contents.rst index 36ceee63e..b9cb26642 100644 --- a/user_manual/contents.rst +++ b/user_manual/contents.rst @@ -12,6 +12,7 @@ ownCloud documentation contents .. toctree:: :maxdepth: 3 + whats_new webinterface files/index pim/index diff --git a/user_manual/index.rst b/user_manual/index.rst index 3b229ae91..6703b4517 100644 --- a/user_manual/index.rst +++ b/user_manual/index.rst @@ -27,6 +27,12 @@ provides the ability to put the right files in the right hands at the right time on any device with one simple-to-use, secure, private and controlled solution. After all, with ownCloud, it’s Your Cloud, Your Data, Your Way. +What's new +========== +The following topic contains information about important changes in the current release: + +* :doc:`whats_new` + Web Interface ============= The following topic contains a general overview how to access ownCloud from a diff --git a/user_manual/whats_new.rst b/user_manual/whats_new.rst new file mode 100644 index 000000000..07a53d721 --- /dev/null +++ b/user_manual/whats_new.rst @@ -0,0 +1,11 @@ +New in ownCloud 7 +================= + +Changes to the "Shared" folder +------------------------------ + +For all existing ownCloud users: the “Shared” folder has been removed from the ownCloud server. As a result, newly shared files and folders no longer appear in a folder called “Shared”, they appear in the root user’s folder. For example, if Bob shares a folder called “sales” with Earl in ownCloud 6, Earl will see the “Shared” folder appear, and then the folder “sales” appears within “Shared”. Now, in ownCloud 7, the same sharing activity would create a folder called “sales” in Earl’s root directory. Overlay icons will show Earl that this is a shared folder, and the folder can be moved wherever he wants – including into a folder he creates and calls “Shared”. However, the “Shared” directory is no longer required, and will no longer appear by default when a file or folder is shared. + + +If users currently have an earlier version of ownCloud and have shared files and folders via the “Shared” directory, the files and folders will continue to reside in the “Shared” directory after an ownCloud 7 upgrade. However, any files or folders shared after the upgrade will appear in the user’s root directory. These files and folders can be dragged anywhere in the ownCloud file tree (except into another folder that has been shared with this user). For example, the files and folders could be dragged into a “Shared” folder, where they will continue to sync normally. Or they can be dragged into a folder called “Given to me by Bob”. In addition, to make navigating these files easier, the ownCloud 7 web interface now provides a “Shared with Me” filter that automatically shows on the left hand side of the files view in a web browser. Clicking on this filter will display only those paths where files and folders shared with this user reside. This change in behavior provides ownCloud users with far greater flexibility, enabling them to arrange and organize files and folders however they want, even if those folders or files are shared with them. +