Skip to content
Snippets Groups Projects
Commit b626de0b authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Merge pull request #16289 from owncloud/fix-stupid-mistake

Add NoAdminRequired annotation
parents dc362823 a7a2579c
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,9 @@ class CertificateController extends Controller { ...@@ -54,6 +54,9 @@ class CertificateController extends Controller {
/** /**
* Add a new personal root certificate to the users' trust store * Add a new personal root certificate to the users' trust store
*
* @NoAdminRequired
* @NoSubadminRequired
* @return array * @return array
*/ */
public function addPersonalRootCertificate() { public function addPersonalRootCertificate() {
...@@ -82,6 +85,9 @@ class CertificateController extends Controller { ...@@ -82,6 +85,9 @@ class CertificateController extends Controller {
/** /**
* Removes a personal root certificate from the users' trust store * Removes a personal root certificate from the users' trust store
*
* @NoAdminRequired
* @NoSubadminRequired
* @param string $certificateIdentifier * @param string $certificateIdentifier
* @return DataResponse * @return DataResponse
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment