summary refs log tree commit diff
path: root/include/dialogs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move all files under src/Konstantinos Sideris2018-07-1711-565/+0
|
* Add menu option to enable encryption in a private roomKonstantinos Sideris2018-06-121-8/+13
|
* Migrate to mtxclient for the http callsKonstantinos Sideris2018-06-092-1/+4
|
* Retrieve the current room state from cache when the edit modal opensKonstantinos Sideris2018-05-181-0/+2
|
* Hide the edit menu when the user doesn't have enough powerKonstantinos Sideris2018-05-161-0/+6
|
* Add menu to modify the name & topic of the roomKonstantinos Sideris2018-05-161-1/+34
| | | | fixes #235
* Add read support for room access options (#324)twahm2018-05-131-0/+6
| | | | - Join rules - Guest access
* Use the correct avatar size for HiDPI displaysKonstantinos Sideris2018-05-111-15/+2
|
* Don't use shared pointers for cacheKonstantinos Sideris2018-05-082-8/+2
|
* Fetch user avatars while browsing the member listKonstantinos Sideris2018-05-042-1/+12
|
* Add member listKonstantinos Sideris2018-05-011-0/+57
|
* Add prototype room settings menuKonstantinos Sideris2018-04-301-0/+88
|
* Cache refactoringKonstantinos Sideris2018-04-211-1/+4
|
* Implement user registration with reCAPTCHAKonstantinos Sideris2018-03-121-0/+28
| | | | fixes #264
* Move scaleImage() in UtilsKonstantinos Sideris2018-02-191-2/+0
|
* Minor adjustmentsKonstantinos Sideris2018-02-191-1/+1
|
* Support audio, video, generic file for pasting (#220)christarazi2018-02-181-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 dialogKonstantinos Sideris2018-01-163-0/+3
|
* Change cache format to not allow duplicate receiptsKonstantinos Sideris2018-01-141-1/+1
| | | | Convert list of receipts to map<userId, timestamp>
* Add support for pasting images into a room (#180)christarazi2018-01-101-0/+57
| | | fixes #132
* Initial support for read receiptsKonstantinos Sideris2018-01-031-0/+50
|
* Add dialog to create roomsKonstantinos Sideris2017-12-111-0/+44
| | | | fixes #25
* Add menu to invite usersKonstantinos Sideris2017-12-101-0/+41
|
* Add gui option for joining rooms (#25)Konstantinos Sideris2017-12-101-3/+6
|
* Group emoji and dialogs with namespacesKonstantinos Sideris2017-11-304-8/+21
|
* Create directories for related filesKonstantinos Sideris2017-11-304-0/+129