summaryrefslogtreecommitdiffstats
path: root/settings/controller
Commit message (Collapse)AuthorAgeFilesLines
* introduce dependency analyzer to take care of app dependenciesThomas Müller2014-12-041-1/+9
| | | | some more unit tests on xml info parser
* Migrate "setsecurity.php" to the AppFrameworkLukas Reschke2014-11-031-0/+95
| | | | | | | | | | | | Add switch to enforce SSL for subdomains Add unit tests Add test for boolean values Camel-case Fix ugly JS
* Merge pull request #11600 from owncloud/refactor-appsettings-to-app-frameworkLukas Reschke2014-10-281-0/+132
|\ | | | | Migrate new app settings to AppFramework
| * Migrate new app settings to AppFrameworkLukas Reschke2014-10-151-0/+132
| | | | | | | | Let's migrate those two new files.
* | fixing typo in English source stringThomas Müller2014-10-161-1/+1
|/
* fixing typosThomas Müller2014-10-141-1/+1
|
* Refactor MailSettings controllerLukas Reschke2014-10-141-0/+166
- Do not store the password (fixes https://github.com/owncloud/core/issues/11385) - Refactor to AppFramework - Add unit tests Conflicts: settings/admin/controller.php