summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* fix(CardDAV): set owner-principal, displayname properties for SABAnna Larch2023-08-242-4/+3
* enh(contacts): show/hide addressbooks for allJohannes Merkel2023-08-161-10/+14
* Merge pull request #38919 from nextcloud/backport/38639/stable27Arthur Schiwon2023-07-121-2/+13
|\
| * fix(dav): close cursor when fetching max idRichard Steinmetz2023-07-111-1/+3
| * Issue #36644: Fix pruneOutdatedSyncTokens for CalDAVChristof Arnosti2023-06-211-2/+11
* | Merge pull request #38475 from nextcloud/backport/38454/stable27Arthur Schiwon2023-07-121-1/+1
|\ \
| * | fix(carddav): Make system contact phone number RFC compliantgreta2023-07-101-1/+1
* | | Merge pull request #38792 from nextcloud/backport/38777/stable27Arthur Schiwon2023-07-101-1/+1
|\ \ \ | |/ / |/| |
| * | fix(carddav): Make SystemAddressBook::__construct $groupManager argument null...Christoph Wurst2023-06-131-1/+1
| |/
* / fix(sab): put location in proper address fieldJohannes Merkel2023-07-071-1/+13
|/
* Merge pull request #38416 from nextcloud/backport/38308/stable27Joas Schilling2023-05-301-5/+4
|\
| * fix(carddav): Check if SERVER variables are set before accessing themAnna Larch2023-05-231-5/+4
* | fix(dav): Fix avatar size in system address bookJoas Schilling2023-05-261-1/+1
* | fix(carddav): Don't show system address book cards to guestsChristoph Wurst2023-05-251-8/+6
* | fix(carddav): Check enumeration settings for all SAB methodsChristoph Wurst2023-05-251-1/+69
* | fix(SAB): Save avatar to SABJohannes Merkel2023-05-231-1/+1
|/
* feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBookThomas Citharel2023-05-163-2/+153
* 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): Mark system address book as read-onlyChristoph Wurst2023-05-151-0/+10
* | feat(users): Store and load a user's managerChristoph Wurst2023-05-121-1/+19
* | fix(carddav): expose system address bookAnna Larch2023-05-115-22/+146
* | feat(dav): store scopes for properties and filter locally scoped properties f...Anna Larch2023-05-093-54/+235
|/
* 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
* refactor(dav): Since we're in a transaction, use QB properly when incrementin...Thomas Citharel2023-04-171-13/+24
* fix(CalDAV/CardDAV): put every method from Cal/CardDAV backends that does mul...Thomas Citharel2023-04-171-316/+330
* Fix DAV typesjld31032023-04-051-1/+2
* Use implementations instead of interfaces for accessing private methodsjld31032023-03-301-1/+1
* Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-011-0/+3
* Revert "Fix sync errors for duplicate cards with the same UID for different b...Christopher Ng2023-01-132-4/+2
* Fix sync errors for duplicate cards with the same UID for different backendsAnna Larch2023-01-052-2/+4
* Merge pull request #34807 from nextcloud/fix/compute-notification-parsed-subjectCôme Chilliet2022-12-191-15/+1
|\
| * Get rid of all useless calls to setParsedSubject now that setRichSubject is a...Côme Chilliet2022-11-291-15/+1
* | Cleanup contactsinteractionCarl Schwan2022-11-251-9/+2
|/
* Switch to DisplayNameCache for CardDAVAnna Larch2022-11-031-15/+1
* Add a background job to prune outdated sync tokensThomas Citharel2022-10-271-0/+14
* Wrap address book creation write-read in a transactionChristoph Wurst2022-10-031-13/+23
* Merge pull request #33104 from nextcloud/enhancement/add-logging-federationblizzz2022-10-011-1/+3
|\
| * Add logging to federationAnna Larch2022-07-271-1/+3
* | Merge pull request #33450 from sazanof/bug/base64-card-dav-searchblizzz2022-10-011-1/+1
|\ \
| * | Add URI type to VCardMikhail Sazanov2022-08-031-1/+1
| |/
* | Check address book URI length before creationJoas Schilling2022-08-261-0/+4
* | Merge pull request #33615 from nextcloud/perf/noid/user-displayname-cache-for...Joas Schilling2022-08-191-21/+1
|\ \
| * | Use user name cache in activity providersJoas Schilling2022-08-191-21/+1
* | | Fix carddav activitiesJoas Schilling2022-08-193-5/+5
|/ /
* / performance optimisation for carddav backend blob data readAnna Larch2022-08-151-1/+6
|/
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-1/+1
* Merge pull request #32869 from nextcloud/dav-no-deleted-user-activitiesblizzz2022-07-231-1/+12
|\
| * Avoid calendar & addressbook activities being created on user being deletedThomas Citharel2022-06-141-1/+12