summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/CardDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* urldecode group principals in Cal- and CardDAV backendGeorg Ehrke2017-06-121-0/+3
* Always dispatch Carddav eventsRoeland Jago Douma2017-05-081-21/+15
* Merge pull request #3770 from nextcloud/faster-search-in-contactsMorris Jobke2017-04-271-7/+6
|\
| * Add back the name query partRoeland Jago Douma2017-04-211-1/+3
| * Factorize query for searching contactsThomas Citharel2017-04-211-7/+4
* | Merge pull request #4401 from nextcloud/caldav-carddav-nc-owner-displaynameRoeland Jago Douma2017-04-241-10/+39
|\ \
| * | add owner-displayname property to calendars and addressbooksGeorg Ehrke2017-04-231-10/+39
| |/
* / Remove unused variablesMorris Jobke2017-04-221-1/+0
|/
* fix bug with shared_by for own calendars if sharedGeorg Ehrke2017-03-251-0/+4
* Make sure shares use read-write when availableJoas Schilling2017-03-021-2/+12
* Don't waste energy unless necessaryJoas Schilling2017-03-021-13/+16
* Use the correct principal for shared addressbooksJoas Schilling2017-02-231-1/+1
* this is publicJohn Molakvoæ (skjnldsv)2017-02-141-1/+1
* getUsersOwnAddressBooksJohn Molakvoæ (skjnldsv)2017-02-141-0/+27
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-041-1/+1