summaryrefslogtreecommitdiffstats
path: root/examples/davresource
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
|
* Use imported targets instead of qt5_use_modulesHeiko Becker2017-07-29
| | | | | | | | | | | | | | | | | | | From Qt's documentation: "This macro is obsolete. Use target_link_libraries with IMPORTED targets instead." It's only recommended with cmake >=2.8.9 & < 2.8.12. Sink already requires cmake 3.0. One advantage of using the imported targets is, that cmake complains if a target isn't found before it's used, like Qt5Concurrent missing from the find_package_call here. Reviewers: #sink, cmollekopf Reviewed By: #sink, cmollekopf Subscribers: #sink Tags: #sink Differential Revision: https://phabricator.kde.org/D6361
* 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
|
* Setup calls to setup dav resourceChristian Mollekopf2017-03-13
|
* Addressbook supportChristian Mollekopf2017-03-09
|
* Dav cleanupChristian Mollekopf2017-03-09
|
* Adapt to KAsync changesChristian Mollekopf2017-03-01
|
* Only the davresource requires kdavChristian Mollekopf2017-02-21
|
* 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