Add changelog for 12.0

This commit is contained in:
Svetlana Maleeva 2022-04-27 19:28:12 +03:00
parent 4d15d03843
commit e266497257

View File

@ -1,6 +1,107 @@
<%@ 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("~/server/community/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 12.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">05/11/2022</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">General portal changes</p>
<ul>
<li>Added the ability to connect apps for authorization via AppleId and Microsoft.</li>
<li>Changed keys for authorization via Twilio.</li>
<li>Changed keys for authorization via bitly.</li>
<li>Added the portal name in logs.</li>
<li>Updated to CKEditor v4.16.1, added new styles for TextCut and Magicline.</li>
<li>Edited bottom paddings in the layout.</li>
<li>Redesigned Feed and Mail drop-down lists.</li>
<li>Redesigned textarea for the Chrome browser.</li>
<li>Added a new page with UserVisits information in ASC.Web.Stat.</li>
<li>Disabled Community module by default for new portals.</li>
<li>Updated default image for the authorization page.</li>
<li>Default logo for the About page cannot be changed by an administrator via the WhiteLabel settings in the SaaS version.</li>
<li>Fixed Telegram notifications and Zendesk chat.</li>
<li>Portal name cannot be less than 3 characters.</li>
<li>DotNetZip library replaced with ICSharpCode.SharpZipLib, AjaxMin library replaced with NUglify.</li>
<li>Fixed the bug related with IP Security and Talk vulnerabilities.</li>
<li>Removed the ASC.Mail.Autoreply project and service.</li>
<li>Removed the log cleaner for NLog.</li>
<li>Fixed the AjaxPro and BinaryFormatter vulnerabilities.</li>
<li>Redesigned userselector, added avatars.</li>
<li>Updated emails about changing email and password.</li>
<li>Added a tip on security in the general settings for the server version.</li>
<li>Duplicated password entry field.</li>
<li>Fixed deprecated methods after updating jquery.</li>
<li>In the DNS settings, a custom domain can be added via the request to support for the SaaS version.</li>
<li>Added mentions in comments to tasks, email messages, discussions.</li>
<li>Added support for deep link: when opening a document in a mobile browser, user can choose if the document should be opened in a browser or in a mobile app.</li>
<li>Disabled asp.net sessions in the project.</li>
</ul>
<p class="changelog-subheader">Documents module</p>
<ul>
<li>Added a new page when opening documents in the Private Room via a web browser.</li>
<li>Updated empty files.</li>
<li>Added new settings to automatically clean up the Trash folder.</li>
<li>Added support of fb2 files for viewing.</li>
<li>Added the ability to download xml files with conversion / open for viewing.</li>
<li>Added the ability to download text files with conversion to epub, fb2, html, dotx, ott.</li>
<li>Added the ability to download spreadsheets with conversion to xltx, ots.</li>
<li>Added the ability to download presentations with conversion to potx, otp.</li>
<li>Added the ability to download oxps files with conversion to pdf / open for viewing.</li>
<li>Added the ability to download oxps files with conversion to pdf / open for viewing.</li>
<li>Added the ability to download files with conversion to OOXML with macros (docm, dotm, xlsm, xltm, pptm, potm).</li>
<li>When interacting with editors, a file type is processed in incoming requests and is added in outgoing requests.</li>
<li>The default About window is displayed in editors in the SaaS version. The logo and advanced branding are transferred to the editors About window in the server version.</li>
<li>Added a link to FAQ when connecting Yandex.</li>
<li>Fixed the file selection area.</li>
<li>Redesigned the Sharing settings window.</li>
<li>Added a new feature in the Sharing settings window - Can't print, download and copy file (for Read Only and Comment).</li>
<li>Added a new feature in the Sharing settings window - Can't change sharing settings (for Full Access).</li>
<li>Added a new feature in Common settings - Default access rights in sharing settings.</li>
<li>Added a new section in the Admin settings - Sharing settings.</li>
<li>Hidden the Private Room section in the FileChoice, SaveAs dialogs.</li>
<li>When converting files, regional settings are transferred.</li>
<li>Added missing logs for actions with files and folders, added new api methods for actions.</li>
<li>Added the ability to add folders to Favorites.</li>
<li>Added support of WebDAV server.</li>
</ul>
<p class="changelog-subheader">Calendar module</p>
<ul>
<li>Added WYSIWYG CKEditor in the Description field of the event.</li>
<li>Connected a new config for the Toolbar.</li>
<li>Redesigned the Description column for the List page.</li>
<li>Added DOMPurify sanitizer to prevent possible XSS.</li>
<li>Added the ability to attach local files and links to files from the Documents module to events.</li>
</ul>
<p class="changelog-subheader">Projects module</p>
<ul>
<li>Added the ability to drag-and-drop subtasks.</li>
<li>Reworked reports: User Activity, Project List, add a time interval.</li>
</ul>
<p class="changelog-subheader">People module</p>
<ul>
<li>Added Telegram in Contact information.</li>
<li>Moved Birthdays from Community to People.</li>
<li>Added Birthdays and New employees to Feed.</li>
<li>Added the connection list in the profile with the ability to log out.</li>
<li>Added the ability for administrators to log out all connections of the certain user.</li>
<li>Removed import from Yahoo.</li>
<li>Added the ability to create CardDAV address books.</li>
</ul>
<p class="changelog-subheader">Mail module</p>
<ul>
<li>Added IMAP synchronization for Mail Server.</li>
<li>Added the ability to perform Mail Server database backup and restore.</li>
<li>Added the ability to request a read receipt.</li>
<li>Moved the Aggregator, StorageCleaner and Watchdog mail services from the .Net Framework platform to .NET 6.0.</li>
</ul>
<p class="changelog-subheader">Control Panel</p>
<ul>
<li>Added the Data Import page that allows to import data from Nextcloud, ownCloud and GoogleWorkspace to ONLYOFFICE Workspace.</li>
<li>Moved Elasticsearch to a separate container.</li>
<li>Fixed bugs.</li>
</ul>
</div>
</div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 11.6</p>
<p class="changelog-release-date">Release date: <span class="crd-date">01/18/2022</span></p>