nextcloud/apps/settings
Daniel Calviño Sánchez d2f1225b34 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:11 +02:00
..
appinfo Update license headers for 19 2020-04-29 11:57:22 +02:00
composer Start with webauthn 2020-03-31 22:17:07 +02:00
css Fix the keyboard tab for actionmenu 2020-04-30 19:03:56 +00:00
img Move settings to an app 2019-09-28 09:39:28 +00:00
js Bump bundles 2020-11-16 11:41:24 +01:00
l10n [tx-robot] updated from transifex 2021-04-23 02:26:44 +00:00
lib Fix deleting properties of user settings when not given explicitly 2021-04-23 16:53:11 +02:00
src Fix the user remove from group in UI 2020-10-12 15:48:08 +00:00
templates Fix the config key on the sharing expire checkbox 2020-11-24 14:56:53 +00:00
tests Fix deleting properties of user settings when not given explicitly 2021-04-23 16:53:11 +02:00
.editorconfig Move settings to an app 2019-09-28 09:39:28 +00:00
.gitignore Move settings to an app 2019-09-28 09:39:28 +00:00
.l10nignore [stable19] Fix ignoring the correct settings files for translations 2020-10-02 12:34:54 +02:00
webpack.js Fix settings chunk loading 2020-09-18 15:57:38 +02:00