stable
Clone or download
Read-only
fix: request #38615 Allow ONLYOFFICE to download multiple times an item
Recent versions of ONLYOFFICE make 2 download calls when opening some files (notably PDFs) which is problematic since Tuleap invalidates the download token after its first use. This restriction is now removed (the download token still has a short lifetime anyway). Change-Id: I4227762ea32c3492757b0994f032cbe6d69d330f
Modified Files
Name | ||||
---|---|---|---|---|
M | docker-compose.yml | +1 | −1 | Go to diff View file |
M | plugins/onlyoffice/include/Download/OnlyOfficeDownloadDocumentTokenDAO.php | +0 | −5 | Go to diff View file |
M | plugins/onlyoffice/include/Download/OnlyOfficeDownloadDocumentTokenVerifier.php | +0 | −2 | Go to diff View file |
M | plugins/onlyoffice/tests/integration/Download/OnlyOfficeDownloadDocumentTokenDAOTest.php | +0 | −4 | Go to diff View file |
M | plugins/onlyoffice/tests/unit/Download/OnlyOfficeDownloadDocumentTokenVerifierTest.php | +0 | −1 | Go to diff View file |