nextcloud/apps/settings/lib/Controller
Daniel Calviño Sánchez 77aba3df3c Fix deleting properties of user settings when not given explicitly
The controller can receive an optional subset of the properties of the
user settings; values not given are set to "null" by default. However,
those null values overwrote the previously existing values, so in
practice any value not given was deleted from the user settings. Now
only non null values overwrite the previous values.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-04-23 16:53:57 +02:00
..
AdminSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AppSettingsController.php Show changelog in apps management 2020-09-03 19:16:13 +00:00
AuthSettingsController.php Unify settings middleware with others 2020-06-23 20:18:38 +02:00
ChangePasswordController.php Help static code analysis to understand code. 2020-09-16 16:37:17 +02:00
CheckSetupController.php Add setup check to verify that the used DB version is still supported in the next major release 2021-01-12 10:18:19 +01:00
CommonSettingsTrait.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
HelpController.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
LogSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
MailSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
PersonalSettingsController.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
ReasonsController.php Update license headers for Nextcloud 20 (again) 2020-09-07 14:37:44 +02:00
TwoFactorSettingsController.php Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
UsersController.php Fix deleting properties of user settings when not given explicitly 2021-04-23 16:53:57 +02:00
WebAuthnController.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00