summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV/CardDavBackend.php
Commit message (Expand)AuthorAgeFilesLines
* 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
* Translate the Contacts addressbook when it's defaultJoas Schilling2016-10-061-0/+3
* Close cursorsJoas Schilling2016-09-151-1/+2
* Chunk if you have too many contactsJoas Schilling2016-09-141-10/+16
* Cast query result to intRoeland Jago Douma2016-09-091-1/+1
* more efficient check if addressbook and calendar exists for userRobin Appelman2016-08-311-0/+16
* Better displaynames for shared address booksJoas Schilling2016-08-241-1/+28
* Fix apps/Joas Schilling2016-07-211-2/+5
* get only vcard which match both the address book id and the vcard uriBjoern Schiessle2016-06-281-1/+1
* Contacts API: replace raw image data with url (#25081)Georg Ehrke2016-06-211-3/+5
* Update license headersLukas Reschke2016-05-261-2/+3
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-0/+987