stable
Clone or download
Read-only
This covers request #11285 Upgrade sabredav To test it, you will have to run a make post-checkout. Everything must continue to work (in both UI and Webdav client): * Webdav UI /plugins/webdav is displayed * Can create folders in docman * Upload file into docman * Upload file into docman folder * Create a package in FRS * Create a release in FRS * Upload a file into a FRS release Change-Id: I6061f576140289cc5ca5952ae17d922ee221b512
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/tests/www/TuleapTestSuite.class.php | +6 | −0 | Go to diff View file |
A | plugins/webdav/composer.json | +15 | −0 | Go to diff View file |
A | plugins/webdav/composer.lock | +477 | −0 | Go to diff View file |
M | plugins/webdav/include/BrowserPlugin.class.php | +16 | −17 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanDocument.class.php | +23 | −27 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanFile.class.php | +21 | −21 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanFolder.class.php | +40 | −37 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRS.class.php | +31 | −31 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSFile.class.php | +19 | −22 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSPackage.class.php | +40 | −62 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVFRSRelease.class.php | +57 | −35 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVProject.class.php | +15 | −20 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVRoot.class.php | +27 | −34 | Go to diff View file |
M | plugins/webdav/include/WebDAVTree.class.php | +21 | −84 | Go to diff View file |
M | plugins/webdav/include/WebDAVUtils.class.php | +1 | −1 | Go to diff View file |
D | plugins/webdav/include/autoload.php | +0 | −38 | Go to diff View file |
M | plugins/webdav/include/exception/WebDAVExceptionServerError.class.php | +6 | −4 | Go to diff View file |
M | plugins/webdav/include/webdavPlugin.class.php | +12 | −18 | Go to diff View file |
M | plugins/webdav/tests/WebDAVDocmanDocumentTest.php | +3 | −2 | Go to diff View file |
M | plugins/webdav/tests/WebDAVDocmanFileTest.php | +10 | −9 | Go to diff View file |
M | plugins/webdav/tests/WebDAVDocmanFolderTest.php | +13 | −12 | Go to diff View file |
M | plugins/webdav/tests/WebDAVFRSFileTest.php | +2 | −2 | Go to diff View file |
M | plugins/webdav/tests/WebDAVFRSPackageTest.php | +14 | −13 | Go to diff View file |
M | plugins/webdav/tests/WebDAVFRSReleaseTest.php | +22 | −22 | Go to diff View file |
M | plugins/webdav/tests/WebDAVFRSTest.php | +9 | −8 | Go to diff View file |
M | plugins/webdav/tests/WebDAVProjectTest.php | +6 | −5 | Go to diff View file |
M | plugins/webdav/tests/WebDAVRootTest.php | +9 | −8 | Go to diff View file |
M | plugins/webdav/tests/WebDAVTreeTest.php | +34 | −31 | Go to diff View file |
M | plugins/webdav/tests/bootstrap.php | +1 | −2 | Go to diff View file |
D | plugins/webdav/tests/requirements.php | +0 | −49 | Go to diff View file |