aboutsummaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/carddav
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller2016-03-011-2/+19
|\
| * remove synced remote address book if the remote server revoked access to his ...Bjoern Schiessle2016-02-291-2/+19
* | 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-152-8/+11
* Adding a custom webdav property which holds the list of contacts groupsThomas Müller2016-02-104-2/+102
* Merge pull request #21817 from owncloud/support-old-carddav-endpointThomas Müller2016-02-082-3/+17
|\
| * Adding pre oc 9.0 CardDAV endpoint for migration of old clientsThomas Müller2016-02-082-3/+17
* | 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
* Deleting a shared address book results in unshareThomas Müller2016-02-031-0/+29
* 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
* Filter contacts from the local system addressbook - remote share with local u...Thomas Müller2016-02-021-0/+4
* PHP 5.4 compatibilityThomas Müller2016-02-021-1/+2
* Register all system address books to the contacts managerThomas Müller2016-02-021-2/+12
* Catch potential exceptions when accessing the users avatar - e.g. issues with...Thomas Müller2016-01-291-2/+15
* Extract sharing functionality into own backend class for reusabilityThomas Müller2016-01-272-92/+15
* Migrate from CardDAV sharing to more generalk DAV sharingThomas Müller2016-01-275-355/+10
* 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
* Merge pull request #21785 from owncloud/cron-sync-system-addressbookThomas Müller2016-01-202-2/+44
|\
| * Add daily cron job to sync system address bookThomas Müller2016-01-182-2/+44
* | Fix test for ensureSystemAddressBookExistsThomas Müller2016-01-182-5/+4
* | Fix join condition for oracleThomas Müller2016-01-181-1/+1
* | Readjust sharing methodsThomas Müller2016-01-182-26/+55
* | Save access properlyThomas Müller2016-01-181-2/+5
* | Test ownCloud CardDAV sharing using CalDAVTesterThomas Müller2016-01-185-28/+93
* | Show group shared addressbooksThomas Müller2016-01-181-2/+5
|/
* Start updating system addressbookThomas Müller2016-01-141-3/+82
* Fix mock call to downloadRoeland Jago Douma2016-01-131-1/+1
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-1311-13/+123
|\
| * Happy new year!Thomas Müller2016-01-1211-13/+123
* | create urls in a way that sabredav handles it correctlyBjörn Schießle2016-01-121-2/+2
* | Catch exceptions during syncThomas Müller2016-01-121-4/+1
* | Address commentsThomas Müller2016-01-121-3/+3
* | Adding unit tests for the sync serviceThomas Müller2016-01-121-1/+1
* | Adding tests and adjust PHPDocThomas Müller2016-01-121-3/+35
* | Decouple federation and dav appThomas Müller2016-01-122-6/+156
|/
* Unit test contact provider registrationThomas Müller2016-01-111-0/+55
* Fix failing unit testsThomas Müller2015-12-181-1/+1
* Fix carddav sharing plugin + adding unit testsThomas Müller2015-12-183-62/+84
* 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-153-102/+428
* save wipThomas Müller2015-12-111-0/+100