nextcloud-server/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
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
ChangePasswordController.php Require password confirmation for user management 2016-11-18 12:10:50 +01:00
CheckSetupController.php
EncryptionController.php
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
UsersController.php don't try to verify email address if no email address is set 2016-11-21 11:30:03 +01:00