Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add a default user quota | Robin Appelman | 2012-02-24 | 1 | -2/+28 |
| | |||||
* | save quota in human readable format (42 MB), should prevent some of the ↵ | Robin Appelman | 2011-12-14 | 1 | -1/+3 |
| | | | | overflow related problems | ||||
* | fix uploading files using webdav | Robin Appelman | 2011-09-25 | 1 | -1/+1 |
| | |||||
* | fix warning when uploading file using webdav | Florian Pritz | 2011-09-24 | 1 | -0/+3 |
| | | | | | | | | | 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> | ||||
* | a bit of refactoring for oc_filesystem and implement user quota | Robin Appelman | 2011-08-15 | 1 | -0/+61 |