summaryrefslogtreecommitdiffstats
path: root/examples/davresource/davresource.cpp
Commit message (Collapse)AuthorAge
* 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.
* The davresource has the contact.storage capabilityChristian Mollekopf2017-08-23
|
* Progress reporting for the DAV resource, and commit after 5 items.Christian Mollekopf2017-07-24
| | | | | Otherwise seemingly nothing will happen in the UI, and then suddenly all items will appear.
* KDE_FORK_SLAVES is no longer necessaryChristian Mollekopf2017-06-29
|
* Ported to KDAV2, enabled the dav resource by default.Christian Mollekopf2017-06-29
|
* Register the right facade.Christian Mollekopf2017-06-25
|
* No more SINK_DEBUG_AREAChristian Mollekopf2017-05-12
|
* Be less verboseChristian Mollekopf2017-04-07
| | | | We already see the resource exiting.
* Default domain adaptorChristian Mollekopf2017-03-21
|
* Removed unnecessary default implementationsChristian Mollekopf2017-03-21
|
* Fixed dav server propertyChristian Mollekopf2017-03-14
|
* Always fork KIO slavesChristian Mollekopf2017-03-14
|
* Addressbook supportChristian Mollekopf2017-03-09
|
* Dav cleanupChristian Mollekopf2017-03-09
|
* disable ctag check for now, cause otherwise we will delete the contatcs in ↵Sandro Knauß2017-01-30
| | | | non changes collections
* make scanForRemovals workSandro Knauß2017-01-30
|
* sync contacts with kasyncSandro Knauß2017-01-30
|
* extract datas from VCardSandro Knauß2017-01-30
|
* Make syncing of contacts successfullySandro Knauß2017-01-30
|
* starting with davresourceSandro Knauß2017-01-30