-
Notifications
You must be signed in to change notification settings - Fork 350
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for property filters in addressbook-query REPORT #889
Comments
Yes, I think this would be awesome! I feel that it would be good to:
|
Hey @DeepDiver1975 , Thanks for all the commits. Must have been a lot of work. Especially with the subtle changes between versions. If you ever run into this again, I wanted to give you a small tip:
You might have done this too, I wasn't sure... but if you started with the newest and worked backwards it was probably a bit harder than it should have been. cheers and thanks again! |
I'm happy to help out with stuff like this. Given a decent unit test suite backports are not that hard 😉 |
This is the patch for 3.2 from https://github.com/fruux/sabre-dav/issues/889 excluding tests
This requires an updated SabreDav in core. The contents of address-data are ignored before https://github.com/fruux/sabre-dav/issues/889
This is the patch for 3.2 from https://github.com/fruux/sabre-dav/issues/889 excluding tests Signed-off-by: Daniel Landau <daniel@landau.fi>
This requires an updated SabreDav in core. The contents of address-data are ignored before https://github.com/fruux/sabre-dav/issues/889 Signed-off-by: Daniel Landau <daniel@landau.fi>
Following https://tools.ietf.org/html/rfc6352#section-10.4 it is possible to limit the properties of the vcards to be returned by a addressbook-query.
So basically we should be capable to process a request like this
@evert are you interested in accepting an PR on this?
The text was updated successfully, but these errors were encountered: