diff --git a/user_manual/files/access_webgui.rst b/user_manual/files/access_webgui.rst index 2695b10e5..1051606fe 100644 --- a/user_manual/files/access_webgui.rst +++ b/user_manual/files/access_webgui.rst @@ -8,16 +8,15 @@ has the option to disable these features, so if any of them are missing on your system ask your server administrator. .. figure:: ../images/files_page.png - :scale: 75% :alt: The Files view screen. Tagging Files ------------- -New for 9.0: file tagging. You can assign tags to files. To create tags, open a -file to the Details view. Then type your tags. To enter more than one tag press -the return key after creating each tag. All tags are system tags, and are -shared by all users on your ownCloud server. +You can assign tags to files. To create tags, open a file to the Details view. +Then type your tags. To enter more than one tag press the return key after +creating each tag. All tags are system tags, and are shared by all users on your +ownCloud server. .. figure:: ../images/files_page-7.png :alt: Creating file tags. @@ -30,8 +29,8 @@ Then use the Tags filter on the left sidebar to filter files by tags. Comments -------- -New for 9.0: Comments. Use the Details view to add and read comments on any -file or folder. Comments are visible to everyone who has access to the file. +Use the Details view to add and read comments on any file or folder. Comments +are visible to everyone who has access to the file. .. figure:: ../images/file_menu_comments_2.png :alt: Creating and viewing comments. @@ -97,6 +96,16 @@ Overflow Menu .. figure:: ../images/files_page-4.png :alt: Details screen. + +The **Settings** gear icon at the lower left allows you to show or hide hidden +files in your ownCloud Web interface. These are also called dotfiles, because +they are prefixed with a dot, e.g. ``.mailfile``. The dot tells your operating +system to hide these files in your file browsers, unless you choose to display +them. Usually these are configuration files, so having the option to hide them +reduces clutter. + +.. figure:: ../images/hidden_files.png + :alt: Hiding or displaying hidden files. Previewing Files ---------------- diff --git a/user_manual/images/hidden_files.png b/user_manual/images/hidden_files.png new file mode 100644 index 000000000..8e8290fc6 Binary files /dev/null and b/user_manual/images/hidden_files.png differ diff --git a/user_manual/whats_new.rst b/user_manual/whats_new.rst index 1e0c27c3a..e041421d8 100644 --- a/user_manual/whats_new.rst +++ b/user_manual/whats_new.rst @@ -2,10 +2,6 @@ What's New for Users in ownCloud |version| ========================================== -* File tagging, and filtering by tags. (:doc:`files/access_webgui`) -* See all re-shares on files you have shared. -* Auto-fill user and group names when you create Federation shares - (:doc:`files/federated_cloud_sharing`) -* Shared comments on files. -* Video player. +* Option to hide or expose hidden files in the Web GUI +