nextcloud-server/apps/settings/tests
Daniel Calviño Sánchez 44c870a470 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-07-02 14:27:23 +07:00
..
Activity
AppInfo
Controller Fix deleting properties of user settings when not given explicitly 2021-07-02 14:27:23 +07:00
Mailer Set the user language when adding the footer 2021-01-07 15:31:55 +07:00
Middleware Unify settings middleware with others 2020-06-23 20:18:38 +07:00
Settings Add a setting to restrict returning a full match unless in phonebook or same group 2021-03-11 08:40:26 +07: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 +07:00