mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 17:23:59 -04:00
Merge pull request #23893 from owncloud/add-VCFExportPlugin
Adding VCFExportPlugin
This commit is contained in:
commit
7fc1d52b75
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,7 @@ use OCA\DAV\Files\BrowserErrorPagePlugin;
|
|||
use OCA\DAV\Files\CustomPropertiesBackend;
|
||||
use OCP\IRequest;
|
||||
use OCP\SabrePluginEvent;
|
||||
use Sabre\CardDAV\VCFExportPlugin;
|
||||
use Sabre\DAV\Auth\Plugin;
|
||||
|
||||
class Server {
|
||||
|
|
@ -97,6 +98,7 @@ class Server {
|
|||
|
||||
// addressbook plugins
|
||||
$this->server->addPlugin(new \OCA\DAV\CardDAV\Plugin());
|
||||
$this->server->addPlugin(new VCFExportPlugin());
|
||||
|
||||
// system tags plugins
|
||||
$this->server->addPlugin(new \OCA\DAV\SystemTag\SystemTagPlugin(
|
||||
|
|
|
|||
Loading…
Reference in a new issue