stable

Clone or download

Read-only

Set authoring tool information when saving a document edited in ONLYOFFICE

The "authoring tool" column is now populated in the document history. Part of story #28263: edit office document stored in Document Change-Id: I69fac349e2cef73d3199cc38cebfe81faf8ebeac

Modified Files

Name
M plugins/docman/include/Docman_VersionDao.class.php +1 −1 Go to diff View file
M plugins/onlyoffice/include/Save/OnlyOfficeCallbackDocumentSaver.php +13 −11 Go to diff View file
M plugins/onlyoffice/include/Save/OnlyOfficeCallbackResponseJWTParser.php +9 −1 Go to diff View file
M plugins/onlyoffice/include/Save/OnlyOfficeCallbackSaveResponseData.php +1 −0 Go to diff View file
M plugins/onlyoffice/tests/unit/Save/OnlyOfficeCallbackDocumentSaverTest.php +10 −10 Go to diff View file
M plugins/onlyoffice/tests/unit/Save/OnlyOfficeCallbackResponseJWTParserTest.php +17 −12 Go to diff View file
M plugins/onlyoffice/tests/unit/Save/OnlyOfficeSaveControllerTest.php +2 −2 Go to diff View file