Commit Graph

58 Commits (196d6196895e7128d9cd79ac861fdc65c7b54c09)

Author SHA1 Message Date
Klaas Freitag 60a03580ff allow to set a files mtime through a PROPPATCH request on resource 13 years ago
Klaas Freitag 85853f9ec2 - Added the ability to change a files mtime via webdavs propset. 13 years ago
Robin Appelman 30673e4786 writable not writeable 13 years ago
Robin Appelman 25e777ef5e watch for changes outside owncloud to the files 13 years ago
Robin Appelman c46f701771 use filesystem cache for searching 13 years ago
Robin Appelman 803f86e0fc dont try to use the filesystem when it isnt setup yet 13 years ago
Robin Appelman 935b828427 initialize all storage backends when searching for a file, fixed searching in the Shared folder 13 years ago
Robin Appelman 11c848b221 initial work on filesystemview 13 years ago
Robin Appelman d7ed456f96 forgot to merge something 13 years ago
Bartek Przybylski ef69abd4dc constans for signals handling 13 years ago
Robin Appelman 9e9bc1430b don't check if the target path is writable for operations that can create a new file 13 years ago
Robin Appelman cc55f00481 fix is_readable and is_writable 13 years ago
Michael Gapczynski 4374d55e5e Correct local permissions checks 13 years ago
Michael Gapczynski a9bab168f5 Replace canRead()/canWrite() with is_readable()/is_writeable() for proper permission checks 13 years ago
Robin Appelman b2f2a87745 use cache for searching files 14 years ago
Robin Appelman 7543ffa3b1 always load the filecache 14 years ago
Robin Appelman 5a6aba1e11 provide caching for file metadata 14 years ago
Robin Appelman 5cc6635eb8 remove OC_Filesystem::fromUploadedFile 14 years ago
Robin Appelman ca6c500799 remove OC_Filesystem::fileatime 14 years ago
Robin Appelman ec015a2e68 remove the need to register storage providers, pass the classname during mounting instead 14 years ago
Robin Appelman 38bb503ff6 fix fopen 14 years ago
Robin Appelman b975f11514 make sharing work with the new mouting mechanism 14 years ago
Robin Appelman 28ab39073a mount filesystems on demand 14 years ago
Tom Needham 1f74e76d83 Implemented ace-edtior as an app. Basic file editing and saving supported. 14 years ago
Robin Appelman 6c2b22406c remove some debug statements 14 years ago
Florian Pritz 36c31b0e83 fix warning when uploading file using webdav 14 years ago
Florian Pritz 8648e3c43c only call error_log() if DEBUG is true 14 years ago
Robin Appelman 6173c0fbc2 a bit of refactoring for oc_filesystem and implement user quota 14 years ago
Robin Appelman b93b066a42 fix search results having files from other users 14 years ago
Jakob Sack bafd684eb6 Renaming classes :-) 14 years ago
Jakob Sack 2ff8d7a8bc One class per file! 14 years ago
Michael Gapczynski ecaf66ee97 Add missing argument for fromTmpFile() inside of rename() 14 years ago
Michael Gapczynski 5896e48755 Add missing argument for fromTmpFile() inside of rename() 14 years ago
Michael Gapczynski a861666500 Add missing parameter for fromTmpFile() inside of copy() 14 years ago
Michael Gapczynski f8eced1960 Fix post_create and post_write hooks in copy(), was referencing an undefined variable 14 years ago
Michael Gapczynski 6b303ee64b Fix bug in opendir() and remove getStorageMountPoint(), now using datadir argument instead 14 years ago
Michael Gapczynski 9deab8302f Fix bugs in getSource() and implement new target path standard 14 years ago
Robin Appelman 07f2fcf7ec add post_* hooks to filesystem for write, create, delete, rename and copy 14 years ago
Michael Gapczynski 4e7d1c376f OC_FILESTOAGE_SHARED now works with hard coded values for files 14 years ago
Robin Appelman 300b8c06cf allow plugins to cancel filesystem operations using the provided hooks 14 years ago
Michael Gapczynski bf66563cda First version of shared storage provider - not functional 14 years ago
Robin Appelman 2a5ee9512e allow tear down of filesystem. 14 years ago
Robin Appelman b7aba15f17 add search functionality, for now only searches files but plugins/apps can extend that 14 years ago
Robin Appelman 4c0d6dc9e7 make OC_HOOKS actually work 14 years ago
Robin Appelman 67ba9b320e seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE 14 years ago
Robin Appelman 225ad85e90 add free_space to OC_FILESYSTEM 14 years ago
Arthur Schiwon 8a5d1ffebe fix that might solve strange uploading issues 14 years ago
Robin Appelman ef5bd659fa added OC_FILESYSTEM::hash() 14 years ago
Jakob Sack 132695ceb1 Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry. 14 years ago
Jonathan Riddell d294c2f6bd Fix licencing, make headers refer to intended AGPL, include copy of AGPL 14 years ago