1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609 |
- <?php
- /**
- * @copyright Copyright (c) 2016, ownCloud, Inc.
- *
- * @author Arthur Schiwon <blizzz@arthur-schiwon.de>
- * @author Bjoern Schiessle <bjoern@schiessle.org>
- * @author Björn Schießle <bjoern@schiessle.org>
- * @author Christoph Wurst <christoph@winzerhof-wurst.at>
- * @author Daniel Calviño Sánchez <danxuliu@gmail.com>
- * @author Jan-Philipp Litza <jplitza@users.noreply.github.com>
- * @author Joas Schilling <coding@schilljs.com>
- * @author Julius Härtl <jus@bitgrid.net>
- * @author Lukas Reschke <lukas@statuscode.ch>
- * @author Maxence Lange <maxence@artificial-owl.com>
- * @author phisch <git@philippschaffrath.de>
- * @author Robin Appelman <robin@icewind.nl>
- * @author Roeland Jago Douma <roeland@famdouma.nl>
- * @author Vincent Petry <vincent@nextcloud.com>
- *
- * @license AGPL-3.0
- *
- * This code is free software: you can redistribute it and/or modify
- * it under the terms of the GNU Affero General Public License, version 3,
- * as published by the Free Software Foundation.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU Affero General Public License for more details.
- *
- * You should have received a copy of the GNU Affero General Public License, version 3,
- * along with this program. If not, see <http://www.gnu.org/licenses/>
- *
- */
- namespace OC\Share20;
- use OC\Files\Cache\Cache;
- use OC\Share20\Exception\BackendError;
- use OC\Share20\Exception\InvalidShare;
- use OC\Share20\Exception\ProviderException;
- use OCP\AppFramework\Utility\ITimeFactory;
- use OCP\DB\QueryBuilder\IQueryBuilder;
- use OCP\Defaults;
- use OCP\Files\Folder;
- use OCP\Files\IRootFolder;
- use OCP\Files\Node;
- use OCP\IDBConnection;
- use OCP\IGroupManager;
- use OCP\IURLGenerator;
- use OCP\IUser;
- use OCP\IUserManager;
- use OCP\L10N\IFactory;
- use OCP\Mail\IMailer;
- use OCP\Share\Exceptions\ShareNotFound;
- use OCP\Share\IAttributes;
- use OCP\Share\IShare;
- use OCP\Share\IShareProvider;
- use Psr\Log\LoggerInterface;
- use function str_starts_with;
- /**
- * Class DefaultShareProvider
- *
- * @package OC\Share20
- */
- class DefaultShareProvider implements IShareProvider {
- // Special share type for user modified group shares
- public const SHARE_TYPE_USERGROUP = 2;
- /** @var IDBConnection */
- private $dbConn;
- /** @var IUserManager */
- private $userManager;
- /** @var IGroupManager */
- private $groupManager;
- /** @var IRootFolder */
- private $rootFolder;
- /** @var IMailer */
- private $mailer;
- /** @var Defaults */
- private $defaults;
- /** @var IFactory */
- private $l10nFactory;
- /** @var IURLGenerator */
- private $urlGenerator;
- private ITimeFactory $timeFactory;
- public function __construct(
- IDBConnection $connection,
- IUserManager $userManager,
- IGroupManager $groupManager,
- IRootFolder $rootFolder,
- IMailer $mailer,
- Defaults $defaults,
- IFactory $l10nFactory,
- IURLGenerator $urlGenerator,
- ITimeFactory $timeFactory,
- ) {
- $this->dbConn = $connection;
- $this->userManager = $userManager;
- $this->groupManager = $groupManager;
- $this->rootFolder = $rootFolder;
- $this->mailer = $mailer;
- $this->defaults = $defaults;
- $this->l10nFactory = $l10nFactory;
- $this->urlGenerator = $urlGenerator;
- $this->timeFactory = $timeFactory;
- }
- /**
- * Return the identifier of this provider.
- *
- * @return string Containing only [a-zA-Z0-9]
- */
- public function identifier() {
- return 'ocinternal';
- }
- /**
- * Share a path
- *
- * @param \OCP\Share\IShare $share
- * @return \OCP\Share\IShare The share object
- * @throws ShareNotFound
- * @throws \Exception
- */
- public function create(\OCP\Share\IShare $share) {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->insert('share');
- $qb->setValue('share_type', $qb->createNamedParameter($share->getShareType()));
- if ($share->getShareType() === IShare::TYPE_USER) {
- //Set the UID of the user we share with
- $qb->setValue('share_with', $qb->createNamedParameter($share->getSharedWith()));
- $qb->setValue('accepted', $qb->createNamedParameter(IShare::STATUS_PENDING));
- //If an expiration date is set store it
- if ($share->getExpirationDate() !== null) {
- $qb->setValue('expiration', $qb->createNamedParameter($share->getExpirationDate(), 'datetime'));
- }
- } elseif ($share->getShareType() === IShare::TYPE_GROUP) {
- //Set the GID of the group we share with
- $qb->setValue('share_with', $qb->createNamedParameter($share->getSharedWith()));
- //If an expiration date is set store it
- if ($share->getExpirationDate() !== null) {
- $qb->setValue('expiration', $qb->createNamedParameter($share->getExpirationDate(), 'datetime'));
- }
- } elseif ($share->getShareType() === IShare::TYPE_LINK) {
- //set label for public link
- $qb->setValue('label', $qb->createNamedParameter($share->getLabel()));
- //Set the token of the share
- $qb->setValue('token', $qb->createNamedParameter($share->getToken()));
- //If a password is set store it
- if ($share->getPassword() !== null) {
- $qb->setValue('password', $qb->createNamedParameter($share->getPassword()));
- }
- $qb->setValue('password_by_talk', $qb->createNamedParameter($share->getSendPasswordByTalk(), IQueryBuilder::PARAM_BOOL));
- //If an expiration date is set store it
- if ($share->getExpirationDate() !== null) {
- $qb->setValue('expiration', $qb->createNamedParameter($share->getExpirationDate(), 'datetime'));
- }
- if (method_exists($share, 'getParent')) {
- $qb->setValue('parent', $qb->createNamedParameter($share->getParent()));
- }
- $qb->setValue('hide_download', $qb->createNamedParameter($share->getHideDownload() ? 1 : 0, IQueryBuilder::PARAM_INT));
- } else {
- throw new \Exception('invalid share type!');
- }
- // Set what is shares
- $qb->setValue('item_type', $qb->createParameter('itemType'));
- if ($share->getNode() instanceof \OCP\Files\File) {
- $qb->setParameter('itemType', 'file');
- } else {
- $qb->setParameter('itemType', 'folder');
- }
- // Set the file id
- $qb->setValue('item_source', $qb->createNamedParameter($share->getNode()->getId()));
- $qb->setValue('file_source', $qb->createNamedParameter($share->getNode()->getId()));
- // set the permissions
- $qb->setValue('permissions', $qb->createNamedParameter($share->getPermissions()));
- // set share attributes
- $shareAttributes = $this->formatShareAttributes(
- $share->getAttributes()
- );
- $qb->setValue('attributes', $qb->createNamedParameter($shareAttributes));
- // Set who created this share
- $qb->setValue('uid_initiator', $qb->createNamedParameter($share->getSharedBy()));
- // Set who is the owner of this file/folder (and this the owner of the share)
- $qb->setValue('uid_owner', $qb->createNamedParameter($share->getShareOwner()));
- // Set the file target
- $qb->setValue('file_target', $qb->createNamedParameter($share->getTarget()));
- if ($share->getNote() !== '') {
- $qb->setValue('note', $qb->createNamedParameter($share->getNote()));
- }
- // Set the time this share was created
- $shareTime = $this->timeFactory->now();
- $qb->setValue('stime', $qb->createNamedParameter($shareTime->getTimestamp()));
- // insert the data and fetch the id of the share
- $qb->executeStatement();
- // Update mandatory data
- $id = $qb->getLastInsertId();
- $share->setId((string)$id);
- $share->setProviderId($this->identifier());
- $share->setShareTime(\DateTime::createFromImmutable($shareTime));
- $mailSendValue = $share->getMailSend();
- $share->setMailSend(($mailSendValue === null) ? true : $mailSendValue);
- return $share;
- }
- /**
- * Update a share
- *
- * @param \OCP\Share\IShare $share
- * @return \OCP\Share\IShare The share object
- * @throws ShareNotFound
- * @throws \OCP\Files\InvalidPathException
- * @throws \OCP\Files\NotFoundException
- */
- public function update(\OCP\Share\IShare $share) {
- $originalShare = $this->getShareById($share->getId());
- $shareAttributes = $this->formatShareAttributes($share->getAttributes());
- if ($share->getShareType() === IShare::TYPE_USER) {
- /*
- * We allow updating the recipient on user shares.
- */
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->where($qb->expr()->eq('id', $qb->createNamedParameter($share->getId())))
- ->set('share_with', $qb->createNamedParameter($share->getSharedWith()))
- ->set('uid_owner', $qb->createNamedParameter($share->getShareOwner()))
- ->set('uid_initiator', $qb->createNamedParameter($share->getSharedBy()))
- ->set('permissions', $qb->createNamedParameter($share->getPermissions()))
- ->set('attributes', $qb->createNamedParameter($shareAttributes))
- ->set('item_source', $qb->createNamedParameter($share->getNode()->getId()))
- ->set('file_source', $qb->createNamedParameter($share->getNode()->getId()))
- ->set('expiration', $qb->createNamedParameter($share->getExpirationDate(), IQueryBuilder::PARAM_DATE))
- ->set('note', $qb->createNamedParameter($share->getNote()))
- ->set('accepted', $qb->createNamedParameter($share->getStatus()))
- ->execute();
- } elseif ($share->getShareType() === IShare::TYPE_GROUP) {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->where($qb->expr()->eq('id', $qb->createNamedParameter($share->getId())))
- ->set('uid_owner', $qb->createNamedParameter($share->getShareOwner()))
- ->set('uid_initiator', $qb->createNamedParameter($share->getSharedBy()))
- ->set('permissions', $qb->createNamedParameter($share->getPermissions()))
- ->set('attributes', $qb->createNamedParameter($shareAttributes))
- ->set('item_source', $qb->createNamedParameter($share->getNode()->getId()))
- ->set('file_source', $qb->createNamedParameter($share->getNode()->getId()))
- ->set('expiration', $qb->createNamedParameter($share->getExpirationDate(), IQueryBuilder::PARAM_DATE))
- ->set('note', $qb->createNamedParameter($share->getNote()))
- ->execute();
- /*
- * Update all user defined group shares
- */
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->where($qb->expr()->eq('parent', $qb->createNamedParameter($share->getId())))
- ->andWhere($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP)))
- ->set('uid_owner', $qb->createNamedParameter($share->getShareOwner()))
- ->set('uid_initiator', $qb->createNamedParameter($share->getSharedBy()))
- ->set('item_source', $qb->createNamedParameter($share->getNode()->getId()))
- ->set('file_source', $qb->createNamedParameter($share->getNode()->getId()))
- ->set('expiration', $qb->createNamedParameter($share->getExpirationDate(), IQueryBuilder::PARAM_DATE))
- ->set('note', $qb->createNamedParameter($share->getNote()))
- ->execute();
- /*
- * Now update the permissions for all children that have not set it to 0
- */
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->where($qb->expr()->eq('parent', $qb->createNamedParameter($share->getId())))
- ->andWhere($qb->expr()->neq('permissions', $qb->createNamedParameter(0)))
- ->set('permissions', $qb->createNamedParameter($share->getPermissions()))
- ->set('attributes', $qb->createNamedParameter($shareAttributes))
- ->execute();
- } elseif ($share->getShareType() === IShare::TYPE_LINK) {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->where($qb->expr()->eq('id', $qb->createNamedParameter($share->getId())))
- ->set('password', $qb->createNamedParameter($share->getPassword()))
- ->set('password_by_talk', $qb->createNamedParameter($share->getSendPasswordByTalk(), IQueryBuilder::PARAM_BOOL))
- ->set('uid_owner', $qb->createNamedParameter($share->getShareOwner()))
- ->set('uid_initiator', $qb->createNamedParameter($share->getSharedBy()))
- ->set('permissions', $qb->createNamedParameter($share->getPermissions()))
- ->set('attributes', $qb->createNamedParameter($shareAttributes))
- ->set('item_source', $qb->createNamedParameter($share->getNode()->getId()))
- ->set('file_source', $qb->createNamedParameter($share->getNode()->getId()))
- ->set('token', $qb->createNamedParameter($share->getToken()))
- ->set('expiration', $qb->createNamedParameter($share->getExpirationDate(), IQueryBuilder::PARAM_DATE))
- ->set('note', $qb->createNamedParameter($share->getNote()))
- ->set('label', $qb->createNamedParameter($share->getLabel()))
- ->set('hide_download', $qb->createNamedParameter($share->getHideDownload() ? 1 : 0), IQueryBuilder::PARAM_INT)
- ->execute();
- }
- if ($originalShare->getNote() !== $share->getNote() && $share->getNote() !== '') {
- $this->propagateNote($share);
- }
- return $share;
- }
- /**
- * Accept a share.
- *
- * @param IShare $share
- * @param string $recipient
- * @return IShare The share object
- * @since 9.0.0
- */
- public function acceptShare(IShare $share, string $recipient): IShare {
- if ($share->getShareType() === IShare::TYPE_GROUP) {
- $group = $this->groupManager->get($share->getSharedWith());
- $user = $this->userManager->get($recipient);
- if (is_null($group)) {
- throw new ProviderException('Group "' . $share->getSharedWith() . '" does not exist');
- }
- if (!$group->inGroup($user)) {
- throw new ProviderException('Recipient not in receiving group');
- }
- // Try to fetch user specific share
- $qb = $this->dbConn->getQueryBuilder();
- $stmt = $qb->select('*')
- ->from('share')
- ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP)))
- ->andWhere($qb->expr()->eq('share_with', $qb->createNamedParameter($recipient)))
- ->andWhere($qb->expr()->eq('parent', $qb->createNamedParameter($share->getId())))
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ))
- ->execute();
- $data = $stmt->fetch();
- $stmt->closeCursor();
- /*
- * Check if there already is a user specific group share.
- * If there is update it (if required).
- */
- if ($data === false) {
- $id = $this->createUserSpecificGroupShare($share, $recipient);
- } else {
- $id = $data['id'];
- }
- } elseif ($share->getShareType() === IShare::TYPE_USER) {
- if ($share->getSharedWith() !== $recipient) {
- throw new ProviderException('Recipient does not match');
- }
- $id = $share->getId();
- } else {
- throw new ProviderException('Invalid shareType');
- }
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->set('accepted', $qb->createNamedParameter(IShare::STATUS_ACCEPTED))
- ->where($qb->expr()->eq('id', $qb->createNamedParameter($id)))
- ->execute();
- return $share;
- }
- /**
- * Get all children of this share
- * FIXME: remove once https://github.com/owncloud/core/pull/21660 is in
- *
- * @param \OCP\Share\IShare $parent
- * @return \OCP\Share\IShare[]
- */
- public function getChildren(\OCP\Share\IShare $parent) {
- $children = [];
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('*')
- ->from('share')
- ->where($qb->expr()->eq('parent', $qb->createNamedParameter($parent->getId())))
- ->andWhere(
- $qb->expr()->in(
- 'share_type',
- $qb->createNamedParameter([
- IShare::TYPE_USER,
- IShare::TYPE_GROUP,
- IShare::TYPE_LINK,
- ], IQueryBuilder::PARAM_INT_ARRAY)
- )
- )
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ))
- ->orderBy('id');
- $cursor = $qb->execute();
- while ($data = $cursor->fetch()) {
- $children[] = $this->createShare($data);
- }
- $cursor->closeCursor();
- return $children;
- }
- /**
- * Delete a share
- *
- * @param \OCP\Share\IShare $share
- */
- public function delete(\OCP\Share\IShare $share) {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->delete('share')
- ->where($qb->expr()->eq('id', $qb->createNamedParameter($share->getId())));
- /*
- * If the share is a group share delete all possible
- * user defined groups shares.
- */
- if ($share->getShareType() === IShare::TYPE_GROUP) {
- $qb->orWhere($qb->expr()->eq('parent', $qb->createNamedParameter($share->getId())));
- }
- $qb->execute();
- }
- /**
- * Unshare a share from the recipient. If this is a group share
- * this means we need a special entry in the share db.
- *
- * @param IShare $share
- * @param string $recipient UserId of recipient
- * @throws BackendError
- * @throws ProviderException
- */
- public function deleteFromSelf(IShare $share, $recipient) {
- if ($share->getShareType() === IShare::TYPE_GROUP) {
- $group = $this->groupManager->get($share->getSharedWith());
- $user = $this->userManager->get($recipient);
- if (is_null($group)) {
- throw new ProviderException('Group "' . $share->getSharedWith() . '" does not exist');
- }
- if (!$group->inGroup($user)) {
- // nothing left to do
- return;
- }
- // Try to fetch user specific share
- $qb = $this->dbConn->getQueryBuilder();
- $stmt = $qb->select('*')
- ->from('share')
- ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP)))
- ->andWhere($qb->expr()->eq('share_with', $qb->createNamedParameter($recipient)))
- ->andWhere($qb->expr()->eq('parent', $qb->createNamedParameter($share->getId())))
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ))
- ->execute();
- $data = $stmt->fetch();
- /*
- * Check if there already is a user specific group share.
- * If there is update it (if required).
- */
- if ($data === false) {
- $id = $this->createUserSpecificGroupShare($share, $recipient);
- $permissions = $share->getPermissions();
- } else {
- $permissions = $data['permissions'];
- $id = $data['id'];
- }
- if ($permissions !== 0) {
- // Update existing usergroup share
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->set('permissions', $qb->createNamedParameter(0))
- ->where($qb->expr()->eq('id', $qb->createNamedParameter($id)))
- ->execute();
- }
- } elseif ($share->getShareType() === IShare::TYPE_USER) {
- if ($share->getSharedWith() !== $recipient) {
- throw new ProviderException('Recipient does not match');
- }
- // We can just delete user and link shares
- $this->delete($share);
- } else {
- throw new ProviderException('Invalid shareType');
- }
- }
- protected function createUserSpecificGroupShare(IShare $share, string $recipient): int {
- $type = $share->getNodeType();
- $qb = $this->dbConn->getQueryBuilder();
- $qb->insert('share')
- ->values([
- 'share_type' => $qb->createNamedParameter(IShare::TYPE_USERGROUP),
- 'share_with' => $qb->createNamedParameter($recipient),
- 'uid_owner' => $qb->createNamedParameter($share->getShareOwner()),
- 'uid_initiator' => $qb->createNamedParameter($share->getSharedBy()),
- 'parent' => $qb->createNamedParameter($share->getId()),
- 'item_type' => $qb->createNamedParameter($type),
- 'item_source' => $qb->createNamedParameter($share->getNodeId()),
- 'file_source' => $qb->createNamedParameter($share->getNodeId()),
- 'file_target' => $qb->createNamedParameter($share->getTarget()),
- 'permissions' => $qb->createNamedParameter($share->getPermissions()),
- 'stime' => $qb->createNamedParameter($share->getShareTime()->getTimestamp()),
- ])->execute();
- return $qb->getLastInsertId();
- }
- /**
- * @inheritdoc
- *
- * For now this only works for group shares
- * If this gets implemented for normal shares we have to extend it
- */
- public function restore(IShare $share, string $recipient): IShare {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('permissions')
- ->from('share')
- ->where(
- $qb->expr()->eq('id', $qb->createNamedParameter($share->getId()))
- );
- $cursor = $qb->execute();
- $data = $cursor->fetch();
- $cursor->closeCursor();
- $originalPermission = $data['permissions'];
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->set('permissions', $qb->createNamedParameter($originalPermission))
- ->where(
- $qb->expr()->eq('parent', $qb->createNamedParameter($share->getParent()))
- )->andWhere(
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP))
- )->andWhere(
- $qb->expr()->eq('share_with', $qb->createNamedParameter($recipient))
- );
- $qb->execute();
- return $this->getShareById($share->getId(), $recipient);
- }
- /**
- * @inheritdoc
- */
- public function move(\OCP\Share\IShare $share, $recipient) {
- if ($share->getShareType() === IShare::TYPE_USER) {
- // Just update the target
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->set('file_target', $qb->createNamedParameter($share->getTarget()))
- ->where($qb->expr()->eq('id', $qb->createNamedParameter($share->getId())))
- ->execute();
- } elseif ($share->getShareType() === IShare::TYPE_GROUP) {
- // Check if there is a usergroup share
- $qb = $this->dbConn->getQueryBuilder();
- $stmt = $qb->select('id')
- ->from('share')
- ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP)))
- ->andWhere($qb->expr()->eq('share_with', $qb->createNamedParameter($recipient)))
- ->andWhere($qb->expr()->eq('parent', $qb->createNamedParameter($share->getId())))
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ))
- ->setMaxResults(1)
- ->execute();
- $data = $stmt->fetch();
- $stmt->closeCursor();
- $shareAttributes = $this->formatShareAttributes(
- $share->getAttributes()
- );
- if ($data === false) {
- // No usergroup share yet. Create one.
- $qb = $this->dbConn->getQueryBuilder();
- $qb->insert('share')
- ->values([
- 'share_type' => $qb->createNamedParameter(IShare::TYPE_USERGROUP),
- 'share_with' => $qb->createNamedParameter($recipient),
- 'uid_owner' => $qb->createNamedParameter($share->getShareOwner()),
- 'uid_initiator' => $qb->createNamedParameter($share->getSharedBy()),
- 'parent' => $qb->createNamedParameter($share->getId()),
- 'item_type' => $qb->createNamedParameter($share->getNodeType()),
- 'item_source' => $qb->createNamedParameter($share->getNodeId()),
- 'file_source' => $qb->createNamedParameter($share->getNodeId()),
- 'file_target' => $qb->createNamedParameter($share->getTarget()),
- 'permissions' => $qb->createNamedParameter($share->getPermissions()),
- 'attributes' => $qb->createNamedParameter($shareAttributes),
- 'stime' => $qb->createNamedParameter($share->getShareTime()->getTimestamp()),
- ])->execute();
- } else {
- // Already a usergroup share. Update it.
- $qb = $this->dbConn->getQueryBuilder();
- $qb->update('share')
- ->set('file_target', $qb->createNamedParameter($share->getTarget()))
- ->where($qb->expr()->eq('id', $qb->createNamedParameter($data['id'])))
- ->execute();
- }
- }
- return $share;
- }
- public function getSharesInFolder($userId, Folder $node, $reshares, $shallow = true) {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('s.*',
- 'f.fileid', 'f.path', 'f.permissions AS f_permissions', 'f.storage', 'f.path_hash',
- 'f.parent AS f_parent', 'f.name', 'f.mimetype', 'f.mimepart', 'f.size', 'f.mtime', 'f.storage_mtime',
- 'f.encrypted', 'f.unencrypted_size', 'f.etag', 'f.checksum')
- ->from('share', 's')
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ));
- $qb->andWhere($qb->expr()->orX(
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USER)),
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_GROUP)),
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_LINK))
- ));
- /**
- * Reshares for this user are shares where they are the owner.
- */
- if ($reshares === false) {
- $qb->andWhere($qb->expr()->eq('uid_initiator', $qb->createNamedParameter($userId)));
- } else {
- $qb->andWhere(
- $qb->expr()->orX(
- $qb->expr()->eq('uid_owner', $qb->createNamedParameter($userId)),
- $qb->expr()->eq('uid_initiator', $qb->createNamedParameter($userId))
- )
- );
- }
- // todo? maybe get these from the oc_mounts table
- $childMountNodes = array_filter($node->getDirectoryListing(), function (Node $node): bool {
- return $node->getInternalPath() === '';
- });
- $childMountRootIds = array_map(function (Node $node): int {
- return $node->getId();
- }, $childMountNodes);
- $qb->innerJoin('s', 'filecache', 'f', $qb->expr()->eq('s.file_source', 'f.fileid'));
- if ($shallow) {
- $qb->andWhere(
- $qb->expr()->orX(
- $qb->expr()->eq('f.parent', $qb->createNamedParameter($node->getId())),
- $qb->expr()->in('f.fileid', $qb->createParameter('chunk'))
- )
- );
- } else {
- $qb->andWhere(
- $qb->expr()->orX(
- $qb->expr()->like('f.path', $qb->createNamedParameter($this->dbConn->escapeLikeParameter($node->getInternalPath()) . '/%')),
- $qb->expr()->in('f.fileid', $qb->createParameter('chunk'))
- )
- );
- }
- $qb->orderBy('id');
- $shares = [];
- $chunks = array_chunk($childMountRootIds, 1000);
- // Force the request to be run when there is 0 mount.
- if (count($chunks) === 0) {
- $chunks = [[]];
- }
- foreach ($chunks as $chunk) {
- $qb->setParameter('chunk', $chunk, IQueryBuilder::PARAM_INT_ARRAY);
- $cursor = $qb->executeQuery();
- while ($data = $cursor->fetch()) {
- $shares[$data['fileid']][] = $this->createShare($data);
- }
- $cursor->closeCursor();
- }
- return $shares;
- }
- /**
- * @inheritdoc
- */
- public function getSharesBy($userId, $shareType, $node, $reshares, $limit, $offset) {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('*')
- ->from('share')
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ));
- $qb->andWhere($qb->expr()->eq('share_type', $qb->createNamedParameter($shareType)));
- /**
- * Reshares for this user are shares where they are the owner.
- */
- if ($reshares === false) {
- $qb->andWhere($qb->expr()->eq('uid_initiator', $qb->createNamedParameter($userId)));
- } else {
- if ($node === null) {
- $qb->andWhere(
- $qb->expr()->orX(
- $qb->expr()->eq('uid_owner', $qb->createNamedParameter($userId)),
- $qb->expr()->eq('uid_initiator', $qb->createNamedParameter($userId))
- )
- );
- }
- }
- if ($node !== null) {
- $qb->andWhere($qb->expr()->eq('file_source', $qb->createNamedParameter($node->getId())));
- }
- if ($limit !== -1) {
- $qb->setMaxResults($limit);
- }
- $qb->setFirstResult($offset);
- $qb->orderBy('id');
- $cursor = $qb->execute();
- $shares = [];
- while ($data = $cursor->fetch()) {
- $shares[] = $this->createShare($data);
- }
- $cursor->closeCursor();
- return $shares;
- }
- /**
- * @inheritdoc
- */
- public function getShareById($id, $recipientId = null) {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('*')
- ->from('share')
- ->where($qb->expr()->eq('id', $qb->createNamedParameter($id)))
- ->andWhere(
- $qb->expr()->in(
- 'share_type',
- $qb->createNamedParameter([
- IShare::TYPE_USER,
- IShare::TYPE_GROUP,
- IShare::TYPE_LINK,
- ], IQueryBuilder::PARAM_INT_ARRAY)
- )
- )
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ));
- $cursor = $qb->execute();
- $data = $cursor->fetch();
- $cursor->closeCursor();
- if ($data === false) {
- throw new ShareNotFound();
- }
- try {
- $share = $this->createShare($data);
- } catch (InvalidShare $e) {
- throw new ShareNotFound();
- }
- // If the recipient is set for a group share resolve to that user
- if ($recipientId !== null && $share->getShareType() === IShare::TYPE_GROUP) {
- $share = $this->resolveGroupShares([$share], $recipientId)[0];
- }
- return $share;
- }
- /**
- * Get shares for a given path
- *
- * @param \OCP\Files\Node $path
- * @return \OCP\Share\IShare[]
- */
- public function getSharesByPath(Node $path) {
- $qb = $this->dbConn->getQueryBuilder();
- $cursor = $qb->select('*')
- ->from('share')
- ->andWhere($qb->expr()->eq('file_source', $qb->createNamedParameter($path->getId())))
- ->andWhere(
- $qb->expr()->orX(
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USER)),
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_GROUP))
- )
- )
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ))
- ->execute();
- $shares = [];
- while ($data = $cursor->fetch()) {
- $shares[] = $this->createShare($data);
- }
- $cursor->closeCursor();
- return $shares;
- }
- /**
- * Returns whether the given database result can be interpreted as
- * a share with accessible file (not trashed, not deleted)
- */
- private function isAccessibleResult($data) {
- // exclude shares leading to deleted file entries
- if ($data['fileid'] === null || $data['path'] === null) {
- return false;
- }
- // exclude shares leading to trashbin on home storages
- $pathSections = explode('/', $data['path'], 2);
- // FIXME: would not detect rare md5'd home storage case properly
- if ($pathSections[0] !== 'files'
- && (str_starts_with($data['storage_string_id'], 'home::') || str_starts_with($data['storage_string_id'], 'object::user'))) {
- return false;
- } elseif ($pathSections[0] === '__groupfolders'
- && str_starts_with($pathSections[1], 'trash/')
- ) {
- // exclude shares leading to trashbin on group folders storages
- return false;
- }
- return true;
- }
- /**
- * @inheritdoc
- */
- public function getSharedWith($userId, $shareType, $node, $limit, $offset) {
- /** @var Share[] $shares */
- $shares = [];
- if ($shareType === IShare::TYPE_USER) {
- //Get shares directly with this user
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('s.*',
- 'f.fileid', 'f.path', 'f.permissions AS f_permissions', 'f.storage', 'f.path_hash',
- 'f.parent AS f_parent', 'f.name', 'f.mimetype', 'f.mimepart', 'f.size', 'f.mtime', 'f.storage_mtime',
- 'f.encrypted', 'f.unencrypted_size', 'f.etag', 'f.checksum'
- )
- ->selectAlias('st.id', 'storage_string_id')
- ->from('share', 's')
- ->leftJoin('s', 'filecache', 'f', $qb->expr()->eq('s.file_source', 'f.fileid'))
- ->leftJoin('f', 'storages', 'st', $qb->expr()->eq('f.storage', 'st.numeric_id'));
- // Order by id
- $qb->orderBy('s.id');
- // Set limit and offset
- if ($limit !== -1) {
- $qb->setMaxResults($limit);
- }
- $qb->setFirstResult($offset);
- $qb->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USER)))
- ->andWhere($qb->expr()->eq('share_with', $qb->createNamedParameter($userId)))
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ));
- // Filter by node if provided
- if ($node !== null) {
- $qb->andWhere($qb->expr()->eq('file_source', $qb->createNamedParameter($node->getId())));
- }
- $cursor = $qb->execute();
- while ($data = $cursor->fetch()) {
- if ($data['fileid'] && $data['path'] === null) {
- $data['path'] = (string) $data['path'];
- $data['name'] = (string) $data['name'];
- $data['checksum'] = (string) $data['checksum'];
- }
- if ($this->isAccessibleResult($data)) {
- $shares[] = $this->createShare($data);
- }
- }
- $cursor->closeCursor();
- } elseif ($shareType === IShare::TYPE_GROUP) {
- $user = $this->userManager->get($userId);
- $allGroups = ($user instanceof IUser) ? $this->groupManager->getUserGroupIds($user) : [];
- /** @var Share[] $shares2 */
- $shares2 = [];
- $start = 0;
- while (true) {
- $groups = array_slice($allGroups, $start, 1000);
- $start += 1000;
- if ($groups === []) {
- break;
- }
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('s.*',
- 'f.fileid', 'f.path', 'f.permissions AS f_permissions', 'f.storage', 'f.path_hash',
- 'f.parent AS f_parent', 'f.name', 'f.mimetype', 'f.mimepart', 'f.size', 'f.mtime', 'f.storage_mtime',
- 'f.encrypted', 'f.unencrypted_size', 'f.etag', 'f.checksum'
- )
- ->selectAlias('st.id', 'storage_string_id')
- ->from('share', 's')
- ->leftJoin('s', 'filecache', 'f', $qb->expr()->eq('s.file_source', 'f.fileid'))
- ->leftJoin('f', 'storages', 'st', $qb->expr()->eq('f.storage', 'st.numeric_id'))
- ->orderBy('s.id')
- ->setFirstResult(0);
- if ($limit !== -1) {
- $qb->setMaxResults($limit - count($shares));
- }
- // Filter by node if provided
- if ($node !== null) {
- $qb->andWhere($qb->expr()->eq('file_source', $qb->createNamedParameter($node->getId())));
- }
- $groups = array_filter($groups);
- $qb->andWhere($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_GROUP)))
- ->andWhere($qb->expr()->in('share_with', $qb->createNamedParameter(
- $groups,
- IQueryBuilder::PARAM_STR_ARRAY
- )))
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ));
- $cursor = $qb->execute();
- while ($data = $cursor->fetch()) {
- if ($offset > 0) {
- $offset--;
- continue;
- }
- if ($this->isAccessibleResult($data)) {
- $shares2[] = $this->createShare($data);
- }
- }
- $cursor->closeCursor();
- }
- /*
- * Resolve all group shares to user specific shares
- */
- $shares = $this->resolveGroupShares($shares2, $userId);
- } else {
- throw new BackendError('Invalid backend');
- }
- return $shares;
- }
- /**
- * Get a share by token
- *
- * @param string $token
- * @return \OCP\Share\IShare
- * @throws ShareNotFound
- */
- public function getShareByToken($token) {
- $qb = $this->dbConn->getQueryBuilder();
- $cursor = $qb->select('*')
- ->from('share')
- ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_LINK)))
- ->andWhere($qb->expr()->eq('token', $qb->createNamedParameter($token)))
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ))
- ->execute();
- $data = $cursor->fetch();
- if ($data === false) {
- throw new ShareNotFound();
- }
- try {
- $share = $this->createShare($data);
- } catch (InvalidShare $e) {
- throw new ShareNotFound();
- }
- return $share;
- }
- /**
- * Create a share object from an database row
- *
- * @param mixed[] $data
- * @return \OCP\Share\IShare
- * @throws InvalidShare
- */
- private function createShare($data) {
- $share = new Share($this->rootFolder, $this->userManager);
- $share->setId((int)$data['id'])
- ->setShareType((int)$data['share_type'])
- ->setPermissions((int)$data['permissions'])
- ->setTarget($data['file_target'])
- ->setNote((string)$data['note'])
- ->setMailSend((bool)$data['mail_send'])
- ->setStatus((int)$data['accepted'])
- ->setLabel($data['label']);
- $shareTime = new \DateTime();
- $shareTime->setTimestamp((int)$data['stime']);
- $share->setShareTime($shareTime);
- if ($share->getShareType() === IShare::TYPE_USER) {
- $share->setSharedWith($data['share_with']);
- $user = $this->userManager->get($data['share_with']);
- if ($user !== null) {
- $share->setSharedWithDisplayName($user->getDisplayName());
- }
- } elseif ($share->getShareType() === IShare::TYPE_GROUP) {
- $share->setSharedWith($data['share_with']);
- $group = $this->groupManager->get($data['share_with']);
- if ($group !== null) {
- $share->setSharedWithDisplayName($group->getDisplayName());
- }
- } elseif ($share->getShareType() === IShare::TYPE_LINK) {
- $share->setPassword($data['password']);
- $share->setSendPasswordByTalk((bool)$data['password_by_talk']);
- $share->setToken($data['token']);
- }
- $share = $this->updateShareAttributes($share, $data['attributes']);
- $share->setSharedBy($data['uid_initiator']);
- $share->setShareOwner($data['uid_owner']);
- $share->setNodeId((int)$data['file_source']);
- $share->setNodeType($data['item_type']);
- if ($data['expiration'] !== null) {
- $expiration = \DateTime::createFromFormat('Y-m-d H:i:s', $data['expiration']);
- $share->setExpirationDate($expiration);
- }
- if (isset($data['f_permissions'])) {
- $entryData = $data;
- $entryData['permissions'] = $entryData['f_permissions'];
- $entryData['parent'] = $entryData['f_parent'];
- $share->setNodeCacheEntry(Cache::cacheEntryFromData($entryData,
- \OC::$server->getMimeTypeLoader()));
- }
- $share->setProviderId($this->identifier());
- $share->setHideDownload((int)$data['hide_download'] === 1);
- return $share;
- }
- /**
- * @param Share[] $shares
- * @param $userId
- * @return Share[] The updates shares if no update is found for a share return the original
- */
- private function resolveGroupShares($shares, $userId) {
- $result = [];
- $start = 0;
- while (true) {
- /** @var Share[] $shareSlice */
- $shareSlice = array_slice($shares, $start, 100);
- $start += 100;
- if ($shareSlice === []) {
- break;
- }
- /** @var int[] $ids */
- $ids = [];
- /** @var Share[] $shareMap */
- $shareMap = [];
- foreach ($shareSlice as $share) {
- $ids[] = (int)$share->getId();
- $shareMap[$share->getId()] = $share;
- }
- $qb = $this->dbConn->getQueryBuilder();
- $query = $qb->select('*')
- ->from('share')
- ->where($qb->expr()->in('parent', $qb->createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY)))
- ->andWhere($qb->expr()->eq('share_with', $qb->createNamedParameter($userId)))
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ));
- $stmt = $query->execute();
- while ($data = $stmt->fetch()) {
- $shareMap[$data['parent']]->setPermissions((int)$data['permissions']);
- $shareMap[$data['parent']]->setStatus((int)$data['accepted']);
- $shareMap[$data['parent']]->setTarget($data['file_target']);
- $shareMap[$data['parent']]->setParent($data['parent']);
- }
- $stmt->closeCursor();
- foreach ($shareMap as $share) {
- $result[] = $share;
- }
- }
- return $result;
- }
- /**
- * A user is deleted from the system
- * So clean up the relevant shares.
- *
- * @param string $uid
- * @param int $shareType
- */
- public function userDeleted($uid, $shareType) {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->delete('share');
- if ($shareType === IShare::TYPE_USER) {
- /*
- * Delete all user shares that are owned by this user
- * or that are received by this user
- */
- $qb->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USER)));
- $qb->andWhere(
- $qb->expr()->orX(
- $qb->expr()->eq('uid_owner', $qb->createNamedParameter($uid)),
- $qb->expr()->eq('share_with', $qb->createNamedParameter($uid))
- )
- );
- } elseif ($shareType === IShare::TYPE_GROUP) {
- /*
- * Delete all group shares that are owned by this user
- * Or special user group shares that are received by this user
- */
- $qb->where(
- $qb->expr()->andX(
- $qb->expr()->orX(
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_GROUP)),
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP))
- ),
- $qb->expr()->eq('uid_owner', $qb->createNamedParameter($uid))
- )
- );
- $qb->orWhere(
- $qb->expr()->andX(
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP)),
- $qb->expr()->eq('share_with', $qb->createNamedParameter($uid))
- )
- );
- } elseif ($shareType === IShare::TYPE_LINK) {
- /*
- * Delete all link shares owned by this user.
- * And all link shares initiated by this user (until #22327 is in)
- */
- $qb->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_LINK)));
- $qb->andWhere(
- $qb->expr()->orX(
- $qb->expr()->eq('uid_owner', $qb->createNamedParameter($uid)),
- $qb->expr()->eq('uid_initiator', $qb->createNamedParameter($uid))
- )
- );
- } else {
- $e = new \InvalidArgumentException('Default share provider tried to delete all shares for type: ' . $shareType);
- \OCP\Server::get(LoggerInterface::class)->error($e->getMessage(), ['exception' => $e]);
- return;
- }
- $qb->execute();
- }
- /**
- * Delete all shares received by this group. As well as any custom group
- * shares for group members.
- *
- * @param string $gid
- */
- public function groupDeleted($gid) {
- /*
- * First delete all custom group shares for group members
- */
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('id')
- ->from('share')
- ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_GROUP)))
- ->andWhere($qb->expr()->eq('share_with', $qb->createNamedParameter($gid)));
- $cursor = $qb->execute();
- $ids = [];
- while ($row = $cursor->fetch()) {
- $ids[] = (int)$row['id'];
- }
- $cursor->closeCursor();
- if (!empty($ids)) {
- $chunks = array_chunk($ids, 100);
- foreach ($chunks as $chunk) {
- $qb->delete('share')
- ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP)))
- ->andWhere($qb->expr()->in('parent', $qb->createNamedParameter($chunk, IQueryBuilder::PARAM_INT_ARRAY)));
- $qb->execute();
- }
- }
- /*
- * Now delete all the group shares
- */
- $qb = $this->dbConn->getQueryBuilder();
- $qb->delete('share')
- ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_GROUP)))
- ->andWhere($qb->expr()->eq('share_with', $qb->createNamedParameter($gid)));
- $qb->execute();
- }
- /**
- * Delete custom group shares to this group for this user
- *
- * @param string $uid
- * @param string $gid
- */
- public function userDeletedFromGroup($uid, $gid) {
- /*
- * Get all group shares
- */
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('id')
- ->from('share')
- ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_GROUP)))
- ->andWhere($qb->expr()->eq('share_with', $qb->createNamedParameter($gid)));
- $cursor = $qb->execute();
- $ids = [];
- while ($row = $cursor->fetch()) {
- $ids[] = (int)$row['id'];
- }
- $cursor->closeCursor();
- if (!empty($ids)) {
- $chunks = array_chunk($ids, 100);
- foreach ($chunks as $chunk) {
- /*
- * Delete all special shares with this users for the found group shares
- */
- $qb->delete('share')
- ->where($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP)))
- ->andWhere($qb->expr()->eq('share_with', $qb->createNamedParameter($uid)))
- ->andWhere($qb->expr()->in('parent', $qb->createNamedParameter($chunk, IQueryBuilder::PARAM_INT_ARRAY)));
- $qb->execute();
- }
- }
- }
- /**
- * @inheritdoc
- */
- public function getAccessList($nodes, $currentAccess) {
- $ids = [];
- foreach ($nodes as $node) {
- $ids[] = $node->getId();
- }
- $qb = $this->dbConn->getQueryBuilder();
- $or = $qb->expr()->orX(
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USER)),
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_GROUP)),
- $qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_LINK))
- );
- if ($currentAccess) {
- $or->add($qb->expr()->eq('share_type', $qb->createNamedParameter(IShare::TYPE_USERGROUP)));
- }
- $qb->select('id', 'parent', 'share_type', 'share_with', 'file_source', 'file_target', 'permissions')
- ->from('share')
- ->where(
- $or
- )
- ->andWhere($qb->expr()->in('file_source', $qb->createNamedParameter($ids, IQueryBuilder::PARAM_INT_ARRAY)))
- ->andWhere($qb->expr()->orX(
- $qb->expr()->eq('item_type', $qb->createNamedParameter('file')),
- $qb->expr()->eq('item_type', $qb->createNamedParameter('folder'))
- ));
- $cursor = $qb->execute();
- $users = [];
- $link = false;
- while ($row = $cursor->fetch()) {
- $type = (int)$row['share_type'];
- if ($type === IShare::TYPE_USER) {
- $uid = $row['share_with'];
- $users[$uid] = $users[$uid] ?? [];
- $users[$uid][$row['id']] = $row;
- } elseif ($type === IShare::TYPE_GROUP) {
- $gid = $row['share_with'];
- $group = $this->groupManager->get($gid);
- if ($group === null) {
- continue;
- }
- $userList = $group->getUsers();
- foreach ($userList as $user) {
- $uid = $user->getUID();
- $users[$uid] = $users[$uid] ?? [];
- $users[$uid][$row['id']] = $row;
- }
- } elseif ($type === IShare::TYPE_LINK) {
- $link = true;
- } elseif ($type === IShare::TYPE_USERGROUP && $currentAccess === true) {
- $uid = $row['share_with'];
- $users[$uid] = $users[$uid] ?? [];
- $users[$uid][$row['id']] = $row;
- }
- }
- $cursor->closeCursor();
- if ($currentAccess === true) {
- $users = array_map([$this, 'filterSharesOfUser'], $users);
- $users = array_filter($users);
- } else {
- $users = array_keys($users);
- }
- return ['users' => $users, 'public' => $link];
- }
- /**
- * For each user the path with the fewest slashes is returned
- * @param array $shares
- * @return array
- */
- protected function filterSharesOfUser(array $shares) {
- // Group shares when the user has a share exception
- foreach ($shares as $id => $share) {
- $type = (int) $share['share_type'];
- $permissions = (int) $share['permissions'];
- if ($type === IShare::TYPE_USERGROUP) {
- unset($shares[$share['parent']]);
- if ($permissions === 0) {
- unset($shares[$id]);
- }
- }
- }
- $best = [];
- $bestDepth = 0;
- foreach ($shares as $id => $share) {
- $depth = substr_count(($share['file_target'] ?? ''), '/');
- if (empty($best) || $depth < $bestDepth) {
- $bestDepth = $depth;
- $best = [
- 'node_id' => $share['file_source'],
- 'node_path' => $share['file_target'],
- ];
- }
- }
- return $best;
- }
- /**
- * propagate notes to the recipients
- *
- * @param IShare $share
- * @throws \OCP\Files\NotFoundException
- */
- private function propagateNote(IShare $share) {
- if ($share->getShareType() === IShare::TYPE_USER) {
- $user = $this->userManager->get($share->getSharedWith());
- $this->sendNote([$user], $share);
- } elseif ($share->getShareType() === IShare::TYPE_GROUP) {
- $group = $this->groupManager->get($share->getSharedWith());
- $groupMembers = $group->getUsers();
- $this->sendNote($groupMembers, $share);
- }
- }
- /**
- * send note by mail
- *
- * @param array $recipients
- * @param IShare $share
- * @throws \OCP\Files\NotFoundException
- */
- private function sendNote(array $recipients, IShare $share) {
- $toListByLanguage = [];
- foreach ($recipients as $recipient) {
- /** @var IUser $recipient */
- $email = $recipient->getEMailAddress();
- if ($email) {
- $language = $this->l10nFactory->getUserLanguage($recipient);
- if (!isset($toListByLanguage[$language])) {
- $toListByLanguage[$language] = [];
- }
- $toListByLanguage[$language][$email] = $recipient->getDisplayName();
- }
- }
- if (empty($toListByLanguage)) {
- return;
- }
- foreach ($toListByLanguage as $l10n => $toList) {
- $filename = $share->getNode()->getName();
- $initiator = $share->getSharedBy();
- $note = $share->getNote();
- $l = $this->l10nFactory->get('lib', $l10n);
- $initiatorUser = $this->userManager->get($initiator);
- $initiatorDisplayName = ($initiatorUser instanceof IUser) ? $initiatorUser->getDisplayName() : $initiator;
- $initiatorEmailAddress = ($initiatorUser instanceof IUser) ? $initiatorUser->getEMailAddress() : null;
- $plainHeading = $l->t('%1$s shared »%2$s« with you and wants to add:', [$initiatorDisplayName, $filename]);
- $htmlHeading = $l->t('%1$s shared »%2$s« with you and wants to add', [$initiatorDisplayName, $filename]);
- $message = $this->mailer->createMessage();
- $emailTemplate = $this->mailer->createEMailTemplate('defaultShareProvider.sendNote');
- $emailTemplate->setSubject($l->t('»%s« added a note to a file shared with you', [$initiatorDisplayName]));
- $emailTemplate->addHeader();
- $emailTemplate->addHeading($htmlHeading, $plainHeading);
- $emailTemplate->addBodyText(htmlspecialchars($note), $note);
- $link = $this->urlGenerator->linkToRouteAbsolute('files.viewcontroller.showFile', ['fileid' => $share->getNode()->getId()]);
- $emailTemplate->addBodyButton(
- $l->t('Open »%s«', [$filename]),
- $link
- );
- // The "From" contains the sharers name
- $instanceName = $this->defaults->getName();
- $senderName = $l->t(
- '%1$s via %2$s',
- [
- $initiatorDisplayName,
- $instanceName
- ]
- );
- $message->setFrom([\OCP\Util::getDefaultEmailAddress($instanceName) => $senderName]);
- if ($initiatorEmailAddress !== null) {
- $message->setReplyTo([$initiatorEmailAddress => $initiatorDisplayName]);
- $emailTemplate->addFooter($instanceName . ' - ' . $this->defaults->getSlogan());
- } else {
- $emailTemplate->addFooter();
- }
- if (count($toList) === 1) {
- $message->setTo($toList);
- } else {
- $message->setTo([]);
- $message->setBcc($toList);
- }
- $message->useTemplate($emailTemplate);
- $this->mailer->send($message);
- }
- }
- public function getAllShares(): iterable {
- $qb = $this->dbConn->getQueryBuilder();
- $qb->select('*')
- ->from('share')
- ->where(
- $qb->expr()->orX(
- $qb->expr()->eq('share_type', $qb->createNamedParameter(\OCP\Share\IShare::TYPE_USER)),
- $qb->expr()->eq('share_type', $qb->createNamedParameter(\OCP\Share\IShare::TYPE_GROUP)),
- $qb->expr()->eq('share_type', $qb->createNamedParameter(\OCP\Share\IShare::TYPE_LINK))
- )
- );
- $cursor = $qb->execute();
- while ($data = $cursor->fetch()) {
- try {
- $share = $this->createShare($data);
- } catch (InvalidShare $e) {
- continue;
- }
- yield $share;
- }
- $cursor->closeCursor();
- }
- /**
- * Load from database format (JSON string) to IAttributes
- *
- * @return IShare the modified share
- */
- private function updateShareAttributes(IShare $share, ?string $data): IShare {
- if ($data !== null && $data !== '') {
- $attributes = new ShareAttributes();
- $compressedAttributes = \json_decode($data, true);
- if ($compressedAttributes === false || $compressedAttributes === null) {
- return $share;
- }
- foreach ($compressedAttributes as $compressedAttribute) {
- $attributes->setAttribute(
- $compressedAttribute[0],
- $compressedAttribute[1],
- $compressedAttribute[2]
- );
- }
- $share->setAttributes($attributes);
- }
- return $share;
- }
- /**
- * Format IAttributes to database format (JSON string)
- */
- private function formatShareAttributes(?IAttributes $attributes): ?string {
- if ($attributes === null || empty($attributes->toArray())) {
- return null;
- }
- $compressedAttributes = [];
- foreach ($attributes->toArray() as $attribute) {
- $compressedAttributes[] = [
- 0 => $attribute['scope'],
- 1 => $attribute['key'],
- 2 => $attribute['enabled']
- ];
- }
- return \json_encode($compressedAttributes);
- }
- }
|