Merge branch 'dev/sync-nextcloud-addressbook' into draft/dev_sync-nextcloud-addressbook

This commit is contained in:
Fahim Salam Chowdhury 2024-09-03 11:30:33 +06:00
commit 2e3fbe0a12
87 changed files with 3360 additions and 402 deletions

View file

@ -60,13 +60,7 @@ class NextcloudAddressBook implements \RainLoop\Providers\AddressBook\AddressBoo
return true;
}
public function IsExternal(): bool
{
return true;
}
public function SetEmail(string $sEmail): bool
{
public function SetEmail(string $sEmail) : bool {
return true;
}

View file

@ -451,7 +451,7 @@ class NextcloudPlugin extends \RainLoop\Plugins\AbstractPlugin
$ignoreSystemAddressbook
);
}
/*
/*
if ($this->Config()->Get('plugin', 'storage', false) && ('storage' === $sName || 'storage-local' === $sName)) {
require_once __DIR__ . '/storage.php';
$oDriver = new \NextcloudStorage(APP_PRIVATE_DATA.'storage', $sName === 'storage-local');