Michael Gapczynski
cc3835d657
Only call OC_FileCache::get('/Shared') if it exists in the file cache, prevents premature addition of the Shared folder to the file cache
...
Conflicts:
lib/fileproxy/quota.php
13 years ago
Michael Gapczynski
6524f6ad30
Only call OC_FileCache::get('/Shared') if it exists in the file cache, prevents premature addition of the Shared folder to the file cache
13 years ago
Bjoern Schiessle
1b142a1155
quota calculation fixed
13 years ago
Bjoern Schiessle
0469f529fa
quota calculation fixed
13 years ago
Bjoern Schiessle
92bb59c95d
fixed broken function call
13 years ago
Bjoern Schiessle
814cab97cf
ignore "Shared"-directory when calculating free space
...
Conflicts:
lib/fileproxy/quota.php
13 years ago
Bjoern Schiessle
d496a5e19f
ignore "Shared"-directory when calculating free space
13 years ago
Robin Appelman
f06c08a637
cleanup oc_filecache, splitting it in several parts and using the new hasUpdated
13 years ago
Robin Appelman
9f5bce81b0
add a default user quota
13 years ago
Robin Appelman
835d6a9b6e
save quota in human readable format (42 MB), should prevent some of the overflow related problems
13 years ago
Robin Appelman
57bffdb46a
fix uploading files using webdav
14 years ago
Florian Pritz
36c31b0e83
fix warning when uploading file using webdav
...
When uploading a file using davfs php warned about a missing argument to
OC_FileProxy_Quota::preFile_put_contents(). Since we get a resource from
OC_Connector_Sabre_File->put(), we have to convert that before running
strlen because it expects a string.
Signed-off-by: Florian Pritz <bluewind@xinu.at>
14 years ago
Robin Appelman
6173c0fbc2
a bit of refactoring for oc_filesystem and implement user quota
14 years ago