Merge branch 'feature/DocSpace-1.1.0' into release/1.14.0

This commit is contained in:
Svetlana Maleeva 2023-07-18 19:03:53 +03:00
commit 318b554511
3 changed files with 79 additions and 0 deletions

View File

@ -0,0 +1,46 @@
<%@ 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/document/changelog.aspx")%>">Open in new window</a></div>
<div class="changelog-version-block">
<p class="changelog-main-header">Version 1.1.0</p>
<p class="changelog-release-date">Release date: <span class="crd-date">07/19/2023</span></p>
<div class="changelog-switcher">
<p class="changelog-subheader">DocSpace</p>
<ul>
<li>Added SMTP Settings to the `Integration` section of the DocSpace Settings</li>
<li>Added support for the Community and Enterprise versions of the server solution (DocSpace installations, API methods for billing). Added Enterprise Wizard, Enterprise Payments Page, Trial Enterprise Payments Page, Community Wizard.</li>
<li>Added the Bonus page for the Community version. The page offers to get free access to the Enterprise solution for 30 days.</li>
<li>Hidden the `DocSpace deletion` section of the DocSpace settings in the interface of the server solution. This section will be necessary if several portals are created using the Multitenancy feature. Current version does not include the Multitenancy feature.</li>
<li>Hidden the `Finalize version` menu item from the context menu. Revisions are no longer available. Changed design of the version history. Its no longer possible to change versions by clicking on the badge. Added the `Open` menu item to the context menu of the version history.</li>
<li>Added the drop-down list with permissions in the user list</li>
<li>Added the warning that the file is being edited when trying to perform actions on the file</li>
<li>Added support for Armenian language.</li>
<li>Removed the ability to sort files by `Author`, `Creation date`, `Type`, `Room` in the file list.</li>
<li>Replaced the icon for the Rooms section in the left-side menu.</li>
<li>Replaced the icon for switching to the Rooms section on the empty page in the Archive section.</li>
<li>Simplified the list of settings available for a paid user in the `Settings` section of the left-side menu.</li>
<li>Added the ability to send a report about an error (in the SaaS version only).</li>
<li>Reworked the `Developer Tools` section of the DocSpace Settings.</li>
<li>Improved JS SDK. Adjusted initialization mechanisms, added multiinstanceness. Extended the list of available methods for working with a portal. Updated the configuration file. Added the ability to work with callbacks</li>
<li>Added crossing box for selection in the Accounts section.</li>
<li>Improved the `Session Lifetime` setting: fixed work of session login, added validation in the settings input, added error handling. When this setting is enabled, the `Remember me` checkbox will be hidden on the login page.</li>
<li>Added the `apiDocsLink` parameter to `SettingsStore` for references to api.onlyoffice.com.</li>
<li>Added the advertising block with the ability to send a message to support@onlyoffice.com in the `Integration` -> `Third-party services` section.</li>
<li>Added the advertising page with a button to go to api.onlyoffice.com in the `Developer tools` section.</li>
<li>Added the `/accounts/changeOwner` path for opening the dialog window which allows to change the owner in the app for iOS.</li>
<li>Hidden the `Search by file contents` option when filtering files for the Startup tariff (in the SaaS version. This feature is only available for the paid Business plan only)./li>
<li>Added the `Account login type` option (SSO, Standard login) when filtering accounts in the Accounts section./li>
<li>Fixed a bug when files/folders were not deleted.</li>
<li>File thumbnails are no longer counted in the quota.</li>
<li>Added support for the `Strict-Transport-Security`, `X-Content-Type-Options`, `SameSite` security headers.</li>
<li>Optimization of getting a file list.</li>
<li>Optimization of uploading files.</li>
<li>A link to the payment system replaced with a handler to avoid issues with caching.</li>
<li>The `Lifetime session` setting is a day by default.</li>
<li>Fixed work of the `Remember me` button.</li>
<li>Added a banner for downloading applications.</li>
</ul>
</div>
</div>
</div>

View File

@ -0,0 +1,19 @@
<%@ Control Language="C#" Inherits="BaseContentUserControls"%>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<script runat="server">
protected override void Init()
{
PageTitle = PageCaption = "ONLYOFFICE DocSpace changelog";
MetaKeyWords = "";
MetaDescription = "See what's new in recent versions of ONLYOFFICE DocSpace.";
}
</script>
<div class="main_buscall_container dataBackup">
<div class="MainHelpCenter">
<h1 class="subHeaderFeaturesCaption TipsCaption">ONLYOFFICE DocSpace changelog</h1>
<div class="changelog-page">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Installation/DocSpaceChangelog.ascx" />
</div>
</div>
</div>

View File

@ -0,0 +1,14 @@
<%@ Page Title="" Language="C#" MasterPageFile="~/Masters/InstallationGuides/InstallationDocsArticles.master" %>
<%@ Register Namespace="TeamLab.Controls" Assembly="__Code" TagPrefix="cc" %>
<asp:Content ID="Content4" ContentPlaceHolderID="pagebodyidpage" runat="Server">
<body class="common_all_os document_server installation_docs">
</asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="content" runat="Server">
<cc:LocalizeContent runat="Server" ControlName="~/Controls/Help/Installation/\DocSpaceChangelog/\DocSpaceChangelog.ascx" />
</asp:Content>
<asp:Content ID="content2" ContentPlaceHolderID="leftmenupage" runat="server">
<div class="installationdocspage documents">
<div id="SeeAlsoBlockLinks">
</div>
</asp:Content>