| Commit message (Expand) | Author | Age | Files | Lines |
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 11 | -2198/+0 |
* | apps/dav: Fix typos in comments (found and fixed by codespell) | Stefan Weil | 2016-03-30 | 1 | -1/+1 |
* | Handle group shares of addressbooks on v1 as well ... now FINALLY .... | Thomas Müller | 2016-03-24 | 1 | -1/+2 |
* | Fix acls for calendar objects and cards - fixes #23273 | Thomas Müller | 2016-03-24 | 3 | -74/+32 |
* | Fix group shares on v1 caldav and carddav - fixes #23328 | Thomas Müller | 2016-03-24 | 1 | -1/+1 |
* | Necessary code changes to make browser plugin properly work | Thomas Müller | 2016-03-17 | 1 | -0/+4 |
* | Fix group sharing and sharing permissions - fixes #22932 | Thomas Müller | 2016-03-08 | 1 | -4/+0 |
* | Merge pull request #22896 from owncloud/fix-v1-carddav-endpoint | Thomas Müller | 2016-03-07 | 1 | -1/+1 |
|\ |
|
| * | Correctly default to null and add type hint | Joas Schilling | 2016-03-07 | 1 | -1/+1 |
* | | Merge pull request #22244 from owncloud/dont-update-shared-resource-properties | Thomas Müller | 2016-03-07 | 1 | -3/+11 |
|\ \
| |/
|/| |
|
| * | For 9.0 we don't have the possibility to store calendar and addressbook prope... | Thomas Müller | 2016-02-29 | 1 | -3/+11 |
* | | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
* | | Update author information | Lukas Reschke | 2016-03-01 | 3 | -1/+5 |
* | | Merge pull request #22686 from owncloud/cleanup_remote_address_books | Thomas Müller | 2016-03-01 | 1 | -2/+19 |
|\ \ |
|
| * | | remove synced remote address book if the remote server revoked access to his ... | Bjoern Schiessle | 2016-02-29 | 1 | -2/+19 |
| |/ |
|
* / | Use IQueryBuilder::PARAM_* instead of \PDO::PARAM_* | Joas Schilling | 2016-02-29 | 1 | -2/+2 |
|/ |
|
* | Case insensitive search in contacts - fixes #22575 | Thomas Müller | 2016-02-22 | 1 | -1/+1 |
* | Sync a users contacts birthday to the users birthday calendar | Thomas Müller | 2016-02-18 | 1 | -1/+33 |
* | Queries on the cards table by uri require the addressbook as well - fixes #22284 | Thomas Müller | 2016-02-15 | 2 | -8/+11 |
* | Adding a custom webdav property which holds the list of contacts groups | Thomas Müller | 2016-02-10 | 4 | -2/+102 |
* | Merge pull request #21817 from owncloud/support-old-carddav-endpoint | Thomas Müller | 2016-02-08 | 2 | -3/+17 |
|\ |
|
| * | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 2 | -3/+17 |
* | | Adding common name to sharee | Thomas Müller | 2016-02-08 | 1 | -1/+1 |
* | | Original resources should not be overwritten by shared resources | Thomas Müller | 2016-02-08 | 1 | -11/+13 |
|/ |
|
* | Remove entries in dav_shares on deletion of a calendar | Thomas Müller | 2016-02-03 | 1 | -4/+1 |
* | Deleting a shared address book results in unshare | Thomas Müller | 2016-02-03 | 1 | -0/+29 |
* | No duplicate address book if shared with user and group and the user is part ... | Thomas Müller | 2016-02-03 | 1 | -3/+3 |
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 1 | -17/+1 |
* | Filter contacts from the local system addressbook - remote share with local u... | Thomas Müller | 2016-02-02 | 1 | -0/+4 |
* | PHP 5.4 compatibility | Thomas Müller | 2016-02-02 | 1 | -1/+2 |
* | Register all system address books to the contacts manager | Thomas Müller | 2016-02-02 | 1 | -2/+12 |
* | Catch potential exceptions when accessing the users avatar - e.g. issues with... | Thomas Müller | 2016-01-29 | 1 | -2/+15 |
* | Extract sharing functionality into own backend class for reusability | Thomas Müller | 2016-01-27 | 2 | -92/+15 |
* | Migrate from CardDAV sharing to more generalk DAV sharing | Thomas Müller | 2016-01-27 | 5 | -355/+10 |
* | Reassemble behavior on shared address books with respect to uri and displayname | Thomas Müller | 2016-01-26 | 1 | -5/+8 |
* | Replace other usages | Joas Schilling | 2016-01-25 | 1 | -2/+3 |
* | No card ID when deleting is acceptable | Joas Schilling | 2016-01-21 | 1 | -2/+8 |
* | Merge pull request #21785 from owncloud/cron-sync-system-addressbook | Thomas Müller | 2016-01-20 | 2 | -2/+44 |
|\ |
|
| * | Add daily cron job to sync system address book | Thomas Müller | 2016-01-18 | 2 | -2/+44 |
* | | Fix test for ensureSystemAddressBookExists | Thomas Müller | 2016-01-18 | 2 | -5/+4 |
* | | Fix join condition for oracle | Thomas Müller | 2016-01-18 | 1 | -1/+1 |
* | | Readjust sharing methods | Thomas Müller | 2016-01-18 | 2 | -26/+55 |
* | | Save access properly | Thomas Müller | 2016-01-18 | 1 | -2/+5 |
* | | Test ownCloud CardDAV sharing using CalDAVTester | Thomas Müller | 2016-01-18 | 5 | -28/+93 |
* | | Show group shared addressbooks | Thomas Müller | 2016-01-18 | 1 | -2/+5 |
|/ |
|
* | Start updating system addressbook | Thomas Müller | 2016-01-14 | 1 | -3/+82 |
* | Fix mock call to download | Roeland Jago Douma | 2016-01-13 | 1 | -1/+1 |
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 11 | -13/+123 |
|\ |
|
| * | Happy new year! | Thomas Müller | 2016-01-12 | 11 | -13/+123 |
* | | create urls in a way that sabredav handles it correctly | Björn Schießle | 2016-01-12 | 1 | -2/+2 |