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
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