nextcloud/tests/lib/files/storage/wrapper
Lukas Reschke 676041ba7e Ensure that stored version is at least 1 for cross-storage copy
In case of a move operation from an unencrypted to an encrypted
storage the old encrypted version would stay with "0" while the
correct value would be "1". Thus we manually set the value to "1"
for those cases.

See also https://github.com/owncloud/core/issues/23078
2016-03-16 10:36:15 +01:00
..
availability.php Store storage availability in database 2015-07-20 16:27:26 +01:00
encryption.php Ensure that stored version is at least 1 for cross-storage copy 2016-03-16 10:36:15 +01:00
jail.php Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. 2015-09-22 17:53:15 +02:00
permissionsmask.php Add storage and cache wrappers to apply a permissions mask to a storage 2014-11-27 15:25:57 +01:00
quota.php fix quota wrapper 2016-01-14 12:54:42 +01:00
wrapper.php Use TempManager instead of tmpFolder 2015-12-18 11:19:53 +01:00