summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/storage/wrapper/encryption.php
Commit message (Expand)AuthorAgeFilesLines
* Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-201-926/+0
* Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-151-4/+5
* Merge pull request #23707 from owncloud/make-sure-that-encrypted-version-is-setFrank Karlitschek2016-03-311-5/+19
|\
| * Make sure that the encrypted version is setLukas Reschke2016-03-311-5/+19
* | fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-13/+31
|/
* Ensure that stored version is at least 1 for cross-storage copyLukas Reschke2016-03-161-0/+42
* Keep "encryptedVersion" when calling `\OC\Files\View::copy`Lukas Reschke2016-03-031-6/+21
* recalculate unencrypted size if we assume that the size stored in the db is n...Bjoern Schiessle2016-02-231-1/+157
* make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-041-0/+96
* versions should always use the keys of the original file, no need to create n...Bjoern Schiessle2015-10-011-0/+23
* occ script to disable encryption and to decrypt all files againBjoern Schiessle2015-09-151-1/+1
* copy always file by file to encrypt/decrypt it if neededBjoern Schiessle2015-08-261-53/+8
* occ tool to encrypt all filesBjoern Schiessle2015-08-261-1/+1
* always update file cache, the cache can handle partial data correctly if the ...Bjoern Schiessle2015-07-311-3/+5
* Add a unit test for the disabled encryption caseJoas Schilling2015-07-231-1/+60
* make sure that we always detect legacy files correctlyBjoern Schiessle2015-07-171-5/+115
* Correctly check if the real file exists, otherwise try the part fileJoas Schilling2015-06-261-8/+18
* make sure that we always read the header from the original fileBjoern Schiessle2015-06-231-3/+60
* Move the helpful method to the TestCase classJoas Schilling2015-06-031-1/+1
* copy keys before we move a file between storages to make sure that the new ta...Bjoern Schiessle2015-05-221-4/+45
* Merge pull request #16399 from owncloud/enc_rmdir_fixClark Tomlinson2015-05-181-7/+74
|\
| * only try to delete file keys if it is a valid pathBjoern Schiessle2015-05-181-7/+74
* | a new approach to display the error messageBjoern Schiessle2015-05-181-2/+7
|/
* use hooks to update encryption keys instead of the storage wrapper if a file ...Bjoern Schiessle2015-05-111-10/+1
* Fix missing types on doc block and deduplicate the method nameJoas Schilling2015-05-061-1/+1
* move/copy from storageBjoern Schiessle2015-05-061-9/+10
* unit testsBjoern Schiessle2015-05-061-41/+68
* make sure that we keep the correct encrypted-flag and the (unencrypted)size i...Bjoern Schiessle2015-05-051-11/+41
* fixes #15848Thomas Müller2015-04-271-0/+3
* Fix new testsJoas Schilling2015-04-271-4/+1
* Add test "operation on keys failed"Joas Schilling2015-04-241-7/+10
* 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 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
* various fixes & start to unit test the encryption storage wrapperThomas Müller2015-04-071-0/+50