Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
* | Default to the first item in room selection menu | Konstantinos Sideris | 2018-05-03 | 2 | -6/+15 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Remove map from room_id to QPixmap from ChatPage | Konstantinos Sideris | 2018-04-24 | 4 | -10/+47 |
* | 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 |
* | 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 |
* | Hide emoji panel if it's not under the mouse cursor | Konstantinos Sideris | 2018-04-08 | 4 | -11/+40 |
* | 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 |
* | 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 |
* | Fix invite button colors on the system theme | Konstantinos Sideris | 2018-03-27 | 2 | -3/+3 |
* | Add environment variable to allow insecure connections (self-signed certs) | Konstantinos Sideris | 2018-03-27 | 2 | -5/+22 |
* | Pin invites to the top of the room list | Konstantinos Sideris | 2018-03-26 | 1 | -0/+10 |
* | Track invites so they can be removed outside of nheko | Konstantinos Sideris | 2018-03-26 | 2 | -3/+24 |
* | 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 |
* | Adjust version number for the windows build | Konstantinos Sideris | 2018-03-22 | 1 | -2/+5 |
* | 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 |
* | Fix text color on room switcher | Konstantinos Sideris | 2018-03-22 | 5 | -7/+30 |
* | Adjust unread msg bubble | Konstantinos Sideris | 2018-03-20 | 3 | -11/+18 |
* | TimelineView: remove unneeded date separators when deleting a redacted messag... | Hawkheart | 2018-03-20 | 1 | -4/+17 |
* | 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 |
* | 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 |
* | Add context menu option to save images | Konstantinos Sideris | 2018-03-14 | 4 | -0/+51 |
* | Fix CI builds | Konstantinos Sideris | 2018-03-13 | 2 | -3/+3 |
* | Implement user registration with reCAPTCHA | Konstantinos Sideris | 2018-03-12 | 17 | -136/+211 |
* | Update room name & avatar on new rooms | Konstantinos Sideris | 2018-03-12 | 3 | -22/+25 |
* | Add context menu option to mark events individually as read | Konstantinos Sideris | 2018-03-11 | 7 | -6/+64 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Specify install directory & arch for the matrix_structs library | Konstantinos Sideris | 2018-03-03 | 2 | -8/+16 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | 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 |
* | Show loading indicator while waiting for /login & /logout | Konstantinos Sideris | 2018-02-18 | 6 | -28/+44 |
* | Properly detect the start of the timeline | Konstantinos Sideris | 2018-02-17 | 1 | -1/+2 |
* | Remove QPropertyAnimation from modals to work around a regression on Qt 5.10.... | Konstantinos Sideris | 2018-02-17 | 8 | -72/+18 |
* | Fix transparency issue on custom dialogs | Konstantinos Sideris | 2018-02-17 | 1 | -2/+0 |
* | Hide emoji picker when the app loses focus | Konstantinos Sideris | 2018-02-16 | 1 | -2/+1 |
* | 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 |
* | 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 |
* | 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 |
* | Merge pull request #227 from christarazi/fix-text-wrap-checkmark | mujx | 2018-02-08 | 2 | -5/+20 |
|\ | |||||
| * | 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. | Vitaly Zaitsev | 2018-02-07 | 1 | -1/+0 |
|/ | |||||
* | 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 |
* | Added AppData manifest file for Gnome Software (#224) | Vitaly Zaitsev | 2018-02-01 | 2 | -0/+23 |
* | 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 |
* | Show the scroll-down button when showing the timeline | Konstantinos Sideris | 2018-01-23 | 2 | -9/+19 |
* | Don't dismiss the loading overlay by clicking | Konstantinos Sideris | 2018-01-22 | 3 | -18/+13 |
* | Disable minimize to tray except for the ChatPage | Konstantinos Sideris | 2018-01-22 | 1 | -1/+5 |
* | Fix ci | Konstantinos Sideris | 2018-01-22 | 1 | -3/+1 |
* | Remove Accept-Encoding header | Konstantinos Sideris | 2018-01-22 | 3 | -72/+1 |
* | Load the initial cache data without blocking the UI | Konstantinos Sideris | 2018-01-21 | 5 | -37/+52 |
* | Refactor avatar fetching in one function | Konstantinos Sideris | 2018-01-21 | 7 | -74/+23 |
* | Fix iterator crash | Konstantinos Sideris | 2018-01-21 | 1 | -5/+4 |
* | Use the Accept-Content header to enable response compression | Konstantinos Sideris | 2018-01-21 | 3 | -3/+80 |
* | Convert 'if' to 'else if' to remove a no-op | Konstantinos Sideris | 2018-01-17 | 1 | -8/+4 |
* | Automatically focus on input when opening a dialog | Konstantinos Sideris | 2018-01-16 | 6 | -0/+27 |
* | Add some very useful commands | Konstantinos Sideris | 2018-01-16 | 1 | -0/+4 |
* | Hack to work around layout flickering when adding new timeline items | Konstantinos Sideris | 2018-01-16 | 2 | -3/+16 |
* | Fix emoji as avatars issue for the receipts | Konstantinos Sideris | 2018-01-16 | 1 | -1/+2 |
* | Move the cursor to the start/end of the text before we move up/down in history | Konstantinos Sideris | 2018-01-16 | 1 | -2/+18 |
* | Add borders | Konstantinos Sideris | 2018-01-15 | 6 | -0/+71 |
* | Change cache format to not allow duplicate receipts | Konstantinos Sideris | 2018-01-14 | 4 | -33/+15 |
* | Check if the linuxdeployqt-AppDir does exist before downloading (#205) | krombel | 2018-01-14 | 1 | -1/+4 |
* | Add option to disable typing notifications | Konstantinos Sideris | 2018-01-14 | 3 | -5/+52 |
* | Add a checkmark to messages that have been received by the server (#93) | Konstantinos Sideris | 2018-01-14 | 3 | -1/+14 |
* | Move timestamps to the right | Konstantinos Sideris | 2018-01-14 | 3 | -48/+78 |
* | Fix macOs ci | Konstantinos Sideris | 2018-01-13 | 1 | -0/+4 |
* | Keep syncing regardless of connectivity (#93) | Konstantinos Sideris | 2018-01-13 | 3 | -15/+18 |
* | Make some functions inline | Konstantinos Sideris | 2018-01-13 | 2 | -46/+25 |
* | Use QSharedPointer to save RoomStates | Konstantinos Sideris | 2018-01-13 | 8 | -107/+108 |
* | Add qt5.7 on travis ci | Konstantinos Sideris | 2018-01-13 | 7 | -35/+89 |
* | Upload filter automatically and use filter_id (#201) | krombel | 2018-01-13 | 2 | -0/+57 |
* | Properly assign default value to QSharedPointer for Qt5.7 | Konstantinos Sideris | 2018-01-12 | 1 | -3/+4 |
* | Use Q_NULLPTR to be compatible with qt5.7 | Konstantinos Sideris | 2018-01-12 | 2 | -7/+7 |
* | Handle surrogate pairs in avatars | Konstantinos Sideris | 2018-01-12 | 6 | -13/+25 |
* | Dismiss modal by clicking on the overlay | Konstantinos Sideris | 2018-01-11 | 2 | -0/+12 |
* | Lint | Konstantinos Sideris | 2018-01-11 | 2 | -17/+23 |
* | Filter out content in sync that is currently unhandled (#198) | krombel | 2018-01-11 | 2 | -9/+32 |
* | Remove Connection header | Konstantinos Sideris | 2018-01-10 | 1 | -2/+0 |
* | Fix versioning on deb packages | Konstantinos Sideris | 2018-01-10 | 2 | -0/+16 |
* | Add support for pasting images into a room (#180) | christarazi | 2018-01-10 | 22 | -73/+388 |
* | Make group's sidebar visible through an option | Konstantinos Sideris | 2018-01-09 | 4 | -6/+67 |
* | Add make install and make uninstall rules to cmake (#196) | Bart Ribbers | 2018-01-09 | 2 | -0/+44 |
* | Communities (#195) | Max Sandholm | 2018-01-09 | 23 | -13/+1054 |
* | Make usernames in timeline less bold | Konstantinos Sideris | 2018-01-08 | 1 | -1/+1 |
* | Enable read receipts on messages sent through nheko | Konstantinos Sideris | 2018-01-05 | 2 | -0/+5 |
* | Create widgets on demand for messages added to the end of the timeline | Konstantinos Sideris | 2018-01-05 | 7 | -55/+260 |
* | Remove an extra colon from the receipt time | Konstantinos Sideris | 2018-01-04 | 1 | -1/+1 |
* | matrix-structs: Parse m.room.redaction events | Konstantinos Sideris | 2018-01-03 | 1 | -0/+0 |
* | Add missing <functional> header | Konstantinos Sideris | 2018-01-03 | 1 | -0/+1 |
* | Initial support for read receipts | Konstantinos Sideris | 2018-01-03 | 19 | -32/+433 |
* | Add Alpine Linux installation instructions (#191) | Bart Ribbers | 2018-01-02 | 1 | -0/+8 |
* | Add missing -j flag to the archive script | Konstantinos Sideris | 2018-01-02 | 1 | -1/+1 |
* | Add script to create archive | Konstantinos Sideris | 2017-12-31 | 1 | -6/+0 |
* | Update travis | Konstantinos Sideris | 2017-12-31 | 6 | -35/+25 |
* | matrix-structs: Fix historical user ID decoding | Konstantinos Sideris | 2017-12-30 | 1 | -0/+0 |
* | ci: Don't build artifacts on commits without a tag | Konstantinos Sideris | 2017-12-30 | 3 | -3/+18 |
* | Load last content from all rooms | Konstantinos Sideris | 2017-12-30 | 1 | -0/+1 |
* | Use `toMSecsSinceEpoch` to be compatible with qt < 5.8 | Konstantinos Sideris | 2017-12-30 | 1 | -1/+1 |
* | Re-order room list based on activity | Konstantinos Sideris | 2017-12-30 | 8 | -16/+125 |
* | Use qobject_cast on TimelineItem | Konstantinos Sideris | 2017-12-30 | 1 | -2/+2 |
* | matrix-structs: Set defaults on common structs | Konstantinos Sideris | 2017-12-27 | 1 | -0/+0 |
* | Add release badge | Konstantinos Sideris | 2017-12-27 | 1 | -1/+1 |
* | Mention deb and rpm packages | Konstantinos Sideris | 2017-12-26 | 1 | -1/+2 |
* | Docs: Update required Clang version to 3.8 (#182) | alphapapa | 2017-12-26 | 1 | -1/+1 |
* | Add deb and rpm packages on releases | Konstantinos Sideris | 2017-12-26 | 5 | -7/+81 |
* | Add date separator in the timeline | Konstantinos Sideris | 2017-12-25 | 6 | -19/+80 |
* | Use a better regex to identify URLs | Konstantinos Sideris | 2017-12-24 | 4 | -12/+14 |
* | Fix deploy conditionals | Konstantinos Sideris | 2017-12-23 | 1 | -2/+2 |
* | Restrict display name width to 500px | Konstantinos Sideris | 2017-12-23 | 1 | -1/+3 |
* | Don't keep fetching history on non-visible timelines | Konstantinos Sideris | 2017-12-23 | 2 | -6/+13 |
* | Don't create artifacts when we're not deploying | Konstantinos Sideris | 2017-12-22 | 1 | -2/+2 |
* | Use ninja on travis | Konstantinos Sideris | 2017-12-22 | 2 | -11/+14 |
* | Use the "state_key" to assign avatars | Konstantinos Sideris | 2017-12-22 | 1 | -1/+1 |
* | Cache room avatars (#139) | Konstantinos Sideris | 2017-12-22 | 7 | -14/+107 |
* | Add rounded corners to inline images | Konstantinos Sideris | 2017-12-21 | 2 | -15/+29 |
* | Remove the 'Video' prefix from video links | Konstantinos Sideris | 2017-12-21 | 1 | -1/+3 |
* | Update README | Konstantinos Sideris | 2017-12-21 | 2 | -9/+17 |