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
path: root/tests
AgeCommit message (Expand)Author
2012-12-12add test case for increasesizeRobin Appelman
2012-11-03check for filename blacklist in OC_Filesystem::isValidPathRobin Appelman
2012-10-12Manually change appconfig value for share policy so tests work correctlyMichael Gapczynski
2012-10-12fix storage test caseRobin Appelman
2012-10-12remove ctime tests for filestorage, ctime will be removed from the storage ap...Robin Appelman
2012-10-12some test cases for fopen of storage backendsRobin Appelman
2012-10-12code styleRobin Appelman
2012-10-07better detect if we need to init the filesystem for the hooks testRobin Appelman
2012-10-07fix hook test when not logged inRobin Appelman
2012-10-06skip some test for storage backends that don't support touchRobin Appelman
2012-10-01fix test case for when a user is logged inRobin Appelman
2012-10-01add test to make sure filepaths that are passed to filesystems hooks are norm...Robin Appelman
2012-10-01code styleRobin Appelman
2012-09-09Fix unsharing from self for group shares and add test for itMichael Gapczynski
2012-09-07adding space between) and {Thomas Mueller
2012-09-06no more require_once()Thomas Mueller
2012-09-05fix running test cases in multiply app dirsRobin Appelman
2012-09-03Listen to post_deleteGroup hook in Share APIMichael Gapczynski
2012-09-03Restructure generateTarget for the post_addToGroup hookMichael Gapczynski
2012-08-28Fix sharing test caseMichael Gapczynski
2012-08-28assert array length and individual content instead of assertEqual on arraysThomas Mueller
2012-08-28assert array length and individual content instead of assertEqual on arraysThomas Mueller
2012-08-25add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer
2012-08-22Revert using item name, no longer allowing the same item source exist for a userMichael Gapczynski
2012-08-20Merge branch 'share_api'Michael Gapczynski
2012-08-20Refactor again so we can tell what item is being reshared in case the same so...Michael Gapczynski
2012-08-20Large refactoring to allow for the same item to be shared to a group and agai...Michael Gapczynski
2012-08-19add OC_FileStorage::getLocalFolderRobin Appelman
2012-08-19add OC_Archive::addRecursiveRobin Appelman
2012-08-18Optimized image sizeLukas Reschke
2012-08-17more path normalizationRobin Appelman
2012-08-16File sharing cleanup, works perfectly I think :)Michael Gapczynski
2012-08-15Add tests for Share API, all tests passing :)Michael Gapczynski
2012-08-14Merge branch 'master' into share_apiMichael Gapczynski
2012-08-14some basic path normalizationRobin Appelman
2012-07-26Merge branch 'master' into share_apiMichael Gapczynski
2012-07-24use dummy user backend for oc_cache_file testsRobin Appelman
2012-07-24create a user for Test_Cache_File to allow unit tesing within ciThomas Mueller
2012-07-22add prefix option to OC_Cache::clearRobin Appelman
2012-07-20remove unused variablesRobin Appelman
2012-07-20fix OC_Cache_File tests if encryption is not enabledRobin Appelman
2012-07-19fix running test cases from browserRobin Appelman
2012-07-16add database type to xml reportThomas Mueller
2012-07-13restructuring test suite invocation - now we load all test cases into one sui...Thomas Mueller
2012-06-30make sure the filesystem is setup properly for oc_cache_file testsRobin Appelman
2012-06-30cant to ttl tests for xcacheRobin Appelman
2012-06-15add hasUpdated to oc_filestorageRobin Appelman
2012-06-08Don't use substr to get first char of stringBart Visscher
2012-06-06Add OC_Cache implementation for APCBart Visscher
2012-06-06Skip test for XCache when the module is not thereBart Visscher