stable

Clone or download

Read-only

Permissions of all document types can be updated via the REST API

It is not yet possible to the new permissions on all childrens of a folder. Part of story #12457: New document modal: permissions Change-Id: I0319069828e7634cd10ad56a5d2e697d2cd28b44

Modified Files

Name
M plugins/docman/include/REST/v1/DocmanEmbeddedFilesResource.php +59 −0 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFilesResource.php +59 −0 Go to diff View file
M plugins/docman/include/REST/v1/DocmanFoldersResource.php +59 −0 Go to diff View file
M plugins/docman/include/REST/v1/DocmanLinksResource.php +59 −0 Go to diff View file
M plugins/docman/include/REST/v1/DocmanWikiResource.php +59 −0 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanEmbeddedTest.php +38 −0 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFilesTest.php +38 −0 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanFoldersTest.php +44 −0 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanLinksTest.php +38 −0 Go to diff View file
M plugins/docman/tests/rest/Docman/DocmanWikiTest.php +38 −0 Go to diff View file