Commit Graph

49 Commits (37e278f2a90bd460668e840775dd741b85eca022)

Author SHA1 Message Date
Bjoern Schiessle d1b47021f1 don't unshare on delete 11 years ago
Vincent Petry 8eaa39f4e2 Removed special handling of part files in shared storage rename 11 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 12 years ago
Thomas Müller 3eed060ec9 backport of #4357 to master 12 years ago
Robin Appelman 88cc2ccb3b use renamed constants 12 years ago
Michael Gapczynski 7039421efc Fix retrieving of mount points for shared storage, fix #3218 12 years ago
Florin Peter 3c100af132 revert changes to fbbc76f281 because master is very unstable right now 12 years ago
Robin Appelman 809b5f81f6 Further seperation of mount management logic 12 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 12 years ago
Michael Gapczynski 771e01af35 Move hook connectors from shared storage to app.php, add post_unshare hook 12 years ago
Michael Gapczynski 9b4d7d9925 Update ETag when file is shared 12 years ago
Michael Gapczynski 8983465210 Correct parent folders' ETags for all users with access to a shared file 12 years ago
Michael Gapczynski 00e28cf156 Return unknown free space for shared root folder so we can still upload partial files 12 years ago
Michael Gapczynski b6a21cc4b5 Fix WebDAV uploading of partial shared files 12 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 12 years ago
Bart Visscher 59a3238d1a Style cleanup files_sharing 12 years ago
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 12 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 12 years ago
Michael Gapczynski 8ca30d244c Implement getETag() in shared storage 12 years ago
Michael Gapczynski e8b195bf10 Almost fix Shared scanner... 12 years ago
Michael Gapczynski f144be8857 Don't mount shared storage unless there are shared files 12 years ago
Michael Gapczynski a1f7c28e28 Use the source Scanner for shared storage when the path is specified 12 years ago
Michael Gapczynski 3b67613afc Remove Shared_Scanner and add Shared_Watcher instead 12 years ago
Michael Gapczynski f2ca7023e1 Fix Shared root problems with Watcher and Quota proxy 12 years ago
Michael Gapczynski fb053f8e73 Fix retrieving of shared source paths 12 years ago
Michael Gapczynski bf05ff351f Initial support for file sharing with filesystem branch 12 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 13 years ago
Thomas Mueller 3829460ab8 adding space between) and { 13 years ago
Michael Gapczynski 73d726d1b2 Support for unshare from self, with a bunch of temporary fixes to overcome configuration problems with file actions 13 years ago
Michael Gapczynski 8d490b9880 Fix shared storage working with user backend defined data directories 13 years ago
Bart Visscher 0e58800016 Whitespace fixes in apps 13 years ago
Georg Ehrke ead7de6bff only mount every single homefolder when using sharing app 13 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. 13 years ago
Michael Gapczynski 25d474579a Removing most of files_sharing, the Share API implemented the majority of it 13 years ago
Michael Gapczynski df8a2e5361 File sharing cleanup, works perfectly I think :) 13 years ago
Michael Gapczynski 05648dac61 Don't return file handle if the mode supports writing and the file is not writable 13 years ago
Michael Gapczynski 83117445ac Fix offset for folder detection, no longer including '/Shared' in file target path 13 years ago
Michael Gapczynski 3b2c853916 Lots of refactoring to share API 13 years ago
jfd ede464f058 escape all identifiers with backticks 13 years ago