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-22Mark $usersSetup only if user was found in initMountPointsVincent Petry
2016-04-22Throw NoUserException when attempting to init mount point for null userVincent Petry
2015-12-18Use TempManager instead of tmpFileMorris Jobke
2015-12-18Use TempManager instead of tmpFolderMorris Jobke
2015-12-17Removed deprecated function OC_User::deleteUserRoeland Jago Douma
2015-12-17Removed deprecated private OC_User::createUserRoeland Jago Douma
2015-12-03last change of OC_Config to the proper interface in tests/Morris Jobke
2015-12-03Reduce OC_Config usage in tests/Morris Jobke
2015-11-30Apply DB group annotation ...Thomas Müller
2015-10-09adjust filesystem tests to objectstoreJörn Friedrich Dreyer
2015-09-22Move dummy backend to Tests namespaceLukas Reschke
2015-06-02phpdoc, strict and type hintsRobin Appelman
2015-06-02call mount providers that are registered after the filesystem is setupRobin Appelman
2015-04-10fix cherrypickingJörn Friedrich Dreyer
2015-04-10fix filesystem and encryption testsJörn Friedrich Dreyer
2015-04-08Replace originalStorage in tests with a proper teardownVincent Petry
2015-02-06Normalize before processingLukas Reschke
2015-01-10Simplify isValidPath and add unit testsLukas Reschke
2014-12-03Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling
2014-11-19Use base class to reset the file mapperJoas Schilling
2014-11-17Add tests for absolute paths on windowsJoas Schilling
2014-11-17Refactor tests to use a dataProvider methodJoas Schilling
2014-11-17Correctly restore previous root mount point after testingJoas Schilling
2014-06-04Can't use assertInstanceOf on wrapped storage; use assertTrue(instanceOfStora...ringmaster
2014-03-24Added unit tests for external cache folderVincent Petry
2013-12-06get rid of failing test that don't cause additional downloadsRobin Appelman
2013-11-14Added missing test with leading backslashVincent Petry
2013-11-14Fixed normalizePath() to strip out single dot dirsVincent Petry
2013-11-12Now using HomeStorage for legacy home storage idsVincent Petry
2013-05-24changed tests for using new normalizerFlorin Peter
2013-02-11Update tests and apps to the new \OC\Files\Filesystem::init signatureRobin Appelman
2013-02-05uncomment failing calls to \OC\Files\Filesystem::file_put_contentsThomas Mueller
2012-11-25change behaviour of Filesystem::getMountPoint when a mountpoint is passed as ...Robin Appelman
2012-10-26move filesystem test caseRobin Appelman