From a7c2d9c7cbbf0b67355b7a3e5a6fdf1228eaae93 Mon Sep 17 00:00:00 2001 From: NataliaOvchinnikova Date: Thu, 19 Dec 2024 16:54:52 +0300 Subject: [PATCH 1/3] docs api: the document editing will be prohibited for all users editing the document with the specified key, if the users parameter is not specified for the drop command --- CHANGELOG.md | 1 + .../Docs/Docs API/Additional API/Command service/drop/index.md | 2 ++ site/pages/Docs/Docs API/More Information/Changelog/index.md | 1 + 3 files changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8445a209a..4af60011d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Change Log +- docs api: the document editing will be prohibited for all users editing the document with the specified key, if the users parameter is not specified for the drop command - docs api: the editorConfig.customization.submitForm parameter can now be used as an object - docs api: the editorConfig.customization.compactToolbar parameter is now available for the viewer - docs api: added the editorConfig.customization.pointerMode parameter diff --git a/site/pages/Docs/Docs API/Additional API/Command service/drop/index.md b/site/pages/Docs/Docs API/Additional API/Command service/drop/index.md index abaf99950..52ea8b9a2 100644 --- a/site/pages/Docs/Docs API/Additional API/Command service/drop/index.md +++ b/site/pages/Docs/Docs API/Additional API/Command service/drop/index.md @@ -1,5 +1,7 @@ Disconnects the users with the identifiers specified in the *users* parameter from the **document editing service**. These users will be able to view the document, but will not be allowed to make changes to it. +Starting from version 8.3, if the *users* parameter is not specified, the document editing will be prohibited for all users editing the document with the specified *key*. + ## Request example ``` json diff --git a/site/pages/Docs/Docs API/More Information/Changelog/index.md b/site/pages/Docs/Docs API/More Information/Changelog/index.md index 8dc9a8fa6..e0fa710ee 100644 --- a/site/pages/Docs/Docs API/More Information/Changelog/index.md +++ b/site/pages/Docs/Docs API/More Information/Changelog/index.md @@ -2,6 +2,7 @@ The list of changes of ONLYOFFICE Docs API. ## Version 8.3 +- The [editorConfig.customization.mobileForceView](../../Usage%20API/Config/Editor/Customization/index.md#mobileforceview) parameter is deprecated, please use the [editorConfig.customization.mobile](../../Usage%20API/Config/Editor/Customization/index.md#mobile) parameter instead. - The [editorConfig.customization.submitForm](../../Usage%20API/Config/Editor/Customization/index.md#submitform) parameter can now be used as an object. - The [editorConfig.customization.compactToolbar](../../Usage%20API/Config/Editor/Customization/index.md#compacttoolbar) parameter is now available for the viewer. - Added the [editorConfig.customization.pointerMode](../../Usage%20API/Config/Editor/Customization/index.md#pointermode) parameter. From da242acba06f47b453b16811bb25d5bbd3ad1b88 Mon Sep 17 00:00:00 2001 From: NataliaOvchinnikova Date: Thu, 19 Dec 2024 17:00:11 +0300 Subject: [PATCH 2/3] fixed changelog --- site/pages/Docs/Docs API/More Information/Changelog/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pages/Docs/Docs API/More Information/Changelog/index.md b/site/pages/Docs/Docs API/More Information/Changelog/index.md index e0fa710ee..e0c891560 100644 --- a/site/pages/Docs/Docs API/More Information/Changelog/index.md +++ b/site/pages/Docs/Docs API/More Information/Changelog/index.md @@ -2,7 +2,7 @@ The list of changes of ONLYOFFICE Docs API. ## Version 8.3 -- The [editorConfig.customization.mobileForceView](../../Usage%20API/Config/Editor/Customization/index.md#mobileforceview) parameter is deprecated, please use the [editorConfig.customization.mobile](../../Usage%20API/Config/Editor/Customization/index.md#mobile) parameter instead. +- The document editing will be prohibited for all users editing the document with the specified *key*, if the *users* parameter is not specified for the [drop](../../Additional%20API/Command%20service/drop/index.md) command - The [editorConfig.customization.submitForm](../../Usage%20API/Config/Editor/Customization/index.md#submitform) parameter can now be used as an object. - The [editorConfig.customization.compactToolbar](../../Usage%20API/Config/Editor/Customization/index.md#compacttoolbar) parameter is now available for the viewer. - Added the [editorConfig.customization.pointerMode](../../Usage%20API/Config/Editor/Customization/index.md#pointermode) parameter. From 52be961a627f32605d3d87ef02056f4b7ca53ddb Mon Sep 17 00:00:00 2001 From: NataliaOvchinnikova Date: Thu, 19 Dec 2024 17:00:47 +0300 Subject: [PATCH 3/3] last fix --- site/pages/Docs/Docs API/More Information/Changelog/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pages/Docs/Docs API/More Information/Changelog/index.md b/site/pages/Docs/Docs API/More Information/Changelog/index.md index e0c891560..61083c2b3 100644 --- a/site/pages/Docs/Docs API/More Information/Changelog/index.md +++ b/site/pages/Docs/Docs API/More Information/Changelog/index.md @@ -2,7 +2,7 @@ The list of changes of ONLYOFFICE Docs API. ## Version 8.3 -- The document editing will be prohibited for all users editing the document with the specified *key*, if the *users* parameter is not specified for the [drop](../../Additional%20API/Command%20service/drop/index.md) command +- The document editing will be prohibited for all users editing the document with the specified *key*, if the *users* parameter is not specified for the [drop](../../Additional%20API/Command%20service/drop/index.md) command. - The [editorConfig.customization.submitForm](../../Usage%20API/Config/Editor/Customization/index.md#submitform) parameter can now be used as an object. - The [editorConfig.customization.compactToolbar](../../Usage%20API/Config/Editor/Customization/index.md#compacttoolbar) parameter is now available for the viewer. - Added the [editorConfig.customization.pointerMode](../../Usage%20API/Config/Editor/Customization/index.md#pointermode) parameter.