summaryrefslogtreecommitdiffstats
path: root/lib/fileproxy
Commit message (Collapse)AuthorAgeFilesLines
* Keep user quota into account when the storage backend has unkown free spaceRobin Appelman2013-02-171-6/+9
|
* Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-142-2/+2
|
* merge master into filesystemRobin Appelman2013-01-161-1/+1
|\
| * Whitespace cleanupBart Visscher2013-01-161-1/+1
| |
* | Fix Shared root problems with Watcher and Quota proxyMichael Gapczynski2013-01-011-1/+3
| |
* | merge master into filesystemRobin Appelman2012-11-151-8/+8
|\|
| * fix quota off by one errorJörn Friedrich Dreyer2012-11-091-8/+8
| |
* | fix quota proxyRobin Appelman2012-11-081-5/+7
| |
* | merge master into filesystemRobin Appelman2012-11-071-7/+9
|\|
| * Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
| |
| * Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-041-2/+2
| |
| * Checkstyle fixes for SpaceBeforeOpenBraceFelix Moeller2012-11-042-2/+2
| |
| * Checkstyle: many fixesFelix Moeller2012-11-021-6/+6
| |
* | also use new cache api hereRobin Appelman2012-10-261-2/+2
| |
* | move some stuff to the new apiRobin Appelman2012-10-261-8/+4
| |
* | merge master into filesystemRobin Appelman2012-10-231-24/+30
|\|
| * Merge pull request #12 from scambra/fixesicewind19912012-10-231-24/+30
| |\ | | | | | | check free space using folder's owner
| | * check free space using folder's ownerscambra2012-09-191-24/+30
| | |
* | | merge master into filesystemRobin Appelman2012-10-171-31/+31
|\| |
| * | Whitespace cleanupBart Visscher2012-10-141-31/+31
| | |
* | | merge master into filesystemRobin Appelman2012-10-131-0/+37
|\| |
| * | remove unneeded variableBjörn Schießle2012-10-121-1/+0
| | |
| * | check if directory already exist before executing mkdirBjörn Schießle2012-10-121-0/+38
| |/
* / don't use depricated OC_FilesystemRobin Appelman2012-10-101-1/+1
|/
* fix problem with quota proxy when using copyRobin Appelman2012-09-171-2/+6
|
* adding space between) and {Thomas Mueller2012-09-071-12/+12
|
* Whitespace fixes in libBart Visscher2012-08-291-4/+4
|
* Only call OC_FileCache::get('/Shared') if it exists in the file cache, ↵Michael Gapczynski2012-06-201-1/+6
| | | | | | | | prevents premature addition of the Shared folder to the file cache Conflicts: lib/fileproxy/quota.php
* quota calculation fixedBjoern Schiessle2012-06-191-1/+1
|
* ignore "Shared"-directory when calculating free spaceBjoern Schiessle2012-06-181-0/+2
|
* cleanup oc_filecache, splitting it in several parts and using the new hasUpdatedRobin Appelman2012-06-151-2/+2
|
* add a default user quotaRobin Appelman2012-02-241-2/+28
|
* save quota in human readable format (42 MB), should prevent some of the ↵Robin Appelman2011-12-141-1/+3
| | | | overflow related problems
* fix uploading files using webdavRobin Appelman2011-09-251-1/+1
|
* fix warning when uploading file using webdavFlorian Pritz2011-09-241-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 quotaRobin Appelman2011-08-151-0/+61