-
Notifications
You must be signed in to change notification settings - Fork 22
Added PropertyStorage functionality #290
base: master
Are you sure you want to change the base?
Conversation
Traced down the error:
Occurs when trying to import 132 contacts from my local address book. Will investigate further… |
Maybe all that's missing is whitelisting a few paths with the Wanted to look into this, but on OS X 10.11 I couldn't set up a CardDAV account for katana at all. Contacts.app always tries to do PROPFINDs on |
@DominikTo Hmm, ok, it requires more work then. |
@DominikTo did you try setting it up with the full principal url? |
@evert Yup, tried that, but on 10.11 Contacts.app always requests But BusyContacts also doesn't properly bootstrap the account - with BusyContacts however I don't see any failed requests. It just stops and shows an "Unable to connect alert". One thing I noticed is that BusyContacts tries to figure out |
@Hywan Setting up the pathFilter would be a quick fix - if I could test with a client. :-) |
Did you try an extra slash behind admin? Can make all the difference (for both clients). Also for both of them we might want to consider reporting bugs, because this might burn us in the future too... |
Full principal URL with a |
BTT: Seems one of my vCards was faulty. I now have all vCards imported and "Me card" feature works using the code from my PR. Is it going to be merged? |
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 Request
Response
|
It should either have been set in propertystorage, or pathfilter would have caused it to return a 403. Are you looking at the right table and database @DominikTo ? |
Haha, yes. ;-) But no 403. Will check later by always returning false from the pathFilter. |
Interesting: That "Error while sending QUERY packet" message seems to be an error with large MySQL inserts. Will try to raise |
God I hate mysql for stuff like that :/ |
Yes, me too. But at least it has nothing to do with Katana itself, which is a good thing actually :) |
@nurtext It can be related to sabre/katana because our schemas can not be well-designed :-/. |
This will take a bit longer to integrate, because there's problems with sabre/katana's schema. Once #292 is integrated, this can be integrated too. |
Allows "Me card" feature on OS X Address book.
Sadly not closing #289, sync still fails: