Commit Graph

90 Commits (c8564c07955ead3e85daa67e1871a2c41df3a6d5)

Author SHA1 Message Date
Michael Gapczynski 5a47054505 Implement getDirectoryPermissions() in Shared Permissions, fixes #2846 13 years ago
Michael Gapczynski 7039421efc Fix retrieving of mount points for shared storage, fix #3218 13 years ago
Michael Gapczynski 04b7a9902d Fix #2816 renaming shared files 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
Björn Schießle c2a49b5c1f the old path no longer exists after rename, update the parent folder instead 13 years ago
Björn Schießle abd48496d2 fix indention 13 years ago
Björn Schießle 102120f105 skip update if the recipient is the same user as the owner, otherwise we run in a infinite loop for group shares 13 years ago
Michael Gapczynski e743386acf Fix correctFolders and retrieve the correct storage cache 13 years ago
Björn Schießle 02e2f7384e not only files can be reshared but also folders 13 years ago
Michael Gapczynski 20828488bc Fix share hook for updater 13 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 13 years ago
Michael Gapczynski 4cb5cb9693 itemSource parameter should be fileSource 13 years ago
Michael Gapczynski 812e306e6e Update Shared folders ETags of users with reshares 13 years ago
Michael Gapczynski 771e01af35 Move hook connectors from shared storage to app.php, add post_unshare hook 13 years ago
Michael Gapczynski e466d680fe Fix variable name in Shared_Updater 13 years ago
Michael Gapczynski 9b4d7d9925 Update ETag when file is shared 13 years ago
Michael Gapczynski ec2a9169b9 Change remove() $user parameter to optional 13 years ago
Michael Gapczynski ea83acedeb Fix target path and reuse mtime 13 years ago
Michael Gapczynski 8983465210 Correct parent folders' ETags for all users with access to a shared file 13 years ago
Michael Gapczynski 36827d1549 Fix variable 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
Michael Gapczynski 09a2730f57 Include etag field for folder contents 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 3dfb1628ce Include etags for the root of the shared folder 13 years ago
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 13 years ago
Robin Appelman a67f11c8af Sharing: partailly fix searchByMime 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 36cac7f924 Return NOT_FOUND in shared cache 13 years ago
Michael Gapczynski e8b195bf10 Almost fix Shared scanner... 13 years ago
Michael Gapczynski 8f8a5bbfb7 Maked Shared_Permissions extend Permissions class 13 years ago
Michael Gapczynski a7d4d04223 Fix mimetypes in shared cache 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 fe90130618 Initialize storageId variable in shared cache 13 years ago
Michael Gapczynski 268c7acfc4 Actually add Shared_Watcher 13 years ago
Michael Gapczynski 3b67613afc Remove Shared_Scanner and add Shared_Watcher instead 13 years ago
Robin Appelman 0ac78a6411 Share: fix cache put function 13 years ago
Robin Appelman 4b65dd608a Share: small phpdoc fixes 13 years ago
Michael Gapczynski f2ca7023e1 Fix Shared root problems with Watcher and Quota proxy 13 years ago
Tom Needham 3d23e98390 Remove the WIP external sharing api 13 years ago
Michael Gapczynski cfc3526b25 Fix data for shared root folder 13 years ago
Michael Gapczynski fb053f8e73 Fix retrieving of shared source paths 13 years ago
Michael Gapczynski 8bdfb04056 Fix shared folders 13 years ago
Michael Gapczynski 1910057900 Fix shared statuses inside folders 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