Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Allow clients to request a temporary file for BLOB properties | Christian Mollekopf | 2016-04-10 |
| | |||
* | Fixed operations on accounts and resources | Christian Mollekopf | 2016-03-17 |
| | |||
* | Fixed accounts support | Christian Mollekopf | 2016-03-15 |
| | |||
* | Support syncing all resources | Christian Mollekopf | 2016-03-15 |
| | |||
* | Fromatted the whole codebase with clang-format. | Christian Mollekopf | 2016-03-03 |
| | | | | clang-format -i */**{.cpp,.h} | ||
* | Fetch more data on demand | Christian Mollekopf | 2016-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 can | Christian Mollekopf | 2016-02-13 |
| | |||
* | Adapt to latest kasync version | Christian Mollekopf | 2016-02-10 |
| | |||
* | Moved Store to separate file | Christian Mollekopf | 2016-02-10 |