Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Deduplicate data provider and fix method visibility | Joas Schilling | 2015-04-24 | 1 | -18/+14 |
| | |||||
* | only update share keys if the file was encrypted | Bjoern Schiessle | 2015-04-24 | 1 | -2/+4 |
| | |||||
* | update share keys if file gets copied | Bjoern Schiessle | 2015-04-23 | 1 | -16/+67 |
| | |||||
* | update share keys if a file is moved to a shared folder | Bjoern Schiessle | 2015-04-23 | 1 | -6/+53 |
| | |||||
* | pass KeyStorage via ctor | Thomas Müller | 2015-04-22 | 1 | -26/+1 |
| | |||||
* | calling renameKeys() on directory level as well - fixes #15778 | Thomas Müller | 2015-04-22 | 1 | -2/+15 |
| | |||||
* | add $encryptionModuleId to methods of Keys/IStorage | Thomas Müller | 2015-04-22 | 1 | -1/+1 |
| | |||||
* | detect system wide mount points correctly | Bjoern Schiessle | 2015-04-16 | 1 | -1/+4 |
| | |||||
* | remove calculateUnencryptedSize() - not needed | Thomas Müller | 2015-04-14 | 1 | -12/+1 |
| | |||||
* | Fix mock object to return proper type | Thomas Müller | 2015-04-09 | 1 | -0/+2 |
| | |||||
* | fixing unit test - expected value change due to different size being stored ↵ | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | | | | in cache table | ||||
* | fixing unit tests | Thomas Müller | 2015-04-07 | 1 | -1/+7 |
| | |||||
* | fixing unit test execution - test dummy module was behaving wrong | Thomas Müller | 2015-04-07 | 1 | -1/+1 |
| | |||||
* | fixing unit test execution | Thomas Müller | 2015-04-07 | 1 | -7/+12 |
| | |||||
* | Fixing encryption storage wrapper tests | Thomas Müller | 2015-04-07 | 1 | -4/+65 |
| | |||||
* | update unit tests after ctor signature change of \OC\Encryption\Util | Thomas Müller | 2015-04-07 | 1 | -1/+4 |
| | |||||
* | remove unencrypted_size from the cache, size will contain the unencrypted size | Bjoern Schiessle | 2015-04-07 | 1 | -3/+3 |
| | |||||
* | various fixes & start to unit test the encryption storage wrapper | Thomas Müller | 2015-04-07 | 2 | -4/+50 |
| | |||||
* | Properly detect streamCopy errors | Vincent Petry | 2015-02-25 | 1 | -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 Fischer | 2014-12-19 | 1 | -1/+2 |
| | |||||
* | Add storage and cache wrappers to apply a permissions mask to a storage | Robin Appelman | 2014-11-27 | 1 | -0/+105 |
| | |||||
* | Add storage and cache wrappers to jail a storage to a subfolder | Robin Appelman | 2014-11-27 | 1 | -0/+55 |
| | |||||
* | Use base class to reset the file mapper | Joas Schilling | 2014-11-19 | 2 | -4/+10 |
| | |||||
* | Add $storage->instanceOfStorage to handle instanceof for storage wrappers | Robin Appelman | 2014-05-29 | 2 | -0/+11 |
| | |||||
* | Still return quota value when free space is unknown | Vincent Petry | 2014-03-19 | 1 | -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 queried | Vincent Petry | 2014-03-07 | 1 | -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-root | Thomas Müller | 2014-02-20 | 1 | -3/+22 |
|\ | | | | | Allow passing a root folder to get the used space from in the quota wrapper | ||||
| * | Add unit test for quote wrapper size root | Robin Appelman | 2014-02-04 | 1 | -3/+22 |
| | | |||||
* | | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -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 streams | Vincent Petry | 2014-01-19 | 1 | -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 calls | Vincent Petry | 2013-10-25 | 1 | -0/+22 |
| | |||||
* | add quota storage wrapper | Robin Appelman | 2013-07-25 | 1 | -0/+61 |
| | |||||
* | move storage wrapper test to new namespace | Robin Appelman | 2013-07-25 | 1 | -0/+26 |