Dominik

Results 33 comments of Dominik

Output from ifconfig would still be handy. :)

Hi @Hywan! :) I checked out the master branch of pickle, but I am still running in a (slightly different) permission issue on OS X 10.11. ``` ⌘ ~/temp/pickle (master)...

Sounds a bit similar to another Google Calendar issue (recurrence rules where all instances are an exception == no valid event at all). In that case also an exception is...

Maybe all that's missing is whitelisting a few paths with the `pathFilter` (see: http://sabre.io/dav/property-storage/). Wanted to look into this, but on OS X 10.11 I couldn't set up a CardDAV...

@evert Yup, tried that, but on 10.11 Contacts.app always requests `/`, `/principals/` and `/.well-known/carddav` regardless, which results in 405s (I think those are generated by Apache itself). That seems to...

@Hywan Setting up the pathFilter would be a quick fix - if I could test with a client. :-)

Full principal URL with a `/` at the end indeed helped with BusyContacts. Thanks! :+1:

Interesting that it's working for @nurtext. For me -at least with BusyContacts- setting the me-card doesn't result in anything getting stored in the property storage. Even with a `pathFilter` that...

Haha, yes. ;-) But no 403. Will check later by always returning false from the pathFilter.