stable

Clone or download

Read-only

Use front router for the docman plugin

This move will allow us to re-use the same approach than the one used when uploading file from the REST API but for downloading file. No functionnal changes. Part of request #13133: A REST API user can not download a document manager file Change-Id: I49af185df6314b188f5aaf6cb1a5084dd3493191

Modified Files

Name
A plugins/docman/etc/nginx/docman.conf +16 −0 Go to diff View file
A plugins/docman/include/DocmanLegacyController.php +52 −0 Go to diff View file
A plugins/docman/include/LegacyRestoreDocumentsController.php +94 −0 Go to diff View file
A plugins/docman/include/LegacySendMessageController.php +71 −0 Go to diff View file
M plugins/docman/include/docmanPlugin.class.php +33 −5 Go to diff View file
D plugins/docman/www/index.php +0 −33 Go to diff View file
D plugins/docman/www/restore_documents.php +0 −79 Go to diff View file
D plugins/docman/www/sendmessage.php +0 −55 Go to diff View file