aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* Change @georgehrke's emailMorris Jobke2017-11-065-4/+5
* Update license headersMorris Jobke2017-11-0611-2/+36
* 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-012-5/+5
* 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
* Fix ImageExportPluginTestRoeland Jago Douma2017-05-081-9/+2
* No more XSSRoeland Jago Douma2017-05-081-1/+1
* Clear cache on vcard change/deleteRoeland Jago Douma2017-05-082-8/+18
* Request proper size for contacts menuRoeland Jago Douma2017-05-082-72/+7
* Cache the carddav photo endpointRoeland Jago Douma2017-05-082-17/+267
* Always dispatch Carddav eventsRoeland Jago Douma2017-05-081-21/+15
* Add caching to the imageexport pluginRoeland Jago Douma2017-05-021-0/+5
* 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 #4443 from nextcloud/cleanup-unused-importsJoas Schilling2017-04-241-1/+0
|\ \
| * | Remove unused use statementsMorris Jobke2017-04-221-1/+0
| |/
* | 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 remaining "PHP Inspection" warningsJoas Schilling2017-04-201-18/+13
* Add public access modifier to all methodsJoas Schilling2017-04-201-8/+8
* Restrict share handling to the owner onlyJoas Schilling2017-04-201-1/+20
* get addressbook url and carddav user from remote serverBjoern Schiessle2017-04-111-14/+17
* fix bug with shared_by for own calendars if sharedGeorg Ehrke2017-03-251-0/+4
* fix testsBjoern Schiessle2017-03-241-7/+26
* Load cert file before syncing addressbooks and contactsJoas Schilling2017-03-241-16/+31
* use right format for avatarsBjoern Schiessle2017-03-241-1/+1
* don't add empty values to the vcardBjoern Schiessle2017-03-241-3/+9
* fix the way we create a new vcard to avoid to have multiple UIDsBjoern Schiessle2017-03-241-1/+2
* 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
* VCARDS don't hold binary dataRoeland Jago Douma2016-11-231-1/+1
* update system address book if the user change the personal settingsBjoern Schiessle2016-11-212-93/+78
* Fix testsRoeland Jago Douma2016-11-041-1/+0
* Update sabre dav to 3.2 (#26115)Thomas Müller2016-11-043-9/+9
* Translate the Contacts addressbook when it's defaultJoas Schilling2016-10-065-4/+54
* Unset user PHOTO before setting new one in OCA\DAV\CardDAV\Converter::updateC...Olivier Mehani2016-09-291-0/+1
* 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
* Filter more mimetypesLukas Reschke2016-09-091-0/+12
* more efficient check if addressbook and calendar exists for userRobin Appelman2016-08-311-0/+16
* Correctly handle multi-values when converting VCards to arrayJoas Schilling2016-08-301-1/+41