nextcloud-server/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
AppInfo
Controller Fix deleting properties of user settings when not given explicitly 2021-04-23 11:44:41 +02:00
Mailer
Middleware
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