dav.php
Call to undeclared method \App\Integrations\Dav\Server::start
Open
Open
$server->start();
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::setBaseUri
Open
Open
$server->setBaseUri($_SERVER['SCRIPT_NAME']);
- Exclude checks
Call to method __construct
from undeclared class \Sabre\DAV\Auth\Plugin
Open
Open
$server->addPlugin(new Sabre\DAV\Auth\Plugin($authBackend));
- Exclude checks
Call to method __construct
from undeclared class \Sabre\CalDAV\Subscriptions\Plugin
Open
Open
$server->addPlugin(new Sabre\CalDAV\Subscriptions\Plugin());
- Exclude checks
Call to method __construct
from undeclared class \Sabre\CalDAV\Schedule\Plugin
Open
Open
$server->addPlugin(new Sabre\CalDAV\Schedule\Plugin());
- Exclude checks
Call to method __construct
from undeclared class \Sabre\CardDAV\AddressBookRoot
Open
Open
$nodes[] = new Sabre\CardDAV\AddressBookRoot($principalBackend, $cardBackend);
- Exclude checks
Call to method __construct
from undeclared class \Sabre\CardDAV\Plugin
Open
Open
$server->addPlugin(new Sabre\CardDAV\Plugin());
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::addPlugin
Open
Open
$server->addPlugin(new Sabre\CardDAV\Plugin());
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::addPlugin
Open
Open
$server->addPlugin(new \App\Integrations\Dav\Debug());
- Exclude checks
Call to method __construct
from undeclared class \Sabre\CalDAV\Principal\Collection
Open
Open
$nodes[] = new Sabre\CalDAV\Principal\Collection($principalBackend);
- Exclude checks
Call to method __construct
from undeclared class \Sabre\CalDAV\Plugin
Open
Open
$server->addPlugin(new Sabre\CalDAV\Plugin());
- Exclude checks
Static property 'exposeVersion'
on \App\Integrations\Dav\Server
is undeclared Open
Open
\App\Integrations\Dav\Server::$exposeVersion = false;
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::addPlugin
Open
Open
$server->addPlugin(new Sabre\DAV\Browser\Plugin());
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::addPlugin
Open
Open
$server->addPlugin(new Sabre\CalDAV\Plugin());
- Exclude checks
Call with 1 arg(s) to \App\Integrations\Dav\Backend\Calendar::__construct()
which only takes 0 arg(s) defined at /code/app/Integrations/Dav/Backend/Calendar.php:21
Open
Open
$calendarBackend = new \App\Integrations\Dav\Backend\Calendar($pdo);
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::addPlugin
Open
Open
$server->addPlugin(new Sabre\CalDAV\Schedule\Plugin());
- Exclude checks
Call with 1 arg(s) to \App\Integrations\Dav\Backend\Card::__construct()
which only takes 0 arg(s) defined at /code/app/Integrations/Dav/Backend/Card.php:20
Open
Open
$cardBackend = new \App\Integrations\Dav\Backend\Card($pdo);
- Exclude checks
Call to method __construct
from undeclared class \Sabre\DAVACL\Plugin
Open
Open
$aclPlugin = new Sabre\DAVACL\Plugin();
- Exclude checks
Call with 1 arg(s) to \App\Integrations\Dav\Backend\Auth::__construct()
which only takes 0 arg(s) defined at /code/app/Integrations/Dav/Backend/Auth.php:22
Open
Open
$authBackend = new \App\Integrations\Dav\Backend\Auth($pdo);
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::addPlugin
Open
Open
$server->addPlugin(new Sabre\DAV\Sync\Plugin());
- Exclude checks
Call to method __construct
from undeclared class \Sabre\DAV\Browser\Plugin
Open
Open
$server->addPlugin(new Sabre\DAV\Browser\Plugin());
- Exclude checks
Call to method __construct
from undeclared class \Sabre\DAVACL\PrincipalCollection
Open
Open
new Sabre\DAVACL\PrincipalCollection($principalBackend),
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::addPlugin
Open
Open
$server->addPlugin($aclPlugin);
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::addPlugin
Open
Open
$server->addPlugin(new Sabre\DAV\Auth\Plugin($authBackend));
- Exclude checks
Call with 1 arg(s) to \App\Integrations\Dav\Backend\AclPrincipal::__construct()
which only takes 0 arg(s) defined at /code/app/Integrations/Dav/Backend/AclPrincipal.php:21
Open
Open
$principalBackend = new \App\Integrations\Dav\Backend\AclPrincipal($pdo);
- Exclude checks
Call with 1 arg(s) to \App\Integrations\Dav\Server::__construct()
which only takes 0 arg(s) defined at /code/app/Integrations/Dav/Server.php:19
Open
Open
$server = new \App\Integrations\Dav\Server($nodes);
- Exclude checks
Call to method __construct
from undeclared class \Sabre\CalDAV\CalendarRoot
Open
Open
$nodes[] = new Sabre\CalDAV\CalendarRoot($principalBackend, $calendarBackend);
- Exclude checks
Reference to undeclared property \App\Integrations\Dav\Server->debugExceptions
Open
Open
$server->debugExceptions = \App\Config::debug('davDebugExceptions', false);
- Exclude checks
Call to undeclared method \App\Integrations\Dav\Server::addPlugin
Open
Open
$server->addPlugin(new Sabre\CalDAV\Subscriptions\Plugin());
- Exclude checks
Reference to instance property adminPrincipals
from undeclared class \Sabre\DAVACL\Plugin
Open
Open
$aclPlugin->adminPrincipals = [];
- Exclude checks
Call to method __construct
from undeclared class \Sabre\DAV\Sync\Plugin
Open
Open
$server->addPlugin(new Sabre\DAV\Sync\Plugin());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$apiLog = new \App\Exceptions\NoPermittedToApi();
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$calendarBackend = new \App\Integrations\Dav\Backend\Calendar($pdo);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$nodes[] = new Sabre\CalDAV\CalendarRoot($principalBackend, $calendarBackend);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
// CalDAV integration
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
// CardDav integration
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$cardBackend = new \App\Integrations\Dav\Backend\Card($pdo);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$nodes[] = new Sabre\CardDAV\AddressBookRoot($principalBackend, $cardBackend);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$server->addPlugin(new Sabre\CalDAV\Schedule\Plugin());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
require __DIR__ . '/include/main/WebUI.php';
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
return;
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$server->addPlugin(new Sabre\DAV\Browser\Plugin());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
new Sabre\DAVACL\PrincipalCollection($principalBackend),
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$server->addPlugin(new Sabre\DAV\Sync\Plugin());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$server->addPlugin(new Sabre\CalDAV\Subscriptions\Plugin());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$server->addPlugin(new \App\Integrations\Dav\Debug());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$apiLog->stop('Dav - Service is not active');
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$server->addPlugin(new Sabre\CalDAV\Plugin());
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
// Web/Browser interface for exploring DAV
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
// WebDAV integration
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$nodes[] = new Sabre\CalDAV\Principal\Collection($principalBackend);
- Exclude checks
Spaces must be used to indent lines; tabs are not allowed Open
Open
$server->addPlugin(new Sabre\CardDAV\Plugin());
- Exclude checks