nextcloud/apps/files_external/lib/Lib/Auth/Password
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
..
GlobalAuth.php chore: Improve phpdoc typing to silence psalm errors 2024-04-04 11:45:22 +02:00
LoginCredentials.php chore: Improve phpdoc typing to silence psalm errors 2024-04-04 11:45:22 +02:00
Password.php fix: replace Account name by Login 2024-02-13 21:08:10 +01:00
SessionCredentials.php chore: Improve phpdoc typing to silence psalm errors 2024-04-04 11:45:22 +02:00
UserGlobalAuth.php fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-04 23:19:37 +02:00
UserProvided.php fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-04 23:19:37 +02:00