summaryrefslogtreecommitdiffstats
path: root/settings/application.php
Commit message (Collapse)AuthorAgeFilesLines
* add unit tests for new user create mailMorris Jobke2014-12-161-2/+8
|
* Send mail for new usersMorris Jobke2014-12-161-1/+6
| | | | | | * supply mail address * send mail with username and URL to that mail address * option to temporary enable this feature
* Add REST route for user & group managementLukas Reschke2014-12-081-10/+61
| | | | First step of a somewhat testable user management. - I know, the JSON returns are in an ugly format but the JS expects it that way. So let's keep it that way until we have time to fix the JS in the future.
* 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