nextcloud/settings/Controller
Lukas Reschke 21d1d05667
Use public API instead of private
The private API here doesn't have the backends yet properly initialized, probably another bug but let's go with the easy bug fix here. Next step is to write integration tests and then figure out why changing this to the private API (which it actually calls) doesn't work.

Fixes https://github.com/nextcloud/server/issues/5950

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2017-08-01 18:19:28 +02:00
..
AdminSettingsController.php avoid marking two sections as active when they have the same name 2017-06-23 12:38:06 +02:00
AppSettingsController.php Style app bundles 2017-04-26 20:07:53 +02:00
AuthSettingsController.php Fix settings/Controller/ 2017-08-01 08:20:15 +02:00
CertificateController.php Fix settings/Controller/ 2017-08-01 08:20:15 +02:00
ChangePasswordController.php Use public API instead of private 2017-08-01 18:19:28 +02:00
CheckSetupController.php Don't assume the admin didn't configure Opcache correctly... 2017-04-20 13:17:21 +02:00
CommonSettingsTrait.php avoid marking two sections as active when they have the same name 2017-06-23 12:38:06 +02:00
EncryptionController.php Check that set_time_limit is not disabled before calling it 2017-03-11 17:04:21 +01:00
GroupsController.php Require password confirmation for user management 2016-11-18 12:10:50 +01:00
LogSettingsController.php remove old logging section 2016-11-21 13:46:31 +01:00
MailSettingsController.php Fix email vs mail 2017-04-26 09:34:59 +02:00
PersonalSettingsController.php avoid marking two sections as active when they have the same name 2017-06-23 12:38:06 +02:00
SecuritySettingsController.php Set default 2016-09-07 22:09:32 +02:00
UsersController.php Stricter phan config fixes 2017-08-01 08:20:13 +02:00