Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move dav app to PSR-4 (#24527) | Joas Schilling | 2016-05-12 | 1 | -987/+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 Weil | 2016-03-30 | 1 | -1/+1 |
| | | | | Signed-off-by: Stefan Weil <sw@weilnetz.de> | ||||
* | 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 | 1 | -5/+1 |
| | |||||
* | Fix group shares on v1 caldav and carddav - fixes #23328 | Thomas Müller | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | Correctly default to null and add type hint | Joas Schilling | 2016-03-07 | 1 | -1/+1 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | 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 | 1 | -7/+10 |
| | |||||
* | Adding a custom webdav property which holds the list of contacts groups | Thomas Müller | 2016-02-10 | 1 | -0/+20 |
| | |||||
* | Merge pull request #21817 from owncloud/support-old-carddav-endpoint | Thomas Müller | 2016-02-08 | 1 | -3/+14 |
|\ | | | | | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | ||||
| * | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 1 | -3/+14 |
| | | |||||
* | | 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 |
| | |||||
* | No duplicate address book if shared with user and group and the user is part ↵ | Thomas Müller | 2016-02-03 | 1 | -3/+3 |
| | | | | of the group | ||||
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 1 | -17/+1 |
| | |||||
* | Extract sharing functionality into own backend class for reusability | Thomas Müller | 2016-01-27 | 1 | -86/+10 |
| | |||||
* | Migrate from CardDAV sharing to more generalk DAV sharing | Thomas Müller | 2016-01-27 | 1 | -5/+5 |
| | |||||
* | 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 |
| | |||||
* | Fix test for ensureSystemAddressBookExists | Thomas Müller | 2016-01-18 | 1 | -3/+2 |
| | |||||
* | Fix join condition for oracle | Thomas Müller | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Readjust sharing methods | Thomas Müller | 2016-01-18 | 1 | -23/+49 |
| | |||||
* | Save access properly | Thomas Müller | 2016-01-18 | 1 | -2/+5 |
| | |||||
* | Test ownCloud CardDAV sharing using CalDAVTester | Thomas Müller | 2016-01-18 | 1 | -13/+44 |
| | |||||
* | Show group shared addressbooks | Thomas Müller | 2016-01-18 | 1 | -2/+5 |
| | |||||
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 1 | -2/+4 |
|\ | | | | | Update license headers 2016 | ||||
| * | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+4 |
| | | |||||
* | | Decouple federation and dav app | Thomas Müller | 2016-01-12 | 1 | -6/+1 |
|/ | |||||
* | Fix failing unit tests | Thomas Müller | 2015-12-18 | 1 | -1/+1 |
| | |||||
* | Fix carddav sharing plugin + adding unit tests | Thomas Müller | 2015-12-18 | 1 | -2/+1 |
| | |||||
* | avoid duplicates on search | Björn Schießle | 2015-12-15 | 1 | -10/+14 |
| | |||||
* | Fix last Oracle issue | Thomas Müller | 2015-12-15 | 1 | -1/+1 |
| | |||||
* | Fix Oracle insert error | Thomas Müller | 2015-12-15 | 1 | -2/+3 |
| | |||||
* | implement delete, create, update, search, get permissions | Björn Schießle | 2015-12-15 | 1 | -2/+209 |
| | |||||
* | Fix comments | Thomas Müller | 2015-12-02 | 1 | -1/+1 |
| | |||||
* | Adding system addressbook for users of this instance - a occ command is ↵ | Thomas Müller | 2015-12-02 | 1 | -2/+2 |
| | | | | supplied for synchronizing | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2015-11-20 | 1 | -3/+3 |
| | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com | ||||
* | Adding an existing sharee is idempotent | Thomas Müller | 2015-11-19 | 1 | -8/+24 |
| | |||||
* | Addressbook sharing added based on a simplified approach which is based on ↵ | Thomas Müller | 2015-11-19 | 1 | -1/+158 |
| | | | | calendar sharing standard | ||||
* | When creating addressbooks, make sure the displayname is set | Arthur Schiwon | 2015-11-10 | 1 | -1/+7 |
| | |||||
* | Introducing CardDAV into core | Thomas Müller | 2015-11-06 | 1 | -0/+558 |