nextcloud/apps/files_external/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
..
AppInfo feat(files_external): migrate to vue 2023-08-01 16:38:06 +02:00
BackgroundJob chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00
Command feat: add command to scan external storages directly 2024-03-06 19:11:08 +01:00
Config fix: Pass the mountpoint target user to storages without owner 2024-07-22 12:51:50 +00:00
Controller fix: allows admin to edit global credentials 2024-07-10 22:06:47 +02:00
Lib fix: Fix unmodified placeholder replacing the actual value when updating 2024-09-04 23:19:37 +02:00
Listener chore: Fix missing template parameter for IEventListener 2024-01-30 10:57:15 +01:00
Migration fix: Implement option to temporarily set the user session 2024-03-19 13:48:23 +01:00
Service fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
Settings Update php licenses 2021-06-04 22:02:41 +02:00
MountConfig.php fix: Apply new coding standard to all files 2024-04-04 11:45:22 +02:00
NotFoundException.php Update php licenses 2021-06-04 22:02:41 +02:00
ResponseDefinitions.php chore: apply changes from Nextcloud coding standards 1.1.1 2023-11-23 10:36:13 +01:00