aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/Converter.php
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
* fix(SAB): Save avatar to SABJohannes Merkel2023-05-231-1/+1
* feat(users): Store and load a user's managerChristoph Wurst2023-05-121-1/+19
* feat(dav): store scopes for properties and filter locally scoped properties f...Anna Larch2023-05-091-51/+44
* feat(carddav): Map user's additional emails into the SAB cardChristoph Wurst2023-05-041-1/+10
* enh(contacts): write profile prop and backend prop to system addressbookJohannes Merkel2023-05-021-0/+6
* Revert "Fix sync errors for duplicate cards with the same UID for different b...Christopher Ng2023-01-131-3/+1
* Fix sync errors for duplicate cards with the same UID for different backendsAnna Larch2023-01-051-1/+3
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+1
* dav: do not use private AccountManagerArthur Schiwon2021-05-081-41/+20
* Map old account scope properties to new namesVincent Petry2021-03-261-2/+2
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-0/+2
* Make code strictJoas Schilling2020-12-071-9/+10
* Format code to a single space around binary operatorsChristoph Wurst2020-10-051-2/+2
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-3/+0
* Update license headersChristoph Wurst2019-12-051-1/+3
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* CardDAV convertor check should not be to wideRoeland Jago Douma2017-12-111-2/+5
* Update license headersMorris Jobke2017-11-061-0/+1
* use right format for avatarsBjoern Schiessle2017-03-241-1/+1
* don't add empty values to the vcardBjoern Schiessle2017-03-241-3/+9
* fix the way we create a new vcard to avoid to have multiple UIDsBjoern Schiessle2017-03-241-1/+2
* VCARDS don't hold binary dataRoeland Jago Douma2016-11-231-1/+1
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-88/+56
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-4/+5
* Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateC...Olivier Mehani2016-09-291-0/+1
* Fix apps/Joas Schilling2016-07-211-1/+2
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+171