mirror of
https://github.com/nextcloud/server.git
synced 2026-03-04 18:28:08 +01:00
Return unknown free space for shared root folder so we can still upload partial files
This commit is contained in:
@@ -384,7 +384,7 @@ class Shared extends \OC\Files\Storage\Common {
|
||||
|
||||
public function free_space($path) {
|
||||
if ($path == '') {
|
||||
return -1;
|
||||
return \OC\Files\FREE_SPACE_UNKNOWN;
|
||||
}
|
||||
$source = $this->getSourcePath($path);
|
||||
if ($source) {
|
||||
|
||||
Reference in New Issue
Block a user