| Commit message (Expand) | Author | Age | Files | Lines |
* | [stable9] Use CLOB for timezone | Lukas Reschke | 2016-03-04 | 2 | -3/+3 |
* | Update author information | Lukas Reschke | 2016-03-01 | 5 | -1/+6 |
* | Handle null case | Thomas Müller | 2016-03-01 | 1 | -2/+5 |
* | remove synced remote address book if the remote server revoked access to his ... | Bjoern Schiessle | 2016-02-29 | 1 | -1/+2 |
* | remove remote address book if the admin removes the server from the trusted s... | Bjoern Schiessle | 2016-02-29 | 1 | -0/+12 |
* | Add correct principals for the current user before ACL check | Joas Schilling | 2016-02-19 | 2 | -3/+8 |
* | Merge pull request #22198 from owncloud/birthday-calendar | Thomas Müller | 2016-02-19 | 2 | -5/+40 |
|\ |
|
| * | Adding cli command to sync birthday calendar | Thomas Müller | 2016-02-18 | 2 | -8/+13 |
| * | Sync a users contacts birthday to the users birthday calendar | Thomas Müller | 2016-02-18 | 2 | -5/+35 |
* | | Require CSRF token for non WebDAV authenticated requests | Lukas Reschke | 2016-02-18 | 3 | -0/+3 |
|/ |
|
* | On login we create a default calendar and a default addressbook for the user ... | Thomas Müller | 2016-02-15 | 1 | -1/+3 |
* | Merge pull request #20928 from owncloud/publicdav-check-permissions | C. Montero Luque | 2016-02-09 | 1 | -1/+7 |
|\ |
|
| * | Check that the owner of a link share still has share permissions on access | Robin Appelman | 2016-02-09 | 1 | -1/+7 |
* | | Migration of calendars | Thomas Müller | 2016-02-09 | 3 | -2/+44 |
|/ |
|
* | Fix path | Thomas Müller | 2016-02-08 | 1 | -2/+2 |
* | Adding pre oc 9.0 CalDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 2 | -2/+75 |
* | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 3 | -2/+75 |
* | Add calendar sharing | Thomas Müller | 2016-02-03 | 1 | -1/+1 |
* | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 1 | -1/+0 |
* | Unit testing migration logic | Thomas Müller | 2016-01-27 | 1 | -1/+2 |
* | Add app to migrate contacts and calendars | Thomas Müller | 2016-01-27 | 3 | -0/+35 |
* | Merge pull request #21856 from owncloud/sync-federated-cloud-users-in-cron | Thomas Müller | 2016-01-27 | 2 | -2/+0 |
|\ |
|
| * | Adding unit tests | Thomas Müller | 2016-01-25 | 2 | -2/+0 |
* | | Reassemble behavior on shared address books with respect to uri and displayname | Thomas Müller | 2016-01-26 | 2 | -6/+2 |
|/ |
|
* | Merge pull request #21785 from owncloud/cron-sync-system-addressbook | Thomas Müller | 2016-01-20 | 4 | -3/+58 |
|\ |
|
| * | Install cron job on install and update | Thomas Müller | 2016-01-19 | 3 | -4/+52 |
| * | Add daily cron job to sync system address book | Thomas Müller | 2016-01-18 | 2 | -0/+7 |
* | | Adjust ctor call | Thomas Müller | 2016-01-18 | 1 | -1/+2 |
* | | Call ctors properly | Thomas Müller | 2016-01-18 | 1 | -1/+2 |
|/ |
|
* | Fix ctor | Thomas Müller | 2016-01-14 | 1 | -1/+4 |
* | Start updating system addressbook | Thomas Müller | 2016-01-14 | 2 | -7/+34 |
* | Remove the listener plugin | Joas Schilling | 2016-01-13 | 2 | -2/+0 |
* | Merge pull request #21653 from owncloud/update-license-headers-2016 | Thomas Müller | 2016-01-13 | 6 | -13/+64 |
|\ |
|
| * | Happy new year! | Thomas Müller | 2016-01-12 | 6 | -13/+64 |
* | | Reuse backend as provided by the app container | Thomas Müller | 2016-01-12 | 1 | -9/+3 |
* | | Fix ctor call | Thomas Müller | 2016-01-12 | 1 | -2/+0 |
* | | Address comments | Thomas Müller | 2016-01-12 | 1 | -3/+8 |
* | | Decouple federation and dav app | Thomas Müller | 2016-01-12 | 1 | -0/+15 |
|/ |
|
* | Unit test contact provider registration | Thomas Müller | 2016-01-11 | 2 | -16/+52 |
* | fix principal constructor for dav | Robin Appelman | 2016-01-11 | 1 | -2/+1 |
* | Remove deprecated shipped flag from info.xml which has no use anymore | Joas Schilling | 2016-01-07 | 1 | -1/+0 |
* | Add ownCloud min and max version for shipped apps | Joas Schilling | 2016-01-07 | 1 | -1/+3 |
* | implement delete, create, update, search, get permissions | Björn Schießle | 2015-12-15 | 3 | -4/+88 |
* | save wip | Thomas Müller | 2015-12-11 | 1 | -0/+31 |
* | Adding system addressbook for users of this instance - a occ command is suppl... | Thomas Müller | 2015-12-02 | 1 | -0/+3 |
* | CardDavBackEnd requires principalBackend on ctor | Thomas Müller | 2015-11-25 | 1 | -1/+3 |
* | Addressbook sharing added based on a simplified approach which is based on ca... | Thomas Müller | 2015-11-19 | 1 | -0/+51 |
* | Merge pull request #20371 from owncloud/add-caldav-2 | Thomas Müller | 2015-11-18 | 3 | -1/+390 |
|\ |
|
| * | Add occ command to create a new calendar | Thomas Müller | 2015-11-16 | 1 | -0/+2 |
| * | Introducing CalDAV into core | Thomas Müller | 2015-11-16 | 2 | -1/+388 |