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-03-13Fix call of function touchKlaas Freitag
2012-03-13add touch() to all storage backands, and make parameter optionalRobin Appelman
2012-03-13renamed the function to modify mtime of files to touch.Robin Appelman
2012-03-12Cherrypick: Added the ability to change a files mtime via webdavs propset.Klaas Freitag
2012-01-26initialize all storage backends when searching for a file, fixed searching in...Robin Appelman
2012-01-15constans for signals handlingBartek Przybylski
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-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
2011-07-12Fix bug in opendir() and remove getStorageMountPoint(), now using datadir arg...Michael Gapczynski
2011-07-05Fix bugs in getSource() and implement new target path standardMichael Gapczynski
2011-07-05Merge branch 'master' into sharingMichael Gapczynski
2011-06-20add post_* hooks to filesystem for write, create, delete, rename and copyRobin Appelman
2011-06-18OC_FILESTOAGE_SHARED now works with hard coded values for filesMichael Gapczynski
2011-06-17allow plugins to cancel filesystem operations using the provided hooksRobin Appelman
2011-06-16First version of shared storage provider - not functionalMichael Gapczynski
2011-06-12allow tear down of filesystem.Robin Appelman
2011-04-24add search functionality, for now only searches files but plugins/apps can ex...Robin Appelman
2011-04-23make OC_HOOKS actually workRobin Appelman
2011-04-18seperate hooks for OC_FILESYSTEM and OC_FILESTORAGERobin Appelman
2011-04-17add free_space to OC_FILESYSTEMRobin Appelman
2011-04-17fix that might solve strange uploading issuesArthur Schiwon
2011-03-17added OC_FILESYSTEM::hash()Robin Appelman
2011-03-02Start of the refactoring. Commit is quite big because I forgot to use git rig...Jakob Sack