nextcloud/apps/files_external/lib/Lib
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
..
Auth fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-04 23:19:37 +02:00
Backend chore: Improve phpdoc typing to silence psalm errors 2024-04-04 11:45:22 +02:00
Config Update php licenses 2021-06-04 22:02:41 +02:00
Notify Update php licenses 2021-06-04 22:02:41 +02:00
Storage feat: add a specialized writeStream implementation for s3 external storage 2024-07-25 11:02:42 +00:00
DefinitionParameter.php Extend ext storage params to contain default value 2023-01-13 10:27:17 +01:00
DependencyTrait.php Update php licenses 2021-06-04 22:02:41 +02:00
FrontendDefinitionTrait.php More type safety 2022-10-17 11:53:11 +02:00
IdentifierTrait.php Add corresponding interface to trait 2022-10-17 10:58:27 +02:00
IFrontendDefinition.php More type safety 2022-10-17 11:53:11 +02:00
IIdentifier.php Add corresponding interface to trait 2022-10-17 10:58:27 +02:00
InsufficientDataForMeaningfulAnswerException.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
LegacyDependencyCheckPolyfill.php Additional type hinting found by psalm 2022-10-18 12:28:34 +02:00
MissingDependency.php More type safety 2022-10-17 11:53:11 +02:00
PersonalMount.php Rename numericStorageId to numericExternalStorageId in PersonalMount.php 2023-05-07 04:47:44 +02:00
PriorityTrait.php Add corresponding interface to trait 2022-10-17 10:58:27 +02:00
SessionStorageWrapper.php Update php licenses 2021-06-04 22:02:41 +02:00
StorageConfig.php mark MOUNT_TYPE_PERSONAl as deprecated 2024-02-24 11:33:44 +01:00
StorageModifierTrait.php chore: Improve phpdoc typing to silence psalm errors 2024-04-04 11:45:22 +02:00
VisibilityTrait.php Update php licenses 2021-06-04 22:02:41 +02:00