Commit Graph

102 Commits (800bf0769ff4ea63c5dcc77eaaf1bce669b73d13)

Author SHA1 Message Date
Thomas Müller cd2421c7ee adding PHPDoc comments to getBackend 13 years ago
Jörn Friedrich Dreyer 6aeb0a99da same for search by mime 13 years ago
Jörn Friedrich Dreyer 3b4020e811 add all results, sharing cache also returns entries for shared files in external storages 13 years ago
Jörn Friedrich Dreyer 466fd8acda fix getAll(), refactor search by mime & search 13 years ago
Jörn Friedrich Dreyer 392c6b6832 return fixed path, skip shared files outside of 'files' 13 years ago
Jörn Friedrich Dreyer 27511d9187 divide ids into chunks of 1k 13 years ago
Jörn Friedrich Dreyer e8bf576184 add initial search in shared files 13 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
kondou 9e8a6b704d Add _many_ newlines at the end of files 13 years ago
Robin Appelman 88cc2ccb3b use renamed constants 13 years ago
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 14 years ago
Björn Schießle c2a49b5c1f the old path no longer exists after rename, update the parent folder instead 14 years ago
Björn Schießle abd48496d2 fix indention 14 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 14 years ago
Michael Gapczynski e743386acf Fix correctFolders and retrieve the correct storage cache 14 years ago
Björn Schießle 02e2f7384e not only files can be reshared but also folders 14 years ago
Michael Gapczynski 20828488bc Fix share hook for updater 14 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 14 years ago
Michael Gapczynski 4cb5cb9693 itemSource parameter should be fileSource 14 years ago
Michael Gapczynski 812e306e6e Update Shared folders ETags of users with reshares 14 years ago
Michael Gapczynski 771e01af35 Move hook connectors from shared storage to app.php, add post_unshare hook 14 years ago
Michael Gapczynski e466d680fe Fix variable name in Shared_Updater 14 years ago
Michael Gapczynski 9b4d7d9925 Update ETag when file is shared 14 years ago
Michael Gapczynski ec2a9169b9 Change remove() $user parameter to optional 14 years ago
Michael Gapczynski ea83acedeb Fix target path and reuse mtime 14 years ago
Michael Gapczynski 8983465210 Correct parent folders' ETags for all users with access to a shared file 14 years ago
Michael Gapczynski 36827d1549 Fix variable 14 years ago
Michael Gapczynski 00e28cf156 Return unknown free space for shared root folder so we can still upload partial files 14 years ago
Michael Gapczynski b6a21cc4b5 Fix WebDAV uploading of partial shared files 14 years ago
Michael Gapczynski 09a2730f57 Include etag field for folder contents 14 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 14 years ago
Bart Visscher 59a3238d1a Style cleanup files_sharing 14 years ago
Michael Gapczynski 3dfb1628ce Include etags for the root of the shared folder 14 years ago
Michael Gapczynski 8e3b8c7f47 Proper fix for shared links 14 years ago
Robin Appelman a67f11c8af Sharing: partailly fix searchByMime 14 years ago
Robin Appelman c9c919da57 Move streamwrappers to seperate files and put them in a namespace 14 years ago
Michael Gapczynski 8ca30d244c Implement getETag() in shared storage 14 years ago
Michael Gapczynski 36cac7f924 Return NOT_FOUND in shared cache 14 years ago
Michael Gapczynski e8b195bf10 Almost fix Shared scanner... 14 years ago
Michael Gapczynski 8f8a5bbfb7 Maked Shared_Permissions extend Permissions class 14 years ago
Michael Gapczynski a7d4d04223 Fix mimetypes in shared cache 14 years ago
Michael Gapczynski f144be8857 Don't mount shared storage unless there are shared files 14 years ago
Michael Gapczynski a1f7c28e28 Use the source Scanner for shared storage when the path is specified 14 years ago
Michael Gapczynski fe90130618 Initialize storageId variable in shared cache 14 years ago
Michael Gapczynski 268c7acfc4 Actually add Shared_Watcher 14 years ago