Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid building tests that link to the resource on windows. | Christian Mollekopf | 2018-05-28 |
| | | | | | Because we'd have to properly export the symbols for the linking on windows to work. | ||
* | -DQT_PLUGIN seems to be a remnant of the past. | Christian Mollekopf | 2018-05-28 |
| | | | | Or at least I don't know what it is supposed to do. | ||
* | On windows we need to set the RUNTIME destination | Christian Mollekopf | 2018-04-19 |
| | |||
* | Avoid build errors | Christian Mollekopf | 2018-03-29 |
| | |||
* | Pick a unique name for the uploaded file | Christian Mollekopf | 2018-03-29 |
| | |||
* | A carddav test | Christian Mollekopf | 2018-03-29 |
| | |||
* | Add CalDAV support | Rémi Nicole | 2018-03-27 |
Summary: Notes: - Add a `webdavcommon` folder for WebDAV generic resource code - Move `davresource` to `carddaveresource` and make it use the WebDAV code - For now it tests the CalDAV resource directly on KolabNow (to be changed) - Only synchronization, not adding / changing / removing WebDAV collections or items (to be implemented) - Only events are currently supported (todo, freebusy, etc. are to be implemented but should be straightforward) Fixes T8224 Reviewers: cmollekopf Tags: #sink Maniphest Tasks: T8224 Differential Revision: https://phabricator.kde.org/D11741 |