summaryrefslogtreecommitdiffstats
path: root/settings/application.php
Commit message (Collapse)AuthorAgeFilesLines
* Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-0/+9
| | | | | | | | | | | | Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS
* Migrate new app settings to AppFrameworkLukas Reschke2014-10-151-1/+9
| | | | Let's migrate those two new files.
* Refactor MailSettings controllerLukas Reschke2014-10-141-0/+70
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php