nextcloud-server/apps/files_sharing/lib/Controller
nfebe a28834b163 fix(files_sharing): Only send password on change
The password param should never be sent if the intention is not
remove it or update it.

This commit adapts the frontend and backend to this rule to avoid weird bugs
especially around updating new shares.

Signed-off-by: nfebe <fenn25.fn@gmail.com>
2025-10-21 16:54:55 +07:00
..
AcceptController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
DeletedShareAPIController.php fix: Use Server::get in files_sharing DeletedShareAPIController 2025-07-08 13:32:15 +07:00
ExternalSharesController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
PublicPreviewController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
RemoteController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
SettingsController.php refactor(apps): Use constructor property promotion when possible 2024-10-21 12:37:59 +07:00
ShareAPIController.php fix(files_sharing): Only send password on change 2025-10-21 16:54:55 +07:00
ShareController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ShareInfoController.php chore: apply new CSFixer rules 2025-07-01 16:26:50 +07:00
ShareesAPIController.php feat: calendar federation 2025-08-27 17:14:15 +07:00