summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Collapse)AuthorAgeFilesLines
* Unset user PHOTO before setting new one in ↵Olivier Mehani2016-10-121-0/+1
| | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242
* Close cursorsJoas Schilling2016-09-291-1/+2
|
* Chunk if you have too many contactsJoas Schilling2016-09-291-10/+16
|
* Filter more mimetypesLukas Reschke2016-09-091-0/+12
| | | | There's no need to allow more than those defined mimetypes for images.
* Correctly handle multi-values when converting VCards to arrayJoas Schilling2016-08-311-1/+41
|
* Run the license scriptJoas Schilling2016-07-2212-16/+33
|
* Fix undefined propertiesRobin Appelman2016-07-081-0/+2
|
* get only vcards which match both the address book id and the vcard uri (#25294)Björn Schießle2016-06-291-1/+1
|
* fix a ImageExportPlugin Test (#25215)Georg Ehrke2016-06-271-2/+12
|
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-214-18/+194
| | | | | | | | | | | | | | * add uri to AddressBookImpl array * Introduce ImageExportPlugin for CardDav * add plugin to v1 routes * replace binary contact photo with link * update tests * Adding unit tests
* Update license headersLukas Reschke2016-05-264-4/+6
|
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-1211-0/+2198
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4