nextcloud/apps/files_external/lib/Lib/Auth
Daniel Calviño Sánchez 0644361147 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-05 04:18:38 +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 Update php licenses 2021-06-04 22:02:41 +02:00
Password fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-05 04:18:38 +02:00
PublicKey Add comments 2022-12-05 15:26:36 +01: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