Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [stable9] Use CLOB for timezone | Lukas Reschke | 2016-03-04 | 1 | -1/+1 |
| | | | | | | | | | | 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 | ||||
* | 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 | 1 | -2/+6 |
| | |||||
* | Adding pre oc 9.0 CardDAV endpoint for migration of old clients | Thomas Müller | 2016-02-08 | 1 | -1/+3 |
| | |||||
* | Remove deprecated and unused standalone tag | Joas Schilling | 2016-02-03 | 1 | -1/+0 |
| | |||||
* | Reassemble behavior on shared address books with respect to uri and displayname | Thomas Müller | 2016-01-26 | 1 | -1/+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 |
| | |||||
* | Introducing CalDAV into core | Thomas Müller | 2015-11-16 | 1 | -1/+1 |
| | |||||
* | Introducing CardDAV into core | Thomas Müller | 2015-11-06 | 1 | -1/+1 |
| | |||||
* | Introduced the new webdav endpoint remote.php/dav holding the principals and ↵ | Thomas Müller | 2015-10-26 | 1 | -1/+2 |
| | | | | the files collection | ||||
* | increase core version and add dav version number | Morris Jobke | 2015-10-21 | 1 | -0/+1 |
| | |||||
* | Fix typo and adjust required version | Morris Jobke | 2015-10-16 | 1 | -2/+2 |
| | |||||
* | Consolidate webdav code - move all to one app | Thomas Müller | 2015-10-16 | 1 | -0/+22 |