Commit Graph

32 Commits (77378fa1893267bbdd6ee2f7805a34c1d5b0977b)

Author SHA1 Message Date
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
Matthew Dawson 9e75e34184 Return a '/' instead of 'false' when listing the root folder. 14 years ago
Matthew Dawson 0f5923a150 Add similar check to the canWrite function. 14 years ago
Matthew Dawson 61ce6e21ec Fix a chroot issue where the path /.. (and related paths) are not caught and removed. 14 years ago
Robin Appelman 653c6e5984 fix small bug in filesystem abstraction 15 years ago
Robin Appelman 494d88a435 fix bug in detecting mountpoints of file storages within chrooted filesystem 15 years ago
Robin Appelman 44946e208d make paths returned by OC_FILESYSTEM::getTree relative to the fakeroot 15 years ago
Robin Appelman 5162809c8a make the filesystem configurable (no gui yet) 15 years ago
Robin Appelman 2738aab45b fixed bug in filesystem abstraction that broke file uploading 15 years ago
Robin Appelman a47558b2fd change the way the user is rooted in his own folder in order to make filesystem managment easier 15 years ago
Martin T. H. Sandsmark 64d4d57615 fix permissions, start to implement private data api 15 years ago
Robin Appelman b38aa771d1 Initial version of remote ownCloud access through filesystem abstraction 15 years ago
Robin Appelman d374bcddc1 fix recursive copying of folders with webdav 15 years ago
Robin Appelman 23d006fc25 fix users being to able to read files outside the datadir 15 years ago
Robin d909f91d07 small webdav fixes 15 years ago
Robin 51b253447d provide option for automatic backup 15 years ago
Robin 565410d8e2 use an abstraction for file system functions to allow premisions and multiply storage backends 15 years ago