summaryrefslogtreecommitdiffstats
path: root/apps/dav/lib/carddav
Commit message (Collapse)AuthorAgeFilesLines
* Move dav app to PSR-4 (#24527)Joas Schilling2016-05-1211-2198/+0
| | | | | | * Move Application to correct namespace and PSR-4 it * Move dav app to PSR-4
* apps/dav: Fix typos in comments (found and fixed by codespell)Stefan Weil2016-03-301-1/+1
| | | | Signed-off-by: Stefan Weil <sw@weilnetz.de>
* 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-243-74/+32
|
* Fix group shares on v1 caldav and carddav - fixes #23328Thomas Müller2016-03-241-1/+1
|
* Necessary code changes to make browser plugin properly workThomas Müller2016-03-171-0/+4
|
* Fix group sharing and sharing permissions - fixes #22932Thomas Müller2016-03-081-4/+0
|
* Merge pull request #22896 from owncloud/fix-v1-carddav-endpointThomas Müller2016-03-071-1/+1
|\ | | | | Correctly default to null and add type hint
| * Correctly default to null and add type hintJoas Schilling2016-03-071-1/+1
| |
* | Merge pull request #22244 from owncloud/dont-update-shared-resource-propertiesThomas Müller2016-03-071-3/+11
|\ \ | |/ |/| For 9.0 we don't have the possibility to store calendar and addressbo…
| * For 9.0 we don't have the possibility to store calendar and addressbook ↵Thomas Müller2016-02-291-3/+11
| | | | | | | | properties on a per-user basis and therefore we simple don't allow this for now
* | Remove Scrutinizer Auto FixerLukas Reschke2016-03-011-1/+0
| |
* | Update author informationLukas Reschke2016-03-013-1/+5
| | | | | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* | Merge pull request #22686 from owncloud/cleanup_remote_address_booksThomas Müller2016-03-011-2/+19
|\ \ | | | | | | remove remote address book if access was revoked
| * | remove synced remote address book if the remote server revoked access to his ↵Bjoern Schiessle2016-02-291-2/+19
| |/ | | | | | | system address book
* / 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 clients
| * 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
| | | | of the group
* Add calendar sharingThomas Müller2016-02-031-17/+1
|
* Filter contacts from the local system addressbook - remote share with local ↵Thomas Müller2016-02-021-0/+4
| | | | users is not allowed
* 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 ↵Thomas Müller2016-01-291-2/+15
| | | | with the encrypted file system - fixes #21983
* 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 book
| * 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
| | | | We can only mock public and protected functions in phpunit.
* Merge pull request #21653 from owncloud/update-license-headers-2016Thomas Müller2016-01-1311-13/+123
|\ | | | | Update license headers 2016
| * 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
| |