Commit Graph

74 Commits (332603a2637ec46984f0622ee9a930a84a1c367d)

Author SHA1 Message Date
Robin Appelman a9a424a519 also add hasUpdated to oc_filesystem and oc_filesystemview 13 years ago
Bart Visscher 12b34d2dda Whitespace fix 13 years ago
Bartek Przybylski db1353655b check for view before trying to invoke method on object 13 years ago
Michael Gapczynski 790ae70e32 Create directory for mount point if it doesn't already exist 13 years ago
Bartek Przybylski 43501309e3 add function in filesystem to strip webroot 13 years ago
Bart Visscher ac36512102 Don't use substr to get first char of string 13 years ago
Bart Visscher 7c5c257bf6 Comment layout and spelling fixes 13 years ago
Frank Karlitschek a945fa10a6 update copyright 13 years ago
Sam Tuke 9acd1065b0 made initial testing version of expireAll for version control \ngave some old vars new camelcase names 13 years ago
Robin Appelman e3adbcb7d5 remove non existing files from the cache when rescanning a folder 13 years ago
Robin Appelman 60b924c954 initial mount configuration work 13 years ago
Robin Appelman 0466437fa7 tests for oc_filesystem 13 years ago
Tom Needham acdce2b1e0 Check blacklist before saving to filesystem 13 years ago
Robin Appelman 2e365658c8 better handeling of files that can behave like folder (e.g. archives) 13 years ago
Robin Appelman e76e4e7540 add touch() to all storage backands, and make parameter optional 13 years ago
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