shareManager->shareApiEnabled()) {
throw new OCSNotFoundException($this->l->t('Share API is disabled'));
}
}
}
/**
* @param Controller $controller
* @param string $methodName
* @param Response $response
* @return Response
*/
public function afterController($controller, $methodName, Response $response) {
if ($controller instanceof ShareAPIController) {
/** @var ShareAPIController $controller */
$controller->cleanup();
}
return $response;
}
}
atar-fed-share-receiver
Nextcloud server, a safe home for all your data: https://github.com/nextcloud/server | www-data |
blob: 68825e825338a4c163a7e33ca67a9ff7d4041c02 (
plain)