Commit Graph

271 Commits (f8d3b7cb6f5d08cac6ae160c749f923d62ef1378)

Author SHA1 Message Date
Bjoern Schiessle 3f7aac1a79 add a optional parameter to skip check for expired files, this is necessary to find out to whom a file was shared after it was expired. 11 years ago
Morris Jobke b910524acb add comment from @DeepDiver 11 years ago
Morris Jobke 7c88736292 API doc for contacts manager, server container and share 11 years ago
Andreas Fischer 3bbaba1eca Use the Doctrine to convert date string to DateTime object. 11 years ago
Andreas Fischer a330b2ef9b Use DateTime object instead of fixed format date string. 11 years ago
Andreas Fischer 9fb1da2811 Use bindValue() instead of passing parameters in execute(). 11 years ago
Morris Jobke b3e7e54c8d fix some capital letters 11 years ago
Robin Appelman abc428916c Fix fatal error when trying to open a non existing public link 12 years ago
Morris Jobke d2a48d58ce fix "No page-level DocBlock" 12 years ago
Andreas Fischer 7c1f0da0fe Always select item_source. 12 years ago
Andreas Fischer fa56aec4b8 Deduplicate expiration date check into a method. 12 years ago
Andreas Fischer 779b87d46a Use unshareItem() when unsharing expired shares. 12 years ago
Andreas Fischer ebf1694795 Use unshareItem() in unshareAll(). 12 years ago
Andreas Fischer 1d1f5b288e Extract unshare() code into unshareItem(). 12 years ago
Andreas Fischer 329299e34c OCP\Share::unshareAll(): Deduplicate hook parameters. 12 years ago
Morris Jobke 0dbe90cc9a fix documentation stuff 12 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 12 years ago
Morris Jobke 1f1fcc6129 Remove "link" shares right after disabling the "allow_link_share" setting 12 years ago
Michael Gapczynski 4cf328e3b9 Don't return links for shared files if disabled 12 years ago
Morris Jobke f9bbfad3e5 Fix sharing error message - id -> file name 12 years ago
Morris Jobke 30f4d91d01 Public API documentation fixes 12 years ago
Thomas Müller 852a50aa89 remove test code 12 years ago
Bjoern Schiessle 7fe493fdb8 make sure that we only find file/folder shares 12 years ago
Thomas Müller 48b5c1d5f9 initial implementation of activity manager 12 years ago
Bjoern Schiessle acd3c11e47 use OC_DB::executeAudited 12 years ago
Bjoern Schiessle 5a9e473a79 use OC_DB::executeAudited 12 years ago
Bjoern Schiessle ca47fc5f18 fix PHPDoc 12 years ago
Bjoern Schiessle 0637dad0b3 some small fixes 12 years ago
Thomas Müller cd2421c7ee adding PHPDoc comments to getBackend 12 years ago
Bjoern Schiessle 944e9b8c69 make sure that both $permissions and $oldPermissions have the same type 12 years ago
Jörn Friedrich Dreyer e8bf576184 add initial search in shared files 12 years ago
Bjoern Schiessle 1a60aa2b6a only remember password if the user changes the permissions, otherwise the user disabled the password protection 12 years ago
Andreas Fischer a92d4c2c09 Perform expiration date checking before returning share data for token. 12 years ago
Bjoern Schiessle b8241aa79d remove some more debug output 12 years ago
Bjoern Schiessle edb78c917c remove some error_logs 12 years ago
Bjoern Schiessle d33fabd02d remove error logs 12 years ago
Bjoern Schiessle 627b6164c4 if the files doesn't exist yet we start with the parent to search for shares 12 years ago
Bjoern Schiessle 931e90634e fix db queries 12 years ago
Bjoern Schiessle 983da0d78f fix db queries 12 years ago
Bjoern Schiessle 10cf1b3a4e return mailSend status in getItems() 12 years ago
Bjoern Schiessle 77adaee645 enable user to inform recipients about a shared file by mail 12 years ago
Arthur Schiwon 958130e8fe Sharing: only determine path root if owner is available 12 years ago
kondou 9c5416fe4a Clean up \OC\Util 12 years ago
Bjoern Schiessle 9253627327 cancel sharing if some users doesn't have a working encryption set-up. 12 years ago
Thomas Müller 17c36b5074 fixes #4026 12 years ago
Michael Gapczynski 4feff3456b Only emit permissions hook for files and and include path 12 years ago
Michael Gapczynski 5c2a0325ba Add update permissions hook to sharing 12 years ago
Thomas Müller 98da4bf704 removing unused getSharedItem() 12 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 12 years ago
Thomas Müller 352c1415be proper fix for getting the shared item if no user is logged in 12 years ago