nextcloud/settings/Controller
Lukas Reschke e2bfce0d26
Cast "isFeatured" to "featured"
The appstore returns a "isFeatured" in the current API revision. We need to cast this thus.

Fixes the following error log message when opening the tab "Customization":

> Undefined index: featured at /media/psf/stable9/settings/Controller/AppSettingsController.php#233

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
2016-11-21 21:34:37 +01:00
..
AdminSettingsController.php Add unit tests 2016-08-15 16:25:34 +02:00
AppSettingsController.php Cast "isFeatured" to "featured" 2016-11-21 21:34:37 +01:00
AuthSettingsController.php Merge pull request #1447 from nextcloud/password-confirmation-for-some-actions 2016-11-18 15:42:30 +01:00
CertificateController.php Merge pull request #892 from nextcloud/fix_phpdoc 2016-08-17 10:38:21 +02:00
ChangePasswordController.php Require password confirmation for user management 2016-11-18 12:10:50 +01:00
CheckSetupController.php Deprecate getEditionString() 2016-09-06 16:05:28 +02:00
EncryptionController.php Use magic DI as much as possible 2016-10-05 16:36:49 +02: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 Require confirmation when changing the email settings 2016-11-18 12:10:50 +01:00
PersonalController.php Add settings PersonalController 2016-11-06 14:05:49 +01:00
SecuritySettingsController.php Set default 2016-09-07 22:09:32 +02:00
UsersController.php don't try to verify email address if no email address is set 2016-11-21 11:30:03 +01:00