Skip to content
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 multiget addressdata filter #1310

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 15, 2020

  1. RFC 4918 compliance: Remove unexpected propstat

    According to RFC 4918, there is two types of response elements:
    
    Type 1 contains one or more href and one status child elements.
    
    Type 2 contains one href and one or more propstat child elements.
    
    Both types may contain further optional elements.
    
    For Type 1, sabre/dav inserts a spurious propstat element, which
    violated the element definition by RFC 4918.
    mstilkerich committed Jul 15, 2020
    Configuration menu
    Copy the full SHA
    74bd2d3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    facb099 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. Support filtering returned address object properties in multiget report

    Analog to addressbook-query report, multiget also supports returning
    only partial address objects. This can be useful to carddav clients to
    have fast syncs by excluding large properties like PHOTO and fetching
    those only when needed.
    mstilkerich committed Nov 20, 2020
    Configuration menu
    Copy the full SHA
    6c12a73 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    b52596e View commit details
    Browse the repository at this point in the history