Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -94/+0 |
| | |||||
* | Send image dimensions in m.image event | Konstantinos Sideris | 2018-07-10 | 1 | -1/+2 |
| | | | | fixes #215 | ||||
* | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 1 | -0/+2 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -4/+2 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -3/+1 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -4/+1 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 1 | -4/+4 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 1 | -4/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -1/+0 |
| | |||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 1 | -1/+0 |
| | |||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 1 | -5/+7 |
| | |||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 1 | -1/+6 |
| | | | fixes #132 | ||||
* | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -6/+4 |
| | |||||
* | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -0/+1 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -0/+80 |