aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/CardDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* | LIMIT is no column but a SQL feature, allow limit on initial syncGeorg Ehrke2019-07-181-1/+1
|/
* allow sharing addressbooks with circlesGeorg Ehrke2019-03-011-1/+3
* Use the defined func()->count() instead of manual countingJoas Schilling2018-11-081-1/+1
* Add check for vCard uidJohn Molakvoæ (skjnldsv)2018-11-051-0/+13
* Phpunit fixJohn Molakvoæ (skjnldsv)2018-11-021-5/+9
* Update PHPDoc to reflect the actual behaviourMorris Jobke2018-11-011-2/+2
* move migrationJohn Molakvoæ (skjnldsv)2018-11-011-2/+13
* Properly set uid and create and updateJohn Molakvoæ (skjnldsv)2018-11-011-3/+13
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Change @georgehrke's emailMorris Jobke2017-11-061-1/+1
* Update license headersMorris Jobke2017-11-061-0/+5
* Check if the user/group exists for dav sharesJoas Schilling2017-10-051-1/+4
* Don't add a LIKE condition when it's not neededThomas Citharel2017-09-251-1/+5
* Fix comparisons in the dav appJoas Schilling2017-08-011-1/+1
* [DAV] Fix URLUtil::splitPath usageRoeland Jago Douma2017-08-011-2/+2
* Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-0/+3