Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 11 | -565/+0 |
| | |||||
* | Add menu option to enable encryption in a private room | Konstantinos Sideris | 2018-06-12 | 1 | -8/+13 |
| | |||||
* | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 2 | -1/+4 |
| | |||||
* | Retrieve the current room state from cache when the edit modal opens | Konstantinos Sideris | 2018-05-18 | 1 | -0/+2 |
| | |||||
* | Hide the edit menu when the user doesn't have enough power | Konstantinos Sideris | 2018-05-16 | 1 | -0/+6 |
| | |||||
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 1 | -1/+34 |
| | | | | fixes #235 | ||||
* | Add read support for room access options (#324) | twahm | 2018-05-13 | 1 | -0/+6 |
| | | | | - Join rules - Guest access | ||||
* | Use the correct avatar size for HiDPI displays | Konstantinos Sideris | 2018-05-11 | 1 | -15/+2 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 2 | -8/+2 |
| | |||||
* | Fetch user avatars while browsing the member list | Konstantinos Sideris | 2018-05-04 | 2 | -1/+12 |
| | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 1 | -0/+57 |
| | |||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 1 | -0/+88 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -1/+4 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 1 | -0/+28 |
| | | | | fixes #264 | ||||
* | Move scaleImage() in Utils | Konstantinos Sideris | 2018-02-19 | 1 | -2/+0 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 1 | -1/+1 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 1 | -9/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Automatically focus on input when opening a dialog | Konstantinos Sideris | 2018-01-16 | 3 | -0/+3 |
| | |||||
* | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 1 | -1/+1 |
| | | | | Convert list of receipts to map<userId, timestamp> | ||||
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 1 | -0/+57 |
| | | | fixes #132 | ||||
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 1 | -0/+50 |
| | |||||
* | Add dialog to create rooms | Konstantinos Sideris | 2017-12-11 | 1 | -0/+44 |
| | | | | fixes #25 | ||||
* | Add menu to invite users | Konstantinos Sideris | 2017-12-10 | 1 | -0/+41 |
| | |||||
* | Add gui option for joining rooms (#25) | Konstantinos Sideris | 2017-12-10 | 1 | -3/+6 |
| | |||||
* | Group emoji and dialogs with namespaces | Konstantinos Sideris | 2017-11-30 | 4 | -8/+21 |
| | |||||
* | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 4 | -0/+129 |