Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix non-deterministic use after free in WebDAV | Rémi Nicole | 2018-04-17 |
| | | | | | | | | | | Summary: Reviewers: cmollekopf Tags: #sink Differential Revision: https://phabricator.kde.org/D12280 | ||
* | Avoid deleting all contacts on resync | Christian Mollekopf | 2018-03-29 |
| | | | | by avoiding unnecessary work and reliance on quirks. | ||
* | Explicitly capturing is unnecessarily verbose. | Christian Mollekopf | 2018-03-29 |
| | | | | ...and saves us just about nothing. | ||
* | Job objects delete themselves | 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 |