Michael Stilkerich

Results 21 issues of Michael Stilkerich

According to RFC 4918, there is two types of response elements: See section 14.24, response XML Element: ``` ``` Type 1 contains one or more href and one status child...

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...

When doing an addressbook query report (using Baikal, but I guess it won't matter) on PHP 8.1, PHP raises deprecation notices because strtoupper is called with a null value. This...

Hello, according to RFC2426, the N property is required in version 3 VCards. > RFC2426 Section 3.1.2 "N Type Definition": The property MUST be present in the vCard object. Apple's...

There currently already exists a version of the current database schema in the script `INIT-currentschema`. However, when we first create the rcmcarddav tables, we still start with the oldest schema...

enhancement

Before the 5.0 release, we need a new carddavclient release that includes the new features for getting addressbook name and description from the server, which is currently only available in...

Revisit the UI settings forms for accounts and addressbooks and check where we can user browser builtin validation to improve usability, e.g.: - Specific input types may be available for...

enhancement

Currently, RCMCardDAV registers all CardDAV addressbooks of the user as autocompletion sources with roundcube. If the admin has configured CardDAV addressbooks also for the special addressbooks collected senders / receivers,...

enhancement

rcmcarddav uses the roundcube cache to cache downloaded photos which are referenced by URI from VCards. Currently, this is hardcoded to use the DB as cache, but any other implementation...

enhancement

This PR fixes two issues encountered on a V4 VCard. 1. RFC6350 allows escaping of semicolons in property values, but vobject did not unescape them in input. data URIs used...