summaryrefslogtreecommitdiffstats
path: root/common/store.cpp
Commit message (Collapse)AuthorAge
...
* Synchronous APIChristian Mollekopf2016-06-15
|
* Workaround for missing error propagation of eachChristian Mollekopf2016-05-22
|
* Deal with null results (as provided by the mailtransport)Christian Mollekopf2016-05-09
|
* Don't call setFinished twiceChristian Mollekopf2016-05-06
| | | | setError already does that for us.
* Account filter for resources and contains comparator in queryChristian Mollekopf2016-05-01
|
* Don't encode the resource type into the identifierChristian Mollekopf2016-04-17
|
* Fixed identity lookupChristian Mollekopf2016-04-13
|
* Register the Identity typeChristian Mollekopf2016-04-13
|
* Allow clients to request a temporary file for BLOB propertiesChristian Mollekopf2016-04-10
|
* Fixed operations on accounts and resourcesChristian Mollekopf2016-03-17
|
* Fixed accounts supportChristian Mollekopf2016-03-15
|
* Support syncing all resourcesChristian Mollekopf2016-03-15
|
* Fromatted the whole codebase with clang-format.Christian Mollekopf2016-03-03
| | | | clang-format -i */**{.cpp,.h}
* Fetch more data on demandChristian Mollekopf2016-02-20
| | | | | | | | We skip values we've already seen and only retrieve the new ones. This currently only properly works in a non-live query and we don't give the model any feedback when we can't fetch more data anymore. However, it generally works and we get the desired effect.
* Reuse ResourceAccess where we canChristian Mollekopf2016-02-13
|
* Adapt to latest kasync versionChristian Mollekopf2016-02-10
|
* Moved Store to separate fileChristian Mollekopf2016-02-10