aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/CardDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* feat(CardDAV): Add Sabre\DAV\IMoveTarget support to OCA\DAV\CardDAV\AddressBookThomas Citharel2023-05-161-0/+45
* fix(carddav): expose system address bookAnna Larch2023-05-111-0/+5
* 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
* Do not reuse query builder objects in DAV account deletionJoas Schilling2023-02-011-0/+3
* 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
* Check address book URI length before creationJoas Schilling2022-08-261-0/+4
* performance optimisation for carddav backend blob data readAnna Larch2022-08-151-1/+6
* Fix typos in apps/dav subdirectoryluz paz2022-07-261-1/+1
* Cleanup CardDav SyncServiceCarl Schwan2022-06-241-6/+2
* Add typing to Sharing BackendCarl Schwan2022-06-221-32/+27
* Add some typed propertiesThomas Citharel2022-05-171-27/+10
* Remove all legacy event dispatchers from CalDAV & CardDAV backendsThomas Citharel2022-05-171-22/+1
* Merge pull request #31943 from nextcloud/dav-cleanupCarl Schwan2022-05-171-19/+18
|\
| * Fix more psalm issuesCarl Schwan2022-05-161-19/+18
* | Wrap multiple inserts inside a transationCarl Schwan2022-05-121-13/+21
* | Minor optimizations for saving user personal informationCarl Schwan2022-05-121-12/+15
|/
* Don't recreate sql query each timeCarl Schwan2022-03-101-8/+8
* Fix more than 1000 entries in queries exception in CardDavBackendCarl Schwan2022-02-211-7/+10
* Convert strict_search to wildcard property and add psalm docsJoas Schilling2021-12-081-0/+2
* Only wildcard search if enumeration is allowedJoas Schilling2021-12-081-1/+5
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-2/+2
* Correctly truncate multibyte strings to fit into the databaseChih-Hsuan Yen2021-04-261-1/+1
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-2/+2
* Move getChangesForAddressBook to QueryBuilderRoeland Jago Douma2021-02-171-12/+32
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-081-3/+3
* Update license headersChristoph Wurst2020-12-301-0/+1
* Merge pull request #22085 from nextcloud/enh/index-socialprofileRoeland Jago Douma2020-12-221-1/+2
|\
| * adding social profile to search indexmatt2020-08-021-1/+2
* | Merge pull request #24515 from nextcloud/fix/noid/dav-share-groups-special-charsChristoph Wurst2020-12-181-3/+0
|\ \
| * | fixes sharing to group ids /w chars that are being url encoded, carddavArthur Schiwon2020-12-161-3/+0
* | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+0
|/ /
* | Don't leave cursors open when tests failJoas Schilling2020-11-091-1/+4
* | Format code to a single space around binary operatorsChristoph Wurst2020-10-051-1/+1
* | Remove @suppress SqlInjectionCheckerMorris Jobke2020-09-161-3/+0
* | Update the license headers for Nextcloud 20Christoph Wurst2020-08-241-2/+0
* | Typecast parameter of getAddressBookByIdGeorg Ehrke2020-08-191-1/+1
* | Add Typed Events for CalDAV- and CardDAV-related EventsGeorg Ehrke2020-08-181-11/+59
* | Merge pull request #22062 from nextcloud/fix/noid/displayname-in-incoming-rem...blizzz2020-08-041-36/+38
|\ \
| * | Short php syntaxJoas Schilling2020-08-031-5/+5
| * | coding style fixesArthur Schiwon2020-07-301-34/+35
| * | fix check for Cloud ID, missing return statements, wrong param useArthur Schiwon2020-07-301-2/+3
| |/
* / Implement Contacts Backend for Unified SearchGeorg Ehrke2020-08-031-8/+53
|/
* Update system addressbook card only when there was a change based on a cached...Morris Jobke2020-07-091-0/+14
* Reduce load of the contacts search when we know it can't matchJoas Schilling2020-06-151-6/+24
* Fix pagination of contacts searchJoas Schilling2020-06-101-17/+27
* Temporary fix contacts searchJoas Schilling2020-04-291-6/+8