summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/CardDAV
Commit message (Expand)AuthorAgeFilesLines
* Use proper mime type for icoDaniel Kesselberg2019-01-281-1/+1
* Add ico as avatarDaniel Kesselberg2019-01-281-32/+32
* Allow access to addressbook unique uriJohn Molakvoæ (skjnldsv)2019-01-221-0/+9
* Update apps/dav/lib/CardDAV/PhotoCache.php Morris Jobke2019-01-041-1/+1
* Log failure on parsingJohn Molakvoæ (skjnldsv)2019-01-042-12/+18
* Allow URI as data for vcard PHOTOJohn Molakvoæ (skjnldsv)2019-01-042-4/+10
* Merge pull request #12693 from nextcloud/fix/11474/fix-first-ldap-loginblizzz2018-12-171-1/+1
|\
| * be careful with mixed return values even if it may look unsuspicious…Arthur Schiwon2018-11-271-1/+1
* | No DAV user enumeration if disabledRoeland Jago Douma2018-12-042-1/+59
* | Fix the system address bookRoeland Jago Douma2018-12-041-7/+8
|/
* fixes dav share issue with ownerGeorg Ehrke2018-11-141-8/+13
* 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
* Added multi-get vcf download pluginJohn Molakvoæ (skjnldsv)2018-11-041-0/+122
* 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
* Update AddressBookImpl documentationJulius Härtl2018-10-301-1/+9
* Make enhancing entries with type property optionalJulius Härtl2018-10-301-4/+9
* Add type of properties to address book resultsJulius Härtl2018-10-301-1/+7
* Remove federated sharing address books which are the same as local onesJulius Härtl2018-10-301-2/+6
* remove LogicException, because it's also triggered with legitimate parametersGeorg Ehrke2018-09-051-4/+1
* Remove users from system addressbook when user deactivatedThomas Citharel2018-08-061-10/+14
* When sharing calendars and addressbooks the principal has to be verified to b...Roeland Jago Douma2018-05-271-1/+1
* Merge pull request #8335 from nextcloud/remove-unused-importMorris Jobke2018-02-143-3/+0
|\
| * Remove unused import statementsMorris Jobke2018-02-143-3/+0
* | Simplify return statementMorris Jobke2018-02-131-3/+1
|/
* Return value immediately instead of assigning to a one-time variableMorris Jobke2018-01-261-2/+1
* Do no run SyncJob in cronRoeland Jago Douma2018-01-021-42/+0
* Make ContactsStore a public APITobia De Koninck2017-12-111-0/+8
* CardDAV convertor check should not be to wideRoeland Jago Douma2017-12-111-2/+5
* 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