aboutsummaryrefslogtreecommitdiffstats
path: root/settings/controller/certificatecontroller.php
Commit message (Collapse)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-061-183/+0
|
* Update author informationLukas Reschke2016-03-011-0/+1
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-131-1/+1
|\ | | | | Update license headers 2016
| * Happy new year!Thomas Müller2016-01-121-1/+1
| |
* | Allow admins to add system wide root certificatesRobin Appelman2016-01-121-16/+55
|/
* Update license headersLukas Reschke2015-10-261-1/+1
|
* Use injected requestVincent Petry2015-10-091-1/+1
|
* fix IE8 user agent detectionMorris Jobke2015-10-091-1/+1
|
* Fix uploading avatar and root certs in IE8Vincent Petry2015-10-091-5/+14
|
* Fix importing of certificatesLukas Reschke2015-10-061-2/+3
| | | | Fixes https://github.com/owncloud/core/issues/19601
* deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
|
* update licence headers via scriptMorris Jobke2015-10-051-0/+2
|
* Update isCertificateImportAllowed() check to new APIRobin McCorkell2015-09-101-2/+2
|
* also block certificate management in the back-end if external storages are ↵Bjoern Schiessle2015-08-041-1/+33
| | | | disabled for the user
* Subadmin permissions are also not requiredLukas Reschke2015-05-121-0/+2
|
* Add NoAdminRequired annotationLukas Reschke2015-05-121-0/+4
| | | | Stupid mistake in master, fixes https://github.com/owncloud/core/issues/16288
* Adjust tests and statuscodeLukas Reschke2015-04-201-1/+1
|
* Migrate personal certificate handling into AppFramework controllersLukas Reschke2015-04-201-0/+93
Also added unit-tests and better error-handling