summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
* remove unstable testRobin Appelman2014-10-141-1/+0
* Fix unit testRobin Appelman2014-10-142-2/+1
* Improve unit tests for Cache\UpdaterRobin Appelman2014-10-142-281/+416
* Refactor Cache\Updater to work outside of the users homeRobin Appelman2014-10-141-1/+0
* make some storage tests explain what went wrongJörn Friedrich Dreyer2014-10-011-6/+6
* make objectstore tests check fileid on renameJörn Friedrich Dreyer2014-09-091-0/+83
* add unit test for #8325Jörn Friedrich Dreyer2014-08-201-17/+80
* return null instead of throwing an exceptionRobin Appelman2014-08-071-4/+2
* Fix Folder::getByIdRobin Appelman2014-08-071-0/+129
* only if the environment variable RUN_OBJECTSTORE_TESTS is set the object stor...Thomas Müller2014-07-311-0/+3
* make search case insensitive on postgres and oracleJörn Friedrich Dreyer2014-07-041-0/+6
* update hasUpdated description, overwrtie testStat for objectstore testJörn Friedrich Dreyer2014-06-271-1/+24
* use common storage testJörn Friedrich Dreyer2014-06-231-197/+7
* change architecture from inheritance to compositionJörn Friedrich Dreyer2014-06-181-2/+7
* add autocreate config option for containers, implement autocreate and delete ...Jörn Friedrich Dreyer2014-06-181-2/+6
* fix unit test by always initializing the root of the storage in the constructorJörn Friedrich Dreyer2014-06-181-1/+0
* add initial swift test with trystackJörn Friedrich Dreyer2014-06-181-0/+265
* Merge pull request #8968 from owncloud/scanner-parent-repairVincent Petry2014-06-121-2/+49
|\
| * Repair broken parent link in the scannerRobin Appelman2014-06-101-2/+49
* | Use assertNotSame when checking etagsVincent Petry2014-06-111-3/+3
|/
* Added hacky fix for long path cleanup routineVincent Petry2014-06-061-4/+9
* use system function to recursive remove the directory used by temporary storageThomas Müller2014-06-061-1/+3
* Merge pull request #8889 from owncloud/mtime-reuseThomas Müller2014-06-051-2/+2
|\
| * Fix uit testsRobin Appelman2014-06-051-2/+2
* | Merge pull request #8852 from owncloud/kill-permissions-masterThomas Müller2014-06-056-120/+0
|\ \ | |/ |/|
| * - drop permissions table and related codeThomas Müller2014-06-056-120/+0
* | Merge pull request #8822 from owncloud/cache-change-propagatorVincent Petry2014-06-044-21/+153
|\ \ | |/ |/|
| * Fix unit testsRobin Appelman2014-06-042-12/+10
| * Fix unit testsRobin Appelman2014-06-032-13/+19
| * propagate changes in the scannerRobin Appelman2014-06-021-0/+56
| * Add a change propagator class to handle propagating etag and mtime changesRobin Appelman2014-06-021-0/+72
* | Can't use assertInstanceOf on wrapped storage; use assertTrue(instanceOfStora...ringmaster2014-06-041-5/+5
* | fix unit test after adding the additional parameter to addStorageWrapper()Bjoern Schiessle2014-06-041-1/+1
|/
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-293-0/+17
* Merge pull request #3908 from owncloud/storage-folder-copy-renameicewind19912014-05-292-1/+120
|\
| * fix illegal usage of unlink in test caseRobin Appelman2014-05-281-1/+1
| * add recursive copy to local storage backendRobin Appelman2014-05-281-1/+64
| * fix recursive rename for local storage backendRobin Appelman2014-05-281-0/+16
| * aditional test cases for copy and renameRobin Appelman2014-05-281-0/+40
* | # This is a combination of 2 commits.Thomas Müller2014-05-281-0/+121
|/
* Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-2/+2
* Add tests for other types that PHP might castLukas Reschke2014-05-131-0/+2
* Fixed getAbsolutePath case when path is "0"Vincent Petry2014-05-131-0/+18
* Remove unneccessary statement from testJoas Schilling2014-04-291-2/+0
* Update tests to test for create and update aswellJoas Schilling2014-04-291-13/+35
* Merge pull request #7970 from owncloud/webdav-upload-hashThomas Müller2014-04-031-1/+20
|\
| * Fix uploading files containing a # in the path for webdavRobin Appelman2014-03-311-1/+20
* | Correctly read the full stream in file_get_contentsVincent Petry2014-04-011-2/+13
|/
* Merge pull request #7824 from owncloud/hash-parameter-orderThomas Müller2014-03-281-15/+32
|\
| * Fix parameter order for Storage\Local::hashRobin Appelman2014-03-201-15/+32