nextcloud/apps/settings/tests
Daniel Calviño Sánchez 67dd087ce4 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 11:44:41 +02:00
..
Activity Format control structures, classes, methods and function 2020-04-10 14:19:56 +02:00
AppInfo Remove old unit tests as well 2020-06-06 11:11:11 +02:00
Controller Fix deleting properties of user settings when not given explicitly 2021-04-23 11:44:41 +02:00
Mailer Set the user language when adding the footer 2021-01-07 15:31:55 +01:00
Middleware Unify settings middleware with others 2020-06-23 20:18:38 +02:00
Settings Separate settings for remote share expiration 2021-04-15 10:06:09 +02:00
SetupChecks Add setup check to verify that the used DB version is still supported in the next major release 2021-01-08 13:38:32 +01:00