mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
add permissions of the file to the json response
This commit is contained in:
parent
2e79aab0ce
commit
370ed814f7
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ if (strpos($dir, '..') === false) {
|
|||
'name' => basename($target),
|
||||
'originalname' => $files['name'][$i],
|
||||
'uploadMaxFilesize' => $maxUploadFileSize,
|
||||
'maxHumanFilesize' => $maxHumanFileSize
|
||||
'maxHumanFilesize' => $maxHumanFileSize,
|
||||
'permissions' => $meta['permissions']
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue