summaryrefslogtreecommitdiffstats
path: root/tests/lib/files/storage/storage.php
Commit message (Expand)AuthorAgeFilesLines
* add is* storage testsJörn Friedrich Dreyer2015-09-231-0/+25
* Workaround for empty dir deletion for SFTPVincent Petry2015-06-181-0/+7
* Disable update check test when testing wrappersVincent Petry2015-06-021-0/+3
* Added storage backend test for checkUpdateVincent Petry2015-06-021-0/+15
* remove logo-wide from testsJan-Christoph Borchardt2015-05-211-6/+6
* add tests for copyFromStorage with same storageRobin Appelman2015-05-191-12/+25
* Fixing encryption storage wrapper testsThomas Müller2015-04-071-1/+1
* Properly quote file names in listFiles query for GDriveVincent Petry2015-03-311-16/+18
* Revert "Properly quote file names in listFiles query for GDrive"Lukas Reschke2015-03-311-18/+16
* Properly quote file names in listFiles query for GDriveVincent Petry2015-03-261-16/+18
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-1/+1
* storage test: use new file for testTouchCreateFile()Adam Williamson2014-11-101-3/+3
* make some storage tests explain what went wrongJörn Friedrich Dreyer2014-10-081-6/+6
* add unit test for #8325Jörn Friedrich Dreyer2014-08-141-17/+80
* Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman2014-05-291-0/+6
* 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
* 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
|/
* Fix parameter order for Storage\Local::hashRobin Appelman2014-03-201-15/+32
* Fixed ext storage webdav path encodingVincent Petry2014-02-191-0/+19
* Added unit test for the test() methodVincent Petry2013-12-031-0/+7
* Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry2013-11-291-1/+13
* Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefixVincent Petry2013-11-261-1/+9
|\
| * Improved unit test for "overwrite on move"Vincent Petry2013-11-251-3/+5
| * Added unit test for "overwrite file on rename/move"Vincent Petry2013-11-251-0/+6
* | Updated unit tests for SMBVincent Petry2013-11-261-1/+2
|/
* Fixed SMB file deletion success detectionVincent Petry2013-11-191-2/+14
* extend unit test to directories starting or ending in whitespaceJörn Friedrich Dreyer2013-10-311-15/+26
* Merge branch 'master' into storage-test-cleanupThomas Müller2013-07-241-4/+4
|\
| * increasing allowed time differenceChristian Berendt2013-07-081-9/+9
| * revoking additional testsChristian Berendt2013-07-041-99/+0
| * remove tests from the wrong test methodChristian Berendt2013-07-031-10/+0
| * test moving and copying of subdirectoriesChristian Berendt2013-07-031-0/+41
| * move new tests into the correct test methodChristian Berendt2013-07-031-10/+10
| * test working with files in subdirectoriesChristian Berendt2013-07-031-0/+10
| * test working with subdirectoriesChristian Berendt2013-07-031-0/+48
| * test copying and moving files in subdirectoriesChristian Berendt2013-07-031-0/+10
| * increasing difference for modifcation time testsChristian Berendt2013-07-031-9/+9
* | Storage: remove some unneeded strict tests of mtime behaviourRobin Appelman2013-07-161-21/+2
* | Storage: remove tests for searchRobin Appelman2013-07-161-29/+1
|/
* Make rmdir recursive for local storageRobin Appelman2013-06-171-1/+13
* Fix touch for creating new filesRobin Appelman2013-04-101-0/+6
* fixing various filesystem/storage unit tests on windowsThomas Mueller2013-03-121-2/+1
* new test cases added to search in sub foldersThomas Mueller2013-02-151-0/+16
* initial version of a local storage implementation which will use unique slugi...Thomas Mueller2013-02-061-4/+13
* merge master into filesystemRobin Appelman2013-01-261-26/+26
* merge master into filesystemRobin Appelman2012-10-111-151/+162