Add DocSpace 2.5 changelog

This commit is contained in:
Svetlana Maleeva 2024-03-29 18:23:28 +03:00
parent bc496b96ef
commit 617c3bbcbf

View File

@ -1,6 +1,78 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<div class="changelog-open-in-new-window"><a target="_blank" href="<%=VirtualPathUtility.ToAbsolute("~/installation/docspace-changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 2.5.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">04/20/2024</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">DocSpace</p>
<ul>
<li>Switching to .net 8.</li>
<li>Added distributed locking based on Redis/ZooKeeper.</li>
<li>Added a new Management client (Standalone only) for managing DocSpace spaces: configuring the current portal and managing other portals, set up branding for all portals, perform backup/restore of all portals, go to the payments page.</li>
<li>Changed scrolling of pages, panels, etc.</li>
<li>Changed width calculation when adding new table columns.</li>
<li>Changed the display of buttons in the portal settings on mobile devices.</li>
<li>Added a new modal window to Management: after configuring the portal, a window appears where you are asked to go to the domain or stay in the settings.</li>
<li>Changed the URL to view media files: /media/view is used instead of /products/files/#preview.</li>
<li>Redesigned the info panel: fixed the context menu, actions with the selected element, display of the element in the panel.</li>
<li>Added asynchronous file upload.</li>
<li>Added presets for Javascript SDK: DocSpace, Public room, Editor, Viewer, Room selector, File selector, Custom.</li>
<li>Added a mechanism for forwarding the editor customization config.</li>
<li>Adjusted the behavior of internal checks for the CSP mechanism.</li>
<li>Changed the loader for the SDK.</li>
<li>Fixed the mechanism of synchronizing the color scheme transmitted to the SDK for the editor.</li>
<li>Added work with the type of opened editor (restored the mechanism of the embedded display).</li>
<li>Added a new view for the selector mode - a button that opens the selector window.</li>
<li>Added a mechanism for working with Google Tag Manager, it works automatically if there is an corresponding setting in the server configuration.</li>
<li>Changed the page for inviting users to a portal/room: redesigned the form, divided into steps. The first step is to enter the email. If the user with such email exists on the portal, the second step is to go to the modified login page. If the user does not exist, the second step is to enter a name and create a password.</li>
<li>Moved long operations to ASC.Files.Service.</li>
<li>The Overwrite Confirmation dialog window is now shown every time without a separate setting.</li>
<li>Added the ability to share files from My Documents.</li>
<li>Added the Share tab in the Info panel to assign permissions to links.</li>
<li>Added empty file templates for ar-SA and sr-Latn-RS cultures.</li>
<li>Accelerated loading of large files (chunks are now loaded in several threads).</li>
<li>Restored the ability to create rooms based on third-party storages (for Public rooms only).</li>
<li>Added additional information about users in the Info panel.</li>
<li>Changed the tariff banner and moved it to the header.</li>
<li>Added the “Share room” button to the navigation for public rooms (copies the link to the public room and shows it).</li>
<li>Removed the “Additional links” header for public rooms now additional links are included in one list).</li>
<li>Changed “Copy general link” to “Copy shared link” for public rooms (“General link” to “Shared links”).</li>
<li>Changed the “Megaphone” icon to “Planet” for public rooms.</li>
<li>Replaced the ONLYOFFICE Sample Form.oform file with ONLYOFFICE Sample Form.pdf.</li>
<li>Changed work of the InviteInput field.</li>
<li>Added tabs to the Accounts page.</li>
<li>Added the new Group column to the group table.</li>
<li>Added the new way to sort/filter users by groups.</li>
<li>Added a table to display groups.</li>
<li>Changed HeaderMenu and MainButton in the Accounts section.</li>
<li>Added the new panel for creating/editing groups.</li>
<li>Added group filtering by members.</li>
<li>Added the new Info panel wich displays information about the group.</li>
<li>Added new data about groups when displaying user information in the Info panel.</li>
<li>Added the ability to enter a group as if it were a folder, the table for users in the group, and navigation back to accounts.</li>
<li>Added the ability to invite groups to rooms for free roles.</li>
<li>Added the ability to jointly search for users and/or groups within a room in the info panel.</li>
<li>Added users and rooms quotas (a default quota, which can be set in the portal settings, and a custom quota, which can be set in the info panel, in the corresponding column of the table, through the menu and in the editing/creating room dialog window).</li>
<li>Added the safe area for mobile devices with “bangs”.</li>
<li>Now the last set room filter is not reset when switching to other sections (in Rooms/Archive).</li>
<li>Removed the ability to edit an already uploaded photo (change zoom and aspect) in the Avatar Editor.</li>
<li>A larger image is now uploaded to the server to impove quality when zooming in on large screens.</li>
<li>Styled the NGINX standard errors.</li>
<li>Added validation and notifications about errors when changing the portal name in the DNS settings.</li>
<li>Added the new advertising banner.</li>
<li>Implemented migration from Google Workspace and ONLYOFFICE Workspace: added the ability to migrate users with files, groups and shared files/folders.</li>
<li>Added new icons for the xlsb format.</li>
<li>Added the "Create a new folder in the storage" checkbox when creating a room with the connection of a third-party resource.</li>
<li>Rewrote Document Editor to the NextJS library. Accelerated opening documents.</li>
<li>Rewrote all selectors (files, room and people) to a more optimal working scheme.</li>
<li>Changed drag for the Tiles view (now dragging files/folders occurs over the entire tile area).</li>
<li>Added the ability to upload files using drag and drop in the Plugins list.</li>
<li>Added a new state in all selectors with users. If a user is blocked, he is always displayed in the list, but it's not possible to take actions with him. If a user is already added, he is displayed with the 'Invited' label in the selector for inviting users to a room.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 2.0.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">12/02/2023</span></p>