Merge branch '0.4'
This commit is contained in:
commit
dec578533b
2 changed files with 10 additions and 0 deletions
|
@ -4,6 +4,13 @@ ChangeLog
|
|||
0.5.0 (????-??-??)
|
||||
------------------
|
||||
|
||||
0.4.4 (2016-03-30)
|
||||
------------------
|
||||
|
||||
* #517: Added the Sync plugin. Should speed things up and fix syncing bugs
|
||||
with Em Client.
|
||||
* Ships with sabre/dav 3.1.2
|
||||
|
||||
|
||||
0.4.3 (2016-03-23)
|
||||
------------------
|
||||
|
|
|
@ -162,6 +162,9 @@ class Server {
|
|||
new \Sabre\DAV\PropertyStorage\Backend\PDO($this->pdo)
|
||||
));
|
||||
|
||||
// WebDAV-Sync!
|
||||
$this->server->addPlugin(new \Sabre\DAV\Sync\Plugin());
|
||||
|
||||
if ($this->enableCalDAV) {
|
||||
$this->server->addPlugin(new \Sabre\CalDAV\Plugin());
|
||||
$this->server->addPlugin(new \Sabre\CalDAV\ICSExportPlugin());
|
||||
|
|
Loading…
Add table
Reference in a new issue