Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-05-20Move tests/ to PSR-4 (#24731)Joas Schilling
2016-04-06tests: Fix typos (found by codespell)Stefan Weil
2016-02-11fix getNodeForPath for non existing part filesRobin Appelman
2016-02-05remove unused Storage->getLocalFolderRobin Appelman
2015-12-15test for statcache after fopenRobin Appelman
2015-09-24add is* storage testsJörn Friedrich Dreyer
2015-06-18Workaround for empty dir deletion for SFTPVincent Petry
2015-06-02Disable update check test when testing wrappersVincent Petry
2015-06-02Added storage backend test for checkUpdateVincent Petry
2015-05-21remove logo-wide from testsJan-Christoph Borchardt
2015-05-19add tests for copyFromStorage with same storageRobin Appelman
2015-04-07Fixing encryption storage wrapper testsThomas Müller
2015-03-31Properly quote file names in listFiles query for GDriveVincent Petry
2015-03-31Revert "Properly quote file names in listFiles query for GDrive"Lukas Reschke
2015-03-26Properly quote file names in listFiles query for GDriveVincent Petry
2014-11-19Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling
2014-11-11storage test: use new file for testTouchCreateFile()Adam Williamson
2014-10-08make some storage tests explain what went wrongJörn Friedrich Dreyer
2014-08-14add unit test for #8325Jörn Friedrich Dreyer
2014-05-29Add $storage->instanceOfStorage to handle instanceof for storage wrappersRobin Appelman
2014-05-28add recursive copy to local storage backendRobin Appelman
2014-05-28fix recursive rename for local storage backendRobin Appelman
2014-05-28aditional test cases for copy and renameRobin Appelman
2014-04-03Merge pull request #7970 from owncloud/webdav-upload-hashThomas Müller
2014-04-01Correctly read the full stream in file_get_contentsVincent Petry
2014-03-31Fix uploading files containing a # in the path for webdavRobin Appelman
2014-03-20Fix parameter order for Storage\Local::hashRobin Appelman
2014-02-19Fixed ext storage webdav path encodingVincent Petry
2013-12-03Added unit test for the test() methodVincent Petry
2013-11-29Fixed FTP and SMB to use rmdir() when deleting foldersVincent Petry
2013-11-26Merge pull request #6008 from owncloud/extstorage-smb-webdav-renamefixVincent Petry
2013-11-26Updated unit tests for SMBVincent Petry
2013-11-25Improved unit test for "overwrite on move"Vincent Petry
2013-11-25Added unit test for "overwrite file on rename/move"Vincent Petry
2013-11-19Fixed SMB file deletion success detectionVincent Petry
2013-10-31extend unit test to directories starting or ending in whitespaceJörn Friedrich Dreyer
2013-07-24Merge branch 'master' into storage-test-cleanupThomas Müller
2013-07-17Storage: remove some unneeded strict tests of mtime behaviourRobin Appelman
2013-07-17Storage: remove tests for searchRobin Appelman
2013-07-08increasing allowed time differenceChristian Berendt
2013-07-04revoking additional testsChristian Berendt
2013-07-03remove tests from the wrong test methodChristian Berendt
2013-07-03test moving and copying of subdirectoriesChristian Berendt
2013-07-03move new tests into the correct test methodChristian Berendt
2013-07-03test working with files in subdirectoriesChristian Berendt
2013-07-03test working with subdirectoriesChristian Berendt
2013-07-03test copying and moving files in subdirectoriesChristian Berendt
2013-07-03increasing difference for modifcation time testsChristian Berendt
2013-06-17Make rmdir recursive for local storageRobin Appelman
2013-04-10Fix touch for creating new filesRobin Appelman