mirror of
https://github.com/nextcloud/server.git
synced 2026-03-14 22:53:43 -04:00
In the case of shared files, we have to call free_space() on the file name. This has the side-effect that when uploading to a local storage without quota set, it will call disk_free_space with the file name, which fails. This fix uses the parent folder in case the given path is a file. |
||
|---|---|---|
| .. | ||
| polyfill | ||
| wrapper | ||
| common.php | ||
| commontest.php | ||
| dav.php | ||
| flysystem.php | ||
| home.php | ||
| local.php | ||
| localtempfiletrait.php | ||
| storage.php | ||
| storagefactory.php | ||
| temporary.php | ||