aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/SyncService.php
Commit message (Expand)AuthorAgeFilesLines
* fix(dav): Create SAB at installationfix/dav/create-sab-installChristoph Wurst2025-03-061-4/+7
* fix(carddav): Handle race for SAB creation betterChristoph Wurst2024-11-061-7/+26
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-23/+10
* chore: Use constant for default valueconfig-carddav-sync-request-timeoutPablo Zmdl2024-10-171-1/+2
* feat: configurable request timeout for carddav syncPablo Zmdl2024-10-171-2/+7
* fix: make federation address book sync work with allow_local_remote_servers =...Daniel Kesselberg2024-10-011-10/+36
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-3/+3
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* chore: don't pass null to createElementDaniel Kesselberg2024-06-251-1/+1
* refactor(dav): migrate to new http clientDaniel Kesselberg2024-06-251-44/+41
* chore: Add SPDX headerAndy Scherzinger2024-05-271-26/+4
* chore: Improve phpdoc typing to silence psalm errorsCôme Chilliet2024-04-021-0/+3
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-021-1/+1
* chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-8/+7
* Refactors "strpos" calls in /apps/dav to improve code readability.Faraz Samapoor2023-06-121-1/+1
* 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