summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/storage
Commit message (Expand)AuthorAgeFilesLines
* add testsRobin Appelman2016-04-261-0/+14
* fix creation of versions of encrypted files on external storagesBjoern Schiessle2016-03-311-13/+41
* recalculate unencrypted size if we assume that the size stored in the db is n...Bjoern Schiessle2016-02-251-1/+157
* make sure that we update the unencrypted size for the versionsBjörn Schießle2015-11-051-0/+96
* versions should always use the keys of the original file, no need to create n...Bjoern Schiessle2015-10-011-0/+23
* add is* storage testsJörn Friedrich Dreyer2015-09-231-0/+25
* Replaces if ($file === '.' || $file === '..') by if(\OC\Files\Filesystem::isI...Martin2015-09-221-1/+1
* 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
* Merge pull request #13641 from owncloud/cache-storage-statusVincent Petry2015-08-071-0/+149
|\
| * Store storage availability in databaseRobin McCorkell2015-07-201-0/+149
* | 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
* Merge pull request #16924 from owncloud/copy-recursive-polyfillThomas Müller2015-07-061-0/+46
|\
| * add unit testsRobin Appelman2015-07-031-0/+46
* | Remove file mapper - was only use in Windows and never worked properlyThomas Müller2015-07-032-88/+0
* | Correctly check if the real file exists, otherwise try the part fileJoas Schilling2015-06-261-8/+18
* | Merge pull request #17045 from owncloud/enc_improvementsBjörn Schießle2015-06-231-3/+60
|\ \
| * | make sure that we always read the header from the original fileBjoern Schiessle2015-06-231-3/+60
| |/
* / Workaround for empty dir deletion for SFTPVincent Petry2015-06-181-0/+7
|/
* Merge pull request #15895 from owncloud/dav-getremoteetagJoas Schilling2015-06-031-0/+18
|\
| * Disable update check test when testing wrappersVincent Petry2015-06-021-0/+3
| * Added storage backend test for checkUpdateVincent Petry2015-06-021-0/+15
* | Move the helpful method to the TestCase classJoas Schilling2015-06-031-1/+1
|/
* Merge pull request #16517 from owncloud/remove-logo-wideThomas Müller2015-05-291-6/+6
|\
| * remove logo-wide from testsJan-Christoph Borchardt2015-05-211-6/+6
* | Only use quota stream wrapper on "files"Vincent Petry2015-05-281-11/+23
* | copy keys before we move a file between storages to make sure that the new ta...Bjoern Schiessle2015-05-221-4/+45
|/
* add tests for copyFromStorage with same storageRobin Appelman2015-05-191-12/+25
* 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