summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/CardDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* Check address book URI length before creationJoas Schilling2022-09-011-0/+4
* 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
* Update license headers for 19Christoph Wurst2020-04-291-0/+1
* Use paginated search for contactsJulius Härtl2020-04-231-0/+6
* Update Contact Size after removing photoGeorg Ehrke2020-04-151-6/+38
* Don't populate the PHOTO property when it's not an imageJoas Schilling2020-04-151-2/+25
* Always transform the etag and read the dataJoas Schilling2020-04-151-0/+2
* Use table variable everywhereJoas Schilling2020-04-151-7/+7
* Add visibility to all constantsChristoph Wurst2020-04-101-2/+2
* Add visibility to all methods and position of static keywordChristoph Wurst2020-04-101-11/+11
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-30/+19
* Remove space between switch case and colonChristoph Wurst2020-04-091-5/+5
* Unify function spacing to PSR2 recommendationChristoph Wurst2020-04-091-3/+3
* Fix (array) indent style to always use one tabChristoph Wurst2020-04-091-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-1/+2
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-3/+3
* Correctly trim long cyrillic noteJoas Schilling2020-02-251-1/+1
* Update license headersChristoph Wurst2019-12-051-1/+3
* Some php-cs fixesRoeland Jago Douma2019-11-221-1/+1
* Merge pull request #14954 from tacruc/searchPatternsMorris Jobke2019-07-191-2/+8
|\
| * Allow to search for real pattern in contactsArne Hamann2019-05-281-2/+8