summaryrefslogtreecommitdiffstats
path: root/common/store.h
Commit message (Collapse)AuthorAge
* Adjusted docs and test.Christian Mollekopf2017-07-27
|
* Upgrade job that we can eventually use to upgrade the storageChristian Mollekopf2017-05-11
|
* Implemented notification support in the model.Christian Mollekopf2017-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 changesChristian Mollekopf2017-03-01
|
* Modifications for multiple entities.Christian Mollekopf2017-01-12
| | | | This allows to apply a modification to all entities matching some query.
* Use the resourcefacade to query for resources.Christian Mollekopf2016-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 moveChristian Mollekopf2016-12-04
|
* interresource moveChristian Mollekopf2016-12-02
|
* CleanupChristian Mollekopf2016-11-29
|
* Implement debug stream operators for query.Christian Mollekopf2016-11-07
|
* Synchronous APIChristian Mollekopf2016-06-15
|
* Allow clients to request a temporary file for BLOB propertiesChristian Mollekopf2016-04-10
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Moved Store to separate fileChristian Mollekopf2016-02-10