stable

Clone or download

Read-only

Save co-authors when multiple users have edited a document with ONLYOFFICE

To test: open a document with two different users, do some changes with those two users and then close the editor for those two users. You should see the two users in the history. Part of story #28263: edit office document stored in Document Change-Id: I8e1c9590103c90b78e9ce155f544ff009262c3b6

Modified Files

Name
M plugins/docman/include/Version/CoAuthorDao.php +18 −1 Go to diff View file
M plugins/onlyoffice/include/Save/OnlyOfficeCallbackDocumentSaver.php +44 −6 Go to diff View file
M plugins/onlyoffice/include/Save/OnlyOfficeCallbackResponseJWTParser.php +14 −1 Go to diff View file
M plugins/onlyoffice/include/Save/OnlyOfficeCallbackSaveResponseData.php +4 −0 Go to diff View file
M plugins/onlyoffice/include/onlyofficePlugin.php +2 −0 Go to diff View file
M plugins/onlyoffice/tests/unit/Save/OnlyOfficeCallbackDocumentSaverTest.php +19 −10 Go to diff View file
M plugins/onlyoffice/tests/unit/Save/OnlyOfficeCallbackResponseJWTParserTest.php +3 −2 Go to diff View file
M plugins/onlyoffice/tests/unit/Save/OnlyOfficeSaveControllerTest.php +2 −2 Go to diff View file