nextcloud-server/apps/files_external/lib
Daniel Calviño Sánchez bd4de5208d fix: Fix unmodified placeholder replacing the actual value when updating
When updating global storages and user storages a property is not
updated by "StoragesService::updateStorage()" if the value matches the
unmodified placeholder. However, userglobal storages are not updated
through the "StoragesService"; as only the authentication mechanism is
updated it is directly done with "saveBackendOptions()" in
"IUserProvided" or "UserGlobalAuth". Due to this the unmodified
placeholder value needs to be explicitly checked in those cases and
replaced by the actual value (note that in this case it is not possible
to just skip updating a specific property).

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2024-09-04 09:46:17 +07:00
..
AppInfo chore: Add SPDX header 2024-06-06 18:05:37 +07:00
BackgroundJob chore: Add SPDX header 2024-06-06 18:05:37 +07:00
Command style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Config chore: Add SPDX header 2024-06-06 18:05:37 +07:00
Controller style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
Lib fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-04 09:46:17 +07:00
Listener chore: Add SPDX header 2024-06-06 18:05:37 +07:00
Migration chore: Add SPDX header 2024-06-06 18:05:37 +07:00
Service chore: Add SPDX header 2024-06-06 18:05:37 +07:00
Settings style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
MountConfig.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
NotFoundException.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
ResponseDefinitions.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00