summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/storage/wrapper
Commit message (Collapse)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 ↵Thomas Müller2015-04-071-1/+1
| | | | in cache table
* 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
| | | | Now checking whether the written bytes match the number of read bytes.
* 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
| | | | | | Fixed the quota storage wrapper to correctly return the quota value when the free space is not known (which usually happens when the disk_free_space function is disabled)
* Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+16
| | | | | | This fixes the "used space" to be based on the unencrypted size, not encrypted size, to be consistent with how quota/space is handled when encryption is enabled
* Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-201-3/+22
|\ | | | | Allow passing a root folder to get the used space from in the quota wrapper
| * Add unit test for quote wrapper size rootRobin Appelman2014-02-041-3/+22
| |
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2014-02-191-0/+3
|/ | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend
* Fixed quota wrapper to not wrap failed fopen streamsVincent Petry2014-01-191-0/+19
| | | | | | | | | | | | When calling fopen() on some storage types, these return false instead of throwing an exception. This fix makes sure that in case the stream wasn't opened (for example when a file doesn't exist any more) the stream isn't wrapped. Also added 'rb' as another case that doesn't need to be wrapped. Fixes #6832
* 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