Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 1 | -0/+22 |
| | |||||
* | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -7/+9 |
| | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
* | Add method to convert PendingMessage's to event types | Konstantinos Sideris | 2018-06-12 | 1 | -2/+0 |
| | | | | Add more logging during message sending | ||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -31/+4 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -7/+6 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -13/+10 |
| | |||||
* | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 1 | -0/+10 |
| | |||||
* | Remove dead code & small refactorings using the std library | Konstantinos Sideris | 2018-03-03 | 1 | -8/+6 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 1 | -4/+4 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 1 | -7/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Refactor widget items to use same interface * Support audio, video, generic file for pasting * Add utils function for human readable file sizes * Set correct MIME type for media messages This change also determines the size of the upload once from the ContentLengthHeader, rather than seeking the QIODevice and asking for its size. This prevents any future trouble in case the QIODevice is sequential (cannot be seeked). The MIME type is also determined at upload once, rather than using the QIODevice and the underlying data inside. * Allow for file urls to be used as fall-back This fixes an issue on macOS which uses `text/uri-list` for copying files to the clipboard. fixes #228 | ||||
* | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 1 | -18/+1 |
| | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -2/+0 |
| | |||||
* | Handle case with no available rooms | Konstantinos Sideris | 2018-02-02 | 1 | -0/+6 |
| | | | | fixes #181 | ||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 1 | -25/+15 |
| | |||||
* | Use Q_NULLPTR to be compatible with qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -3/+3 |
| | | | | fixes #199 | ||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 1 | -3/+4 |
| | | | fixes #132 | ||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -15/+14 |
| | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -0/+16 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -0/+301 |