Jelmer Vernooij

Results 444 comments of Jelmer Vernooij

Please run with --dump-dav-xml so the full DAV output gets included (it's hard to say much based just on the kind of HTTP requests)

Xandikos has gained support for ".xandikos" files since this issue was filed, as an alternative to storing settings in the *xandikos* section in .git/config

I think it makes sense to just add support to the existing Store class - like you say, it could just have a an optional subpath argument that defaults to...

Xandikos doesn't do anything to day in terms of permissions management. What sort of responses do you see on the xandikos side? Can you attach the output of running xandikos...

Interesting; I don't see anything here to suggest that xandikos is refusing write access. Is there anything on the client side that suggests the collection is read-only? Some clients (e.g....

The reports of unsupported properties are for properties that BusyCal asks for but that Xandikos doesn't support. It's pretty common, and Xandikos just reports that those properties are not present....

See also e.g. https://groups.google.com/forum/?fromgroups=#!topic/python-web-sig/Jb9wtJqQ4MA%5B1-25%5D

Modified xandikos to return 417 errors when seeing unexpected Expect headers. This makes the litmus tests pass, though it still doesn't add proper 100-expect support.

That's correct, there is currently no support for multiple users. I'm hoping to add support for multiple users at some point soon, though initially with every user as a silo...

There are some notes in HEAD now about multi user support.