Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [stable9] Use CLOB for timezone | Lukas Reschke | 2016-03-04 | 2 | -3/+3 |
| | | | | | | | | | | TEXT defaults to a length of 255 which is going to fail in some cases as the timezone can be rather long. This changes it back to a CLOB as it has been before as well: owncloudarchive/calendar@8d8bb68. I'm not super convinced that CLOB is the best choice here but at least it seems to work. Fixes #22876 Backport of https://github.com/owncloud/core/pull/22878 to stable9 | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 5 | -1/+6 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | 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 |
| | | | | system address book | ||||
* | remove remote address book if the admin removes the server from the trusted ↵ | Bjoern Schiessle | 2016-02-29 | 1 | -0/+12 |
| | | | | servers list | ||||
* | 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 |
|\ | | | | | Sync a users contacts birthday to the users birthday calendar | ||||
| * | 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 |
| | | | | - fixes #22360 | ||||
* | 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 | ||||
| * | 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 |
| | | | | | | Add group sharing migration Migrate all users | ||||
* | Merge pull request #21856 from owncloud/sync-federated-cloud-users-in-cron | Thomas Müller | 2016-01-27 | 2 | -2/+0 |
|\ | | | | | Sync federated clouds using a cron job | ||||
| * | 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 |
|\ | | | | | Add daily cron job to sync system address book | ||||
| * | 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 |
|\ | | | | | Update license headers 2016 | ||||
| * | 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 ↵ | Thomas Müller | 2015-12-02 | 1 | -0/+3 |
| | | | | supplied for synchronizing | ||||
* | 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 ↵ | Thomas Müller | 2015-11-19 | 1 | -0/+51 |
| | | | | calendar sharing standard | ||||
* | Merge pull request #20371 from owncloud/add-caldav-2 | Thomas Müller | 2015-11-18 | 3 | -1/+390 |
|\ | | | | | Introducing CalDAV into core | ||||
| * | 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 |
| | |