Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Don't emit superfluous remove signals. | Christian Mollekopf | 2017-02-13 |
| | | | | | We often let removal updates through and expect the model to deal with superfluous updates, this now actually implements that. | ||
* | Fixed reduction updates with stateful query. | Christian Mollekopf | 2017-02-13 |
| | | | | | | Some filters need to maintain state between runs in order to be able to emit only what has changed. This now also make reduction work for live queries. | ||
* | Move the SINK_EXPORT to the right place. | Christian Mollekopf | 2017-02-13 |
| | | | | Thanks to marcoscarpetta for the patch! | ||
* | Debugoutput | Christian Mollekopf | 2017-02-13 |
| | |||
* | Fixed query flags. | Christian Mollekopf | 2017-02-13 |
| | |||
* | Cleaner index syntax, don't index messageid twice | Christian Mollekopf | 2017-02-13 |
| | |||
* | Use the messageId instead of the uid. | Christian Mollekopf | 2017-02-09 |
| | | | | | The uid is not existing for the mail and the threading requires a messageId. | ||
* | Better debug output | Christian Mollekopf | 2017-02-09 |
| | |||
* | Print value in inspection | Christian Mollekopf | 2017-02-09 |
| | |||
* | sinksh inspect | Christian Mollekopf | 2017-02-08 |
| | |||
* | Remove disconnected sessions from the cached pool. | Christian Mollekopf | 2017-02-08 |
| | |||
* | Don't hardcode capabilities | Christian Mollekopf | 2017-02-08 |
| | |||
* | The logout command will never be executed if the session is not | Christian Mollekopf | 2017-02-08 |
| | | | | connected. | ||
* | Added session cache. | Christian Mollekopf | 2017-02-08 |
| | | | | So we can avoid logging in for every command. | ||
* | Bumped package version | Christian Mollekopf | 2017-02-03 |
| | |||
* | Simplified debug output | Christian Mollekopf | 2017-02-03 |
| | |||
* | Fixed incremental fetching | Christian Mollekopf | 2017-02-03 |
| | |||
* | We can't inhert the copy constructor. | Christian Mollekopf | 2017-02-01 |
| | | | | An the compiler in fedora 26 also tells us that. | ||
* | Explicitly convert | Christian Mollekopf | 2017-02-01 |
| | |||
* | Fixed warnings | Christian Mollekopf | 2017-02-01 |
| | |||
* | We also require kdav | Christian Mollekopf | 2017-02-01 |
| | |||
* | Added new dependency to spec file. | Christian Mollekopf | 2017-02-01 |
| | |||
* | Removed unnecessary debug output. | Christian Mollekopf | 2017-02-01 |
| | |||
* | Only use in the public interface what we have to use. | Christian Mollekopf | 2017-02-01 |
| | |||
* | Don't call into the model after the model has been destroyed. | Christian Mollekopf | 2017-01-31 |
| | |||
* | A model stress test to try to crash the result emitter when used with | Christian Mollekopf | 2017-01-31 |
| | | | | threads. | ||
* | Ensure blooming queries filter as they should | Christian Mollekopf | 2017-01-31 |
| | | | | After the initial bloom, it should turn into a regular filter. | ||
* | 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 |
| | |||
* | make contacts suitable for applications like sinksh | Sandro Knauß | 2017-01-30 |
| | |||
* | Add Contact as new domain type | Sandro Knauß | 2017-01-30 |
| | |||
* | Don't package those | Christian Mollekopf | 2017-01-26 |
| | |||
* | sink_client is no longer a thing | Christian Mollekopf | 2017-01-26 |
| | |||
* | SINK_EXPORT for free functions needs to go to the beginning | Christian Mollekopf | 2017-01-26 |
| | |||
* | During modifications only modify what we really need to modify. | Christian Mollekopf | 2017-01-25 |
| | | | | We used to delete all non-modified properties... | ||
* | Ignore mails that are marked as deleted. | Christian Mollekopf | 2017-01-25 |
| | |||
* | Added spec file | Christian Mollekopf | 2017-01-24 |
| | |||
* | arcconfig | Christian Mollekopf | 2017-01-23 |
| | |||
* | Feed qt debug messages into the same stream as the rest. | Christian Mollekopf | 2017-01-23 |
| | |||
* | Directly linking against dl doesn't work on freebsd. | Christian Mollekopf | 2017-01-23 |
| | | | | Patch by Tobias Berner. | ||
* | Readable uuid | Christian Mollekopf | 2017-01-23 |
| | |||
* | Ensure we don't accidentally spawn more transactions than necessary. | Christian Mollekopf | 2017-01-23 |
| | |||
* | Debug output | Christian Mollekopf | 2017-01-23 |
| | |||
* | Process sync requests one by one | Christian Mollekopf | 2017-01-23 |
| | |||
* | Fixed revision cleanup | Christian Mollekopf | 2017-01-22 |
| | |||
* | Don't treat the IMAP namespace as subfolder. | Christian Mollekopf | 2017-01-22 |
| | | | | INBOX.INBOX means that the INBOX folder is in the INBOX. namespace. |