Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unset user PHOTO before setting new one in ↵ | Olivier Mehani | 2016-10-12 | 1 | -0/+1 |
| | | | | | | | OCA\DAV\CardDAV\Converter::updateCard (#26243) Signed-off-by: Olivier Mehani <shtrom@ssji.net> #26242 | ||||
* | Close cursors | Joas Schilling | 2016-09-29 | 1 | -1/+2 |
| | |||||
* | Chunk if you have too many contacts | Joas Schilling | 2016-09-29 | 1 | -10/+16 |
| | |||||
* | Filter more mimetypes | Lukas Reschke | 2016-09-09 | 1 | -0/+12 |
| | | | | There's no need to allow more than those defined mimetypes for images. | ||||
* | Correctly handle multi-values when converting VCards to array | Joas Schilling | 2016-08-31 | 1 | -1/+41 |
| | |||||
* | Run the license script | Joas Schilling | 2016-07-22 | 12 | -16/+33 |
| | |||||
* | Fix undefined properties | Robin Appelman | 2016-07-08 | 1 | -0/+2 |
| | |||||
* | get only vcards which match both the address book id and the vcard uri (#25294) | Björn Schießle | 2016-06-29 | 1 | -1/+1 |
| | |||||
* | fix a ImageExportPlugin Test (#25215) | Georg Ehrke | 2016-06-27 | 1 | -2/+12 |
| | |||||
* | Contacts API: replace raw image data with url (#25081) | Georg Ehrke | 2016-06-21 | 4 | -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 headers | Lukas Reschke | 2016-05-26 | 4 | -4/+6 |
| | |||||
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 11 | -0/+2198 |
* Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4 |