Commit Graph

188 Commits (71a532fc4d45fafa66ce748e1296f03f57c2ea75)

Author SHA1 Message Date
Florin Peter d7dc710c8b revert changes 13 years ago
Florin Peter 469d6028ad revert changes 13 years ago
Björn Schießle 95297c2469 add pre-shared hooks 13 years ago
Florin Peter 68059b1ec3 fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been correctly initialised in post_addToGroup 13 years ago
Florin Peter 0916769f67 fix for SQLite3Result::fetchArray(): The SQLite3Result object has not been correctly initialised in post_addToGroup 13 years ago
Florin Peter 751487ded7 merge changes for files_encryption 13 years ago
Björn Schießle aa3eb6bb5b don't handle public share keys in lib/public/share.php but in apps/files_encryption/lib/util.php instead 13 years ago
Björn Schießle d1e2e47592 generate random key name for share key to avoid name conflicts 13 years ago
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
Michael Gapczynski 73d7cae6df One more mount point fix 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 14 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 14 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 14 years ago
Michael Gapczynski d51a94161e Initialize collectionTypes variable as false 14 years ago
Michael Gapczynski e704bcd96e Correct undefined variable in post_shared hook, fixes #2592 14 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 14 years ago
Michael Gapczynski 6e5e8c6b46 Fix #2080 and fix #2141 14 years ago
Michael Gapczynski a5cab28bea Fix fetching source path of shared files 14 years ago
Michael Gapczynski ee0c38bb51 Fix group post_shared hook 14 years ago
Michael Gapczynski 9a2ca0ae64 Check resharing setting 14 years ago
Michael Gapczynski 8983465210 Correct parent folders' ETags for all users with access to a shared file 14 years ago
Bart Visscher bb75dfc021 Whitespace fixes 14 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 14 years ago
Bart Visscher ffae6f4b84 Style-fix: Breakup long lines 14 years ago
Bart Visscher 2d6d0a4ad4 Whitespace indent fixes 14 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 14 years ago
Björn Schießle 5005195db0 create keypair for ownCloud with empty passphrase, will be used for public link shares 14 years ago
Björn Schießle 9356f9a6bf add post_unshareALll hook, update recursively all keyfiles if a folder was shared/unshared 14 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 14 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 14 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 14 years ago
Björn Schießle 8eef919a75 take group shares into account if we retrieve the list a all recipients 14 years ago
Sam Tuke 92f06243be Implementing sharing support 14 years ago
Sam Tuke b3e59ca1e3 Work on post_share hook for files_encryption 14 years ago
Thomas Müller 1158447499 missing comma in sql statement 14 years ago
Björn Schießle 9e08f85c5e port already approved bugfix to master, https://github.com/owncloud/core/pull/1479 14 years ago
Björn Schießle a606e8d944 use display name to show share_width and owner information 14 years ago
Michael Gapczynski 316eef3ded Fix sharing issue with collection and children mismatches 14 years ago
Michael Gapczynski cd8d8360b0 Disable fancy folder sharing for now 14 years ago
Michael Gapczynski 5df6f9d14d Fix merge 14 years ago
Bart Visscher 5bfe4adbaa Whitespace cleanup 14 years ago
Sam Tuke de0ed634f2 Added two hooks: pre_unshare and pre_unshareAll, useful for files_encryption 14 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