Commit Graph

276 Commits (dc53c83e7bdbadeb24c74fe1c7794de54811c264)

Author SHA1 Message Date
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 14 years ago
Michael Gapczynski e8b195bf10 Almost fix Shared scanner... 14 years ago
Thomas Mueller cdd28fcc46 fixing undefined variable $where 14 years ago
Michael Gapczynski f4e4a06826 Forgot to select storage from filecache 14 years ago
Michael Gapczynski cfc3526b25 Fix data for shared root folder 14 years ago
Michael Gapczynski 1910057900 Fix shared statuses inside folders 14 years ago
Michael Gapczynski bf05ff351f Initial support for file sharing with filesystem branch 14 years ago
Jörn Friedrich Dreyer 995b5c0739 readd fallback code for pre token links 14 years ago
Jörn Friedrich Dreyer d8a171df26 implement share via link token 14 years ago
Bart Visscher 530f3f8be9 Create functions to install standard hooks 14 years ago
Jörn Friedrich Dreyer ba91f9a237 add missing sql backticks, check sharing for error and add log 14 years ago
Thomas Tanghus 56239df2e7 Update all to use OCP\PERMISSION_* instead of OCP\Share::PERMISSION_* 14 years ago
Felix Moeller a4b2ea586d Style: Remove all the dangling white spaces 14 years ago
Robin Appelman 5bfff6c56e use absolute paths when resolving mount points 14 years ago
Florian Hülsmann a48734bcb5 fixed user/group sharing hooks 14 years ago
Robin Appelman 6db81afab9 move some stuff to the new api 14 years ago
Florian Hülsmann b7bf28d1c7 Hook emission on sharing stuff 14 years ago
Michael Gapczynski c00f5d164f Fix unshareAll() 14 years ago
Michael Gapczynski 012ea1ed83 Add unshareAll() function to Share API 14 years ago
Sam Tuke 8b01286a5d Merged branch 'master' 14 years ago
Bart Visscher 4af5b016cc Whitespace cleanup 14 years ago
Robin Appelman aaa1b73364 don't use depricated OC_Filesystem 14 years ago
Björn Schießle 003241e847 fix for bug #1942: Allow user to share with every group if "allow users to share with anyone" is set 14 years ago
Björn Schießle 8357754ff1 added "uid_owner" to select statement 14 years ago
Michael Gapczynski 5f462ec6f7 Fix - "Correct checking item source for share from same owner when generating item target" 14 years ago
Michael Gapczynski 68c8faf39c Correct checking item source for share from same owner when generating item target 14 years ago
Björn Schießle 431d92e7b2 we are sharing the same file again if item_source of the already shared file and the newly shared file is the same. Therefore we can use the same target name 14 years ago
Björn Schießle db954f5aba remove unnecessary code and add missing items to select statement 14 years ago
Björn Schießle 3e3038cafc merge all possible conflicts into on array 14 years ago