nextcloud/apps/files_encryption/tests
Vincent Petry 67f1534e0f Call final unlink in trash wrapper's storage
In the case of cross-storage delete, the files are copied to the trash,
then deleted. The final delete on the source storage would still reach
the trash wrapper.

This fix makes forwards that second call to the wrapped storage to make
the final delete work.

It fixes the issue with remote shares, local shares and external
storage.

Also, it uses a new function "renameRecursive" that renames the files
and preserves the mtimes (like "copy_recursive" did in the past))
2015-01-23 12:20:54 +01:00
..
binary rename folder to tests 2013-04-30 00:34:05 +02:00
crypt.php first step to drop \OCP\Config:: in favour of IConfig 2014-12-17 11:12:37 +01:00
encryption.key added users for tests 2013-05-26 20:44:15 +02:00
encryption_table.xml adding unit tests for encryption data migration 2014-06-05 16:54:04 +02:00
helper.php make versions of shared files downloadable 2015-01-09 12:46:24 +01:00
hooks.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
keymanager.php cache keys to read them only once from the hard disc 2014-12-19 16:04:13 +01:00
legacy-encrypted-text.txt added users for tests 2013-05-26 20:44:15 +02:00
migration.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
proxy.php if we download a public shared file we need to retrieve the user from the path 2015-01-13 14:22:54 +01:00
share.php Merge pull request #13182 from owncloud/download_versions 2015-01-12 12:03:21 +01:00
stream.php Correctly namespace encryption tests 2014-12-09 09:47:27 +01:00
testcase.php make versions of shared files downloadable 2015-01-09 12:46:24 +01:00
trashbin.php Call final unlink in trash wrapper's storage 2015-01-23 12:20:54 +01:00
util.php adapt decrypt all and restore/delete key backups to the new folder structure for encryption key introduced with OC8 2015-01-13 12:45:33 +01:00
webdav.php Prioritise Basic Auth header over Cookie 2015-01-17 13:29:07 +01:00
zeros rename folder to tests 2013-04-30 00:34:05 +02:00