Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Avoid storing the password in the configuration | Christian Mollekopf | 2017-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 capability | Christian Mollekopf | 2017-08-23 |
| | |||
* | Use imported targets instead of qt5_use_modules | Heiko Becker | 2017-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 Mollekopf | 2017-07-24 |
| | | | | | Otherwise seemingly nothing will happen in the UI, and then suddenly all items will appear. | ||
* | KDE_FORK_SLAVES is no longer necessary | Christian Mollekopf | 2017-06-29 |
| | |||
* | Ported to KDAV2, enabled the dav resource by default. | Christian Mollekopf | 2017-06-29 |
| | |||
* | Register the right facade. | Christian Mollekopf | 2017-06-25 |
| | |||
* | No more SINK_DEBUG_AREA | Christian Mollekopf | 2017-05-12 |
| | |||
* | Be less verbose | Christian Mollekopf | 2017-04-07 |
| | | | | We already see the resource exiting. | ||
* | Default domain adaptor | Christian Mollekopf | 2017-03-21 |
| | |||
* | Removed unnecessary default implementations | Christian Mollekopf | 2017-03-21 |
| | |||
* | Fixed dav server property | Christian Mollekopf | 2017-03-14 |
| | |||
* | Always fork KIO slaves | Christian Mollekopf | 2017-03-14 |
| | |||
* | Setup calls to setup dav resource | Christian Mollekopf | 2017-03-13 |
| | |||
* | Addressbook support | Christian Mollekopf | 2017-03-09 |
| | |||
* | Dav cleanup | Christian Mollekopf | 2017-03-09 |
| | |||
* | Adapt to KAsync changes | Christian Mollekopf | 2017-03-01 |
| | |||
* | Only the davresource requires kdav | Christian Mollekopf | 2017-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 work | Sandro Knauß | 2017-01-30 |
| | |||
* | sync contacts with kasync | Sandro Knauß | 2017-01-30 |
| | |||
* | extract datas from VCard | Sandro Knauß | 2017-01-30 |
| | |||
* | Make syncing of contacts successfully | Sandro Knauß | 2017-01-30 |
| | |||
* | starting with davresource | Sandro Knauß | 2017-01-30 |