Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
e0f2b861
Commit
e0f2b861
authored
Nov 10, 2015
by
Thomas Müller
Browse files
Adding CardDAV plugin to provide addressbook-home-set property
parent
baacb2cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/dav/lib/server.php
View file @
e0f2b861
...
...
@@ -35,6 +35,8 @@ class Server {
$this
->
server
->
addPlugin
(
new
\
Sabre\DAVACL\Plugin
());
$this
->
server
->
addPlugin
(
new
\
Sabre\CardDAV\Plugin
());
// wait with registering these until auth is handled and the filesystem is setup
$this
->
server
->
on
(
'beforeMethod'
,
function
()
{
// custom properties plugin must be the last one
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment