nextcloud/apps/files_encryption
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
..
ajax Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 2014-12-09 09:47:26 +01:00
appinfo Remove unneeded addTranslations() calls 2015-01-14 14:36:23 +01:00
css Add _many_ newlines at the end of files 2013-08-18 11:06:59 +02:00
exception fix typo of blog -> changed to block 2015-01-19 15:57:53 +01:00
files Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 2014-12-09 09:47:26 +01:00
img introduce new app page layout 2014-10-15 15:21:40 +02:00
js Improved Javascript docs for JSDoc 2014-10-31 13:43:30 +01:00
l10n [tx-robot] updated from transifex 2015-01-21 01:55:15 -05:00
lib fix typo of blog -> changed to block 2015-01-19 15:57:53 +01:00
templates Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 2014-12-09 09:47:26 +01:00
tests Call final unlink in trash wrapper's storage 2015-01-23 12:20:54 +01:00
settings-admin.php Update OCA\Encryption to OCA\Files_Encryption in the encryption app itself 2014-12-09 09:47:26 +01:00
settings-personal.php Merge pull request #12568 from owncloud/autoload-encryption-classes 2014-12-09 12:56:57 +01:00