Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
a7a2579c
Commit
a7a2579c
authored
May 12, 2015
by
Lukas Reschke
Browse files
Subadmin permissions are also not required
parent
cdeb2052
Changes
1
Hide whitespace changes
Inline
Side-by-side
settings/controller/certificatecontroller.php
View file @
a7a2579c
...
...
@@ -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
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment