[Pkg-owncloud-commits] [owncloud] 71/123: Subadmin permissions are also not required
David Prévot
taffit at moszumanska.debian.org
Tue May 19 23:55:17 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch stable8
in repository owncloud.
commit a7a2579c893503e97b91900e09fbe1ee9d64725a
Author: Lukas Reschke <lukas at owncloud.com>
Date: Tue May 12 18:08:10 2015 +0200
Subadmin permissions are also not required
---
settings/controller/certificatecontroller.php | 2 ++
1 file changed, 2 insertions(+)
diff --git a/settings/controller/certificatecontroller.php b/settings/controller/certificatecontroller.php
index facf928..ea20b7c 100644
--- a/settings/controller/certificatecontroller.php
+++ b/settings/controller/certificatecontroller.php
@@ -56,6 +56,7 @@ class CertificateController extends Controller {
* Add a new personal root certificate to the users' trust store
*
* @NoAdminRequired
+ * @NoSubadminRequired
* @return array
*/
public function addPersonalRootCertificate() {
@@ -86,6 +87,7 @@ class CertificateController extends Controller {
* Removes a personal root certificate from the users' trust store
*
* @NoAdminRequired
+ * @NoSubadminRequired
* @param string $certificateIdentifier
* @return DataResponse
*/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud.git
More information about the Pkg-owncloud-commits
mailing list