0
0
Fork 0
mirror of https://github.com/nextcloud/server.git synced 2025-02-21 23:56:55 +00:00
nextcloud_server/build/integration/files_features
Daniel Calviño Sánchez 5ed377e003 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 23:19:37 +02:00
..
checksums.feature chore: Move integration tests from drone to github 2024-01-26 13:53:29 +01:00
download.feature chore: Move integration tests from drone to github 2024-01-26 13:53:29 +01:00
external-storage.feature fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-04 23:19:37 +02:00
favorites.feature chore: Move integration tests from drone to github 2024-01-26 13:53:29 +01:00
tags.feature chore: Move integration tests from drone to github 2024-01-26 13:53:29 +01:00
transfer-ownership.feature chore: Move integration tests from drone to github 2024-01-26 13:53:29 +01:00
trashbin.feature chore: Move integration tests from drone to github 2024-01-26 13:53:29 +01:00