nextcloud/apps/files_external/lib/Lib/Auth/Password
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
..
GlobalAuth.php Update php licenses 2021-06-04 22:02:41 +02:00
LoginCredentials.php Merge pull request #26397 from nextcloud/external-storage-login-ldap-public 2021-06-07 13:13:54 +02:00
Password.php Update php licenses 2021-06-04 22:02:41 +02:00
SessionCredentials.php feat(files_external): migrate to vue 2023-08-01 16:38:06 +02:00
UserGlobalAuth.php fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-05 04:18:38 +02:00
UserProvided.php fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-05 04:18:38 +02:00