Commit Graph

87 Commits (f0c82686fdd8fb033ccd2aa034ce61e33cc8a70b)

Author SHA1 Message Date
Michael Gapczynski 2c773d549d Don't overwrite fake directory stream for Shared storage 13 years ago
Sam Tuke a9a913c273 Implemented deleteAll() method in OC_FilesystemView (interface) and OC_Filestorage_Common (logic) 13 years ago
Sam Tuke c244daac89 removed readdir to fix bug oc-1054 13 years ago
Bart Visscher 6404476bec Delay setup of FS until OC_Filesystem is used 13 years ago
Sam Tuke 28a72e0e3c Fixed deleteAll function for deleting all old versions of files (expireAll) 13 years ago
Robin Appelman 449760f665 add hasUpdated to oc_filestorage 13 years ago
Bart Visscher 4510571aa1 Add app for logging access to shared files 13 years ago
Thomas Mueller 583dce5276 removing executable bit - again 13 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 13 years ago
Michael Gapczynski 14b240a3f4 Still trying to fix some sharing use cases 13 years ago
Frank Karlitschek 97a8af7f25 ported oc_db 13 years ago
Frank Karlitschek 70cea18cce ported getUser 13 years ago
Robin Appelman e76e4e7540 add touch() to all storage backands, and make parameter optional 13 years ago
Robin Appelman 0af31a5328 missed one is_writeable 13 years ago
Robin Appelman c8c3b8a63e chunked implementation for readfile 13 years ago
Robin Appelman 325858e9e2 add stream wrapper for in-memory files and dont use global variables for the fakedir stream wrapper 13 years ago
Bart Visscher 88b2391d2b Fix wrong var name in sharedstorage.php 13 years ago
Robin Appelman 30673e4786 writable not writeable 13 years ago
Robin Appelman 803f86e0fc dont try to use the filesystem when it isnt setup yet 13 years ago
Michael Gapczynski 64a24191a3 Fix return for empty Shared folder in opendir() 13 years ago
Robin Appelman 65214bed0c make the sharing app return the corrrect result for is_writable on the shared folder 13 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
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 b975f11514 make sharing work with the new mouting mechanism 14 years ago
Michael Gapczynski c72187474a Check that the files exist before adding them to the fakedirs 14 years ago
Michael Gapczynski 0eda75a193 One more bug fix in clearFolderSizeCache() 14 years ago
Michael Gapczynski f10f916f8c Clean-up in OC_Filestorage_Shared and bug fixes for calculating folder sizes 14 years ago
Michael Gapczynski ceae4fa7b4 Fix bugs preventing file upload in shared folders with write permission 14 years ago
Michael Gapczynski 631152fc3e Implement searching of files shared with you 14 years ago
Michael Gapczynski c2f0fe51c4 Add getLocalFile() to OC_Filestorage_Shared 14 years ago
Michael Gapczynski 778b8543c1 Remove no longer needed functions in OC_Filestorage_Shared 14 years ago
Michael Gapczynski 8fb75f379a Comment rename() and prevent trying to move items if the user doesn't have write permission 14 years ago
Michael Gapczynski b4cf61ee32 Bug fixes for mkdir(), renaming/moving support for files inside a shared folder with write permission 14 years ago
Michael Gapczynski 4078e0a242 -1 is now a class constant (UNSHARED), for unsharing files from self 14 years ago
Michael Gapczynski 5b8658ca10 New system of unsharing files from self, and a small bug fix when all files inside a shared folder are unshared from self 14 years ago
Michael Gapczynski 1c13b2681a Fix my last commit 9ee4fc 14 years ago
Michael Gapczynski 9ee4fcdf2f Only show 'Shared' directory if files are shared with you 14 years ago
Michael Gapczynski 5925697374 Fix bug in getPermissions() and clean-up unlink() and rename() 14 years ago
Michael Gapczynski e4c9871299 This should actually make the 'Shared' directory automatically everytime 14 years ago
Michael Gapczynski 5fbed936bf Automatic creation of 'Shared' directory, bug fixes for an empty 'Shared' directory 14 years ago
Michael Gapczynski a14a83b9c6 Fix delTree(), it shouldn't be passed to the local storage provider unless the user has delete permission 14 years ago
Michael Gapczynski c185743ae9 Update the folder sizes for shared folders 14 years ago
Michael Gapczynski d13ba0ee2d Revise permissions system to support read, write, and delete 14 years ago
Michael Gapczynski 17b5bcb24f Bug fixes for unshare() and opendir(), thanks darkh 14 years ago
Michael Gapczynski 4993fb4665 Filter out files you unshare from yourself in opendir() 14 years ago
Michael Gapczynski 6af4c465b8 Change all occurences of ['user_id'] to OC_USER::getUser() 14 years ago
Michael Gapczynski 1a6718c979 Add extra check for opendir() so it only adds the file to fakedirs if it has a different name than the source 14 years ago