summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/storage/wrapper/quota.php
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-211/+0
* fix quota wrapperRobin Appelman2016-01-141-1/+3
* Use TempManager instead of tmpFolderMorris Jobke2015-12-181-1/+1
* Adding more DB groups to test suitsThomas Müller2015-11-301-0/+7
* Only use quota stream wrapper on "files"Vincent Petry2015-05-281-11/+23
* fixing unit test - expected value change due to different size being stored i...Thomas Müller2015-04-071-1/+1
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-3/+3
* Properly detect streamCopy errorsVincent Petry2015-02-251-0/+22
* HHVM sets stream meta datum wrapper_type to 'File' instead of 'user-space'.Andreas Fischer2014-12-191-1/+2
* Use base class to reset the file mapperJoas Schilling2014-11-191-2/+5
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-291-0/+6
* Still return quota value when free space is unknownVincent Petry2014-03-191-0/+18
* Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+16
* Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-201-3/+22
|\
| * Add unit test for quote wrapper size rootRobin Appelman2014-02-041-3/+22
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+3
|/
* Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-191-0/+19
* Fixed quota stream to not wrap read-only fopen callsVincent Petry2013-10-251-0/+22
* add quota storage wrapperRobin Appelman2013-07-251-0/+61