stable

Clone or download

Read-only

Upgrade Sabre/Dav to 4.1.x

This is part of request #18470 Bump sabre/dav to 4.1.3 No functional change expected here. Instead of using an old and forked library to deal with Webdav, we have to use the one maintained by the Sabre team. Change-Id: I0d60b85f82282eb79d3a3805870f2d520d025c62

Modified Files

Name
M plugins/webdav/composer.json +1 −7 Go to diff View file
M plugins/webdav/composer.lock +467 −20 Go to diff View file
M plugins/webdav/include/BrowserPlugin.class.php +15 −16 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFile.class.php +19 −13 Go to diff View file
M plugins/webdav/include/FS/WebDAVDocmanFolder.class.php +22 −15 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRS.class.php +8 −17 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSFile.class.php +4 −6 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSPackage.class.php +13 −31 Go to diff View file
M plugins/webdav/include/FS/WebDAVFRSRelease.class.php +43 −48 Go to diff View file
M plugins/webdav/include/FS/WebDAVProject.class.php +10 −6 Go to diff View file
M plugins/webdav/include/FS/WebDAVRoot.class.php +16 −15 Go to diff View file
M plugins/webdav/include/ServerBuilder.php +9 −10 Go to diff View file
M plugins/webdav/include/WebDAVTree.class.php +11 −9 Go to diff View file
M plugins/webdav/include/exception/WebDAVExceptionServerError.class.php +2 −1 Go to diff View file
M plugins/webdav/include/webdavPlugin.php +1 −1 Go to diff View file
M plugins/webdav/tests/unit/WebDAVDocmanFileTest.php +11 −11 Go to diff View file
M plugins/webdav/tests/unit/WebDAVDocmanFolderTest.php +15 −14 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSFileTest.php +3 −3 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSPackageTest.php +12 −9 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSReleaseTest.php +27 −25 Go to diff View file
M plugins/webdav/tests/unit/WebDAVFRSTest.php +7 −6 Go to diff View file
M plugins/webdav/tests/unit/WebDAVProjectTest.php +2 −2 Go to diff View file
M plugins/webdav/tests/unit/WebDAVRootTest.php +7 −7 Go to diff View file
M plugins/webdav/tests/unit/WebDAVTreeTest.php +17 −16 Go to diff View file