Commit Graph

262 Commits (de2b4440301badf48e638ede84f64692f2a2db41)

Author SHA1 Message Date
Robin Appelman abc428916c Fix fatal error when trying to open a non existing public link 13 years ago
Morris Jobke d2a48d58ce fix "No page-level DocBlock" 13 years ago
Andreas Fischer 7c1f0da0fe Always select item_source. 13 years ago
Andreas Fischer fa56aec4b8 Deduplicate expiration date check into a method. 13 years ago
Andreas Fischer 779b87d46a Use unshareItem() when unsharing expired shares. 13 years ago
Andreas Fischer ebf1694795 Use unshareItem() in unshareAll(). 13 years ago
Andreas Fischer 1d1f5b288e Extract unshare() code into unshareItem(). 13 years ago
Andreas Fischer 329299e34c OCP\Share::unshareAll(): Deduplicate hook parameters. 13 years ago
Morris Jobke 0dbe90cc9a fix documentation stuff 13 years ago
Thomas Müller 1317b7c03d pass the name of the item source from the browser to the server - no need to get the data via complicated db queries 13 years ago
Morris Jobke 1f1fcc6129 Remove "link" shares right after disabling the "allow_link_share" setting 13 years ago
Michael Gapczynski 4cf328e3b9 Don't return links for shared files if disabled 13 years ago
Morris Jobke f9bbfad3e5 Fix sharing error message - id -> file name 13 years ago
Morris Jobke 30f4d91d01 Public API documentation fixes 13 years ago
Thomas Müller 852a50aa89 remove test code 13 years ago
Bjoern Schiessle 7fe493fdb8 make sure that we only find file/folder shares 13 years ago
Thomas Müller 48b5c1d5f9 initial implementation of activity manager 13 years ago
Bjoern Schiessle acd3c11e47 use OC_DB::executeAudited 13 years ago
Bjoern Schiessle 5a9e473a79 use OC_DB::executeAudited 13 years ago
Bjoern Schiessle ca47fc5f18 fix PHPDoc 13 years ago
Bjoern Schiessle 0637dad0b3 some small fixes 13 years ago
Thomas Müller cd2421c7ee adding PHPDoc comments to getBackend 13 years ago
Bjoern Schiessle 944e9b8c69 make sure that both $permissions and $oldPermissions have the same type 13 years ago
Jörn Friedrich Dreyer e8bf576184 add initial search in shared files 13 years ago
Bjoern Schiessle 1a60aa2b6a only remember password if the user changes the permissions, otherwise the user disabled the password protection 13 years ago
Andreas Fischer a92d4c2c09 Perform expiration date checking before returning share data for token. 13 years ago
Bjoern Schiessle b8241aa79d remove some more debug output 13 years ago
Bjoern Schiessle edb78c917c remove some error_logs 13 years ago
Bjoern Schiessle d33fabd02d remove error logs 13 years ago
Bjoern Schiessle 627b6164c4 if the files doesn't exist yet we start with the parent to search for shares 13 years ago
Bjoern Schiessle 931e90634e fix db queries 13 years ago
Bjoern Schiessle 983da0d78f fix db queries 13 years ago
Bjoern Schiessle 10cf1b3a4e return mailSend status in getItems() 13 years ago
Bjoern Schiessle 77adaee645 enable user to inform recipients about a shared file by mail 13 years ago
Arthur Schiwon 958130e8fe Sharing: only determine path root if owner is available 13 years ago
kondou 9c5416fe4a Clean up \OC\Util 13 years ago
Bjoern Schiessle 9253627327 cancel sharing if some users doesn't have a working encryption set-up. 13 years ago
Thomas Müller 17c36b5074 fixes #4026 13 years ago
Michael Gapczynski 4feff3456b Only emit permissions hook for files and and include path 13 years ago
Michael Gapczynski 5c2a0325ba Add update permissions hook to sharing 13 years ago
Thomas Müller 98da4bf704 removing unused getSharedItem() 13 years ago
Thomas Müller e159cbf527 on reshares we now recursively move to the root of all reshares - therefore some code has been refactured and added as a new public function 13 years ago
Thomas Müller 352c1415be proper fix for getting the shared item if no user is logged in 13 years ago
Bart Visscher 6ad7a0336f Oracle doesn't know & as bitwise AND 13 years ago
Jörn Friedrich Dreyer 77dc3964f8 check item id is set 13 years ago
Bart Visscher 3b31afb2a7 Oracle doesn't know & as bitwise AND 13 years ago
Jörn Friedrich Dreyer 5d51118cb2 fix type of numeric columns 13 years ago
Jörn Friedrich Dreyer bf49edde6b check item id is set 13 years ago
Jörn Friedrich Dreyer b32d6d8487 for oracle use BITAND() instead of & in sharing permissions sql 13 years ago
Jörn Friedrich Dreyer 961a001af3 add missing backticks, use executeAudited in post_deleteGroup and post_removeFromGroup 13 years ago