nextcloud/apps/files_external/lib/Lib/Auth
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
..
AmazonS3 Update php licenses 2021-06-04 22:02:41 +02:00
OAuth1 Update php licenses 2021-06-04 22:02:41 +02:00
OAuth2 Update php licenses 2021-06-04 22:02:41 +02:00
OpenStack fix: replace Account name by Login 2024-02-13 21:08:10 +01:00
Password fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-04 23:19:37 +02:00
PublicKey chore: Improve phpdoc typing to silence psalm errors 2024-04-04 11:45:22 +02:00
SMB l10n: Change to a capital letter 2022-01-21 08:17:19 +01:00
AuthMechanism.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Builtin.php Update php licenses 2021-06-04 22:02:41 +02:00
InvalidAuth.php Update php licenses 2021-06-04 22:02:41 +02:00
IUserProvided.php Update php licenses 2021-06-04 22:02:41 +02:00
NullMechanism.php Update php licenses 2021-06-04 22:02:41 +02:00