summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/storage
Commit message (Expand)AuthorAgeFilesLines
* Move Test\Files\Storage\Wrapper\EncodingTest to PSR-4Joas Schilling2016-05-251-203/+0
* Merge pull request #24349 from owncloud/nfd-storagewrapperVincent Petry2016-05-231-0/+203
|\
| * Fixes for encoding wrapperVincent Petry2016-05-201-0/+49
| * Add wrapper for NFD encoding workaroundVincent Petry2016-05-201-0/+154
* | Move tests/ to PSR-4 (#24731)Joas Schilling2016-05-2013-2548/+0
|/
* Fix namespaces and class names in tests/lib/files/Joas Schilling2016-05-191-0/+1
* Prevent concurrent availability checksRobin McCorkell2016-04-261-2/+5
* add testsRobin Appelman2016-04-261-0/+14
* Introduce isReadyForUser and verify in file transfer ownership - fixes #23786Thomas Müller2016-04-151-4/+5
* tests: Fix typos (found by codespell)Stefan Weil2016-04-061-2/+2
* 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
* fix getNodeForPath for non existing part filesRobin Appelman2016-02-111-0/+6
* remove unused Storage->getLocalFolderRobin Appelman2016-02-052-15/+0
* fix quota wrapperRobin Appelman2016-01-141-1/+3
* Merge pull request #21216 from owncloud/fopen-statcacheThomas Müller2015-12-281-0/+13
|\
| * test for statcache after fopenRobin Appelman2015-12-151-0/+13
* | Use TempManager instead of tmpFolderMorris Jobke2015-12-185-5/+5
* | Removed deprecated function OC_User::deleteUserRoeland Jago Douma2015-12-171-2/+4
* | Removed deprecated private OC_User::createUserRoeland Jago Douma2015-12-171-2/+2
|/
* Adding more DB groups to test suitsThomas Müller2015-11-305-0/+35
* Further unit test suite tweatsThomas Müller2015-11-301-0/+79
* 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
* 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
|\