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
2012-06-10add function in filesystem to strip webrootBartek Przybylski
2012-04-29remove non existing files from the cache when rescanning a folderRobin Appelman
2012-04-25initial mount configuration workRobin Appelman
2012-04-12tests for oc_filesystemRobin Appelman
2012-04-04Check blacklist before saving to filesystemTom Needham
2012-03-04better handeling of files that can behave like folder (e.g. archives)Robin Appelman
2012-03-01add touch() to all storage backands, and make parameter optionalRobin Appelman
2012-02-14allow to set a files mtime through a PROPPATCH request on resourceKlaas Freitag
2012-02-10- Added the ability to change a files mtime via webdavs propset.Klaas Freitag
2012-02-05writable not writeableRobin Appelman
2012-02-05watch for changes outside owncloud to the filesRobin Appelman
2012-01-31use filesystem cache for searchingRobin Appelman
2012-01-31dont try to use the filesystem when it isnt setup yetRobin Appelman
2012-01-30merge master into filesystemRobin Appelman
2012-01-26initialize all storage backends when searching for a file, fixed searching in...Robin Appelman
2012-01-20initial work on filesystemviewRobin Appelman
2012-01-16forgot to merge somethingRobin Appelman
2012-01-16merge master into filesystemRobin Appelman
2012-01-15constans for signals handlingBartek Przybylski
2012-01-08merge master into filesystemRobin Appelman
2012-01-03don't check if the target path is writable for operations that can create a n...Robin Appelman
2012-01-02fix is_readable and is_writableRobin Appelman
2012-01-02Correct local permissions checksMichael Gapczynski
2012-01-02Replace canRead()/canWrite() with is_readable()/is_writeable() for proper per...Michael Gapczynski
2011-11-11use cache for searching filesRobin Appelman
2011-11-10always load the filecacheRobin Appelman
2011-11-09provide caching for file metadataRobin Appelman
2011-11-09remove OC_Filesystem::fromUploadedFileRobin Appelman
2011-11-09remove OC_Filesystem::fileatimeRobin Appelman
2011-11-09remove the need to register storage providers, pass the classname during moun...Robin Appelman
2011-10-23fix fopenRobin Appelman
2011-10-18make sharing work with the new mouting mechanismRobin Appelman
2011-10-18mount filesystems on demandRobin Appelman
2011-09-28Implemented ace-edtior as an app. Basic file editing and saving supported.Tom Needham
2011-09-25remove some debug statementsRobin Appelman
2011-09-24fix warning when uploading file using webdavFlorian Pritz
2011-09-24only call error_log() if DEBUG is trueFlorian Pritz
2011-08-16Merge branch 'master' into sharingMichael Gapczynski
2011-08-15a bit of refactoring for oc_filesystem and implement user quotaRobin Appelman
2011-07-31Merge branch 'master' into sharingMichael Gapczynski
2011-07-31fix search results having files from other usersRobin Appelman
2011-07-31Merge branch 'master' into sharing. Integrate with changes in master, rename ...Michael Gapczynski
2011-07-29Renaming classes :-)Jakob Sack
2011-07-29One class per file!Jakob Sack
2011-07-13Add missing argument for fromTmpFile() inside of rename()Michael Gapczynski
2011-07-13Add missing argument for fromTmpFile() inside of rename()Michael Gapczynski
2011-07-13Merge branch 'master' into sharingMichael Gapczynski
2011-07-13Add missing parameter for fromTmpFile() inside of copy()Michael Gapczynski
2011-07-13Merge branch 'master' into sharingMichael Gapczynski
2011-07-13Fix post_create and post_write hooks in copy(), was referencing an undefined ...Michael Gapczynski