summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/SyncService.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #37965 from nextcloud/fix/transactional-system-addressbook...Simon L2023-05-161-26/+41
|\
| * fix(dav): Run system address book create-if-not-exists in transactionChristoph Wurst2023-05-121-26/+41
* | fix(carddav): expose system address bookAnna Larch2023-05-111-7/+11
|/
* Revert "Fix sync errors for duplicate cards with the same UID for different b...Christopher Ng2023-01-131-1/+1
* Fix sync errors for duplicate cards with the same UID for different backendsAnna Larch2023-01-051-1/+1
* Add logging to federationAnna Larch2022-07-271-1/+3
* Cleanup CardDav SyncServiceCarl Schwan2022-06-241-64/+17
* Summer cleanup of the federation appCarl Schwan2022-06-241-9/+2
* Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-171-1/+1
|\
| * Fix more psalm issuesCarl Schwan2022-05-161-1/+1
* | Minor optimizations for saving user personal informationCarl Schwan2022-05-121-2/+2
|/
* Migrate dav application from ILogger to LoggerInterfaceCôme Chilliet2022-05-021-9/+6
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* remove private AccountManager from SyncServiceArthur Schiwon2021-05-111-7/+6
* Improve CertificateManager to not be user context dependentMorris Jobke2020-11-031-3/+1
* Sync all users to the system addresssbookJoas Schilling2020-09-211-1/+1
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-13/+10
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-1/+1
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-1/+1
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-1/+1
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+4
* avoids users searches on backend, faster processingArthur Schiwon2019-04-171-1/+1
* be careful with mixed return values even if it may look unsuspicious…Arthur Schiwon2018-11-271-1/+1
* Remove users from system addressbook when user deactivatedThomas Citharel2018-08-061-10/+14
* Simplify return statementMorris Jobke2018-02-131-3/+1
* Update license headersMorris Jobke2017-11-061-1/+2
* get addressbook url and carddav user from remote serverBjoern Schiessle2017-04-111-14/+17
* fix testsBjoern Schiessle2017-03-241-7/+26
* Load cert file before syncing addressbooks and contactsJoas Schilling2017-03-241-16/+31
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-211-5/+22
* Fix apps/Joas Schilling2016-07-211-2/+3
* Update license headersLukas Reschke2016-05-261-1/+1
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+284