summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/carddav/carddavbackend.php
Commit message (Expand)AuthorAgeFilesLines
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-121-987/+0
* apps/dav: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-1/+1
* Handle group shares of addressbooks on v1 as well ... now FINALLY ....Thomas Müller2016-03-241-1/+2
* Fix acls for calendar objects and cards - fixes #23273Thomas Müller2016-03-241-5/+1
* Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-241-1/+1
* Correctly default to null and add type hintJoas Schilling2016-03-071-1/+1
* Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
* Update author informationLukas Reschke2016-03-011-0/+1
* Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_*Joas Schilling2016-02-291-2/+2
* Case insensitive search in contacts - fixes #22575Thomas Müller2016-02-221-1/+1
* Sync a users contacts birthday to the users birthday calendarThomas Müller2016-02-181-1/+33
* Queries on the cards table by uri require the addressbook as well - fixes #22284Thomas Müller2016-02-151-7/+10
* Adding a custom webdav property which holds the list of contacts groupsThomas Müller2016-02-101-0/+20
* Merge pull request #21817 from owncloud/support-old-carddav-endpointThomas Müller2016-02-081-3/+14
|\
| * Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-081-3/+14
* | Adding common name to shareeThomas Müller2016-02-081-1/+1
* | Original resources should not be overwritten by shared resourcesThomas Müller2016-02-081-11/+13
|/
* Remove entries in dav_shares on deletion of a calendarThomas Müller2016-02-031-4/+1
* No duplicate address book if shared with user and group and the user is part ...Thomas Müller2016-02-031-3/+3
* Add calendar sharingThomas Müller2016-02-031-17/+1
* Extract sharing functionality into own backend class for reusabilityThomas Müller2016-01-271-86/+10
* Migrate from CardDAV sharing to more generalk DAV sharingThomas Müller2016-01-271-5/+5
* Reassemble behavior on shared address books with respect to uri and displaynameThomas Müller2016-01-261-5/+8
* Replace other usagesJoas Schilling2016-01-251-2/+3
* No card ID when deleting is acceptableJoas Schilling2016-01-211-2/+8
* Fix test for ensureSystemAddressBookExistsThomas Müller2016-01-181-3/+2
* Fix join condition for oracleThomas Müller2016-01-181-1/+1
* Readjust sharing methodsThomas Müller2016-01-181-23/+49
* Save access properlyThomas Müller2016-01-181-2/+5
* Test ownCloud CardDAV sharing using CalDAVTesterThomas Müller2016-01-181-13/+44
* Show group shared addressbooksThomas Müller2016-01-181-2/+5
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-131-2/+4
|\
| * Happy new year!Thomas Müller2016-01-121-2/+4
* | Decouple federation and dav appThomas Müller2016-01-121-6/+1
|/
* Fix failing unit testsThomas Müller2015-12-181-1/+1
* Fix carddav sharing plugin + adding unit testsThomas Müller2015-12-181-2/+1
* avoid duplicates on searchBjörn Schießle2015-12-151-10/+14
* Fix last Oracle issueThomas Müller2015-12-151-1/+1
* Fix Oracle insert errorThomas Müller2015-12-151-2/+3
* implement delete, create, update, search, get permissionsBjörn Schießle2015-12-151-2/+209
* Fix commentsThomas Müller2015-12-021-1/+1
* Adding system addressbook for users of this instance - a occ command is suppl...Thomas Müller2015-12-021-2/+2
* Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-201-3/+3
* Adding an existing sharee is idempotentThomas Müller2015-11-191-8/+24
* Addressbook sharing added based on a simplified approach which is based on ca...Thomas Müller2015-11-191-1/+158
* When creating addressbooks, make sure the displayname is setArthur Schiwon2015-11-101-1/+7
* Introducing CardDAV into coreThomas Müller2015-11-061-0/+558