diff --git a/modules/ROOT/pages/ocis_release_notes.adoc b/modules/ROOT/pages/ocis_release_notes.adoc index 5aa3876..00be355 100644 --- a/modules/ROOT/pages/ocis_release_notes.adoc +++ b/modules/ROOT/pages/ocis_release_notes.adoc @@ -25,7 +25,7 @@ Refer to the source and the full change log for a list of bug fixes and changes [discrete] === Unzip in Web -You can now unzip files directly within the WebUI, with support for the .zip file format. Simply use the “Extract Here” option in the context menu to unzip your files. Please note that we’ve set a maximum file size of 64MB to ensure a reliable extraction process. For larger zip files, we recommend using the desktop client to maintain workflow stability. Please note that the _Unzip in Web_ feature is a WebUI extension and needs to be installed and activated separately, for more details see xref:6-3-0-other-notable-changes[Other Notable Changes]. +You can now unzip files directly within the Web UI, with support for the .zip file format. Simply use the “Extract Here” option in the context menu to unzip your files. Please note that we’ve set a maximum file size of 64MB to ensure a reliable extraction process. For larger zip files, we recommend using the desktop client to maintain workflow stability. Please note that the _Unzip in Web_ feature is a Web UI extension and needs to be installed and activated separately, for more details see xref:6-3-0-other-notable-changes[Other Notable Changes]. [discrete] === Accessibility Improvements @@ -50,10 +50,10 @@ You can now hold the Command key (Ctrl on Windows) to open items in a new tab. B * Skyhigh Security ICAP server + The https://www.skyhighsecurity.com[Skyhigh Secure Web Gateway (SWG)] can now be configured as Infinite Scale ICAP virus scanner. -* https://github.com/owncloud/web-extensions[WebUI extensions] can be added manually to the default WebUI. See the link for available extensions and the +* https://github.com/owncloud/web-extensions[Web UI extensions] can be added manually to the default Web UI. See the link for available extensions and the https://doc.owncloud.com/ocis/next/deployment/webui/webui-customisation.html[ownCloud Web with Custom Configuration] for more details. -* `drawio` has been removed from the embedded WebUI but provided as WebUI extension. +* `drawio` has been removed from the embedded Web UI but provided as Web UI extension. == Infinite Scale 6.2.0 (Rolling) @@ -177,12 +177,12 @@ Infinite Scale now supports opening and editing diagrams with draw.io. Widely us [discrete] === Up to 44% Faster Loading Times -We have improved the loading time of the web ui, especially on slower networks. For example, on a “Fast 3G” connection, load times improved by approximately 44% (from 27s to 15s) and finish times improved by 25% (from 40s to 30s). The overall speed index improved by 32% (from 4.7s to 3.2s). Benchmarks and details on: https://github.com/owncloud/web/pull/10976[owncloud/web#10976] +We have improved the loading time of the Web UI, especially on slower networks. For example, on a “Fast 3G” connection, load times improved by approximately 44% (from 27s to 15s) and finish times improved by 25% (from 40s to 30s). The overall speed index improved by 32% (from 4.7s to 3.2s). Benchmarks and details on: https://github.com/owncloud/web/pull/10976[owncloud/web#10976] [discrete] === More Real-Time UI Updates with Server-Sent Events (SSE) -We have introduced new Server-Sent Events (SSE) to enhance the real-time responsiveness of the web UI. The following events will now automatically update the web UI when they occur: +We have introduced new Server-Sent Events (SSE) to enhance the real-time responsiveness of the Web UI. The following events will now automatically update the Web UI when they occur: * *Locking* + The UI will reflect changes when files or folders are locked. @@ -226,7 +226,7 @@ Additionally, an Audio Info panel showcases audio metadata: [discrete] == Custom WEB App Loading -We've added a new feature which allows the administrator of the environment to provide custom web applications to the users. This feature is useful for organizations that have specific web applications that they want to provide to their users. The users will then be able to access these custom web applications from the web ui. Read the xref:next@ocis:ROOT:deployment/services/s-list/web.adoc[WEB service description] from the admin docs and the https://owncloud.dev/services/web/[WEB service README.md] from the developer docs for a detailed description of the feature. https://github.com/owncloud/ocis/pull/8392[#8392], https://github.com/owncloud/ocis/pull/8523[#8523] +We've added a new feature which allows the administrator of the environment to provide custom web applications to the users. This feature is useful for organizations that have specific web applications that they want to provide to their users. The users will then be able to access these custom web applications from the Web UI. Read the xref:next@ocis:ROOT:deployment/services/s-list/web.adoc[WEB service description] from the admin docs and the https://owncloud.dev/services/web/[WEB service README.md] from the developer docs for a detailed description of the feature. https://github.com/owncloud/ocis/pull/8392[#8392], https://github.com/owncloud/ocis/pull/8523[#8523] [discrete] == Persistent Sidebar States @@ -756,7 +756,7 @@ Additionally, we've massively enhanced the upload preparation time. Rather than [discrete] === Thumbnail Generation Using Image Processors -When thumbnail creation is requested by the WebUI, the format can now be changed as part of the creation process. Previously images were always scaled to fit the given frame. In the process it could happen that images were cropped to fit, making them often hard to identify. By defining a processor via the API, images can now be scaled to best fit a given frame. +When thumbnail creation is requested by the Web UI, the format can now be changed as part of the creation process. Previously images were always scaled to fit the given frame. In the process it could happen that images were cropped to fit, making them often hard to identify. By defining a processor via the API, images can now be scaled to best fit a given frame. [discrete] === Experimental: Support of AD FS @@ -1098,7 +1098,7 @@ in a more compact and organized manner. This is particularly useful for users wh * Enhancement - Allow disabling WOPI chat to disable the inline chat in Only Office: https://github.com/owncloud/ocis/pull/6544[#6544] * Enhancement - Download a whole space as archive: https://github.com/owncloud/web/issues/9056[#9056] * Enhancement - We've implemented a new solution to deal with long breadcrumbs even with long folder names: https://github.com/owncloud/web/pull/8984[#8984] -* Enhancement - Respect archiver limits. The archiver service announces a limit for the accumulated filesize of the currently selected resources. The web UI now respects those limits and shows a disabled download button once the limit has been reached. https://github.com/owncloud/web/pull/9055[#9055] +* Enhancement - Respect archiver limits. The archiver service announces a limit for the accumulated filesize of the currently selected resources. The Web UI now respects those limits and shows a disabled download button once the limit has been reached. https://github.com/owncloud/web/pull/9055[#9055] * Enhancement - Privacy statement in account menu. We've added the option to add an imprint and privacy statement via the config: https://github.com/owncloud/web/issues/9174[#9174] * Enhancement - Allow local storage for auth token. We've introduced a new env var `WEB_OPTION_TOKEN_STORAGE_LOCAL`. When set to true (default), the auth token will be stored in the browser's local storage instead of the session storage. This will enable a persisted login state across multiple browser tabs. https://github.com/owncloud/web/pull/9386[#9386]