Commit Graph

188 Commits (33e0dfeecbcfba7c3caa6765f156cd06d7dfdb13)

Author SHA1 Message Date
Florin Peter dc8164a3f0 fix for accessing non object 13 years ago
Florin Peter 1f464a7113 fix for accessing non object 13 years ago
Sam Tuke 28866de44b Added pre_share hook 13 years ago
Florin Peter ee083c20e6 improved pre_unshare and post_unshare hook 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 b5cb5dab51 fix encryption to owncloud user for public link shares 13 years ago
Björn Schießle b24a673714 the owner uid is not interesting. We want to get all users who have access to the given item source, no matter from whom it was shared 13 years ago
Björn Schießle fe58e4b1a6 we need to add the owner of the file as parameter in case someone else like the owner edits the file; if $includeOwner is set than add owner also if no other recipient was found. This changes enable all user with write access to the file to edit it and to encrypt it to the right list of users again 13 years ago
Michael Gapczynski d51a94161e Initialize collectionTypes variable as false 13 years ago
Michael Gapczynski e704bcd96e Correct undefined variable in post_shared hook, fixes #2592 13 years ago
Björn Schießle 2d00d13a5d use pre_unshare hook, otherwise the share is already removed. Which means that we have no chance to determine which folder has to be updated 13 years ago
Michael Gapczynski 6e5e8c6b46 Fix #2080 and fix #2141 13 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 13 years ago
Michael Gapczynski ee0c38bb51 Fix group post_shared hook 13 years ago
Michael Gapczynski 9a2ca0ae64 Check resharing setting 13 years ago
Michael Gapczynski 8983465210 Correct parent folders' ETags for all users with access to a shared file 13 years ago
Bart Visscher bb75dfc021 Whitespace fixes 13 years ago
Björn Schießle 40efeb9187 isSharedFile() doesn't detect all shares, just use getUsersSharingFile() directly either you get a list of users or not 13 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 13 years ago
Bart Visscher 2d6d0a4ad4 Whitespace indent fixes 13 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 13 years ago
Björn Schießle 5005195db0 create keypair for ownCloud with empty passphrase, will be used for public link shares 13 years ago
Björn Schießle 9356f9a6bf add post_unshareALll hook, update recursively all keyfiles if a folder was shared/unshared 13 years ago
Björn Schießle 4952dfe956 add post_unshare hook, also add public link shares to the list of user with access to a file 13 years ago
Björn Schießle a692264fa4 add option to keep duplicates in the list of users with access to a file, e.g. for the unshare operation we need to know if access was granted more than once, for example as group share and as individual share 13 years ago
Björn Schießle d1bbb30385 also find users with access to the file if a folder above the actual file was already shared 13 years ago
Björn Schießle 8eef919a75 take group shares into account if we retrieve the list a all recipients 13 years ago
Sam Tuke 92f06243be Implementing sharing support 13 years ago
Sam Tuke b3e59ca1e3 Work on post_share hook for files_encryption 13 years ago
Thomas Müller 1158447499 missing comma in sql statement 13 years ago
Björn Schießle 9e08f85c5e port already approved bugfix to master, https://github.com/owncloud/core/pull/1479 13 years ago
Björn Schießle a606e8d944 use display name to show share_width and owner information 13 years ago
Michael Gapczynski 316eef3ded Fix sharing issue with collection and children mismatches 13 years ago
Michael Gapczynski cd8d8360b0 Disable fancy folder sharing for now 13 years ago
Michael Gapczynski 5df6f9d14d Fix merge 13 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 13 years ago
Sam Tuke de0ed634f2 Added two hooks: pre_unshare and pre_unshareAll, useful for files_encryption 13 years ago
Jörn Friedrich Dreyer 42e3eaf45a add more linebreaks, replace SQL LIMIT with param 13 years ago
Michael Gapczynski e8b195bf10 Almost fix Shared scanner... 13 years ago
Thomas Mueller cdd28fcc46 fixing undefined variable $where 13 years ago
Michael Gapczynski f4e4a06826 Forgot to select storage from filecache 13 years ago
Michael Gapczynski cfc3526b25 Fix data for shared root folder 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
Jörn Friedrich Dreyer 995b5c0739 readd fallback code for pre token links 13 years ago
Jörn Friedrich Dreyer d8a171df26 implement share via link token 13 years ago
Bart Visscher 530f3f8be9 Create functions to install standard hooks 13 years ago
Jörn Friedrich Dreyer ba91f9a237 add missing sql backticks, check sharing for error and add log 13 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 13 years ago