summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/storage/wrapper
Commit message (Expand)AuthorAgeFilesLines
* Deduplicate data provider and fix method visibilityJoas Schilling2015-04-241-18/+14
* only update share keys if the file was encryptedBjoern Schiessle2015-04-241-2/+4
* update share keys if file gets copiedBjoern Schiessle2015-04-231-16/+67
* update share keys if a file is moved to a shared folderBjoern Schiessle2015-04-231-6/+53
* pass KeyStorage via ctorThomas Müller2015-04-221-26/+1
* calling renameKeys() on directory level as well - fixes #15778Thomas Müller2015-04-221-2/+15
* add $encryptionModuleId to methods of Keys/IStorageThomas Müller2015-04-221-1/+1
* detect system wide mount points correctlyBjoern Schiessle2015-04-161-1/+4
* remove calculateUnencryptedSize() - not neededThomas Müller2015-04-141-12/+1
* Fix mock object to return proper typeThomas Müller2015-04-091-0/+2
* fixing unit test - expected value change due to different size being stored i...Thomas Müller2015-04-071-1/+1
* fixing unit testsThomas Müller2015-04-071-1/+7
* fixing unit test execution - test dummy module was behaving wrongThomas Müller2015-04-071-1/+1
* fixing unit test executionThomas Müller2015-04-071-7/+12
* Fixing encryption storage wrapper testsThomas Müller2015-04-071-4/+65
* update unit tests after ctor signature change of \OC\Encryption\UtilThomas Müller2015-04-071-1/+4
* remove unencrypted_size from the cache, size will contain the unencrypted sizeBjoern Schiessle2015-04-071-3/+3
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-072-4/+50
* 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
* Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman2014-11-271-0/+105
* Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman2014-11-271-0/+55
* Use base class to reset the file mapperJoas Schilling2014-11-192-4/+10
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-292-0/+11
* 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
* move storage wrapper test to new namespaceRobin Appelman2013-07-251-0/+26