summaryrefslogtreecommitdiffstats
path: root/examples/davresource/davresource.h
Commit message (Collapse)AuthorAge
* Add CalDAV supportRémi Nicole2018-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
* Avoid storing the password in the configurationChristian Mollekopf2017-09-18
| | | | | | | The password (or any other secret), is now cached in the client process (in-memory only), and delivered to the resource via command. The resource avoids doing any operations against the source until the secret is available.
* Ported to KDAV2, enabled the dav resource by default.Christian Mollekopf2017-06-29
|
* Setup calls to setup dav resourceChristian Mollekopf2017-03-13
|
* Adapt to KAsync changesChristian Mollekopf2017-03-01
|
* starting with davresourceSandro Knauß2017-01-30