nextcloud-server/apps/files_external/lib/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
..
Auth fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-04 09:46:17 +07:00
Backend chore: Add SPDX header 2024-06-06 18:05:37 +07:00
Config chore: Add SPDX header 2024-06-06 18:05:37 +07:00
Notify chore: Add SPDX header 2024-06-06 18:05:37 +07:00
Storage style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
DefinitionParameter.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
DependencyTrait.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
FrontendDefinitionTrait.php style: update codestyle for coding-standard 1.2.3 2024-08-25 19:34:58 +07:00
IFrontendDefinition.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
IIdentifier.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
IdentifierTrait.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
InsufficientDataForMeaningfulAnswerException.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
LegacyDependencyCheckPolyfill.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
MissingDependency.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
PersonalMount.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
PriorityTrait.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
SessionStorageWrapper.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
StorageConfig.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
StorageModifierTrait.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00
VisibilityTrait.php chore: Add SPDX header 2024-06-06 18:05:37 +07:00