nextcloud-server/build/integration
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
..
capabilities_features chore: Add SPDX header 2024-06-06 22:53:41 +07:00
collaboration_features chore: Add SPDX header 2024-06-06 22:53:41 +07:00
comments_features chore: Remove deprecated legacy search backend 2024-08-01 12:33:18 +07:00
config chore: Add SPDX header 2024-06-06 22:53:41 +07:00
data chore: Add SPDX header 2024-06-06 22:53:41 +07:00
dav_features fix(dav): Ensure share properties are also set on public remote endpoint 2024-08-12 11:28:03 +07:00
features test: Add integration tests for saving external userglobal storages 2024-09-04 09:46:17 +07:00
federation_features chore: remove chunking-v1 2024-06-19 16:57:42 +07:00
files_features fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-04 09:46:17 +07:00
filesdrop_features chore(integration): add file request tests 2024-07-19 07:35:51 +07:00
ldap_features chore: Add SPDX header 2024-06-06 22:53:41 +07:00
openldap_features chore: Add SPDX header 2024-06-06 22:53:41 +07:00
openldap_numerical_features chore: Add SPDX header 2024-06-06 22:53:41 +07:00
remoteapi_features chore: Add SPDX header 2024-06-06 22:53:41 +07:00
setup_features chore: Add SPDX header 2024-06-06 22:53:41 +07:00
sharees_features chore: Add SPDX header 2024-06-06 22:53:41 +07:00
sharing_features chore: Add SPDX header 2024-06-06 22:53:41 +07:00
videoverification_features chore: Add SPDX header 2024-05-27 14:53:40 +07:00
.gitignore chore: Add SPDX header 2024-05-27 14:53:40 +07:00
composer.json Remove library that is unmaintained since 2015 and was merged in the behat core 2024-01-26 13:53:31 +07:00
composer.lock build(deps-dev): bump guzzlehttp/guzzle in /build/integration 2024-07-27 01:13:38 +07:00
run-docker.sh feat: Make `ISharedStorage` public API and reuse where possible 2024-08-12 11:42:10 +07:00
run.sh test: Add integration tests for saving external userglobal storages 2024-09-04 09:46:17 +07:00