Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix crash on Windows with out_of_range exception & update docs | Konstantinos Sideris | 2018-06-30 | 3 | -8/+39 |
| | |||||
* | Add basic support for replies (#292) | Konstantinos Sideris | 2018-06-30 | 7 | -1/+41 |
| | |||||
* | Allow arbitrary resizing of the main window & restore sidebar's size | Konstantinos Sideris | 2018-06-29 | 5 | -4/+57 |
| | | | | | | | fixes #160 fixes #163 fixes #187 fixes #127 | ||||
* | Save timeline messages in cache for faster startup times | Konstantinos Sideris | 2018-06-28 | 14 | -64/+272 |
| | |||||
* | Upgrade matrix-structs & mtxclient | Konstantinos Sideris | 2018-06-28 | 3 | -31/+36 |
| | |||||
* | State that encrypted attachments aren't supported (#352) | Luca Beltrame | 2018-06-27 | 1 | -1/+1 |
| | | | | As nheko does not support yet sending encrypted attachments (see issue #348) explicitly indicate so in the README. | ||||
* | Send one claim request per user that includes all devices | Konstantinos Sideris | 2018-06-25 | 3 | -49/+96 |
| | | | | | Add missing megolm algorithm field that was causing the "unknown algorithm" error. | ||||
* | Add entry for GCC5 on Travis-CI | Konstantinos Sideris | 2018-06-23 | 3 | -3/+16 |
| | |||||
* | Allow copying the version info in the settings page | Konstantinos Sideris | 2018-06-23 | 2 | -7/+5 |
| | |||||
* | Fix the appimage generation | Konstantinos Sideris | 2018-06-22 | 5 | -19/+17 |
| | |||||
* | Immediately shutdown the http client on exit | Konstantinos Sideris | 2018-06-22 | 2 | -3/+3 |
| | |||||
* | Build mtxclient with Bundled Boost (#350) | Cameron Conn | 2018-06-22 | 1 | -0/+6 |
| | | | | | | | * Build mtxclient with bundled Boost if requested. This commit ensures that mtxclient is built with the bundled version of Boost instead of a possibly-outdated system version when using USE_BUNDLED_BOOST. This resolves issue mujx/nheko#338. | ||||
* | i18n: Add Polish translation (#349) | Marcin Mikołajczak | 2018-06-22 | 1 | -0/+582 |
| | | | Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | ||||
* | 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 | 2 | -12/+40 |
| | | | | fixes #345 | ||||
* | Mark encrypted rooms when processing room state | Konstantinos Sideris | 2018-06-18 | 3 | -12/+8 |
| | |||||
* | Save the olm account after we create new one-time keys | Konstantinos Sideris | 2018-06-18 | 3 | -2/+15 |
| | | | | | | | | Otherwise after a restart the old account will be loaded and we won't be able to decrypt messages from devices using the new one-time keys. Also new one-time key upload requests will fail due to conflicts with the existing keys with the same keyid. | ||||
* | Improve logging a bit | Konstantinos Sideris | 2018-06-18 | 2 | -3/+8 |
| | |||||
* | Merge branch 'e2ee' | Konstantinos Sideris | 2018-06-17 | 64 | -2665/+3760 |
|\ | | | | | | | | | | | | | | | | | - Support for e2ee rooms - Implement categories & file logging - Let the user know when the app can't reach the server (#93) fixes #13 fixes #326 | ||||
| * | Update build instructions | Konstantinos Sideris | 2018-06-17 | 1 | -18/+32 |
| | | |||||
| * | Fix regressions regarding invites & slowness during shutdown | Konstantinos Sideris | 2018-06-17 | 5 | -11/+8 |
| | | |||||
| * | Setup BinTray | Konstantinos Sideris | 2018-06-17 | 6 | -42/+83 |
| | | |||||
| * | Correctly mark received messages whose response came after /sync | Konstantinos Sideris | 2018-06-17 | 3 | -6/+19 |
| | | |||||
| * | Update CI instructions | Konstantinos Sideris | 2018-06-17 | 9 | -32/+40 |
| | | |||||
| * | Don't try to send megolm session keys to devices with no one-time keys | Konstantinos Sideris | 2018-06-15 | 2 | -79/+96 |
| | | |||||
| * | Pass down toolchain file on Windows | Konstantinos Sideris | 2018-06-15 | 1 | -0/+1 |
| | | |||||
| * | Handle OLM_MESSAGE type of messages properly | Konstantinos Sideris | 2018-06-15 | 6 | -93/+188 |
| | | |||||
| * | Fix CI errors on macOS & Windows | Konstantinos Sideris | 2018-06-14 | 3 | -8/+9 |
| | | | | | | | | | | - Run the linter - Explicitly use cmake for installing olm | ||||
| * | Rename the log namespace to avoid symbol clash with the math function | Konstantinos Sideris | 2018-06-14 | 25 | -265/+408 |
| | | | | | | | | - Patch the olm repo with a CMakeLists.txt file | ||||
| * | Add support for sending encrypted messages | Konstantinos Sideris | 2018-06-13 | 6 | -12/+345 |
| | | |||||
| * | Add method to convert PendingMessage's to event types | Konstantinos Sideris | 2018-06-12 | 5 | -58/+151 |
| | | | | | | | | Add more logging during message sending | ||||
| * | Fix bug where cache was initialized twice in a row | Konstantinos Sideris | 2018-06-12 | 4 | -60/+89 |
| | | |||||
| * | Add menu option to enable encryption in a private room | Konstantinos Sideris | 2018-06-12 | 6 | -14/+141 |
| | | |||||
| * | Add support for displaying decrypted messages | Konstantinos Sideris | 2018-06-10 | 19 | -99/+869 |
| | | |||||
| * | Migrate to mtxclient for the http calls | Konstantinos Sideris | 2018-06-09 | 44 | -2430/+1624 |
| | | |||||
| * | Install missing dependencies in travis-ci/appveyor | Konstantinos Sideris | 2018-06-04 | 7 | -34/+46 |
| | | |||||
| * | Include mtxclient in the build | Konstantinos Sideris | 2018-06-04 | 12 | -51/+257 |
| | | |||||
* | | Add Visual Studio 2017 support (#336) | Nicolas Riebesel | 2018-06-14 | 4 | -10/+99 |
| | | |||||
* | | Slightly improved ru+de translations (#333) | Peter | 2018-06-12 | 2 | -56/+56 |
| | | | | | | | | removed type=unfinished for translated items | ||||
* | | French translation (#329) | Victor Berger | 2018-06-03 | 1 | -0/+583 |
|/ | |||||
* | Bump version to v0.4.3 | Konstantinos Sideris | 2018-06-02 | 3 | -8/+8 |
| | |||||
* | Show Matrix ID tooltip when hovering over display name | Konstantinos Sideris | 2018-05-26 | 2 | -12/+71 |
| | | | | fixes #212 | ||||
* | Properly resize Audio & File widgets | Konstantinos Sideris | 2018-05-26 | 6 | -23/+57 |
| | | | | Remove empty space between username & timeline widgets | ||||
* | Set fixed height for the DateSeparator & TextLabel | Konstantinos Sideris | 2018-05-26 | 3 | -3/+5 |
| | |||||
* | Fix resize slowness on the TopBar | Konstantinos Sideris | 2018-05-25 | 4 | -79/+42 |
| | |||||
* | Bump version to 0.4.2 | Konstantinos Sideris | 2018-05-25 | 3 | -8/+8 |
| | |||||
* | Make the number of unread messages fit in the bubble | Konstantinos Sideris | 2018-05-25 | 2 | -11/+22 |
| | | | | fixes #330 | ||||
* | Use the white for text on the dark theme | Konstantinos Sideris | 2018-05-25 | 2 | -0/+2 |
| | | | | fixes #331 | ||||
* | Fix "jumpy messages" regression | Konstantinos Sideris | 2018-05-24 | 1 | -9/+1 |
| | | | | Caused by the commit addressing #193 | ||||
* | Bump version to 0.4.1 | Konstantinos Sideris | 2018-05-24 | 3 | -8/+8 |
| | |||||
* | Fix line break issue on timeline with long words | Konstantinos Sideris | 2018-05-23 | 2 | -8/+47 |
| | | | | fixes #193 | ||||
* | Use std::string for the "creator" key in m.room.member | Konstantinos Sideris | 2018-05-21 | 1 | -1/+1 |
| | |||||
* | Retrieve the current room state from cache when the edit modal opens | Konstantinos Sideris | 2018-05-18 | 2 | -8/+16 |
| | |||||
* | Refresh the room info on the top bar after sync | Konstantinos Sideris | 2018-05-18 | 2 | -1/+12 |
| | |||||
* | Fix crash on unfinished animation & center the edit modal | Konstantinos Sideris | 2018-05-18 | 2 | -0/+11 |
| | |||||
* | Generate missing translations strings | Konstantinos Sideris | 2018-05-18 | 5 | -5/+120 |
| | |||||
* | Update dockerfiles with the qt-svg dependency | Konstantinos Sideris | 2018-05-18 | 2 | -11/+7 |
| | |||||
* | Update screen-shot | Konstantinos Sideris | 2018-05-17 | 1 | -1/+1 |
| | | | | [ci skip] | ||||
* | Add missing header | Konstantinos Sideris | 2018-05-17 | 1 | -1/+2 |
| | | | | [ci skip] | ||||
* | Hide the edit menu when the user doesn't have enough power | Konstantinos Sideris | 2018-05-16 | 5 | -20/+93 |
| | |||||
* | Add menu to modify the name & topic of the room | Konstantinos Sideris | 2018-05-16 | 8 | -78/+341 |
| | | | | fixes #235 | ||||
* | Initial Russian translate (#318) | Anton Karmanov | 2018-05-14 | 1 | -0/+559 |
| | |||||
* | Add missing markdown extension | Konstantinos Sideris | 2018-05-14 | 2 | -1/+1 |
| | |||||
* | Add contributing document | Konstantinos Sideris | 2018-05-14 | 2 | -2/+40 |
| | |||||
* | Fix translations | Konstantinos Sideris | 2018-05-13 | 6 | -331/+1781 |
| | |||||
* | Add read support for room access options (#324) | twahm | 2018-05-13 | 4 | -13/+134 |
| | | | | - Join rules - Guest access | ||||
* | Use the correct avatar size for HiDPI displays | Konstantinos Sideris | 2018-05-11 | 9 | -34/+48 |
| | |||||
* | Make explicit that MatrixClient & Cache are unique pointers | Konstantinos Sideris | 2018-05-11 | 6 | -12/+12 |
| | |||||
* | Add scrollbar in the settings menu | Konstantinos Sideris | 2018-05-09 | 4 | -16/+35 |
| | |||||
* | Start in tray (#319) | Anton Karmanov | 2018-05-08 | 3 | -1/+41 |
| | |||||
* | Hide SnackBar initially & guard against access of an empty list | Konstantinos Sideris | 2018-05-08 | 3 | -20/+24 |
| | |||||
* | Don't use shared pointers for cache | Konstantinos Sideris | 2018-05-08 | 17 | -96/+86 |
| | |||||
* | Replace shared pointers of MatrixClient with a single instance | Konstantinos Sideris | 2018-05-08 | 31 | -269/+196 |
| | |||||
* | Remove the pseudo deb & rpm packages from releases | Konstantinos Sideris | 2018-05-07 | 3 | -72/+0 |
| | |||||
* | Don't send notification for the room that is currently open | Konstantinos Sideris | 2018-05-07 | 2 | -2/+11 |
| | |||||
* | Implement desktop notification for mac | Konstantinos Sideris | 2018-05-05 | 8 | -7/+107 |
| | |||||
* | Add support for retrieving the notification events (#33) | Konstantinos Sideris | 2018-05-05 | 11 | -26/+192 |
| | |||||
* | Add compile option for address sanitizers | Konstantinos Sideris | 2018-05-04 | 1 | -0/+5 |
| | |||||
* | Fetch user avatars while browsing the member list | Konstantinos Sideris | 2018-05-04 | 3 | -1/+19 |
| | |||||
* | Remove the extra top margin from timeline widgets | Konstantinos Sideris | 2018-05-04 | 2 | -3/+3 |
| | |||||
* | Bump version | Konstantinos Sideris | 2018-05-03 | 3 | -9/+9 |
| | |||||
* | Remove flickering by updating auto-complete menu items in-place | Konstantinos Sideris | 2018-05-03 | 2 | -21/+105 |
| | | | | Instead of deleting the current items and creating new ones. | ||||
* | Default to the first item in room selection menu | Konstantinos Sideris | 2018-05-03 | 2 | -6/+15 |
| | | | | | | - Add backwards navigation with backtab fixes #316 | ||||
* | Add missing header | Konstantinos Sideris | 2018-05-02 | 1 | -0/+1 |
| | |||||
* | Move access token to header | Konstantinos Sideris | 2018-05-02 | 2 | -69/+23 |
| | |||||
* | Handle invalid access token | Konstantinos Sideris | 2018-05-02 | 4 | -5/+23 |
| | |||||
* | Show user avatar for messages on different day or time gap > 15 mins | Konstantinos Sideris | 2018-05-01 | 2 | -18/+80 |
| | | | | fixes #278 | ||||
* | Remove extra semicolon | Konstantinos Sideris | 2018-05-01 | 1 | -1/+1 |
| | |||||
* | Add member list | Konstantinos Sideris | 2018-05-01 | 13 | -15/+301 |
| | |||||
* | Add prototype room settings menu | Konstantinos Sideris | 2018-04-30 | 14 | -12/+309 |
| | |||||
* | Show room tooltips when the sidebar is collapsed | Konstantinos Sideris | 2018-04-30 | 1 | -0/+5 |
| | |||||
* | More consistent spacing between messages | Konstantinos Sideris | 2018-04-29 | 2 | -13/+17 |
| | |||||
* | Refactor utils::getMessageDescription | Konstantinos Sideris | 2018-04-29 | 9 | -125/+100 |
| | |||||
* | Install qt5-svg in travis | Konstantinos Sideris | 2018-04-28 | 4 | -6/+8 |
| | |||||
* | Add Qt5Svg dependency | Konstantinos Sideris | 2018-04-28 | 1 | -0/+2 |
| | |||||
* | Correctly specify the input path for Nheko.app | Konstantinos Sideris | 2018-04-28 | 1 | -1/+1 |
| | |||||
* | Fix pip/SSL issue on travis | Konstantinos Sideris | 2018-04-28 | 1 | -1/+5 |
| | |||||
* | Prettify macOS installer with dmgbuild | Konstantinos Sideris | 2018-04-28 | 3 | -3/+39 |
| | |||||
* | Fix CI errors | Konstantinos Sideris | 2018-04-28 | 2 | -2/+2 |
| | |||||
* | Fix UI inconsistencies between room list & communities | Konstantinos Sideris | 2018-04-28 | 17 | -320/+260 |
| | | | | | fixes #204 fixes #255 | ||||
* | Remove old/unused code | Konstantinos Sideris | 2018-04-28 | 4 | -88/+8 |
| | |||||
* | Add support for displaying m.sticker events | Konstantinos Sideris | 2018-04-27 | 8 | -3/+77 |
| | | | | fixes #291 | ||||
* | Add remove_if for maps | Konstantinos Sideris | 2018-04-27 | 2 | -7/+17 |
| | |||||
* | Update matrix-struct | Konstantinos Sideris | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | Fix clicking on room list suggestions | Konstantinos Sideris | 2018-04-27 | 4 | -20/+39 |
| | |||||
* | Improve room searching | Konstantinos Sideris | 2018-04-27 | 8 | -154/+265 |
| | | | | fixes #257 | ||||
* | Copy lmdb.dll in the windows installer | Konstantinos Sideris | 2018-04-25 | 1 | -1/+6 |
| | |||||
* | Improve the date separator widget | Konstantinos Sideris | 2018-04-25 | 5 | -38/+103 |
| | |||||
* | Fix signal redefinition warning | Konstantinos Sideris | 2018-04-24 | 3 | -3/+3 |
| | |||||
* | Adjust completion menu to fit its contents | Konstantinos Sideris | 2018-04-24 | 5 | -0/+25 |
| | |||||
* | Clear typing notifications when the user list is empty | Konstantinos Sideris | 2018-04-24 | 2 | -14/+17 |
| | | | | fixes #304 | ||||
* | Remove map from room_id to QPixmap from ChatPage | Konstantinos Sideris | 2018-04-24 | 4 | -10/+47 |
| | | | | The avatars are loaded from cache | ||||
* | Fix CI errors | Konstantinos Sideris | 2018-04-22 | 4 | -30/+26 |
| | |||||
* | Update invites in the UI after sync | Konstantinos Sideris | 2018-04-22 | 6 | -1/+44 |
| | |||||
* | Properly clean stale invites | Konstantinos Sideris | 2018-04-22 | 2 | -3/+21 |
| | |||||
* | Strip whitespace from room names for QuickSwitcher | Konstantinos Sideris | 2018-04-22 | 3 | -44/+25 |
| | |||||
* | Initialize views before room list | Konstantinos Sideris | 2018-04-22 | 1 | -1/+1 |
| | |||||
* | Implement media cache | Konstantinos Sideris | 2018-04-21 | 6 | -35/+63 |
| | |||||
* | Bump cache format version | Konstantinos Sideris | 2018-04-21 | 1 | -1/+1 |
| | |||||
* | Remove dead code | Konstantinos Sideris | 2018-04-21 | 11 | -486/+0 |
| | |||||
* | Clean up Top Bar | Konstantinos Sideris | 2018-04-21 | 2 | -25/+0 |
| | |||||
* | Save read receipts | Konstantinos Sideris | 2018-04-21 | 4 | -21/+17 |
| | |||||
* | Cache refactoring | Konstantinos Sideris | 2018-04-21 | 26 | -920/+1361 |
| | |||||
* | Popup improvements | Konstantinos Sideris | 2018-04-14 | 4 | -26/+72 |
| | | | | | | | | | - ESC closes the popup. - Up/Down arrows for navigation. - BackTab for backwards navigation. fixes #301 fixes #302 | ||||
* | Bump version to v0.3.1 | Konstantinos Sideris | 2018-04-13 | 8 | -60/+15 |
| | |||||
* | Add more Dutch translations (#296) | Bart Ribbers | 2018-04-11 | 1 | -32/+33 |
| | |||||
* | Add some more German Translations (#295) | Marcel | 2018-04-10 | 1 | -24/+26 |
| | |||||
* | Implement pressing tab to navigate auto completion (#294) | christarazi | 2018-04-10 | 4 | -3/+73 |
| | | | | | | | | Fixes #287 * Fix pop-up not showing when less than max * Select suggestion by pressing Enter | ||||
* | Hide emoji panel if it's not under the mouse cursor | Konstantinos Sideris | 2018-04-08 | 4 | -11/+40 |
| | | | | | fixes #254 fixes #246 | ||||
* | Bump version | Konstantinos Sideris | 2018-04-03 | 5 | -66/+11 |
| | |||||
* | Update the room list after a redacted event has been removed | Konstantinos Sideris | 2018-04-03 | 2 | -1/+4 |
| | | | | fixes #286 | ||||
* | Adjust CMakeLists to make dependency downloading optional | Konstantinos Sideris | 2018-03-29 | 7 | -94/+127 |
| | |||||
* | Use -std=c++11 on matrix structs | Konstantinos Sideris | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Correctly propagate focusOut event on TextEdit | Konstantinos Sideris | 2018-03-28 | 1 | -1/+1 |
| | |||||
* | Update translation files | Konstantinos Sideris | 2018-03-28 | 5 | -468/+475 |
| | |||||
* | Update first & last sender after message deletion | Konstantinos Sideris | 2018-03-27 | 2 | -0/+17 |
| | | | | fixes #282 | ||||
* | Fix invite button colors on the system theme | Konstantinos Sideris | 2018-03-27 | 2 | -3/+3 |
| | | | | fixes #248 | ||||
* | Add environment variable to allow insecure connections (self-signed certs) | Konstantinos Sideris | 2018-03-27 | 2 | -5/+22 |
| | | | | | | NHEKO_ALLOW_INSECURE_CONNECTIONS=1 ./nheko fixes #260 | ||||
* | Pin invites to the top of the room list | Konstantinos Sideris | 2018-03-26 | 1 | -0/+10 |
| | | | | fixes #252 | ||||
* | Track invites so they can be removed outside of nheko | Konstantinos Sideris | 2018-03-26 | 2 | -3/+24 |
| | | | | fixes #213 | ||||
* | Simplify variant usage | Konstantinos Sideris | 2018-03-26 | 1 | -20/+5 |
| | |||||
* | Fix CI errors | Konstantinos Sideris | 2018-03-25 | 3 | -9/+10 |
| | |||||
* | Replace std::thread with QtConcurrent | Konstantinos Sideris | 2018-03-25 | 2 | -5/+3 |
| | |||||
* | Show avatars in the completion popup | Konstantinos Sideris | 2018-03-25 | 12 | -87/+102 |
| | |||||
* | Link with pthread on Linux | Konstantinos Sideris | 2018-03-24 | 1 | -0/+4 |
| | |||||
* | Add basic support for username auto-completion | Konstantinos Sideris | 2018-03-24 | 12 | -0/+412 |
| | | | | fixes #40 | ||||
* | Adjust version number for the windows build | Konstantinos Sideris | 2018-03-22 | 1 | -2/+5 |
| | | | | [ci skip] | ||||
* | Be compatible with cmake 3.1 | Konstantinos Sideris | 2018-03-22 | 3 | -3/+2 |
| | |||||
* | Add version info in the settings menu | Konstantinos Sideris | 2018-03-22 | 3 | -19/+29 |
| | | | | fixes #239 | ||||
* | Fix text color on room switcher | Konstantinos Sideris | 2018-03-22 | 5 | -7/+30 |
| | | | | fixes #245 | ||||
* | Adjust unread msg bubble | Konstantinos Sideris | 2018-03-20 | 3 | -11/+18 |
| | |||||
* | TimelineView: remove unneeded date separators when deleting a redacted ↵ | Hawkheart | 2018-03-20 | 1 | -4/+17 |
| | | | | | | message (#279) fixes #276 | ||||
* | More stylistic changes & dark theme tweaks | Konstantinos Sideris | 2018-03-19 | 5 | -16/+32 |
| | |||||
* | Use the full with of the roomlist for the last message | Konstantinos Sideris | 2018-03-19 | 2 | -3/+7 |
| | |||||
* | Dark theme revisited | Konstantinos Sideris | 2018-03-18 | 6 | -40/+92 |
| | |||||
* | Add border in community list & minor refactorings (#204) | Konstantinos Sideris | 2018-03-18 | 9 | -25/+40 |
| | |||||
* | Add border line above the text input | Konstantinos Sideris | 2018-03-18 | 7 | -19/+32 |
| | |||||
* | roomlist: Put the message timestamp on the top | Konstantinos Sideris | 2018-03-18 | 4 | -49/+63 |
| | |||||
* | Upgrade gcc version | Konstantinos Sideris | 2018-03-18 | 2 | -7/+7 |
| | |||||
* | Don't count m.room.member or m.room.reaction events as viewable | Konstantinos Sideris | 2018-03-18 | 2 | -2/+34 |
| | |||||
* | Remove redacted events from other users (#171) | Konstantinos Sideris | 2018-03-18 | 3 | -52/+17 |
| | |||||
* | Update matrix-structs library | Konstantinos Sideris | 2018-03-18 | 3 | -4/+4 |
| | |||||
* | Update readme | Konstantinos Sideris | 2018-03-17 | 1 | -0/+1 |
| | |||||
* | Add ability to redact messages | Konstantinos Sideris | 2018-03-17 | 9 | -79/+216 |
| | |||||
* | Update issue template | Konstantinos Sideris | 2018-03-17 | 1 | -2/+18 |
| | | | | [ci skip] | ||||
* | Fix CI & adjust snackbar animation | Konstantinos Sideris | 2018-03-17 | 2 | -3/+3 |
| | |||||
* | Add fancy snackbar animation | Konstantinos Sideris | 2018-03-16 | 4 | -16/+46 |
| | |||||
* | Remove opacity animation from the scrollbar | Konstantinos Sideris | 2018-03-16 | 2 | -61/+2 |
| | | | | fixes #270 | ||||
* | Add context menu option to save images | Konstantinos Sideris | 2018-03-14 | 4 | -0/+51 |
| | | | | fixes #265 | ||||
* | Fix CI builds | Konstantinos Sideris | 2018-03-13 | 2 | -3/+3 |
| | |||||
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 17 | -136/+211 |
| | | | | fixes #264 | ||||
* | Update room name & avatar on new rooms | Konstantinos Sideris | 2018-03-12 | 3 | -22/+25 |
| | | | | fixes #253 | ||||
* | Add context menu option to mark events individually as read | Konstantinos Sideris | 2018-03-11 | 7 | -6/+64 |
| | | | | fixes #261 | ||||
* | Remove unused variables | Konstantinos Sideris | 2018-03-10 | 1 | -2/+2 |
| | |||||
* | Crete a proxy for media to uniquely match signal to the caller | Konstantinos Sideris | 2018-03-07 | 7 | -49/+58 |
| | |||||
* | Add a unique id for locally uploaded images | Konstantinos Sideris | 2018-03-07 | 2 | -17/+13 |
| | | | | The event_id will be an empty string because we haven't received yet | ||||
* | Add missing header | Konstantinos Sideris | 2018-03-04 | 1 | -0/+2 |
| | |||||
* | Update screenhost on appdata.xml | Konstantinos Sideris | 2018-03-04 | 1 | -1/+1 |
| | |||||
* | Show messages in the RoomList after initial sync | Konstantinos Sideris | 2018-03-04 | 1 | -1/+4 |
| | |||||
* | Don't handle password when the matrix id is entered | Konstantinos Sideris | 2018-03-04 | 1 | -3/+0 |
| | |||||
* | Retry initial sync only on specific errors | Konstantinos Sideris | 2018-03-04 | 4 | -8/+19 |
| | | | | | fixes #233 fixes #89 | ||||
* | Bump version | Konstantinos Sideris | 2018-03-04 | 4 | -9/+9 |
| | |||||
* | Don't open room switcher when another dialog is open | Konstantinos Sideris | 2018-03-04 | 8 | -118/+165 |
| | | | | fixes #251 | ||||
* | Retry initial sync forever (#234) | Stuart Mumford | 2018-03-04 | 2 | -18/+0 |
| | |||||
* | Update README.md | mujx | 2018-03-04 | 1 | -1/+5 |
| | |||||
* | Remove dead code & small refactorings using the std library | Konstantinos Sideris | 2018-03-03 | 7 | -103/+12 |
| | |||||
* | Pass arch flags for appveyor build | Konstantinos Sideris | 2018-03-03 | 2 | -6/+10 |
| | | | | [ci skip] | ||||
* | Specify install directory & arch for the matrix_structs library | Konstantinos Sideris | 2018-03-03 | 2 | -8/+16 |
| | | | | [ci skip] | ||||
* | Specify release config for windows | Konstantinos Sideris | 2018-03-03 | 1 | -1/+1 |
| | |||||
* | Remove xcode8 entry from ci | Konstantinos Sideris | 2018-03-03 | 1 | -3/+0 |
| | |||||
* | Remove git submodules in favor of cmake's ExternalProject | Konstantinos Sideris | 2018-03-03 | 7 | -18/+69 |
| | |||||
* | Handle empty matrix ID (regression from 9de1ec1) | Konstantinos Sideris | 2018-03-01 | 3 | -41/+28 |
| | | | | fixes #259 | ||||
* | Propagate errors during /login & /versions | Konstantinos Sideris | 2018-02-28 | 2 | -12/+10 |
| | |||||
* | Fix crash when inviting users | Konstantinos Sideris | 2018-02-28 | 6 | -69/+13 |
| | |||||
* | Add some missing references | Konstantinos Sideris | 2018-02-28 | 6 | -10/+9 |
| | |||||
* | Enable room switcher only in the chat view (#251) | Konstantinos Sideris | 2018-02-26 | 2 | -1/+11 |
| | |||||
* | Fix & cleanup nix files (#240) | Francesco Gazzetta | 2018-02-24 | 2 | -6/+3 |
| | | | | | | * Fix default.nix * Cleanup package.nix | ||||
* | Replace login request with the one from matrix-structs | Konstantinos Sideris | 2018-02-23 | 6 | -95/+17 |
| | |||||
* | Relax matrix identifier parsing | Konstantinos Sideris | 2018-02-23 | 2 | -2/+1 |
| | | | | fixes #241 | ||||
* | Fix crash when trying to use automatically deleted ImageOverlay dialog | Konstantinos Sideris | 2018-02-20 | 2 | -4/+2 |
| | |||||
* | Be explicit about the captured parameters in lambdas | Konstantinos Sideris | 2018-02-20 | 24 | -133/+142 |
| | |||||
* | Scale down the preview image to fit in the application window | Konstantinos Sideris | 2018-02-19 | 4 | -14/+18 |
| | | | | | On macOS the modal has some extra space around the main content that might make it unusable with a big enough image. | ||||
* | Move scaleImage() in Utils | Konstantinos Sideris | 2018-02-19 | 5 | -59/+46 |
| | |||||
* | Minor adjustments | Konstantinos Sideris | 2018-02-19 | 18 | -37/+37 |
| | |||||
* | Notify the user on upload failures | Konstantinos Sideris | 2018-02-19 | 3 | -5/+12 |
| | |||||
* | Support audio, video, generic file for pasting (#220) | christarazi | 2018-02-18 | 25 | -398/+551 |
| | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | Show loading indicator while waiting for /login & /logout | Konstantinos Sideris | 2018-02-18 | 6 | -28/+44 |
| | | | | fixes #208 | ||||
* | 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 | ||||
* | Remove QPropertyAnimation from modals to work around a regression on Qt ↵ | Konstantinos Sideris | 2018-02-17 | 8 | -72/+18 |
| | | | | 5.10.1 (#87) | ||||
* | Fix transparency issue on custom dialogs | Konstantinos Sideris | 2018-02-17 | 1 | -2/+0 |
| | | | | fixes #87 | ||||
* | Hide emoji picker when the app loses focus | Konstantinos Sideris | 2018-02-16 | 1 | -2/+1 |
| | | | | | fixes #184 fixes #209 | ||||
* | Fix clang build | Konstantinos Sideris | 2018-02-16 | 1 | -1/+1 |
| | |||||
* | Implement server-side notification count | Konstantinos Sideris | 2018-02-15 | 11 | -82/+22 |
| | |||||
* | Simplify variant access with std::visit | Konstantinos Sideris | 2018-02-11 | 2 | -74/+2 |
| | |||||
* | RoomList: do not blindly dereference RoomState (#232) | William Pitcock | 2018-02-11 | 1 | -5/+8 |
| | | | | This can happen when a new room is being created from a different client and thus is created with no known state to the local client. | ||||
* | Remove empty destructors | Konstantinos Sideris | 2018-02-10 | 41 | -86/+7 |
| | |||||
* | Move LeaveRoom dialog to MainWindow (#87) | Konstantinos Sideris | 2018-02-10 | 8 | -86/+37 |
| | |||||
* | Update build instructions | Konstantinos Sideris | 2018-02-10 | 2 | -15/+19 |
| | | | | | | fixes #226 [ci skip] | ||||
* | Generate a date separator before local messages | Konstantinos Sideris | 2018-02-10 | 2 | -11/+21 |
| | |||||
* | Remove tone emoji | Konstantinos Sideris | 2018-02-09 | 4 | -89/+20 |
| | |||||
* | Add a timeout timer for initial sync (#223, #222) | Konstantinos Sideris | 2018-02-08 | 4 | -30/+51 |
| | | | | Show a better message on the login screen after an initial sync failure. | ||||
* | Merge pull request #227 from christarazi/fix-text-wrap-checkmark | mujx | 2018-02-08 | 2 | -5/+20 |
|\ | | | | | | | | | Create space for checkmark beforehand fixes #217 | ||||
| * | Create new font for checkmark | Chris Tarazi | 2018-02-07 | 1 | -4/+5 |
| | | |||||
| * | Apply fixed width for checkmark for all messages | Chris Tarazi | 2018-02-07 | 2 | -1/+9 |
| | | |||||
| * | Fix #217: create space for checkmark beforehand | Chris Tarazi | 2018-02-07 | 2 | -5/+11 |
|/ | |||||
* | Merge pull request #231 from xvitaly/fedora | mujx | 2018-02-07 | 1 | -1/+0 |
|\ | | | | | | | | | Updated Fedora installation instructions [ci skip] | ||||
| * | Updated Fedora installation instructions. | Vitaly Zaitsev | 2018-02-07 | 1 | -1/+0 |
|/ | | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | ||||
* | Update build instructions (#226) | Konstantinos Sideris | 2018-02-05 | 1 | -5/+11 |
| | |||||
* | Handle case with no available rooms | Konstantinos Sideris | 2018-02-02 | 2 | -0/+9 |
| | | | | fixes #181 | ||||
* | Added AppData manifest file for Gnome Software (#224) | Vitaly Zaitsev | 2018-02-01 | 2 | -0/+23 |
| | | | Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org> | ||||
* | Update matrix-structs | Konstantinos Sideris | 2018-02-01 | 1 | -0/+0 |
| | |||||
* | Add Dockerfile to create an AppImage for Debian (#156) | Konstantinos Sideris | 2018-02-01 | 4 | -0/+36 |
| | |||||
* | Second attempt to fix failback text size for ImageItem | Konstantinos Sideris | 2018-01-31 | 1 | -2/+2 |
| | |||||
* | Remove version number for nightly releases | Konstantinos Sideris | 2018-01-30 | 1 | -3/+2 |
| | |||||
* | Add enough space for the failback text in ImageItem | Konstantinos Sideris | 2018-01-30 | 1 | -2/+2 |
| | |||||
* | Increase pagination retry timeout | Konstantinos Sideris | 2018-01-30 | 1 | -6/+2 |
| | |||||
* | Render messages received by `/messages` on demand | Konstantinos Sideris | 2018-01-30 | 2 | -33/+66 |
| | |||||
* | Update user avatars in place | Konstantinos Sideris | 2018-01-30 | 1 | -4/+2 |
| | |||||
* | Register timeline item so that it will be available | Konstantinos Sideris | 2018-01-29 | 1 | -4/+2 |
| | |||||
* | Use Qt 5.9.2 on travis | Konstantinos Sideris | 2018-01-29 | 2 | -3/+3 |
| | |||||
* | Bump up Qt versions on travis & appveyor | Konstantinos Sideris | 2018-01-29 | 3 | -8/+10 |
| | |||||
* | Remove '#' from the room avatars | Konstantinos Sideris | 2018-01-25 | 1 | -3/+8 |
| | |||||
* | 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 |
| | |||||
* | Generate compile_commands.json | Konstantinos Sideris | 2018-01-25 | 2 | -1/+3 |
| | |||||
* | Erase items using the key | Konstantinos Sideris | 2018-01-25 | 6 | -12/+7 |
| | |||||
* | Resize text input vertically to fit the contents | Konstantinos Sideris | 2018-01-25 | 2 | -9/+20 |
| | |||||
* | Use more stl containers & minor refactorings | Konstantinos Sideris | 2018-01-24 | 16 | -329/+293 |
| | |||||
* | Remove trailing whitespace from text messages | Konstantinos Sideris | 2018-01-23 | 1 | -2/+2 |
| | | | | fixes #216 | ||||
* | Show the scroll-down button when showing the timeline | Konstantinos Sideris | 2018-01-23 | 2 | -9/+19 |
| |