diff --git a/user_manual/files/access_webgui.rst b/user_manual/files/access_webgui.rst index 6c773bc5d..ea15fd003 100644 --- a/user_manual/files/access_webgui.rst +++ b/user_manual/files/access_webgui.rst @@ -2,7 +2,7 @@ Accessing your Files Using the ownCloud Web Interface ===================================================== -You can access your ownCloud files with the ownCloud web interface and create, +You can access your ownCloud files with the ownCloud Web interface and create, preview, edit, delete, share, and re-share files. Your ownCloud administrator has the option to disable these features, so if any of them are missing on your system ask your server administrator. @@ -16,7 +16,8 @@ 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. +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. @@ -24,7 +25,25 @@ the return key after creating each tag. Then use the Tags filter on the left sidebar to filter files by tags. .. figure:: ../images/files_page-8.png - :alt: Creating file tags. + :alt: Viewing file 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. + +.. figure:: ../images/file_menu_comments_2.png + :alt: Creating and viewing comments. + +Video Player +------------ + +You can play videos in ownCloud with the Video Player app by simply clicking on +the file. + +.. figure:: ../images/video_player_2.png + :alt: Watching a movie. File Controls ------------- diff --git a/user_manual/images/file_menu_comments_2.png b/user_manual/images/file_menu_comments_2.png new file mode 100644 index 000000000..aac661276 Binary files /dev/null and b/user_manual/images/file_menu_comments_2.png differ diff --git a/user_manual/images/files-drop-1.png b/user_manual/images/files-drop-1.png deleted file mode 100644 index 92336c26f..000000000 Binary files a/user_manual/images/files-drop-1.png and /dev/null differ diff --git a/user_manual/images/files_page.png b/user_manual/images/files_page.png index 5429e8b61..357cb924c 100644 Binary files a/user_manual/images/files_page.png and b/user_manual/images/files_page.png differ diff --git a/user_manual/images/video_player_2.png b/user_manual/images/video_player_2.png new file mode 100644 index 000000000..d1375537b Binary files /dev/null and b/user_manual/images/video_player_2.png differ diff --git a/user_manual/whats_new.rst b/user_manual/whats_new.rst index 1a9a9b419..1e0c27c3a 100644 --- a/user_manual/whats_new.rst +++ b/user_manual/whats_new.rst @@ -2,8 +2,10 @@ What's New for Users in ownCloud |version| ========================================== -* File tagging, and filtering by tags. - (``_) +* 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`) +* Auto-fill user and group names when you create Federation shares + (:doc:`files/federated_cloud_sharing`) +* Shared comments on files. +* Video player.