summaryrefslogtreecommitdiffstats
path: root/settings/controller
Commit message (Expand)AuthorAgeFilesLines
* Rename files to be PSR-4 compliantLukas Reschke2016-04-069-2178/+0
* Update author informationLukas Reschke2016-03-012-0/+2
* We should check for exceptions when trying to get the avatarRoeland Jago Douma2016-02-221-1/+5
* Add note if integrity check is disabledLukas Reschke2016-02-121-0/+4
* Consolidate getQuota and setQuota methods in User instanceArthur Schiwon2016-02-091-1/+1
* Move data protection check to javascriptVincent Chan2016-02-011-1/+0
* Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-201-6/+2
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-139-10/+11
|\
| * Happy new year!Thomas Müller2016-01-129-10/+11
* | Allow admins to add system wide root certificatesRobin Appelman2016-01-121-16/+55
|/
* Add a warning on the apps list when the version is missingJoas Schilling2016-01-071-0/+3
* Inject OCSClientLukas Reschke2016-01-061-3/+3
* Use OCP\Util::getVersion instead of the internal private implementationMorris Jobke2015-12-181-3/+5
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-12-071-1/+0
* Only try to load avatars in the user list if there is anyRoeland Jago Douma2015-12-041-1/+13
* User IUser::getEMailAddress() all over the placeThomas Müller2015-12-021-1/+5
* Remove OC_Config from app management templateMorris Jobke2015-12-021-0/+1
* Add code integrity checkLukas Reschke2015-12-011-2/+79
* Moved changedisplayname to usercontrollerRoeland Jago Douma2015-11-201-0/+54
* fix subadmin user count for empty groupsMorris Jobke2015-11-041-0/+1
* Fix everyone count for subadminsVincent Petry2015-10-291-0/+36
* Drop OC_SubAdmin and replace usagesLukas Reschke2015-10-292-19/+45
* Merge pull request #19813 from owncloud/stay-on-apps-category-refreshThomas Müller2015-10-261-6/+41
|\
| * Use speaking idsJoas Schilling2015-10-261-7/+40
| * Stay on the same category when refreshing the page on the apps listJoas Schilling2015-10-261-1/+3
* | Update license headersLukas Reschke2015-10-263-2/+3
|/
* Fix unit testRoeland Jago Douma2015-10-211-1/+1
* Fix memcached/memcache module checkRobin McCorkell2015-10-201-2/+2
* 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
* Don't perform checks for outdated TLS libs when no internet connectionLukas Reschke2015-10-081-2/+20
* Fix comment syntaxLukas Reschke2015-10-081-2/+2
* Fix importing of certificatesLukas Reschke2015-10-061-2/+3
* Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-063-0/+5
|\
| * deduplicate @xenopathicMorris Jobke2015-10-061-1/+1
| * update licence headers via scriptMorris Jobke2015-10-053-0/+5
* | [admin] check for correct PHP memcached moduleMorris Jobke2015-10-061-0/+18
|/
* Update isCertificateImportAllowed() check to new APIRobin McCorkell2015-09-101-2/+2
* use config.php value instead of version stringMorris Jobke2015-09-021-1/+1
* Add setup check for reverse proxy header configurationRobin McCorkell2015-08-101-1/+20
* Merge pull request #17919 from rullzer/php_supported_checkThomas Müller2015-08-101-0/+18
|\
| * Display warning in security & setup warnings if php version is EOLRoeland Jago Douma2015-07-291-0/+18
* | also block certificate management in the back-end if external storages are di...Bjoern Schiessle2015-08-041-1/+33
|/
* Merge pull request #17912 from owncloud/detect-old-openssl-versionsRobin McCorkell2015-07-281-1/+69
|\
| * Detect old NSS and OpenSSL versionsLukas Reschke2015-07-281-1/+69
* | Add unit testsLukas Reschke2015-07-281-13/+25
* | set logger in constructorBjoern Schiessle2015-07-281-0/+1
|/
* don't move keys if the key where already moved in a previous migration runBjoern Schiessle2015-07-171-2/+8
* Merge pull request #17500 from owncloud/encryption_migration_improvementsThomas Müller2015-07-161-0/+2
|\