Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix mimetype of media messages | Nicolas Werner | 2020-11-25 | 2 | -4/+5 |
* | Use a trie for filtering completions (not fuzzy yet) | Nicolas Werner | 2020-11-25 | 1 | -72/+129 |
* | Remove old Textinput | Nicolas Werner | 2020-11-25 | 4 | -679/+0 |
* | Qml emoji completer | Nicolas Werner | 2020-11-25 | 2 | -0/+10 |
* | Simple prefix match for completions | Nicolas Werner | 2020-11-25 | 1 | -4/+4 |
* | Custom completer filtering | Nicolas Werner | 2020-11-25 | 3 | -3/+104 |
* | Working User completer | Nicolas Werner | 2020-11-25 | 6 | -33/+58 |
* | add per-room user model | Jussi Kuokkanen | 2020-11-25 | 2 | -0/+52 |
* | use completion interface in emoji completions | Jussi Kuokkanen | 2020-11-25 | 2 | -5/+19 |
* | add completer interface (item roles) | Jussi Kuokkanen | 2020-11-25 | 1 | -0/+15 |
* | rename CompletionModel to CompletionProxyModel | Jussi Kuokkanen | 2020-11-25 | 3 | -4/+24 |
* | 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 | 7 | -93/+56 |
* | Move emoji picker to qml | Nicolas Werner | 2020-11-25 | 12 | -8488/+0 |
* | Move calls to new input bar | Nicolas Werner | 2020-11-25 | 8 | -209/+72 |
* | Add file uploading | Nicolas Werner | 2020-11-25 | 11 | -297/+367 |
* | Basic text input in qml | Nicolas Werner | 2020-11-25 | 9 | -208/+171 |
* | Pasteable textinput | Nicolas Werner | 2020-11-25 | 4 | -0/+77 |
* | Fix tags and world buttons leaking as communities leaking over the network | Nicolas Werner | 2020-11-18 | 1 | -4/+10 |
* | Silence signal syntax deprecated | Nicolas Werner | 2020-11-15 | 1 | -1/+4 |
* | Merge pull request #325 from trilene/webrtc-video | DeepBlueV7.X | 2020-11-13 | 7 | -11/+94 |
|\ | |||||
| * | clang-format | trilene | 2020-11-13 | 3 | -5/+5 |
| * | Make incoming call ringtone a user setting | trilene | 2020-11-12 | 4 | -6/+89 |
* | | Merge pull request #314 from MayeulC/smoothie-2 | DeepBlueV7.X | 2020-11-12 | 2 | -12/+6 |
|\ \ | |||||
| * | | Simplify PainterHighQualityEnabler code | Mayeul Cantan | 2020-11-07 | 1 | -11/+3 |
| * | | Smooth avatars in widgets | Mayeul Cantan | 2020-11-07 | 1 | -1/+3 |
* | | | Merge pull request #320 from trilene/webrtc-video | DeepBlueV7.X | 2020-11-09 | 4 | -57/+151 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Video calls: add local webcam view | trilene | 2020-11-09 | 4 | -57/+151 |
* | | Merge pull request #313 from MayeulC/shrug-text | DeepBlueV7.X | 2020-10-31 | 1 | -1/+1 |
|\ \ | |||||
| * | | Allow sending text after `shrug` | Mayeul Cantan | 2020-10-31 | 1 | -1/+1 |
* | | | Merge pull request #310 from MayeulC/fix-typo | DeepBlueV7.X | 2020-10-31 | 2 | -5/+5 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Wording: replace "encrypted room" with "encrypted private chat" | Mayeul Cantan | 2020-10-31 | 1 | -2/+2 |
| * | | Wording: change "Mobile mode" for "Touchscreen mode" | Mayeul Cantan | 2020-10-31 | 1 | -2/+2 |
| * | | Wording: change "trusted users" for "verified users" | Mayeul Cantan | 2020-10-31 | 1 | -1/+1 |
| |/ | |||||
* | | Fix crash when stun server selected | trilene | 2020-10-30 | 1 | -1/+1 |
* | | Supress unused var warning for STUN_SERVER (used only if gstreamer supported) | Nicolas Werner | 2020-10-30 | 4 | -6/+6 |
* | | Merge pull request #311 from trilene/webrtc-video | DeepBlueV7.X | 2020-10-30 | 13 | -291/+977 |
|\ \ | |||||
| * | | Unused variable | trilene | 2020-10-29 | 1 | -4/+4 |
| * | | Remove unused variable | trilene | 2020-10-29 | 1 | -1/+1 |
| * | | Avoid std::from_chars for now | trilene | 2020-10-29 | 1 | -4/+2 |
| * | | Document better rtp payload types | trilene | 2020-10-29 | 1 | -3/+9 |
| * | | Avoid ugly error if pipeline creation fails | trilene | 2020-10-29 | 1 | -2/+4 |
| * | | Merge remote-tracking branch 'upstream/master' into webrtc-video | trilene | 2020-10-28 | 29 | -220/+225 |
| |\ \ | |||||
| * | | | Fix crash on exit | trilene | 2020-10-27 | 7 | -38/+30 |
| * | | | Merge remote-tracking branch 'upstream/master' into webrtc-video | trilene | 2020-10-27 | 24 | -687/+823 |
| |\ \ \ | | | |/ | | |/| | |||||
| * | | | Support video calls | trilene | 2020-10-27 | 13 | -276/+963 |
* | | | | Fix clipboard image pasting crash on macos | Joseph Donofry | 2020-10-28 | 1 | -1/+1 |
| |_|/ |/| | | |||||
* | | | Don't pass around empty timeline | Nicolas Werner | 2020-10-28 | 6 | -19/+15 |
* | | | No roomid on leave | Nicolas Werner | 2020-10-27 | 1 | -1/+1 |
* | | | Optimize build | Nicolas Werner | 2020-10-27 | 30 | -230/+236 |
| |/ |/| | |||||
* | | Qml message input mockup | Nicolas Werner | 2020-10-26 | 1 | -9/+11 |
* | | Merge pull request #307 from LorenDB/ctrl-u | DeepBlueV7.X | 2020-10-24 | 1 | -0/+3 |
|\ \ | |||||
| * | | Delete text on Ctrl-U | LorenDB | 2020-10-21 | 1 | -0/+3 |
* | | | Fix login | Nicolas Werner | 2020-10-24 | 1 | -1/+1 |
* | | | Merge pull request #306 from LorenDB/master | DeepBlueV7.X | 2020-10-24 | 6 | -24/+68 |
|\ \ \ | |||||
| * | | | Add option for unique config | LorenDB | 2020-10-24 | 6 | -24/+68 |
| |/ / | |||||
* | | | Add mobile mode which improves scrolling | Nicolas Werner | 2020-10-24 | 2 | -0/+27 |
* | | | Fix infinite pagination properly now. | Nicolas Werner | 2020-10-23 | 4 | -5/+19 |
* | | | Fix share keys setting not working | Nicolas Werner | 2020-10-23 | 1 | -0/+6 |
* | | | Reload message on m.room_key | Nicolas Werner | 2020-10-23 | 1 | -2/+4 |
* | | | Trade CPU usage for 30MB of members in RAM | Nicolas Werner | 2020-10-22 | 7 | -146/+30 |
|/ / | |||||
* | | Use QFontComboBox as per issue 238 (deleted comments) | LorenDB | 2020-10-21 | 2 | -6/+4 |
* | | Fix corrupt channel + add additional debugging | Nicolas Werner | 2020-10-20 | 1 | -0/+9 |
* | | Clean up key requests + autoreload | Nicolas Werner | 2020-10-20 | 9 | -54/+82 |
* | | Share code for sending encrypted olm messages | Nicolas Werner | 2020-10-20 | 4 | -352/+278 |
* | | Store timestamp with olm sessions | Nicolas Werner | 2020-10-20 | 9 | -19/+191 |
* | | Actually forward keys using m.forwared_room_key | Nicolas Werner | 2020-10-18 | 2 | -23/+28 |
* | | Automatic key sharing with trusted users | Nicolas Werner | 2020-10-18 | 3 | -23/+62 |
* | | Fix crash on exit | Nicolas Werner | 2020-10-17 | 7 | -45/+21 |
* | | Answer key requests for all our sessions | Nicolas Werner | 2020-10-17 | 1 | -7/+10 |
* | | Fix small typo in robustness logic | Nicolas Werner | 2020-10-13 | 1 | -1/+1 |
|/ | |||||
* | Add some try...catch logic around read-only databases so nheko won't crash if... | Joseph Donofry | 2020-10-09 | 1 | -7/+48 |
* | Try to fix windows build | Nicolas Werner | 2020-10-08 | 1 | -3/+3 |
* | More unused variables in bindings | Nicolas Werner | 2020-10-08 | 1 | -1/+3 |
* | Fix unused variable warnings on old compilers | Nicolas Werner | 2020-10-08 | 1 | -3/+12 |
* | Send master key in verification flow (if we trust it) | Nicolas Werner | 2020-10-08 | 2 | -0/+26 |
* | Try to please the CI gods | Nicolas Werner | 2020-10-08 | 2 | -3/+5 |
* | 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 | 14 | -275/+114 |
|\ | |||||
| * | Remove duplicate control from settings page | trilene | 2020-09-26 | 1 | -1/+0 |
| * | Fix build for those without GStreamer | trilene | 2020-09-25 | 1 | -1/+7 |
| * | Move ActiveCallBar Qml to separate file | trilene | 2020-09-25 | 6 | -10/+53 |
| * | clang-format | trilene | 2020-09-22 | 4 | -21/+16 |
| * | Port ActiveCallBar to Qml | trilene | 2020-09-22 | 13 | -273/+69 |
* | | Implement signature upload for own master key | Nicolas Werner | 2020-10-08 | 2 | -0/+50 |
* | | Calculate verification status from cross-signing sigs and update dynamically | Nicolas Werner | 2020-10-08 | 7 | -153/+220 |
* | | Fix in room verification | Nicolas Werner | 2020-10-06 | 4 | -107/+101 |
* | | Show different verification errors | Nicolas Werner | 2020-10-05 | 4 | -4/+18 |
* | | Make steps in verification flow explicit | Nicolas Werner | 2020-10-05 | 10 | -581/+601 |
* | | Don't fail on missing key for a device and /rotate-megolm-session command | Nicolas Werner | 2020-10-03 | 7 | -0/+40 |
* | | Fix nullopt when iterating reactions | Nicolas Werner | 2020-10-03 | 1 | -1/+2 |
* | | Fix fetching inexistent batch tokens | Nicolas Werner | 2020-10-02 | 1 | -2/+5 |
* | | Handle forwarded room keys | Nicolas Werner | 2020-10-02 | 2 | -48/+69 |
* | | Fix verification start to start with request | Nicolas Werner | 2020-10-02 | 2 | -5/+4 |
* | | Clean up verification and key cache a bit | Nicolas Werner | 2020-10-02 | 10 | -317/+398 |
* | | Merge remote-tracking branch 'origin/master' into cross-signing | Nicolas Werner | 2020-09-24 | 20 | -542/+459 |
|\| | |||||
| * | Fix typo in encryption error message | Nicolas Werner | 2020-09-19 | 1 | -1/+1 |
| * | Merge pull request #286 from trilene/voip | DeepBlueV7.X | 2020-09-17 | 2 | -24/+121 |
| |\ | |||||
| | * | Remove GStreamer version test | trilene | 2020-09-17 | 1 | -2/+0 |
| | * | clang-format | trilene | 2020-09-17 | 1 | -1/+1 |
| | * | Fix preprocessor directive | trilene | 2020-09-17 | 1 | -1/+1 |
| | * | Adapt device monitoring for GStreamer 1.18 | trilene | 2020-09-17 | 2 | -24/+123 |
| * | | Merge pull request #284 from Nheko-Reborn/hidden-events | DeepBlueV7.X | 2020-09-17 | 14 | -499/+315 |
| |\ \ | |||||
| | * | | Actually use room account data | Nicolas Werner | 2020-09-16 | 1 | -1/+1 |
| | * | | Fix avatars in notifications | Nicolas Werner | 2020-09-16 | 2 | -13/+22 |
| | * | | Fix some images not showing up | Nicolas Werner | 2020-09-16 | 1 | -6/+13 |
| | * | | 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 | 5 | -15/+14 |
| | * | | Port top bar to Qml | Nicolas Werner | 2020-09-16 | 9 | -425/+151 |
| | * | | Save account data and allow hiding events via account data | Nicolas Werner | 2020-09-08 | 2 | -30/+105 |
| * | | | Merge pull request #283 from trilene/voip | DeepBlueV7.X | 2020-09-16 | 2 | -5/+8 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Remove bus watch when call ends | trilene | 2020-09-16 | 2 | -5/+8 |
| * | | | Merge pull request #281 from trilene/voip | DeepBlueV7.X | 2020-09-14 | 2 | -6/+0 |
| |\| | | |||||
| | * | | Don't show default audio source in settings | trilene | 2020-09-14 | 2 | -6/+0 |
| * | | | Merge pull request #280 from trilene/voip | DeepBlueV7.X | 2020-09-13 | 1 | -2/+6 |
| |\| | | |||||
| | * | | Ignore empty remote ICE candidates | trilene | 2020-09-13 | 1 | -2/+6 |
| * | | | reset filter string when emoji completer is opened | Jussi Kuokkanen | 2020-09-13 | 1 | -1/+2 |
| * | | | Merge pull request #278 from trilene/voip | DeepBlueV7.X | 2020-09-10 | 1 | -4/+6 |
| |\| | | | |/ | |/| | |||||
| | * | GStreamer v1.18.0 released | trilene | 2020-09-10 | 1 | -4/+4 |
| | * | Fix earlier commit when GStreamer < v1.17 | trilene | 2020-09-10 | 1 | -0/+2 |
* | | | Simplify outbound session setup | Nicolas Werner | 2020-09-20 | 7 | -212/+207 |
* | | | Split qml part of Device Verification | CH Chethan Reddy | 2020-09-14 | 5 | -120/+111 |
* | | | Fix breaking while using qmlRegisterSingletonInstance | Chethan2k1 | 2020-09-10 | 2 | -5/+7 |
* | | | Making sure Verification Objects are deleted properly | Chethan2k1 | 2020-09-10 | 2 | -0/+5 |
* | | | 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 | 7 | -156/+189 |
* | | | Merge branch 'master' into device-verification | DeepBlueV7.X | 2020-09-03 | 5 | -2/+177 |
|\| | | |||||
| * | | Fix endless pagination, when old history is inaccessible | Nicolas Werner | 2020-09-02 | 1 | -1/+1 |
| * | | remove unused includes and use QRegularExpression | Jussi Kuokkanen | 2020-08-31 | 2 | -8/+5 |
| * | | remove comment | Jussi Kuokkanen | 2020-08-31 | 1 | -15/+0 |
| * | | get completion string based on trigger position instead of current word | Jussi Kuokkanen | 2020-08-31 | 2 | -10/+19 |
| * | | ignore enter keypress when completion is selected | Jussi Kuokkanen | 2020-08-31 | 1 | -6/+7 |
| * | | don't select emoji completion by default and add minimum string length before... | Jussi Kuokkanen | 2020-08-29 | 1 | -7/+8 |
| * | | fix build and remove commented code | Jussi Kuokkanen | 2020-08-29 | 2 | -10/+2 |
| * | | lint | Jussi Kuokkanen | 2020-08-28 | 4 | -124/+137 |
| * | | Merge branch 'master' of https://github.com/Nheko-Reborn/nheko | Jussi Kuokkanen | 2020-08-28 | 23 | -1138/+2164 |
| |\ \ | |||||
| * | | | add emoji completer to text input | Jussi Kuokkanen | 2020-08-28 | 4 | -3/+180 |
* | | | | Add support for Encrypted to-device verification messages | CH Chethan Reddy | 2020-09-03 | 3 | -2/+47 |
* | | | | Fix catch by value warning | Nicolas Werner | 2020-09-03 | 1 | -3/+3 |
* | | | | fix | CH Chethan Reddy | 2020-08-30 | 1 | -1/+1 |
* | | | | Merge remote-tracking branch 'upstream/master' into device-verification | CH Chethan Reddy | 2020-08-30 | 36 | -218/+3171 |
|\ \ \ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #265 from trilene/voip | DeepBlueV7.X | 2020-08-28 | 1 | -2/+1 |
| |\ \ \ | | | |/ | | |/| | |||||
| | * | | Link GStreamer elements before syncing state | trilene | 2020-08-28 | 1 | -2/+1 |
| * | | | Merge pull request #251 from Nheko-Reborn/new-event-store | DeepBlueV7.X | 2020-08-26 | 22 | -1132/+2157 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | Add some log messages, that migrations are in progress | Nicolas Werner | 2020-08-25 | 1 | -0/+2 |
| | * | | Speedup db a bit, but loose some crash resiliency | Nicolas Werner | 2020-08-25 | 1 | -1/+4 |
| | * | | Hide CallCandidates again in new store | Nicolas Werner | 2020-08-17 | 3 | -3/+37 |
| | * | | Merge remote-tracking branch 'origin/master' into new-event-store | Nicolas Werner | 2020-08-17 | 29 | -73/+2364 |
| | |\| | |||||
| | * | | Add /clear-timeline command | Nicolas Werner | 2020-08-09 | 9 | -22/+157 |
| | * | | Try to fix issue of pagination interfering with limited: true | Nicolas Werner | 2020-08-07 | 1 | -0/+6 |
| | * | | Also request keys from own devices | Nicolas Werner | 2020-08-06 | 1 | -25/+29 |
| | * | | Split error messages from event decryption | Nicolas Werner | 2020-08-06 | 3 | -82/+146 |
| * | | | Under GStreamer >= 1.17 gather all candidates before sending offer/answer | trilene | 2020-08-22 | 1 | -3/+5 |
| * | | | Stop SendFile and Call buttons swapping places on file upload | trilene | 2020-08-17 | 1 | -2/+2 |
| | |/ | |/| | |||||
| * | | Appease the linter | Nicolas Werner | 2020-08-14 | 2 | -5/+3 |
| * | | Fix SVG color undefined | Nicolas Werner | 2020-08-14 | 1 | -1/+1 |
| * | | Disable call support, when GStreamer is unavailable | Nicolas Werner | 2020-08-14 | 3 | -1/+77 |
| * | | Bump flatpak dependency | Nicolas Werner | 2020-08-11 | 1 | -2/+2 |
| * | | Add audio input device selector | trilene | 2020-08-05 | 10 | -22/+231 |
| * | | Conditionally compile against upcoming GStreamer release | trilene | 2020-08-02 | 1 | -2/+34 |
| * | | Merge remote-tracking branch 'upstream/master' into voip | trilene | 2020-08-01 | 3 | -12/+56 |
| |\ \ | |||||
| | * | | Warn before kicking,banning,inviting,etc | Nicolas Werner | 2020-07-16 | 3 | -12/+56 |
| * | | | Tweak AcceptCall dialog | trilene | 2020-08-01 | 1 | -2/+2 |
| * | | | Reset TLVM initial sync flag on logout | trilene | 2020-08-01 | 1 | -0/+4 |
| * | | | clang-format | trilene | 2020-08-01 | 13 | -870/+936 |
| * | | | Improve TURN server retrieval | trilene | 2020-07-30 | 3 | -3/+17 |
| * | | | Fix error message | trilene | 2020-07-30 | 1 | -1/+1 |
| * | | | Remove references to video calls | trilene | 2020-07-29 | 6 | -30/+21 |
| * | | | Handle ICE failure | trilene | 2020-07-26 | 7 | -67/+125 |
| * | | | Improve debug messages | trilene | 2020-07-25 | 3 | -33/+54 |
| * | | | Specify call type on timeline | trilene | 2020-07-24 | 4 | -0/+32 |
| * | | | Cancel sent CallInvite if no response within expiry | trilene | 2020-07-23 | 1 | -1/+8 |
| * | | | Fix QLayout warning | trilene | 2020-07-23 | 1 | -1/+1 |
| * | | | Send ICE candidates gathered after timeout | trilene | 2020-07-23 | 3 | -2/+17 |
| * | | | Confirm logout/quit if active call in progress | trilene | 2020-07-23 | 1 | -2/+21 |
| * | | | Tweak ActiveCallBar | trilene | 2020-07-23 | 1 | -3/+2 |
| * | | | Polish voice call UI | trilene | 2020-07-22 | 13 | -146/+343 |
| * | | | Add comment wrt TURN server credentials | trilene | 2020-07-16 | 1 | -1/+3 |
| * | | | Case-insensitive sdp search | trilene | 2020-07-16 | 1 | -20/+37 |
| * | | | Handle preemptive CallAnswer from fellow device | trilene | 2020-07-16 | 1 | -0/+12 |
| * | | | Hide incoming CallCandidates in encrypted rooms | trilene | 2020-07-14 | 1 | -0/+9 |
| * | | | Remove comments | trilene | 2020-07-13 | 1 | -2/+0 |
| * | | | Handle preemptive CallHangUp | trilene | 2020-07-13 | 1 | -1/+3 |
| * | | | Hide CallCandidates events from the timeline | trilene | 2020-07-13 | 1 | -1/+2 |
| * | | | Centre PlaceCall dialog | trilene | 2020-07-13 | 1 | -1/+2 |
| * | | | Fix percent-encoding of TURN server URI | trilene | 2020-07-13 | 2 | -11/+11 |
| * | | | Merge remote-tracking branch 'upstream/master' into voip | trilene | 2020-07-10 | 7 | -68/+114 |
| |\| | | |||||
| | * | | Fix autolinking breaking on single quotes in href attribute | Nicolas Werner | 2020-07-09 | 1 | -3/+3 |
| | * | | Open url using QDesktopServices from Qml | Nicolas Werner | 2020-07-09 | 2 | -0/+9 |
| * | | | Support voice calls | trilene | 2020-07-10 | 23 | -99/+1569 |
* | | | | Change ReactionRealtesTo to RelatesTo | CH Chethan Reddy | 2020-08-30 | 2 | -2/+2 |
* | | | | Small Fixes | CH Chethan Reddy | 2020-08-29 | 4 | -8/+27 |
* | | | | Verify signatures and find trusted devices | CH Chethan Reddy | 2020-08-25 | 1 | -64/+117 |
* | | | | Cache Fix | CH Chethan Reddy | 2020-08-24 | 6 | -87/+181 |
* | | | | [WIP] Room Verification Works! | CH Chethan Reddy | 2020-08-18 | 8 | -88/+113 |
* | | | | [WIP] Room-Verification Messages | CH Chethan Reddy | 2020-08-09 | 10 | -476/+385 |
* | | | | Add Room Verification Messages | CH Chethan Reddy | 2020-07-30 | 7 | -44/+228 |
* | | | | Adding Room Key Verification Stuff | CH Chethan Reddy | 2020-07-30 | 12 | -359/+711 |
* | | | | Updating keys of outdated encrypted users | CH Chethan Reddy | 2020-07-30 | 7 | -32/+89 |
* | | | | Adding icons to UserProfile | CH Chethan Reddy | 2020-07-30 | 5 | -42/+111 |
* | | | | Refactor UserProfile | Nicolas Werner | 2020-07-30 | 11 | -572/+168 |
* | | | | Some issue with UserProfile | CH Chethan Reddy | 2020-07-30 | 8 | -92/+130 |
* | | | | [WIP] Add Caching for users | CH Chethan Reddy | 2020-07-30 | 6 | -46/+268 |
* | | | | Error Handling and some fixes | CH Chethan Reddy | 2020-07-30 | 3 | -45/+121 |
* | | | | Add some Userprofile buttons | CH Chethan Reddy | 2020-07-30 | 3 | -41/+75 |
* | | | | Fix the Weird auto-confirmation and cancellation | CH Chethan Reddy | 2020-07-30 | 2 | -2/+1 |
* | | | | Some more fixes | CH Chethan Reddy | 2020-07-30 | 2 | -2/+11 |
* | | | | Fix presence indicator | Nicolas Werner | 2020-07-30 | 2 | -10/+14 |
* | | | | Some more changes | CH Chethan Reddy | 2020-07-30 | 2 | -5/+4 |
* | | | | Some Improvements | CH Chethan Reddy | 2020-07-30 | 3 | -16/+10 |
* | | | | Add some more slots and mac | CH Chethan Reddy | 2020-07-30 | 5 | -45/+170 |
* | | | | Shared secret with decimal and emoji works! | CH Chethan Reddy | 2020-07-30 | 4 | -62/+184 |
* | | | | Add DeviceVerificationList to keep track of all flows and Popup on | CH Chethan Reddy | 2020-07-30 | 6 | -41/+136 |
* | | | | Handle Device Verification related to_device messages | Chethan2k1 | 2020-07-30 | 5 | -4/+142 |
* | | | | Add SAS Method choice and Add send_to_device API call | Chethan2k1 | 2020-07-30 | 2 | -30/+117 |
* | | | | Tweak UI for device verification and Add more slots | Chethan2k1 | 2020-07-30 | 2 | -2/+78 |
* | | | | Add C++ Model for DeviceList | CH Chethan Reddy | 2020-07-30 | 6 | -35/+138 |
* | | | | Adding DeviceList for userprofile | Chethan2k1 | 2020-07-30 | 3 | -23/+62 |
* | | | | Rewrite UserProfile in qml | CH Chethan Reddy | 2020-07-30 | 3 | -0/+103 |
* | | | | 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 | 4 | -0/+84 |
| |_|/ |/| | | |||||
* | | | Fix double free by closing cursor at the right time | Nicolas Werner | 2020-07-30 | 1 | -26/+33 |
* | | | Add workaround for duplicate syncs | Nicolas Werner | 2020-07-27 | 1 | -1/+8 |
* | | | Fix migration (hopefully) | Nicolas Werner | 2020-07-26 | 1 | -3/+50 |
* | | | 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 | 2 | -22/+45 |
* | | | Don't send url, if we send an encrypted file | Nicolas Werner | 2020-07-23 | 1 | -7/+20 |
* | | | Fix room joins | Nicolas Werner | 2020-07-20 | 2 | -9/+12 |
* | | | Fix reactions | Nicolas Werner | 2020-07-20 | 7 | -29/+71 |
* | | | Fix reaction display | Nicolas Werner | 2020-07-19 | 10 | -141/+140 |
* | | | Close cursor we don't need and where we overwrite the contents | Nicolas Werner | 2020-07-18 | 1 | -8/+11 |
* | | | Fix reply scrolling | Nicolas Werner | 2020-07-18 | 1 | -2/+2 |
* | | | Fix race condition between /messages and /sync | Nicolas Werner | 2020-07-18 | 2 | -34/+48 |
* | | | 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 | 8 | -349/+342 |
* | | | Readd pagination and fix redactions | Nicolas Werner | 2020-07-13 | 6 | -123/+250 |
* | | | Initialize Profile later | Nicolas Werner | 2020-07-11 | 1 | -2/+2 |
* | | | Fix translation loading | Nicolas Werner | 2020-07-10 | 1 | -2/+3 |
* | | | Fetch missing events | Nicolas Werner | 2020-07-10 | 5 | -23/+52 |
* | | | WIP: Event Store split out | Nicolas Werner | 2020-07-09 | 6 | -448/+763 |
* | | | Add relations and order without hidden events to db | Nicolas Werner | 2020-07-08 | 2 | -47/+90 |
* | | | Fetch event from db and use string_view where possible | Nicolas Werner | 2020-07-06 | 2 | -29/+58 |
* | | | Use new timeline cache structure | Nicolas Werner | 2020-07-05 | 2 | -116/+154 |
* | | | Persist event order | Nicolas Werner | 2020-07-04 | 2 | -0/+26 |
* | | | Store events in room specific db | Nicolas Werner | 2020-07-03 | 2 | -10/+25 |
| |/ |/| |