From 00f1b54164fc435d14558ea0853138af3b969130 Mon Sep 17 00:00:00 2001 From: Tobias Baader Date: Mon, 30 Sep 2024 19:27:57 +0200 Subject: [PATCH 1/7] Added Release Notes 6.5.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Public and Private Links in the Sharing Panel - Copy “Permanent Link” by default - Public Link: Copy with or without password to clipboard - Removed link types: “Can upload” and “Invited people” - “Save as” in the app top bar - Right Sidebar Transition - Version Information In Right Sidebar - Build your own Web Application: Web App Boilerplate --- modules/ROOT/pages/ocis_release_notes.adoc | 49 ++++++++++++++++++++++ 1 file changed, 49 insertions(+) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 85674d3..2367b21 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -16,6 +16,55 @@ toc::[] +== Infinite Scale 6.5.0 (Rolling) + +IMPORTANT: This is a Rolling Release. Please check the {release-types-url}[documentation] to see if this release type is right for your use case. + +[discrete] +=== Public and Private Links in the Sharing Panel + +The sharing panel has been redesigned to separate links into two categories: Permanent Link and Public Links. + +- *Permanent Link*: A fixed link for internal use that works as a pointer for people with existing access. Use it ex. to remind someone to review a file. The link remains unchanged, even if the file or folder is renamed or moved. + +- *Public Links*: These links grant access to external people outside your organization. Public links are password-protected by default, ensuring secure file sharing with non-members. Password protection can be turned off by the system administrator. + + +[discrete] +=== Copy "Permanent Link" by default + +Copying a link in the file list now provides the permanent link with a single click. Permanent links work only for people with existing access, ensuring access is secure by default while offering a faster way to share and point people to files. + +[discrete] +=== Public Link: Copy with or without password to clipboard + +You can now copy a public link to your clipboard with or without a password, giving you more control over file sharing. + +[discrete] +=== Removed link types: "Can upload" and "Invited people" + +The “Can upload” and “Invited people” link types have been removed to simplify sharing options. The functionality of the “Invited people” link is still available through the “Permanent link” option. + +[discrete] +=== "Save as" in the app top bar + +A “Save As” option is now available in the app top bar for ex. markdown or plaintext files. You can easily save your document to the desired location without leaving the editor. + +[discrete] +=== Right Sidebar Transition + +The right sidebar transition has been optimized for smoother and more natural animation, enhancing the overall user experience. + +[discrete] +=== Version Information In Right Sidebar + +The version information for Infinite Scale and the Web UI is now displayed in the bottom left sidebar. This enhancement ensures that users can easily identify the versions they are using at any time, simplifying the process for support requests. + +[discrete] +=== Build your own Web Application: Web App Boilerplate + +Introducing the Web App Development Boilerplate for easy app and extension development in ownCloud Web. This boilerplate includes all necessary files to quickly set up your development environment. To get started, simply clone the repository and follow the instructions available in the https://github.com/owncloud/web-app-skeleton[Web App Skeleton]. Build your own web extensions for ownCloud Infinite Scale! + == Infinite Scale 6.4.0 (Rolling) IMPORTANT: This is a Rolling Release. Please check the {release-types-url}[documentation] to see if this release type is right for your use case. From 780db9e1abf4aaf25f26dd482e302f0ee445e148 Mon Sep 17 00:00:00 2001 From: Tobias Baader Date: Tue, 1 Oct 2024 08:11:10 +0200 Subject: [PATCH 2/7] Update modules/ROOT/pages/ocis_release_notes.adoc Co-authored-by: Benedikt Kulmann --- modules/ROOT/pages/ocis_release_notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 2367b21..4976ac8 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -25,7 +25,7 @@ IMPORTANT: This is a Rolling Release. Please check the {release-types-url}[docum The sharing panel has been redesigned to separate links into two categories: Permanent Link and Public Links. -- *Permanent Link*: A fixed link for internal use that works as a pointer for people with existing access. Use it ex. to remind someone to review a file. The link remains unchanged, even if the file or folder is renamed or moved. +- *Permanent Link*: A fixed link for internal use that works as a pointer for people with existing access. Use it e.g. to remind someone to review a file. The link remains unchanged, even if the file or folder is renamed or moved. - *Public Links*: These links grant access to external people outside your organization. Public links are password-protected by default, ensuring secure file sharing with non-members. Password protection can be turned off by the system administrator. From 8351237e7c67e1fe5eea1ff34193a46d1362cfe2 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Tue, 1 Oct 2024 09:45:44 +0200 Subject: [PATCH 3/7] Apply suggestions from code review Co-authored-by: Benedikt Kulmann --- modules/ROOT/pages/ocis_release_notes.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 4976ac8..92adc07 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -48,7 +48,7 @@ The “Can upload” and “Invited people” link types have been removed to si [discrete] === "Save as" in the app top bar -A “Save As” option is now available in the app top bar for ex. markdown or plaintext files. You can easily save your document to the desired location without leaving the editor. +A “Save As” option is now available in the app top bar for e.g. markdown or plaintext files. You can easily save your document to the desired location without leaving the editor. [discrete] === Right Sidebar Transition @@ -56,9 +56,9 @@ A “Save As” option is now available in the app top bar for ex. markdown or p The right sidebar transition has been optimized for smoother and more natural animation, enhancing the overall user experience. [discrete] -=== Version Information In Right Sidebar +=== Version Information In Left Sidebar -The version information for Infinite Scale and the Web UI is now displayed in the bottom left sidebar. This enhancement ensures that users can easily identify the versions they are using at any time, simplifying the process for support requests. +The version information for Infinite Scale and the Web UI is now displayed in the bottom of the left sidebar. This enhancement ensures that users can easily identify the software versions they are using at any time, simplifying the process for support requests. [discrete] === Build your own Web Application: Web App Boilerplate From c3e3a8f7f4c90bc28ee3e06b7bf12eb2f1ebdbb1 Mon Sep 17 00:00:00 2001 From: Tobias Baader Date: Tue, 1 Oct 2024 10:07:30 +0200 Subject: [PATCH 4/7] Update ocis_release_notes.adoc --- modules/ROOT/pages/ocis_release_notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 92adc07..797c143 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -43,7 +43,7 @@ You can now copy a public link to your clipboard with or without a password, giv [discrete] === Removed link types: "Can upload" and "Invited people" -The “Can upload” and “Invited people” link types have been removed to simplify sharing options. The functionality of the “Invited people” link is still available through the “Permanent link” option. +The “Can upload” and “Invited people” link types have been removed to simplify sharing options. The functionality of the “Invited people” link is still available through the “Permanent link” option. Existing links of the type “Can upload” and “Invited people” will continue to work. [discrete] === "Save as" in the app top bar From fe609f4bc03ad5db1d34abbd1cabfa3887566b89 Mon Sep 17 00:00:00 2001 From: Tobias Baader Date: Tue, 1 Oct 2024 10:08:30 +0200 Subject: [PATCH 5/7] Update ocis_release_notes.adoc --- modules/ROOT/pages/ocis_release_notes.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 797c143..26dbab1 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -25,7 +25,7 @@ IMPORTANT: This is a Rolling Release. Please check the {release-types-url}[docum The sharing panel has been redesigned to separate links into two categories: Permanent Link and Public Links. -- *Permanent Link*: A fixed link for internal use that works as a pointer for people with existing access. Use it e.g. to remind someone to review a file. The link remains unchanged, even if the file or folder is renamed or moved. +- *Permanent Link*: A fixed link for internal use that works as a pointer for people with existing access. Use it e.g. to remind someone to review a file. The link remains unchanged, even if the file or folder is renamed or moved. The permanent link is located by the space memberships and people shares. - *Public Links*: These links grant access to external people outside your organization. Public links are password-protected by default, ensuring secure file sharing with non-members. Password protection can be turned off by the system administrator. From d8d1e5afe0a01919b668b297b9b41f9c1159a19d Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 1 Oct 2024 10:16:54 +0200 Subject: [PATCH 6/7] Apply suggestions from code review --- modules/ROOT/pages/ocis_release_notes.adoc | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 26dbab1..4df0631 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -20,28 +20,30 @@ toc::[] IMPORTANT: This is a Rolling Release. Please check the {release-types-url}[documentation] to see if this release type is right for your use case. +Refer to the source and the full change log for a list of bug fixes and changes at {ocis-releases-url}/v6.5.0[GitHub, window=_blank]. [discrete] === Public and Private Links in the Sharing Panel The sharing panel has been redesigned to separate links into two categories: Permanent Link and Public Links. -- *Permanent Link*: A fixed link for internal use that works as a pointer for people with existing access. Use it e.g. to remind someone to review a file. The link remains unchanged, even if the file or folder is renamed or moved. The permanent link is located by the space memberships and people shares. - -- *Public Links*: These links grant access to external people outside your organization. Public links are password-protected by default, ensuring secure file sharing with non-members. Password protection can be turned off by the system administrator. +- *Permanent Link*: + +A fixed link for internal use that works as a pointer for people with existing access. Use it e.g. to remind someone to review a file. The link remains unchanged, even if the file or folder is renamed or moved. The permanent link is located by the space memberships and people shares. +- *Public Links*: + +These links grant access to external people outside your organization. Public links are password-protected by default, ensuring secure file sharing with non-members. Password protection can be turned off by the system administrator. [discrete] -=== Copy "Permanent Link" by default +=== Copy "Permanent Link" by Default Copying a link in the file list now provides the permanent link with a single click. Permanent links work only for people with existing access, ensuring access is secure by default while offering a faster way to share and point people to files. [discrete] -=== Public Link: Copy with or without password to clipboard +=== Public Link: Copy With or Without Password to Clipboard You can now copy a public link to your clipboard with or without a password, giving you more control over file sharing. [discrete] -=== Removed link types: "Can upload" and "Invited people" +=== Removed Link Types: "Can upload" and "Invited people" The “Can upload” and “Invited people” link types have been removed to simplify sharing options. The functionality of the “Invited people” link is still available through the “Permanent link” option. Existing links of the type “Can upload” and “Invited people” will continue to work. @@ -56,12 +58,12 @@ A “Save As” option is now available in the app top bar for e.g. markdown or The right sidebar transition has been optimized for smoother and more natural animation, enhancing the overall user experience. [discrete] -=== Version Information In Left Sidebar +=== Version Information in Left Sidebar The version information for Infinite Scale and the Web UI is now displayed in the bottom of the left sidebar. This enhancement ensures that users can easily identify the software versions they are using at any time, simplifying the process for support requests. [discrete] -=== Build your own Web Application: Web App Boilerplate +=== Build Your own Web Application: Web App Boilerplate Introducing the Web App Development Boilerplate for easy app and extension development in ownCloud Web. This boilerplate includes all necessary files to quickly set up your development environment. To get started, simply clone the repository and follow the instructions available in the https://github.com/owncloud/web-app-skeleton[Web App Skeleton]. Build your own web extensions for ownCloud Infinite Scale! From b54a853a2d6df0d03afabd05cff303d0fea8e295 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 1 Oct 2024 10:17:28 +0200 Subject: [PATCH 7/7] Update modules/ROOT/pages/ocis_release_notes.adoc --- modules/ROOT/pages/ocis_release_notes.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 4df0631..927330e 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -21,6 +21,7 @@ toc::[] IMPORTANT: This is a Rolling Release. Please check the {release-types-url}[documentation] to see if this release type is right for your use case. Refer to the source and the full change log for a list of bug fixes and changes at {ocis-releases-url}/v6.5.0[GitHub, window=_blank]. + [discrete] === Public and Private Links in the Sharing Panel