Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Return feedback on wether an upgrade has happened or not. | Christian Mollekopf | 2018-02-11 |
| | |||
* | Removed all traces of BLOB properties | Christian Mollekopf | 2018-02-06 |
| | |||
* | Adjusted docs and test. | Christian Mollekopf | 2017-07-27 |
| | |||
* | Upgrade job that we can eventually use to upgrade the storage | Christian Mollekopf | 2017-05-11 |
| | |||
* | Implemented notification support in the model. | Christian Mollekopf | 2017-03-24 |
| | | | | | | | | This will allow us to fold things like progress and sync status directly into the model. Usecases are mail download progress and folder sync progress. Ideally we would also solve the resource/account state through this. | ||
* | Adapt to KAsync changes | Christian Mollekopf | 2017-03-01 |
| | |||
* | Modifications for multiple entities. | Christian Mollekopf | 2017-01-12 |
| | | | | This allows to apply a modification to all entities matching some query. | ||
* | Use the resourcefacade to query for resources. | Christian Mollekopf | 2016-12-23 |
| | | | | | | Otherwise we'd have to maintain two query paths, and getResource already broke because we didn't retrieve the capabilities. | ||
* | Copy command and proper move | Christian Mollekopf | 2016-12-04 |
| | |||
* | interresource move | Christian Mollekopf | 2016-12-02 |
| | |||
* | Cleanup | Christian Mollekopf | 2016-11-29 |
| | |||
* | Implement debug stream operators for query. | Christian Mollekopf | 2016-11-07 |
| | |||
* | Synchronous API | Christian Mollekopf | 2016-06-15 |
| | |||
* | Allow clients to request a temporary file for BLOB properties | Christian Mollekopf | 2016-04-10 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Moved Store to separate file | Christian Mollekopf | 2016-02-10 |