Commit Graph

5 Commits (17dadd5c8a39f1903ffeec2c2c78e5e6cd145d9c)

Author SHA1 Message Date
Michael Gapczynski 8d490b9880 Fix shared storage working with user backend defined data directories 14 years ago
Bart Visscher 0e58800016 Whitespace fixes in apps 14 years ago
Georg Ehrke ead7de6bff only mount every single homefolder when using sharing app 14 years ago
Michael Gapczynski 3148edbdef Fix shared storage rename. Note: You can only rename shared files/folders that are inside a shared folder, not individual shared files/folders. 14 years ago
Michael Gapczynski 25d474579a Removing most of files_sharing, the Share API implemented the majority of it 14 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 14 years ago
Michael Gapczynski 05648dac61 Don't return file handle if the mode supports writing and the file is not writable 14 years ago
Michael Gapczynski 83117445ac Fix offset for folder detection, no longer including '/Shared' in file target path 14 years ago
Michael Gapczynski 3b2c853916 Lots of refactoring to share API 14 years ago
jfd ede464f058 escape all identifiers with backticks 14 years ago
Michael Gapczynski f328f53ec1 Fix filesystem hash, no longer using basicOperation() 14 years ago
Michael Gapczynski add8f09355 No longer need hash() in shared storage, already implemented by the common file storage 14 years ago
Michael Gapczynski f25ccaff59 Fix filesystem hash, no longer using basicOperation() 14 years ago
Michael Gapczynski fc72d4b10f Add root directory checks for CRUDS permissions in shared storage 14 years ago
Michael Gapczynski f7b89f0475 Add CRUDS permissions calls to filesystem, deprecate is_readable() and is_writable() 14 years ago
Michael Gapczynski c60c6024a7 Remove toTmpFile() from shared storage, no longer needed 14 years ago
Michael Gapczynski eac297e8c4 Improve file source caching for shared folders 14 years ago
Michael Gapczynski e8675586af Fix permission check for rmdir(), implement unlink(), rename(), and copy() 14 years ago
Michael Gapczynski e6678bd454 Permission check should be made on parent folder when creating a new folder 14 years ago
Michael Gapczynski 7b01e3285e Include a few CRUDS permissions checks in shared storage, plus a little clean-up in shared storage 14 years ago
Robin Appelman 48ec78299e cleanup some obsolete foldersize code from the shared storage backend 14 years ago
Robin Appelman 7152b8b4ee remove unused and depricated getFolderSize 14 years ago
Michael Gapczynski 7c908a0016 Sharing files working using share API 14 years ago
Michael Gapczynski 895d5707ee Don't overwrite fake directory stream for Shared storage 14 years ago
Michael Gapczynski 2c773d549d Don't overwrite fake directory stream for Shared storage 14 years ago
Michael Gapczynski 8198114615 Some more changes to getItems() and fixes in shared storage 14 years ago
Michael Gapczynski 71350bc618 I'm having trouble making up my mind... translateItem -> getItems() -> formatItems(). It may change again. Preparing shared storage for new api. 14 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 14 years ago
Sam Tuke c244daac89 removed readdir to fix bug oc-1054 14 years ago
Bart Visscher 6404476bec Delay setup of FS until OC_Filesystem is used 14 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 14 years ago
Robin Appelman 449760f665 add hasUpdated to oc_filestorage 14 years ago
Bart Visscher 4510571aa1 Add app for logging access to shared files 14 years ago
Thomas Mueller 583dce5276 removing executable bit - again 14 years ago
Michael Gapczynski 60103d9b94 Only mount shared storage after a user has logged in, fixes shared folder not appearing for some WebDAV clients and sync client 14 years ago
Michael Gapczynski 14b240a3f4 Still trying to fix some sharing use cases 14 years ago
Frank Karlitschek 97a8af7f25 ported oc_db 14 years ago
Frank Karlitschek 70cea18cce ported getUser 14 years ago
Robin Appelman e76e4e7540 add touch() to all storage backands, and make parameter optional 14 years ago
Robin Appelman 0af31a5328 missed one is_writeable 14 years ago
Robin Appelman c8c3b8a63e chunked implementation for readfile 14 years ago
Robin Appelman 325858e9e2 add stream wrapper for in-memory files and dont use global variables for the fakedir stream wrapper 14 years ago
Bart Visscher 88b2391d2b Fix wrong var name in sharedstorage.php 14 years ago
Robin Appelman 30673e4786 writable not writeable 14 years ago
Robin Appelman 803f86e0fc dont try to use the filesystem when it isnt setup yet 14 years ago
Michael Gapczynski 64a24191a3 Fix return for empty Shared folder in opendir() 14 years ago
Robin Appelman 65214bed0c make the sharing app return the corrrect result for is_writable on the shared folder 14 years ago
Robin Appelman 524e3686a0 tell the user when the files are being scanned 14 years ago
Robin Appelman 5a6aba1e11 provide caching for file metadata 14 years ago
Robin Appelman 5cc6635eb8 remove OC_Filesystem::fromUploadedFile 14 years ago