Cyril Chapellier

Results 175 comments of Cyril Chapellier

Hi What is the purpose of this PR ? Thanks

It seems that they are a lot of changes in your commits that are not related to that (putting scripts in different files, indentation, etc) so I cannot merge as-is....

Hello ! The error seems to be client-side (401): `app.ERROR: [401]: Sabre\DAV\Exception\NotAuthenticated - No 'Authorization: Basic' header found.` What authentication mechanism are you using ? Digest was removed in 1.8.0...

> I can't seem to find any commits in neither davis nor sabre/dav that modify Basic Auth in a major way. There are none, this feature wasn't touched... I can't...

It may but it _shouldn't_ since this commit is specifically to extract logs from environments where we can't introspect them (Docker, etc). I'll dig deeper later if I find the...

Hi @tiiiecherle CardDAV does not allow sharing for now, at least not through `sabre/dav` that Davis uses, so you cannot share an address book. There is a concept of "global...

Thanks @verahawk for this issue I could easily add other drivers in the Dockerfile, that's easy. As for Symfony, I can have a look. I think it can be a...

Hi @MACscr I'm not familiar with z-push _at all_ but if you want to give it a go, I could have a look at a PR

Hi I'm not sure that this is possible in sabre/dav at the moment, but if you have any info that it is, please share so I can have a look

I understand what you want to do, but the underlying sabre/dav library does not support it (yet?). There are some issues about it (like https://github.com/sabre-io/dav/issues/1052) on their repo. I'm not...