security(nextcloud): add authz to PUT verb

This commit is contained in:
Edouard Vanbelle
2026-07-04 23:57:06 +02:00
parent b95e740b2f
commit 0342bae300
7 changed files with 107 additions and 14 deletions
+1 -1
View File
@@ -871,7 +871,7 @@ async fn handle_put(
// Single streaming path — handles both update and create internally,
// swapping the file row onto the already-ingested blob.
let stored = upload_service
.update_file_streaming(
.update_file_streaming_with_perms(
&internal_path,
chroot.drive_id,
ingested.stored(),