Skip to content

Commit

Permalink
Merge remote-tracking branch 'remotes/origin/master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
LinneyS committed Oct 11, 2024
2 parents 0c95312 + 937a0b8 commit b136e63
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,16 @@ You can check the connection to ONLYOFFICE Document Server by using the followin
`occ onlyoffice:documentserver --check`
You will see a text either with information about the successful connection or the cause of the error.
You will see a text either with information about the successful connection or the cause of the error.
## Advanced document permissions
The Advanced tab allows you to grant additional access rights only to those users specified in the Sharing tab without the ability to re-share the file. Depending on the chosen Custom permission option and the file type (docx, pptx, xlsx), you can grant different additional rights.
* If the **DOCX** file is shared with the Custom permission (Edit enabled, Share disabled) in the Sharing tab, you can set the given rights to only reviewing (**Review only**) or only commenting (**Comment only**) in the Advanced tab.
* If the **XLSX** file is shared with the Custom permission (Edit enabled, Share disabled) in the Sharing tab, you can set the given rights to only commenting (**Comment only**) or applying filtering for everyone (**Global filter**, which is enabled by default) in the Advanced tab.
* If the **PPTX** file is shared with the Custom permission (Edit enabled, Share disabled) in the Sharing tab, you can set the given rights to only commenting (**Comment only**) in the Advanced tab.
* If the **PDF** file is shared with the Custom permission (Edit enabled, Share disabled) in the Sharing tab, you can set the given rights to only filling out (**Form Filling**) in the Advanced tab.
## How it works
Expand Down

0 comments on commit b136e63

Please sign in to comment.