stable

Clone or download

Read-only

Save ONLYOFFICE document server settings

The settings can now be saved. Note that the JWT secret needs to be provided each time: * it is unlikely the URL change but not the secret * it might prevent site-administrators to update something by mistake Part of story #27555: display Office documents stored in the Document plugin Change-Id: I7da9291ca1847c32172fdc6b6d8655c3ce743fb3

Modified Files

Name
M plugins/onlyoffice/db/uninstall.sql +3 −1 Go to diff View file
M plugins/onlyoffice/include/Administration/OnlyOfficeAdminSettingsPresenter.php +5 −2 Go to diff View file
A plugins/onlyoffice/include/Administration/OnlyOfficeDocumentServerSettings.php +44 −0 Go to diff View file
A plugins/onlyoffice/include/Administration/OnlyOfficeSaveAdminSettingsController.php +73 −0 Go to diff View file
M plugins/onlyoffice/include/onlyofficePlugin.php +30 −3 Go to diff View file
M plugins/onlyoffice/site-content/fr_FR/LC_MESSAGES/tuleap-onlyoffice.po +6 −0 Go to diff View file
M plugins/onlyoffice/site-content/pr_BR/LC_MESSAGES/tuleap-onlyoffice.po +6 −0 Go to diff View file
M plugins/onlyoffice/templates/site-admin.mustache +10 −2 Go to diff View file
M plugins/onlyoffice/tests/unit/Administration/OnlyOfficeAdminSettingsControllerTest.php +1 −1 Go to diff View file
A plugins/onlyoffice/tests/unit/Administration/OnlyOfficeSaveAdminSettingsControllerTest.php +113 −0 Go to diff View file