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
@@ -1756,7 +1756,7 @@ async fn handle_put(
// internally via its `_with_perms` shape.
let content_type = ingested.content_type.clone();
let result = file_upload_service
.update_file_streaming(
.update_file_streaming_with_perms(
&path,
drive_id,
ingested.stored(),