Thomas Müller
|
f013cfc530
|
Add migration step
|
2016-06-09 11:09:13 +02:00 |
|
Thomas Müller
|
fbdec59f22
|
Extract CLASS property from calendar object and store it in the database
|
2016-06-09 11:09:13 +02:00 |
|
Thomas Müller
|
dda942a917
|
firstoccurence and lastoccurence have a length now - triggering BIGINT on postgres - refs #24221
|
2016-04-29 14:57:19 +02:00 |
|
Thomas Müller
|
1da18a8ceb
|
Text columns should really have a length 🙈
|
2016-03-23 12:03:54 +01:00 |
|
Lukas Reschke
|
b302ec8381
|
Use CLOB for timezone
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: https://github.com/owncloudarchive/calendar/commit/8d8bb68b010fc2c42a258dee43516404a95ab861. I'm not super convinced that CLOB is the best choice here but at least it seems to work.
Fixes https://github.com/owncloud/core/issues/22876
|
2016-03-04 21:59:08 +01:00 |
|
Thomas Müller
|
7b678a8c17
|
Reassemble behavior on shared address books with respect to uri and displayname
|
2016-01-26 15:07:50 +01:00 |
|
Björn Schießle
|
cd55a19034
|
implement delete, create, update, search, get permissions
|
2015-12-15 14:52:27 +01:00 |
|
Thomas Müller
|
4eb15885c9
|
Addressbook sharing added based on a simplified approach which is based on calendar sharing standard
|
2015-11-19 11:34:31 +01:00 |
|
Thomas Müller
|
2b13c5db0f
|
Introducing CalDAV into core
|
2015-11-16 13:24:50 +01:00 |
|
Thomas Müller
|
d8e965e59a
|
Introducing CardDAV into core
|
2015-11-06 15:26:51 +01:00 |
|