| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | added basic forwarding | targetakhil | 2021-04-15 | 5 | -9/+127 | |
| | | | ||||||
| * | | Escape html in topics and show line breaks in the settings | Nicolas Werner | 2021-04-19 | 1 | -4/+9 | |
| | | | ||||||
| * | | Use one CompletionProxy for everything including EmojiPicker | Nicolas Werner | 2021-04-18 | 1 | -3/+5 | |
| | | | ||||||
| * | | Fix display name referenced for incorrect event types | Joseph Donofry | 2021-04-18 | 1 | -3/+4 | |
| | | | ||||||
| * | | change display name wording | targetakhil | 2021-04-18 | 1 | -5/+8 | |
| |/ | ||||||
| * | add notice and rainbownotice commands | LordMZTE | 2021-04-11 | 2 | -0/+34 | |
| | | ||||||
| * | Fix crash on exit | Nicolas Werner | 2021-04-09 | 1 | -4/+12 | |
| | | ||||||
| * | Don't use direct image response objects anymore | Nicolas Werner | 2021-04-05 | 2 | -27/+39 | |
| | | ||||||
| * | Fix rainbow replies and add rainbowme | Nicolas Werner | 2021-04-01 | 2 | -7/+9 | |
| | | ||||||
| * | Merge pull request #535 from LordMZTE/feature/rainbow | DeepBlueV7.X | 2021-03-28 | 2 | -4/+9 | |
| |\ | | | | | add /rainbow command | |||||
| | * | run formatter | LordMZTE | 2021-03-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | Update src/timeline/InputBar.cpp | DeepBlueV7.X | 2021-03-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | Use QRegularExpression | DeepBlueV7.X | 2021-03-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | fix command parsing | LordMZTE | 2021-03-28 | 1 | -3/+2 | |
| | | | ||||||
| | * | commands now also work with newline after them | LordMZTE | 2021-03-28 | 1 | -0/+2 | |
| | | | ||||||
| | * | implement requested changes | LordMZTE | 2021-03-28 | 1 | -1/+1 | |
| | | | ||||||
| | * | add /rainbow command | LordMZTE | 2021-03-26 | 2 | -3/+7 | |
| | | | ||||||
| * | | Add part/leave command | Loren Burkholder | 2021-03-25 | 1 | -0/+2 | |
| |/ | ||||||
| * | Clean up notification code a bit | Nicolas Werner | 2021-03-17 | 1 | -24/+1 | |
| | | ||||||
| * | Switch readImage to take a reference instead of a pointer | Loren Burkholder | 2021-03-17 | 1 | -1/+1 | |
| | | | | | There was nowhere that an actual pointer was passed, and I wanted to do references for something else. | |||||
| * | Create function for processing whether a message is a reply | Loren Burkholder | 2021-03-17 | 1 | -1/+1 | |
| | | ||||||
| * | make lint | Loren Burkholder | 2021-03-17 | 1 | -2/+2 | |
| | | ||||||
| * | Parse markdown overrides during replies | Loren Burkholder | 2021-03-17 | 1 | -1/+3 | |
| | | | | | I apparently missed this when I originally added the overrides. | |||||
| * | Don't send markdown links in body | Nicolas Werner | 2021-03-15 | 2 | -4/+32 | |
| | | | | | fixes #422 | |||||
| * | Merge pull request #523 from Jedi18/master | DeepBlueV7.X | 2021-03-15 | 1 | -0/+8 | |
| |\ | | | | | Fix windows video bug | |||||
| | * | prepend file:// for linux and macos | targetakhil | 2021-03-15 | 1 | -0/+8 | |
| | | | ||||||
| * | | Remove some more allocations | Nicolas Werner | 2021-03-14 | 1 | -7/+9 | |
| |/ | ||||||
| * | Merge branch 'quickswitcher_qml' of git://github.com/Jedi18/nheko into ↵ | Nicolas Werner | 2021-03-13 | 4 | -24/+45 | |
| |\ | | | | | | | Jedi18-quickswitcher_qml | |||||
| | * | change allowed mistakes, fix minor style issues, remove old completer ↵ | Jedi18 | 2021-03-07 | 3 | -25/+1 | |
| | | | | | | | | | function from inputbar | |||||
| | * | fix timeline focus | Jedi18 | 2021-02-23 | 2 | -0/+7 | |
| | | | ||||||
| | * | enter key now works, fix room highlighting and add overlay | Jedi18 | 2021-02-23 | 2 | -0/+7 | |
| | | | ||||||
| | * | add room alias delegate, fix some quickswitcher ui problems | Jedi18 | 2021-02-22 | 1 | -0/+5 | |
| | | | ||||||
| | * | add quick switcher qml file and moved completerFor from inputbar to timeline ↵ | Jedi18 | 2021-02-21 | 2 | -0/+26 | |
| | | | | | | | | | view class | |||||
| * | | Disable room pings in replies | Nicolas Werner | 2021-03-12 | 1 | -0/+2 | |
| | | | ||||||
| * | | fix linting | Nicolas Werner | 2021-03-05 | 2 | -103/+107 | |
| | | | ||||||
| * | | Merge pull request #505 from Nheko-Reborn/license-headers | DeepBlueV7.X | 2021-03-05 | 12 | -0/+48 | |
| |\ \ | | | | | | | License headers | |||||
| | * | | Update license headers | Nicolas Werner | 2021-03-05 | 12 | -0/+48 | |
| | | | | ||||||
| * | | | Fix linting | Joseph Donofry | 2021-03-04 | 2 | -107/+103 | |
| |/ / | ||||||
| * | | Fix reply relating to the wrong id of edited event | Nicolas Werner | 2021-03-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix text input restoring after edits | Nicolas Werner | 2021-02-25 | 3 | -20/+25 | |
| | | | ||||||
| * | | Allow editing via up and down arrows | Nicolas Werner | 2021-02-24 | 2 | -2/+22 | |
| |/ | ||||||
| * | Merge pull request #479 from Jedi18/add_rooms_model_completer | DeepBlueV7.X | 2021-02-19 | 1 | -0/+6 | |
| |\ | | | | | Add rooms completion model | |||||
| | * | added bool to choose between showing only rooms with aliases and all of the ↵ | Jedi18 | 2021-02-17 | 1 | -2/+2 | |
| | | | | | | | | | rooms | |||||
| | * | add rooms model, add room delegate for completer | Jedi18 | 2021-02-16 | 1 | -0/+6 | |
| | | | ||||||
| * | | Merge pull request #474 from Jedi18/room_settings_qml | DeepBlueV7.X | 2021-02-19 | 4 | -6/+17 | |
| |\ \ | | | | | | | Shifted Room Settings Dialog to QML | |||||
| | * | | Merge branch 'master' into room_settings_qml | Akhil Nair | 2021-02-14 | 9 | -54/+252 | |
| | |\| | ||||||
| | * | | replaced with togglebutton using qtquickcontrols2 | Jedi18 | 2021-02-13 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | added changing of name through edit modal, removed old roomsettings | Jedi18 | 2021-02-12 | 4 | -11/+3 | |
| | | | | ||||||
| | * | | fix avatar update on timeline sync | Jedi18 | 2021-02-11 | 4 | -5/+12 | |
| | | | | ||||||
| | * | | added notifications and encryption for the new roomsettings | Jedi18 | 2021-02-11 | 2 | -3/+9 | |
| | | | | ||||||
| | * | | ui almost looks the same, midway between transition from old room settings ↵ | Jedi18 | 2021-02-10 | 2 | -3/+6 | |
| | | | | | | | | | | | | | to new room settings | |||||
| | * | | added room settings qml | Jedi18 | 2021-02-09 | 2 | -2/+5 | |
| | | | | ||||||
| * | | | Make inline images work a bit better | Nicolas Werner | 2021-02-17 | 1 | -2/+10 | |
| | | | | ||||||
| * | | | Fix crash from logging unset indices (leftover after debugging) | Nicolas Werner | 2021-02-17 | 1 | -5/+0 | |
| | |/ |/| | ||||||
| * | | Fix hover handling in the timeline | Nicolas Werner | 2021-02-14 | 1 | -1/+3 | |
| | | | ||||||
| * | | Mark messages as read, when Nheko gets focused | Nicolas Werner | 2021-02-13 | 1 | -3/+3 | |
| | | | | | | | | | fixes #235 | |||||
| * | | Fix crash when editing an edited message pointing to itself | Nicolas Werner | 2021-02-12 | 1 | -7/+9 | |
| | | | ||||||
| * | | Prevent edits of unsent messages | Nicolas Werner | 2021-02-10 | 2 | -0/+6 | |
| | | | ||||||
| * | | Fix messages sometimes not being rendered, when they are too large | Nicolas Werner | 2021-02-10 | 1 | -4/+0 | |
| | | | ||||||
| * | | Fix UI allowing edits of foreign messages in some cases | Nicolas Werner | 2021-02-10 | 1 | -4/+6 | |
| | | | ||||||
| * | | Fix stuck notifications because of edits | Nicolas Werner | 2021-02-10 | 2 | -4/+19 | |
| | | | | | | | | | | | Does not fix the read status yet, for that we need to compare read receipts for all events after the last visible event. | |||||
| * | | Implement message editing | Nicolas Werner | 2021-02-09 | 4 | -10/+65 | |
| | | | | | | | | | | | | | The UI still looks ugly, but I have no good idea atm. fixes #134 | |||||
| * | | Display edits correctly | Nicolas Werner | 2021-02-09 | 3 | -10/+60 | |
| | | | ||||||
| * | | Fix edited replies | Nicolas Werner | 2021-02-09 | 1 | -4/+15 | |
| | | | ||||||
| * | | Render edits | Nicolas Werner | 2021-02-09 | 2 | -4/+54 | |
| | | | ||||||
| * | | Switch to new relations format | Nicolas Werner | 2021-02-09 | 4 | -31/+36 | |
| | | | ||||||
| * | | Merge pull request #459 from Jedi18/minor_fixes | DeepBlueV7.X | 2021-02-09 | 2 | -0/+8 | |
| |\ \ | | | | | | | Fix emoji related issues | |||||
| | * | | focus message input on adding emoji/reacting to a message | Jedi18 | 2021-02-05 | 2 | -0/+8 | |
| | |/ | ||||||
| * / | Native rendering breaks kerning | Nicolas Werner | 2021-02-07 | 1 | -4/+0 | |
| |/ | ||||||
| * | Merge branch 'master' into avatar_username_feature | DeepBlueV7.X | 2021-02-03 | 3 | -5/+23 | |
| |\ | ||||||
| | * | Merge remote-tracking branch 'nheko-im/master' into privacy_screen | Joseph Donofry | 2021-02-01 | 6 | -24/+89 | |
| | |\ | ||||||
| | | * | Merge pull request #431 from Jedi18/avatar_username_feature | DeepBlueV7.X | 2021-02-01 | 2 | -3/+3 | |
| | | |\ | | | | | | | | | Username editing (room specific and global) | |||||
| | | * | | make lint | Loren Burkholder | 2021-01-29 | 1 | -3/+3 | |
| | | | | | ||||||
| | | * | | Center user info dialog on the screen | Loren Burkholder | 2021-01-29 | 1 | -0/+4 | |
| | | | | | ||||||
| | | * | | Fix crash, when keys for no events were requested | Nicolas Werner | 2021-01-27 | 1 | -1/+2 | |
| | | | | | ||||||
| | | * | | Fix request key loops | Nicolas Werner | 2021-01-27 | 1 | -2/+5 | |
| | | | | | ||||||
| | * | | | Implement Privacy Screen | Joseph Donofry | 2021-01-26 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add handles for window focus gained / focus lossed and connect to timer * Clean up some of the PrivacyScreen.qml code * Connect settings to PrivacyScreen visibility | |||||
| * | | | | add loading indicator | Jedi18 | 2021-02-02 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | add error message and update avatars on avatar change in timeline and user ↵ | Jedi18 | 2021-02-02 | 1 | -1/+4 | |
| | |_|/ |/| | | | | | | | | profile dialog | |||||
| * | | | made requeste changes | Jedi18 | 2021-01-29 | 1 | -5/+1 | |
| | | | | ||||||
| * | | | Shifted fetching of global username fom timeline model to user profile | Jedi18 | 2021-01-29 | 2 | -15/+1 | |
| | | | | ||||||
| * | | | fix linting | Jedi18 | 2021-01-28 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Changed edit method from double clicking to an edit button | Jedi18 | 2021-01-28 | 2 | -1/+19 | |
| | | | | ||||||
| * | | | Username can be edited by double clicking on text, added global user profile ↵ | Jedi18 | 2021-01-28 | 1 | -1/+1 | |
| | | | | | | | | | | | | | menu action in user info widget | |||||
| * | | | update room specific username from userprofile | Jedi18 | 2021-01-27 | 2 | -3/+3 | |
| | |/ |/| | ||||||
| * | | Fix old messages being played back after limit reset | Nicolas Werner | 2021-01-24 | 1 | -0/+9 | |
| | | | ||||||
| * | | Merge pull request #406 from rnhmjoj/open-in | DeepBlueV7.X | 2021-01-24 | 2 | -8/+33 | |
| |\ \ | | | | | | | Add "open in external program" action | |||||
| | * | | Add "open in external program" action | rnhmjoj | 2021-01-24 | 2 | -8/+33 | |
| | | | | ||||||
| * | | | Request unknown message indices | Nicolas Werner | 2021-01-23 | 1 | -6/+15 | |
| |/ / | ||||||
| * | | Merge pull request #393 from LorenDB/mdCommands | DeepBlueV7.X | 2021-01-23 | 2 | -3/+16 | |
| |\ \ | | | | | | | Markdown setting override commands | |||||
| | * | | Remove useless parentheses | DeepBlueV7.X | 2021-01-23 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | Clarify how markdown is determined | Loren Burkholder | 2021-01-20 | 2 | -3/+3 | |
| | | | | ||||||
| | * | | Make lint | Loren Burkholder | 2021-01-20 | 2 | -6/+8 | |
| | | | | ||||||
| | * | | Add commands to override Markdown setting | Loren Burkholder | 2021-01-20 | 2 | -3/+14 | |
| | |/ | ||||||
| * / | Fix font tags showing up in playable media messages | Nicolas Werner | 2021-01-23 | 1 | -1/+2 | |
| |/ | ||||||
| * | Simplify section handling a bit | Nicolas Werner | 2021-01-19 | 2 | -27/+23 | |
| | | ||||||
| * | Make read markers a bit less confusing | Nicolas Werner | 2021-01-16 | 1 | -3/+4 | |
| | | ||||||
| * | Make it easier to understand, what button to click for verification from profile | Nicolas Werner | 2021-01-12 | 1 | -0/+8 | |
| | | ||||||
| * | Fix timeline becoming corrupted on backfill | Nicolas Werner | 2021-01-12 | 2 | -8/+26 | |
| | | | | | Fixes #273 | |||||
| * | Fix call invite declined on another device | trilene | 2021-01-10 | 1 | -1/+3 | |
| | | ||||||
| * | Fix call answered on another device | trilene | 2021-01-07 | 1 | -1/+6 | |
| | | ||||||
| * | Port PlaceCall dialog to Qml | trilene | 2021-01-07 | 2 | -47/+0 | |
| | | ||||||
| * | Make call invites less intrusive | trilene | 2021-01-07 | 1 | -1/+3 | |
| | | ||||||
| * | Move call-related properties to CallManager | trilene | 2021-01-07 | 3 | -66/+6 | |
| | | ||||||
| * | Allow inline replies from notifications on linux | Nicolas Werner | 2021-01-07 | 3 | -1/+16 | |
| | | ||||||
| * | Fix typing notifications flickering sometimes | Nicolas Werner | 2021-01-05 | 1 | -6/+13 | |
| | | ||||||
| * | lint | Nicolas Werner | 2020-12-25 | 1 | -2/+4 | |
| | | ||||||
| * | Fix some compiler warnings | Nicolas Werner | 2020-12-25 | 2 | -6/+6 | |
| | | ||||||
| * | Store secrets in keychain | Nicolas Werner | 2020-12-16 | 1 | -1/+6 | |
| | | ||||||
| * | React with arbitrary strings via /react | Nicolas Werner | 2020-12-13 | 1 | -0/+6 | |
| | | ||||||
| * | Merge pull request #347 from kamathmanu/avatarFullViewSupport | DeepBlueV7.X | 2020-11-30 | 1 | -0/+3 | |
| |\ | | | | | Add support for viewing avatar images in full size | |||||
| | * | Lint code | kamathmanu | 2020-11-30 | 1 | -1/+1 | |
| | | | ||||||
| | * | Lint code | kamathmanu | 2020-11-30 | 1 | -1/+3 | |
| | | | ||||||
| | * | Add support for viewing avatar images in full size | kamathmanu | 2020-11-30 | 1 | -0/+1 | |
| | | | ||||||
| * | | Properly share and rotate sessions on member and device changes | Nicolas Werner | 2020-11-30 | 1 | -73/+9 | |
| | | | ||||||
| * | | Load sessions lazily from db | Nicolas Werner | 2020-11-30 | 1 | -2/+3 | |
| | | | ||||||
| * | | Fix variable shadowing | Nicolas Werner | 2020-11-26 | 1 | -5/+5 | |
| | | | ||||||
| * | | Fix race when reading members from db | Nicolas Werner | 2020-11-25 | 1 | -1/+4 | |
| | | | ||||||
| * | | Fix input focus when pressing reply button | Nicolas Werner | 2020-11-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Implement Qml drag and drop | Nicolas Werner | 2020-11-25 | 4 | -0/+22 | |
| | | | ||||||
| * | | Fix mimetype of media messages | Nicolas Werner | 2020-11-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Qml emoji completer | Nicolas Werner | 2020-11-25 | 1 | -0/+6 | |
| | | | ||||||
| * | | Working User completer | Nicolas Werner | 2020-11-25 | 1 | -0/+8 | |
| | | | ||||||
| * | | WIP Qml completer | Nicolas Werner | 2020-11-25 | 2 | -0/+8 | |
| | | | ||||||
| * | | Reimplement message history | Nicolas Werner | 2020-11-25 | 2 | -15/+56 | |
| | | | ||||||
| * | | Send typing updates from QML | Nicolas Werner | 2020-11-25 | 3 | -2/+56 | |
| | | | ||||||
| * | | Move calls to new input bar | Nicolas Werner | 2020-11-25 | 4 | -142/+71 | |
| | | | ||||||
| * | | Add file uploading | Nicolas Werner | 2020-11-25 | 3 | -2/+358 | |
| | | | ||||||
| * | | Basic text input in qml | Nicolas Werner | 2020-11-25 | 5 | -90/+169 | |
| | | | ||||||
| * | | Pasteable textinput | Nicolas Werner | 2020-11-25 | 4 | -0/+77 | |
| |/ | ||||||
| * | Merge pull request #320 from trilene/webrtc-video | DeepBlueV7.X | 2020-11-09 | 2 | -0/+7 | |
| |\ | | | | | Video calls: add local webcam view | |||||
| | * | Video calls: add local webcam view | trilene | 2020-11-09 | 2 | -0/+7 | |
| | | | ||||||
| * | | Merge pull request #310 from MayeulC/fix-typo | DeepBlueV7.X | 2020-10-31 | 1 | -2/+2 | |
| |\ \ | |/ |/| | Improve wording in multiple strings. | |||||
| | * | Wording: replace "encrypted room" with "encrypted private chat" | Mayeul Cantan | 2020-10-31 | 1 | -2/+2 | |
| | | | | | | | | | | | This is for consistency with "Start a private chat", and is more specific. | |||||
| * | | Merge remote-tracking branch 'upstream/master' into webrtc-video | trilene | 2020-10-28 | 3 | -9/+11 | |
| |\ \ | ||||||
| | * | | Don't pass around empty timeline | Nicolas Werner | 2020-10-28 | 2 | -7/+4 | |
| | | | | ||||||
| | * | | Optimize build | Nicolas Werner | 2020-10-27 | 3 | -2/+7 | |
| | |/ | ||||||
| * | | Merge remote-tracking branch 'upstream/master' into webrtc-video | trilene | 2020-10-27 | 6 | -233/+106 | |
| |\| | ||||||
| | * | Fix infinite pagination properly now. | Nicolas Werner | 2020-10-23 | 1 | -1/+4 | |
| | | | ||||||
| | * | Clean up key requests + autoreload | Nicolas Werner | 2020-10-20 | 5 | -14/+59 | |
| | | | ||||||
| | * | Share code for sending encrypted olm messages | Nicolas Werner | 2020-10-20 | 2 | -204/+25 | |
| | | | ||||||
| | * | Store timestamp with olm sessions | Nicolas Werner | 2020-10-20 | 3 | -1/+9 | |
| | | | ||||||
| | * | Fix crash on exit | Nicolas Werner | 2020-10-17 | 2 | -16/+12 | |
| | | | ||||||
| * | | Support video calls | trilene | 2020-10-27 | 2 | -0/+15 | |
| |/ | ||||||
| * | Try to fix windows build | Nicolas Werner | 2020-10-08 | 1 | -3/+3 | |
| | | ||||||
| * | Try to please the CI gods | Nicolas Werner | 2020-10-08 | 1 | -2/+4 | |
| | | ||||||
| * | Fix issues with old qt and bump to 5.10 | Nicolas Werner | 2020-10-08 | 1 | -5/+7 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-10-08 | 2 | -2/+27 | |
| |\ | ||||||
| | * | Move ActiveCallBar Qml to separate file | trilene | 2020-09-25 | 2 | -6/+19 | |
| | | | ||||||
| | * | clang-format | trilene | 2020-09-22 | 2 | -5/+9 | |
| | | | ||||||
| | * | Port ActiveCallBar to Qml | trilene | 2020-09-22 | 2 | -0/+8 | |
| | | | ||||||
| * | | Calculate verification status from cross-signing sigs and update dynamically | Nicolas Werner | 2020-10-08 | 1 | -1/+1 | |
| | | | ||||||
| * | | Fix in room verification | Nicolas Werner | 2020-10-06 | 2 | -75/+51 | |
| | | | ||||||
| * | | Show different verification errors | Nicolas Werner | 2020-10-05 | 2 | -0/+13 | |
| | | | ||||||
| * | | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 4 | -139/+100 | |
| | | | ||||||
| * | | Don't fail on missing key for a device and /rotate-megolm-session command | Nicolas Werner | 2020-10-03 | 1 | -0/+6 | |
| | | | ||||||
| * | | Fix nullopt when iterating reactions | Nicolas Werner | 2020-10-03 | 1 | -1/+2 | |
| | | | ||||||
| * | | Clean up verification and key cache a bit | Nicolas Werner | 2020-10-02 | 1 | -0/+0 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-09-24 | 5 | -22/+150 | |
| |\| | ||||||
| | * | Fix typo in encryption error message | Nicolas Werner | 2020-09-19 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix null errors in qml | Nicolas Werner | 2020-09-16 | 4 | -13/+13 | |
| | | | ||||||
| | * | Reenable top bar room settings menus on avatar or title clicks | Nicolas Werner | 2020-09-16 | 2 | -3/+4 | |
| | | | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port. | |||||
| | * | Port top bar to Qml | Nicolas Werner | 2020-09-16 | 4 | -8/+135 | |
| | | | | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point! | |||||
| * | | Simplify outbound session setup | Nicolas Werner | 2020-09-20 | 4 | -182/+172 | |
| | | | | | | | | | Don't send inbound session to self and claim and send all keys at once. | |||||
| * | | Split qml part of Device Verification | CH Chethan Reddy | 2020-09-14 | 2 | -88/+83 | |
| | | | ||||||
| * | | Fix breaking while using qmlRegisterSingletonInstance | Chethan2k1 | 2020-09-10 | 1 | -2/+6 | |
| | | | ||||||
| * | | Add support non-encrypted room-verification messages | Chethan2k1 | 2020-09-10 | 2 | -58/+60 | |
| | | | ||||||
| * | | Fix Wrong Emojis Issue in Room Verification | Chethan2k1 | 2020-09-04 | 2 | -114/+140 | |
| | | | ||||||
| * | | Merge branch 'master' into device-verification | DeepBlueV7.X | 2020-09-03 | 1 | -1/+1 | |
| |\| | ||||||
| | * | Fix endless pagination, when old history is inaccessible | Nicolas Werner | 2020-09-02 | 1 | -1/+1 | |
| | | | ||||||
| * | | Add support for Encrypted to-device verification messages | CH Chethan Reddy | 2020-09-03 | 1 | -1/+1 | |
| | | | ||||||
| * | | Merge remote-tracking branch 'upstream/master' into device-verification | CH Chethan Reddy | 2020-08-30 | 6 | -111/+359 | |
| |\| | ||||||
| | * | Hide CallCandidates again in new store | Nicolas Werner | 2020-08-17 | 2 | -1/+7 | |
| | | | ||||||
| | * | Merge remote-tracking branch 'origin/master' into new-event-store | Nicolas Werner | 2020-08-17 | 4 | -28/+201 | |
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp | |||||
| | | * | Reset TLVM initial sync flag on logout | trilene | 2020-08-01 | 1 | -0/+4 | |
| | | | | ||||||
| | | * | clang-format | trilene | 2020-08-01 | 1 | -2/+4 | |
| | | | | ||||||
| | | * | Specify call type on timeline | trilene | 2020-07-24 | 2 | -0/+5 | |
| | | | | ||||||
| | | * | Hide incoming CallCandidates in encrypted rooms | trilene | 2020-07-14 | 1 | -0/+9 | |
| | | | | ||||||
| | | * | Remove comments | trilene | 2020-07-13 | 1 | -2/+0 | |
| | | | | ||||||
| | | * | Hide CallCandidates events from the timeline | trilene | 2020-07-13 | 1 | -1/+2 | |
| | | | | ||||||
| | | * | Merge remote-tracking branch 'upstream/master' into voip | trilene | 2020-07-10 | 3 | -53/+89 | |
| | | |\ | ||||||
| | | | * | Open url using QDesktopServices from Qml | Nicolas Werner | 2020-07-09 | 2 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff. | |||||
| | | * | | Support voice calls | trilene | 2020-07-10 | 4 | -72/+227 | |
| | | | | | ||||||
| | * | | | Add /clear-timeline command | Nicolas Werner | 2020-08-09 | 4 | -0/+28 | |
| | | | | | ||||||
| | * | | | Try to fix issue of pagination interfering with limited: true | Nicolas Werner | 2020-08-07 | 1 | -0/+6 | |
| | | | | | ||||||
| | * | | | Split error messages from event decryption | Nicolas Werner | 2020-08-06 | 1 | -82/+75 | |
| | | | | | ||||||
| * | | | | Small Fixes | CH Chethan Reddy | 2020-08-29 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | [WIP] Room Verification Works! | CH Chethan Reddy | 2020-08-18 | 4 | -41/+60 | |
| | | | | | ||||||
| * | | | | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 4 | -337/+229 | |
| | | | | | ||||||
| * | | | | Add Room Verification Messages | CH Chethan Reddy | 2020-07-30 | 4 | -31/+159 | |
| | | | | | ||||||
| * | | | | Adding Room Key Verification Stuff | CH Chethan Reddy | 2020-07-30 | 4 | -39/+241 | |
| | | | | | ||||||
| * | | | | Adding icons to UserProfile | CH Chethan Reddy | 2020-07-30 | 1 | -0/+2 | |
| | | | | | ||||||
| * | | | | Refactor UserProfile | Nicolas Werner | 2020-07-30 | 3 | -9/+25 | |
| | | | | | ||||||
| * | | | | Error Handling and some fixes | CH Chethan Reddy | 2020-07-30 | 1 | -5/+40 | |
| | | | | | ||||||
| * | | | | Fix presence indicator | Nicolas Werner | 2020-07-30 | 2 | -10/+14 | |
| | | | | | ||||||
| * | | | | Some more changes | CH Chethan Reddy | 2020-07-30 | 2 | -5/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - remove unnecessary field sender in userprofile.qml - cover user facing string with qsTr to get picked by translations - add spacing and fix theming issue - increase and add color to username - change back to QVector from QLinkedList cause I have mistaken better time complexity to give better benchmark red | |||||
| * | | | | Some Improvements | CH Chethan Reddy | 2020-07-30 | 2 | -14/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - DeviceVerificationList change to LinkedList to improve time complexity while deleting - Downgrade the flow to not use key.verification.done and key.verification.ready | |||||
| * | | | | Add some more slots and mac | CH Chethan Reddy | 2020-07-30 | 1 | -0/+1 | |
| | | | | | ||||||
| * | | | | Shared secret with decimal and emoji works! | CH Chethan Reddy | 2020-07-30 | 2 | -27/+42 | |
| | | | | | ||||||
| * | | | | Add DeviceVerificationList to keep track of all flows and Popup on | CH Chethan Reddy | 2020-07-30 | 2 | -16/+79 | |
| | | | | | | | | | | | | | | | | | recieving start or request | |||||
| * | | | | Add C++ Model for DeviceList | CH Chethan Reddy | 2020-07-30 | 1 | -2/+6 | |
| | | | | | ||||||
| * | | | | Adding DeviceList for userprofile | Chethan2k1 | 2020-07-30 | 1 | -6/+3 | |
| | | | | | ||||||
| * | | | | Add DeviceVerificationFlow dummy and verification test button | Nicolas Werner | 2020-07-30 | 1 | -0/+6 | |
| | | | | | ||||||
| * | | | | Add DeviceVerificationFlow dummy and verification test button | Nicolas Werner | 2020-07-30 | 2 | -0/+10 | |
| |/ / / | ||||||
| * | | | Fix shadowing variable | Nicolas Werner | 2020-07-26 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | Rename EventStore::event to get to remove ambiguity with QObject::event | Nicolas Werner | 2020-07-26 | 3 | -24/+24 | |
| | | | | ||||||
| * | | | Reset fetch in progress when fetch failed | Nicolas Werner | 2020-07-25 | 1 | -0/+1 | |
| | | | | ||||||
| * | | | Return to redacted messages instead of just storing the redaction | Nicolas Werner | 2020-07-25 | 1 | -1/+6 | |
| | | | | ||||||
| * | | | Don't send url, if we send an encrypted file | Nicolas Werner | 2020-07-23 | 1 | -7/+20 | |
| | | | | | | | | | | | | | Fix issues when sending images to some clients. | |||||
| * | | | Fix reactions | Nicolas Werner | 2020-07-20 | 5 | -29/+50 | |
| | | | | ||||||
| * | | | Fix reaction display | Nicolas Werner | 2020-07-19 | 8 | -141/+102 | |
| | | | | ||||||
| * | | | Fix reply scrolling | Nicolas Werner | 2020-07-18 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Mark own events as read again after sending | Nicolas Werner | 2020-07-18 | 2 | -4/+13 | |
| | | | | ||||||
| * | | | Fix flickering of encrypted messages when sending using new store | Nicolas Werner | 2020-07-18 | 1 | -8/+10 | |
| | | | | ||||||
| * | | | Fix encryption indicator | Nicolas Werner | 2020-07-18 | 1 | -3/+6 | |
| | | | | ||||||
| * | | | Reenable sending messages | Nicolas Werner | 2020-07-18 | 4 | -325/+174 | |
| | | | | ||||||
| * | | | Readd pagination and fix redactions | Nicolas Werner | 2020-07-13 | 3 | -37/+88 | |
| | | | | ||||||
| * | | | Fetch missing events | Nicolas Werner | 2020-07-10 | 3 | -23/+38 | |
| | | | | ||||||
| * | | | WIP: Event Store split out | Nicolas Werner | 2020-07-09 | 4 | -412/+605 | |
| | |/ |/| | ||||||
| * | | Fix Qt 5.9 build | Nicolas Werner | 2020-06-27 | 1 | -0/+3 | |
| | | | ||||||
| * | | Make connections across threads queued in any case | Nicolas Werner | 2020-06-26 | 1 | -53/+77 | |
| |/ | ||||||
| * | Try to make text rendering in qml sharper | Nicolas Werner | 2020-06-19 | 1 | -0/+1 | |
| | | ||||||
| * | Merge remote-tracking branch 'origin/master' into presence | Joseph Donofry | 2020-06-11 | 6 | -14/+120 | |
| |\ | ||||||
| | * | Additional code cleanup | Joseph Donofry | 2020-06-11 | 2 | -27/+0 | |
| | | | ||||||
| | * | Fix linting | Joseph Donofry | 2020-06-11 | 1 | -1/+5 | |
| | | | ||||||
| | * | Fix build issue on some versions of clang | Joseph Donofry | 2020-06-10 | 1 | -0/+2 | |
| | | | ||||||
| | * | Merge master and fix conflicts | Joseph Donofry | 2020-06-09 | 3 | -8/+30 | |
| | |\ | ||||||
| | * | | Add reaction/redaction for in-line Reactions | Joseph Donofry | 2020-05-21 | 4 | -5/+25 | |
| | | | | ||||||
| | * | | Fix crash when reacting to messages from /sync | Nicolas Werner | 2020-05-17 | 1 | -1/+1 | |
| | | | | | | | | | | | | | Messages on /sync don't have a room_id | |||||
| | * | | Fix local echo for reactions | Nicolas Werner | 2020-05-16 | 1 | -1/+21 | |
| | | | | ||||||
| | * | | Merge master into reactions | Joseph Donofry | 2020-05-14 | 2 | -1/+11 | |
| | |\ \ | ||||||
| | * | | | Add new QML-based emoji picker (work in progress) | Joseph Donofry | 2020-05-13 | 4 | -24/+35 | |
| | | | | | | | | | | | | | | | | | | | | | This is necessary to support having a picker within QML. Eventually, this should replace the existing widget-based one. | |||||
| | * | | | Initial support for sending reactions | Joseph Donofry | 2020-05-09 | 1 | -4/+39 | |
| | | | | | ||||||
| | * | | | merge master into reactions | Joseph Donofry | 2020-05-07 | 4 | -2/+43 | |
| | | | | | ||||||
| * | | | | Show presence and set custom status messages | Nicolas Werner | 2020-06-08 | 2 | -0/+15 | |
| | |_|/ |/| | | ||||||
| * | | | Remove some redundant functions | Nicolas Werner | 2020-05-30 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Rename settings to be more consistent | Nicolas Werner | 2020-05-26 | 1 | -6/+6 | |
| | | | | ||||||
| * | | | Make settings update immediately in qml and allow limiting timeline width | Nicolas Werner | 2020-05-26 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | Limiting improves readability on wide monitors. The immediate update of the settings is done by just exposing settings as properties and then setting the settings as a context property. | |||||
| * | | | Fix some join messages showing as empty | Nicolas Werner | 2020-05-26 | 1 | -0/+2 | |
| | | | | ||||||
| * | | | Added an optional feature to show bigger emoji-only messages with 3 or less ↵ | lkito | 2020-05-21 | 2 | -0/+19 | |
| | |/ |/| | | | | | emoji | |||||
| * | | Add un-encrypted warning icon for messages in encrypted rooms | Joseph Donofry | 2020-05-14 | 2 | -0/+6 | |
| | | | ||||||
| * | | Show inline images | Nicolas Werner | 2020-05-14 | 1 | -0/+4 | |
| | | | | | | | | | | | (This is such a hack and will probably break, but it works for now for most cases...) | |||||
| * | | Translation updates | Nicolas Werner | 2020-05-10 | 1 | -1/+1 | |
| |/ | ||||||
| * | Merge pull request #192 from Nheko-Reborn/reactions | DeepBlueV7.X | 2020-05-08 | 4 | -1/+181 | |
| |\ | | | | | Reactions | |||||
| | * | Remove unused binding name | Nicolas Werner | 2020-05-06 | 1 | -3/+3 | |
| | | | ||||||
| | * | Fix reaction redaction for real this time | Nicolas Werner | 2020-05-06 | 2 | -0/+5 | |
| | | | ||||||
| | * | Fix rooms with a lot of reactions not paginating correctly | Nicolas Werner | 2020-05-06 | 1 | -1/+5 | |
| | | | ||||||
| | * | Show displayname on reactions | Nicolas Werner | 2020-05-06 | 3 | -6/+11 | |
| | | | ||||||
| | * | Fix reaction count | Nicolas Werner | 2020-05-06 | 2 | -15/+12 | |
| | | | ||||||
| | * | Basic, broken reaction display | Nicolas Werner | 2020-05-04 | 4 | -0/+169 | |
| | | | ||||||
