summaryrefslogtreecommitdiffstats
path: root/tests/lib/files
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* | Merge pull request #7829 from owncloud/cachefolderlocationVincent Petry2014-03-281-0/+51
|\ \
| * | Added unit tests for external cache folderVincent Petry2014-03-241-0/+51
* | | Merge pull request #7420 from owncloud/cachehooks-firstThomas Müller2014-03-251-5/+0
|\ \ \
| * \ \ Merge branch 'master' into cachehooks-firstRobin Appelman2014-03-135-31/+104
| |\ \ \ | | | |/ | | |/|
| * | | Manually triger the filecache update hooks before any other hookRobin Appelman2014-02-261-5/+0
* | | | Merge pull request #7477 from owncloud/foldersize-reuseThomas Müller2014-03-251-1/+0
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge branch 'master' into foldersize-reuseRobin Appelman2014-03-111-0/+16
| |\ \ \ | | | |/ | | |/|
| * | | Remove assert since the root size of the home storage is no longer calculatedRobin Appelman2014-03-031-1/+0
* | | | Still return quota value when free space is unknownVincent Petry2014-03-191-0/+18
| |/ / |/| |
* | | Return unencrypted_size of folder when queriedVincent Petry2014-03-071-0/+16
|/ /
* | initialize etags of temporary storageJörn Friedrich Dreyer2014-02-271-0/+1
* | use assertInternalType for typecheckingJörn Friedrich Dreyer2014-02-272-29/+71
* | use assertSame and assertNotSame for etag checksJörn Friedrich Dreyer2014-02-273-10/+24
|/
* Merge pull request #6962 from owncloud/quota-space-rootThomas Müller2014-02-201-3/+22
|\
| * Add unit test for quote wrapper size rootRobin Appelman2014-02-041-3/+22