Commit Graph

48 Commits (92969052d7f4f008205bbfdf3e5437f3deca1d6b)

Author SHA1 Message Date
Vincent Petry 8eaa39f4e2 Removed special handling of part files in shared storage rename 12 years ago
Robin Appelman a2015ee065 Use View::copy and View::rename when copying or renaming files in the shared storage 12 years ago
Vincent Petry e3868ba118 Fixed watcher to also update the owner's folder sizes 12 years ago
Arthur Schiwon c01675de5d more is_resource checks before readdir 13 years ago
Thomas Müller 3eed060ec9 backport of #4357 to master 13 years ago
Robin Appelman 88cc2ccb3b use renamed constants 13 years ago
Michael Gapczynski 7039421efc Fix retrieving of mount points for shared storage, fix #3218 13 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 13 years ago
Robin Appelman 809b5f81f6 Further seperation of mount management logic 13 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 13 years ago
Michael Gapczynski 771e01af35 Move hook connectors from shared storage to app.php, add post_unshare hook 13 years ago
Michael Gapczynski 9b4d7d9925 Update ETag when file is shared 13 years ago
Michael Gapczynski 8983465210 Correct parent folders' ETags for all users with access to a shared file 13 years ago
Michael Gapczynski 00e28cf156 Return unknown free space for shared root folder so we can still upload partial files 13 years ago
Michael Gapczynski b6a21cc4b5 Fix WebDAV uploading of partial shared files 13 years ago
Björn Schießle d8137fdf66 return both, count and result if the operation succeeded or failed. Maybe in some cases it is useful to know how much bytes where copied 13 years ago
Bart Visscher 59a3238d1a Style cleanup files_sharing 13 years ago
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 13 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 13 years ago
Michael Gapczynski 8ca30d244c Implement getETag() in shared storage 13 years ago
Michael Gapczynski e8b195bf10 Almost fix Shared scanner... 13 years ago
Michael Gapczynski f144be8857 Don't mount shared storage unless there are shared files 13 years ago
Michael Gapczynski a1f7c28e28 Use the source Scanner for shared storage when the path is specified 13 years ago
Michael Gapczynski 3b67613afc Remove Shared_Scanner and add Shared_Watcher instead 13 years ago
Michael Gapczynski f2ca7023e1 Fix Shared root problems with Watcher and Quota proxy 13 years ago
Michael Gapczynski fb053f8e73 Fix retrieving of shared source paths 13 years ago
Michael Gapczynski bf05ff351f Initial support for file sharing with filesystem branch 13 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago
Felix Moeller afadf93d31 Checkstyle: many fixes 13 years ago
Robin Appelman 6f1fbf97f7 some namespaces fixed for the shared backend 13 years ago
Robin Appelman cfa036eaa9 drop filectime from the filesystem api's 13 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 13 years ago
Robin Appelman 5c6e9518ed drop Filesystem::getInternalPath and Filesystem::getStorage in favor of Filesystem::resolvePath 13 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 13 years ago
Robin Appelman f360d7c736 add getId to shared storage backend 13 years ago
scambra 2b5133a1c4 check free space using folder's owner 13 years ago
Robin Appelman bd83422095 put filestorages in a namespace 14 years ago
Thomas Mueller 3829460ab8 adding space between) and { 14 years ago
Michael Gapczynski 73d726d1b2 Support for unshare from self, with a bunch of temporary fixes to overcome configuration problems with file actions 14 years ago
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