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
2015-02-13update testRobin Appelman
2015-02-13Dont lower the mtime of a folder when propagating changesRobin Appelman
2015-02-06Normalize before processingLukas Reschke
2015-02-04detect root of mountpoint also if the trailing slash is missedBjoern Schiessle
2015-01-29Dont remove a file from cache if the delete operation failedRobin Appelman
2015-01-29Fix resolving paths for views rooted in a fileRobin Appelman
2015-01-28Add unit testRobin Appelman
2015-01-28Merge pull request #13717 from owncloud/storage-donotwrapnullstorageMorris Jobke
2015-01-27Prevent wrapping null storageVincent Petry
2015-01-23Preserve mtime when doing cross storage moveRobin Appelman
2015-01-15Additional unit test for recursive removeRobin Appelman
2015-01-15Merge pull request #13317 from owncloud/partfile-fileinfoThomas Müller
2015-01-13Return valid fileinfo objects for part filesRobin Appelman
2015-01-12Fix searchCommon to properly match path nameVincent Petry
2015-01-10Simplify isValidPath and add unit testsLukas Reschke
2015-01-08Trim leading or trailing slashes in file cache pathsVincent Petry
2014-12-22Merge pull request #11810 from owncloud/hhvm-autotestThomas Müller
2014-12-19HHVM sets stream meta datum wrapper_type to 'File' instead of 'user-space'.Andreas Fischer
2014-12-17Add getMountPoint to FileInfoRobin Appelman
2014-12-15Sort results to make sure assert work on consistent orderVincent Petry
2014-12-12Merge pull request #12778 from owncloud/searchbytags2Vincent Petry
2014-12-12Make $userId mandatory for searchByTagsVincent Petry
2014-12-11Added searchByTags to view, storage and cacheVincent Petry
2014-12-10Merge pull request #12746 from owncloud/skip-longpath-test-againThomas Müller
2014-12-10Fix numeric storage id for cache wrapperVincent Petry
2014-12-10skip testLongPath()Thomas Müller
2014-12-04Add public api for mount configurationsRobin Appelman
2014-12-04Merge pull request #12616 from owncloud/node-fileinfoMorris Jobke
2014-12-04make \OC\Files\Node\Node implement the FileInfo interfaceRobin Appelman
2014-12-04Remove last traces of travis integrationMorris Jobke
2014-12-03Replace uniqid calls with $this->getUniqueID so tests pass again on windowsJoas Schilling
2014-11-27Add storage and cache wrappers to apply a permissions mask to a storageRobin Appelman
2014-11-27Add storage and cache wrappers to jail a storage to a subfolderRobin Appelman
2014-11-25Replace deprecated constant with new class constantJoas Schilling
2014-11-19Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling
2014-11-19Use base class to reset the file mapperJoas Schilling
2014-11-18Merge pull request #12234 from owncloud/normalizepath-absolute-testsLukas Reschke
2014-11-17Add tests for absolute paths on windowsJoas Schilling
2014-11-17Refactor tests to use a dataProvider methodJoas Schilling
2014-11-17Merge pull request #12218 from owncloud/issue/10991-fixesMorris Jobke
2014-11-17Correctly restore previous root mount point after testingJoas Schilling
2014-11-17Fix Files\Storage\Home::testRoot()Joas Schilling
2014-11-17Skip some more tests on Windows which just can not work at allJoas Schilling
2014-11-11storage test: use new file for testTouchCreateFile()Adam Williamson
2014-11-07Also propagate etag changes when the watcher finds a changed fileRobin Appelman
2014-10-29Merge pull request #11409 from owncloud/watcher-reuseVincent Petry
2014-10-27On Windows platform we have no stable etag generation - yetThomas Müller
2014-10-24Generate stable etags for local filesRobin Appelman
2014-10-24Better reuse of cache data for getFolderContentsRobin Appelman
2014-10-23Merge pull request #11259 from owncloud/fix-windows-max-depth-testThomas Müller