stable
Clone or download
Read-only
Merge 'gerrit #21146' into stable/master
* commit 'e787dbea35': request #18471 Webdav should only exposes "Document" and "Embedded document" Change-Id: If6aa6b647f4c0cac797d6d973abb4c7195215761
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/webdav/include/BrowserPlugin.class.php | +2 | −3 | Go to diff View file |
D | plugins/webdav/include/FS/WebDAVDocmanDocument.class.php | +0 | −238 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanFile.class.php | +99 | −50 | Go to diff View file |
M | plugins/webdav/include/FS/WebDAVDocmanFolder.class.php | +70 | −147 | Go to diff View file |
M | plugins/webdav/site-content/fr_FR/LC_MESSAGES/tuleap-webdav.po | +4 | −0 | Go to diff View file |
D | plugins/webdav/tests/unit/WebDAVDocmanDocumentTest.php | +0 | −150 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVDocmanFileTest.php | +41 | −4 | Go to diff View file |
M | plugins/webdav/tests/unit/WebDAVDocmanFolderTest.php | +57 | −12 | Go to diff View file |