| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all files under src/ | Konstantinos Sideris | 2018-07-17 | 1 | -1459/+0 |
| | | |||||
| * | De-duplicate the m.room.encryption event | Konstantinos Sideris | 2018-07-15 | 1 | -2/+8 |
| | | |||||
| * | Remove the v2 namespace from the http client | Konstantinos Sideris | 2018-07-15 | 1 | -34/+33 |
| | | |||||
| * | User reverse iterator instead of while loop | Konstantinos Sideris | 2018-07-15 | 1 | -7/+3 |
| | | |||||
| * | Send image dimensions in m.image event | Konstantinos Sideris | 2018-07-10 | 1 | -0/+2 |
| | | | | | fixes #215 | ||||
| * | Fix variable shadowing that caused the key response to be null | Konstantinos Sideris | 2018-07-08 | 1 | -0/+2 |
| | | |||||
| * | Add context menu action to request encryption keys | Konstantinos Sideris | 2018-07-07 | 1 | -0/+2 |
| | | |||||
| * | Add a timeline message when encryption is enabled | Konstantinos Sideris | 2018-07-07 | 1 | -65/+46 |
| | | |||||
| * | Mark all decrypted messages with a padlock | Konstantinos Sideris | 2018-07-07 | 1 | -10/+14 |
| | | | | | fixes #351 | ||||
| * | Don't download dependencies during build | Konstantinos Sideris | 2018-07-04 | 1 | -1/+1 |
| | | | | | fixes #346 | ||||
| * | Mark encrypted messages with a lock icon | Konstantinos Sideris | 2018-07-01 | 1 | -2/+5 |
| | | |||||
| * | Add basic support for replies (#292) | Konstantinos Sideris | 2018-06-30 | 1 | -1/+1 |
| | | |||||
| * | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 1 | -2/+3 |
| | | |||||
| * | Send one claim request per user that includes all devices | Konstantinos Sideris | 2018-06-25 | 1 | -46/+92 |
| | | | | | | Add missing megolm algorithm field that was causing the "unknown algorithm" error. | ||||
| * | Verify signature of identity keys before sharing the megolm session | Konstantinos Sideris | 2018-06-20 | 1 | -16/+32 |
| | | | | | Ignore devices that fail the verification. | ||||
| * | Handle olm & lmdb exceptions during message decryption | Konstantinos Sideris | 2018-06-19 | 1 | -11/+39 |
| | | | | | fixes #345 | ||||
| * | Mark encrypted rooms when processing room state | Konstantinos Sideris | 2018-06-18 | 1 | -7/+0 |
| | | |||||
| * | Improve logging a bit | Konstantinos Sideris | 2018-06-18 | 1 | -2/+3 |
| | | |||||
| * | Correctly mark received messages whose response came after /sync | Konstantinos Sideris | 2018-06-17 | 1 | -6/+13 |
| | | |||||
| * | Don't try to send megolm session keys to devices with no one-time keys | Konstantinos Sideris | 2018-06-15 | 1 | -77/+73 |
| | | |||||
| * | Handle OLM_MESSAGE type of messages properly | Konstantinos Sideris | 2018-06-15 | 1 | -5/+8 |
| | | |||||
| * | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 1 | -44/+44 |
| | | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
| * | Add support for sending encrypted messages | Konstantinos Sideris | 2018-06-13 | 1 | -1/+248 |
| | | |||||
| * | Add method to convert PendingMessage's to event types | Konstantinos Sideris | 2018-06-12 | 1 | -46/+113 |
| | | | | | Add more logging during message sending | ||||
| * | Add menu option to enable encryption in a private room | Konstantinos Sideris | 2018-06-12 | 1 | -0/+2 |
| | | |||||
| * | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 1 | -29/+83 |
| | | |||||
| * | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 1 | -38/+179 |
| | | |||||
| * | Set fixed height for the DateSeparator & TextLabel | Konstantinos Sideris | 2018-05-26 | 1 | -0/+2 |
| | | |||||
| * | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 1 | -14/+10 |
| | | |||||
| * | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 1 | -16/+4 |
| | | |||||
| * | Show user avatar for messages on different day or time gap > 15 mins | Konstantinos Sideris | 2018-05-01 | 1 | -10/+49 |
| | | | | | fixes #278 | ||||
| * | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 1 | -4/+7 |
| | | |||||
| * | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 1 | -0/+3 |
| | | | | | fixes #291 | ||||
| * | Improve the date separator widget | Konstantinos Sideris | 2018-04-25 | 1 | -38/+52 |
| | | |||||
| * | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 1 | -3/+2 |
| | | |||||
| * | Update the room list after a redacted event has been removed | Konstantinos Sideris | 2018-04-03 | 1 | -0/+4 |
| | | | | | fixes #286 | ||||
| * | Update first & last sender after message deletion | Konstantinos Sideris | 2018-03-27 | 1 | -0/+14 |
| | | | | | fixes #282 | ||||
| * | TimelineView: remove unneeded date separators when deleting a redacted ↵ | Hawkheart | 2018-03-20 | 1 | -4/+17 |
| | | | | | | | message (#279) fixes #276 | ||||
| * | roomlist: Put the message timestamp on the top | Konstantinos Sideris | 2018-03-18 | 1 | -3/+7 |
| | | |||||
| * | Don't count m.room.member or m.room.reaction events as viewable | Konstantinos Sideris | 2018-03-18 | 1 | -2/+28 |
| | | |||||
| * | Remove redacted events from other users (#171) | Konstantinos Sideris | 2018-03-18 | 1 | -45/+16 |
| | | |||||
| * | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 1 | -0/+45 |
| | | |||||
| * | Add context menu option to mark events individually as read | Konstantinos Sideris | 2018-03-11 | 1 | -0/+6 |
| | | | | | fixes #261 | ||||
| * | Remove dead code & small refactorings using the std library | Konstantinos Sideris | 2018-03-03 | 1 | -11/+5 |
| | | |||||
| * | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 1 | -1/+1 |
| | | |||||
| * | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
| * | Properly detect the start of the timeline | Konstantinos Sideris | 2018-02-17 | 1 | -1/+2 |
| | | | | | | | | We can't rely solely on the number of the returned messages because it could be zero if all the event types are unknown. fixes #168 | ||||
| * | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 1 | -13/+5 |
| | | |||||
| * | Simplify variant access with std::visit | Konstantinos Sideris | 2018-02-11 | 1 | -73/+1 |
| | | |||||
| * | Generate a date separator before local messages | Konstantinos Sideris | 2018-02-10 | 1 | -8/+17 |
| | | |||||
| * | Increase pagination retry timeout | Konstantinos Sideris | 2018-01-30 | 1 | -6/+2 |
| | | |||||
| * | Render messages received by `/messages` on demand | Konstantinos Sideris | 2018-01-30 | 1 | -33/+62 |
| | | |||||
| * | Add missing processEvents call | Konstantinos Sideris | 2018-01-25 | 1 | -0/+2 |
| | | |||||
| * | Call processEvents while rendering new events | Konstantinos Sideris | 2018-01-25 | 1 | -3/+10 |
| | | |||||
| * | Show the scroll-down button when showing the timeline | Konstantinos Sideris | 2018-01-23 | 1 | -9/+17 |
| | | |||||
| * | Hack to work around layout flickering when adding new timeline items | Konstantinos Sideris | 2018-01-16 | 1 | -2/+3 |
| | | |||||
| * | Add a checkmark to messages that have been received by the server (#93) | Konstantinos Sideris | 2018-01-14 | 1 | -1/+3 |
| | | |||||
| * | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 1 | -6/+2 |
| | | | | fixes #132 | ||||
| * | Enable read receipts on messages sent through nheko | Konstantinos Sideris | 2018-01-05 | 1 | -0/+4 |
| | | |||||
| * | Create widgets on demand for messages added to the end of the timeline | Konstantinos Sideris | 2018-01-05 | 1 | -23/+86 |
| | | |||||
| * | Load last content from all rooms | Konstantinos Sideris | 2017-12-30 | 1 | -0/+1 |
| | | | | | fixes #175 | ||||
| * | Use qobject_cast on TimelineItem | Konstantinos Sideris | 2017-12-30 | 1 | -2/+2 |
| | | |||||
| * | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 1 | -2/+61 |
| | | | | | fixes #157 | ||||
| * | Don't keep fetching history on non-visible timelines | Konstantinos Sideris | 2017-12-23 | 1 | -4/+9 |
| | | | | | | | | | If the user switched to another timeline before the current timeline filled up with messages, nheko would keep fetching history. Now it will check periodically if the timeline became visible so it can decide whether or not to stop fetching history. | ||||
| * | Prevent queue from getting blocked (#142) | Konstantinos Sideris | 2017-12-06 | 1 | -3/+9 |
| | | | | | | Try sending a message when all the sent messages have been received through /sync. | ||||
| * | Migrate to matrix-structs for event and response parsing | Konstantinos Sideris | 2017-12-04 | 1 | -71/+127 |
| | | |||||
| * | Add basic support for m.video messages | Konstantinos Sideris | 2017-12-01 | 1 | -0/+3 |
| | | | | | fixes #115 | ||||
| * | Allow audio clip uploads | Konstantinos Sideris | 2017-12-01 | 1 | -3/+9 |
| | | |||||
| * | Add inline audio clip player (m.audio) (#143) | Konstantinos Sideris | 2017-12-01 | 1 | -6/+11 |
| | | |||||
| * | Create directories for related files | Konstantinos Sideris | 2017-11-30 | 1 | -0/+561 |
