summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* Fix loginNicolas Werner2020-10-241-1/+1
|
* Merge pull request #306 from LorenDB/masterDeepBlueV7.X2020-10-247-24/+69
|\ | | | | Add option for separate profiles
| * Add option for unique configLorenDB2020-10-247-24/+69
| |
* | Add mobile mode which improves scrollingNicolas Werner2020-10-243-1/+28
| |
* | Fix copying textNicolas Werner2020-10-241-2/+0
| |
* | Fix infinite pagination properly now.Nicolas Werner2020-10-234-5/+19
| |
* | Fix share keys setting not workingNicolas Werner2020-10-231-0/+6
| |
* | Reload message on m.room_keyNicolas Werner2020-10-231-2/+4
| |
* | Speed up rendering the timeline by a LOT by reducing clippingNicolas Werner2020-10-222-2/+2
| | | | | | | | Sadly still required for replies, otherwise this would be perfect.
* | Trade CPU usage for 30MB of members in RAMNicolas Werner2020-10-227-146/+30
| |
* | Merge pull request #303 from LorenDB/masterDeepBlueV7.X2020-10-222-6/+4
|\| | | | | Change the font box to QFontComboBox as per issue 238
| * Use QFontComboBox as per issue 238 (deleted comments)LorenDB2020-10-212-6/+4
| | | | | | | | | | Note: I have deleted commented code as per the suggestion of @utkarsh2102. Note 2: I have fixed all the diffs, etc.
* | Merge pull request #305 from Nheko-Reborn/encrypted_device_messagesDeepBlueV7.X2020-10-2018-421/+560
|\| | | | | Encrypted device messages
| * Fix corrupt channel + add additional debuggingNicolas Werner2020-10-203-2/+11
| |
| * Clean up key requests + autoreloadNicolas Werner2020-10-2011-56/+84
| |
| * Share code for sending encrypted olm messagesNicolas Werner2020-10-204-352/+278
| |
| * Store timestamp with olm sessionsNicolas Werner2020-10-209-19/+191
| |
| * Hide room name, if not loaded yetNicolas Werner2020-10-182-5/+9
|/
* Actually forward keys using m.forwared_room_keyNicolas Werner2020-10-182-23/+28
|
* Automatic key sharing with trusted usersNicolas Werner2020-10-183-23/+62
|
* Fix crash on exitNicolas Werner2020-10-177-45/+21
|
* Answer key requests for all our sessionsNicolas Werner2020-10-171-7/+10
|
* Merge pull request #301 from kamathmanu/issue266-filenameOnHoverDeepBlueV7.X2020-10-161-1/+30
|\ | | | | Display filename on mouse hover
| * Make Text element a sibling of the Rectangle to avoid the text from ↵kamathmanu2020-10-151-14/+14
| | | | | | | | depending on the rectangle's opacity property. Switch to Nheko theme colors
| * Avoid hardcoded font sizekamathmanu2020-10-141-1/+1
| |
| * Display filename on mouse hoverkamathmanu2020-10-131-1/+30
| |
* | Translated using Weblate (Estonian)Weblate2020-10-131-4/+4
| | | | | | | | | | | | | | | | Currently translated at 90.2% (363 of 402 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | Fix small typo in robustness logicNicolas Werner2020-10-131-1/+1
| |
* | Fix emoji filter losing focusNicolas Werner2020-10-121-0/+1
|/
* Update translationsNicolas Werner2020-10-1117-1028/+5244
|
* Merge branch 'master' of ssh://github.com/Nheko-Reborn/nhekoJoseph Donofry2020-10-091-0/+2004
|\
| * Merge pull request #298 from LorenDB/masterDeepBlueV7.X2020-10-091-0/+2004
| |\ | | | | | | Begin Esperanto translations
| | * Begin Esperanto translationsLorenDB2020-10-071-0/+2004
| | |
* | | Add some try...catch logic around read-only databases so nheko won't crash ↵Joseph Donofry2020-10-091-7/+48
|/ / | | | | | | if the db doesn't exist
* | Merge pull request #299 from Nheko-Reborn/qml-lintingDeepBlueV7.X2020-10-0831-2350/+3034
|\ \ | | | | | | Lint qml with qml-format
| * | Lint qml with qml-formatNicolas Werner2020-10-0831-2350/+3034
|/ /
* | Merge pull request #270 from Chethan2k1/device-verificationDeepBlueV7.X2020-10-0859-319/+3704
|\ \ | |/ |/| Device verification and Cross-Signing
| * Try to fix windows buildNicolas Werner2020-10-081-3/+3
| |
| * More unused variables in bindingsNicolas Werner2020-10-081-1/+3
| |
| * Bump spdlog versionNicolas Werner2020-10-081-2/+2
| |
| * Fix unused variable warnings on old compilersNicolas Werner2020-10-081-3/+12
| |
| * Send master key in verification flow (if we trust it)Nicolas Werner2020-10-082-0/+26
| |
| * Try to please the CI godsNicolas Werner2020-10-082-3/+5
| |
| * Fix issues with old qt and bump to 5.10Nicolas Werner2020-10-084-24/+26
| |
| * Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-10-0821-279/+2228
| |\ | |/ |/|
* | Merge pull request #294 from trilene/masterDeepBlueV7.X2020-10-022-2/+2
|\ \ | | | | | | Bump mtxclient
| * | Bump mtxclienttrilene2020-10-011-1/+1
| | |
| * | Bump mtxclienttrilene2020-10-011-1/+1
| | |
* | | Added translation using Weblate (Portuguese (Portugal))Weblate2020-09-301-0/+1993
| | | | | | | | | | | | Co-authored-by: Tnpod <tmpod@pm.me>
* | | Merge pull request #290 from trilene/masterDeepBlueV7.X2020-09-261-1/+0
|\| | | | | | | | Remove duplicate control from settings page
| * | Remove duplicate control from settings pagetrilene2020-09-261-1/+0
| | |
* | | Merge pull request #289 from trilene/masterDeepBlueV7.X2020-09-2519-278/+235
|\| | | | | | | | Port ActiveCallBar to Qml
| * | Allow button colors overridetrilene2020-09-252-6/+8
| | |
| * | Fix build for those without GStreamertrilene2020-09-251-1/+7
| | |
| * | Move ActiveCallBar Qml to separate filetrilene2020-09-2510-147/+166
| | |
| * | clang-formattrilene2020-09-224-21/+16
| | |
| * | Port ActiveCallBar to Qmltrilene2020-09-2216-277/+212
| | |
| | * Implement signature upload for own master keyNicolas Werner2020-10-084-2/+52
| | |
| | * Calculate verification status from cross-signing sigs and update dynamicallyNicolas Werner2020-10-089-157/+223
| | |
| | * Fix in room verificationNicolas Werner2020-10-065-107/+103
| | |
| | * Show different verification errorsNicolas Werner2020-10-057-20/+35
| | |
| | * Make steps in verification flow explicitNicolas Werner2020-10-0523-796/+699
| | |
| | * Don't fail on missing key for a device and /rotate-megolm-session commandNicolas Werner2020-10-037-0/+40
| | |
| | * Fix nullopt when iterating reactionsNicolas Werner2020-10-031-1/+2
| | |
| | * Clean up verification pages a bitNicolas Werner2020-10-029-122/+17
| | |
| | * Fix room nameNicolas Werner2020-10-021-0/+1
| | |
| | * Fix fetching inexistent batch tokensNicolas Werner2020-10-021-2/+5
| | |
| | * Handle forwarded room keysNicolas Werner2020-10-022-48/+69
| | |
| | * Fix verification start to start with requestNicolas Werner2020-10-024-7/+5
| | |
| | * Clean up verification and key cache a bitNicolas Werner2020-10-0211-318/+399
| | |
| | * Merge remote-tracking branch 'origin/master' into cross-signingNicolas Werner2020-09-2443-2085/+8658
| | |\ | |_|/ |/| |
* | | Translated using Weblate (French)Weblate2020-09-231-161/+174
| | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (359 of 359 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* | | Translated using Weblate (French)Weblate2020-09-231-142/+146
|/ / | | | | | | | | | | | | | | Currently translated at 57.9% (208 of 359 strings) Co-authored-by: Mayeul Cantan <mayeul.cantan@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko
* | Translated using Weblate (Estonian)Weblate2020-09-211-3/+6
| | | | | | | | | | | | | | | | Currently translated at 100.0% (359 of 359 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | Fix some missing english translationsNicolas Werner2020-09-201-2/+5
| |
* | Fix binding loop when trying to replyNicolas Werner2020-09-201-1/+2
| |
* | Translated using Weblate (Estonian)Weblate2020-09-191-78/+86
| | | | | | | | | | | | | | | | Currently translated at 99.1% (356 of 359 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | Translated using Weblate (German)Weblate2020-09-191-2/+2
| | | | | | | | | | | | | | | | Currently translated at 76.0% (273 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* | Fix emoji escape in file messagesNicolas Werner2020-09-191-1/+1
| | | | | | | | This disables color emojis for now in filenames
* | Fix cut off english translation.Nicolas Werner2020-09-191-1/+1
| |
* | Merge pull request #285 from Lurkki14/masterDeepBlueV7.X2020-09-191-12/+17
|\ \ | | | | | | Use Rectangle for typing users so it doesn't overlap with the timeline
| * | make typing Rectangle extents cleanerJussi Kuokkanen2020-09-181-3/+3
| | |
| * | Merge branch 'master' of https://github.com/Lurkki14/nhekoJussi Kuokkanen2020-09-181-10/+1
| |\ \
| | * | Set typing Rectangle color directly instead of ConnectionLurkki142020-09-181-10/+1
| | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| * | | Merge branch 'master' of https://github.com/Nheko-Reborn/nhekoJussi Kuokkanen2020-09-182-24/+121
| |\ \ \ | | |/ / | |/| |
| * | | make Rectangle to fill the gap between input widget and typing usersJussi Kuokkanen2020-09-171-1/+1
| | | |
| * | | simplify check for no typing usersJussi Kuokkanen2020-09-171-2/+1
| | | |
| * | | Merge branch 'master' of https://github.com/Nheko-Reborn/nhekoJussi Kuokkanen2020-09-1729-554/+4192
| |\ \ \
| * | | | use Rectangle for typing users so it doesn't overlap with the timelineJussi Kuokkanen2020-09-171-12/+27
| | | | |
* | | | | Translated using Weblate (Estonian)Weblate2020-09-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 77.9% (280 of 359 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | | | | Translated using Weblate (English)Weblate2020-09-191-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.4% (357 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko
* | | | | Translated using Weblate (English)Weblate2020-09-191-24/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.7% (351 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko
* | | | | Translated using Weblate (English)Weblate2020-09-191-32/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 91.0% (327 of 359 strings) Translated using Weblate (English) Currently translated at 91.0% (327 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko
* | | | | Translated using Weblate (Estonian)Weblate2020-09-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 86.0% (309 of 359 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | | | | Translated using Weblate (English)Weblate2020-09-191-22/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 82.1% (295 of 359 strings) Translated using Weblate (English) Currently translated at 82.1% (295 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Mihai Fufezan <fufexan@pm.me> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko
* | | | | Translated using Weblate (German)Weblate2020-09-191-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 93.8% (337 of 359 strings) Translated using Weblate (German) Currently translated at 93.8% (337 of 359 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Co-authored-by: Mr. X <shop.news@posteo.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* | | | | Fix typo in encryption error messageNicolas Werner2020-09-1916-18/+18
| | | | |
* | | | | Translated using Weblate (German)Weblate2020-09-191-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.1% (356 of 359 strings) Co-authored-by: Mr. X <shop.news@posteo.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* | | | | Update translationsNicolas Werner2020-09-1916-1379/+4167
| | | | |
* | | | | Translated using Weblate (Estonian)Weblate2020-09-191-156/+161
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 99.4% (332 of 334 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | | | | Translated using Weblate (Finnish)Weblate2020-09-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 60.7% (203 of 334 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko
* | | | | Translated using Weblate (German)Weblate2020-09-181-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 97.3% (325 of 334 strings) Translated using Weblate (German) Currently translated at 97.3% (325 of 334 strings) Co-authored-by: Marlon Kern <nheko@marlon-kern.de> Co-authored-by: Mr. X <shop.news@posteo.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko
* | | | | Translated using Weblate (Estonian)Weblate2020-09-181-42/+42
| |_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 53.2% (178 of 334 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | | | Merge pull request #286 from trilene/voipDeepBlueV7.X2020-09-172-24/+121
|\ \ \ \ | |_|/ / |/| | | Adapt device monitoring for GStreamer 1.18
| * | | Remove GStreamer version testtrilene2020-09-171-2/+0
| | | |
| * | | clang-formattrilene2020-09-171-1/+1
| | | |
| * | | Fix preprocessor directivetrilene2020-09-171-1/+1
| | | |
| * | | Adapt device monitoring for GStreamer 1.18trilene2020-09-172-24/+123
| | | |
* | | | Merge pull request #284 from Nheko-Reborn/hidden-eventsDeepBlueV7.X2020-09-1721-531/+459
|\ \ \ \ | | | | | | | | | | Hidden events backend
| * | | | Actually use room account dataNicolas Werner2020-09-161-1/+1
| | | | |
| * | | | Fix avatars in notificationsNicolas Werner2020-09-162-13/+22
| | | | |
| * | | | Fix some images not showing upNicolas Werner2020-09-161-6/+13
| | | | |
| * | | | Update blurhashNicolas Werner2020-09-161-3/+4
| | | | |
| * | | | Fix null errors in qmlNicolas Werner2020-09-168-21/+24
| | | | |
| * | | | Reenable top bar room settings menus on avatar or title clicksNicolas Werner2020-09-166-15/+29
| | | | | | | | | | | | | | | | | | | | | | | | | Also fixes a bug with an empty room settings window introduced in the port.
| * | | | Port top bar to QmlNicolas Werner2020-09-1612-448/+267
| | | | | | | | | | | | | | | | | | | | | | | | | Also fixes some resize issues with stupid workarounds to our resize logic. This really needs to be cleaned up at some point!
| * | | | Save account data and allow hiding events via account dataNicolas Werner2020-09-084-32/+107
| | | | |
* | | | | Merge pull request #283 from trilene/voipDeepBlueV7.X2020-09-162-5/+8
|\ \ \ \ \ | | |/ / / | |/| | | Remove bus watch when call ends
| * | | | Remove bus watch when call endstrilene2020-09-162-5/+8
| | | | |
* | | | | Translated using Weblate (Estonian)Weblate2020-09-151-85/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 40.7% (136 of 334 strings) Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | | | | Translated using Weblate (Estonian)Weblate2020-09-151-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 16.1% (54 of 334 strings) Translated using Weblate (Estonian) Currently translated at 16.1% (54 of 334 strings) Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com> Co-authored-by: Priit Jõerüüt <nhkwlate@joeruut.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/et/ Translation: Nheko/nheko
* | | | | Merge branch 'master' of github.com:Nheko-Reborn/nhekoWeblate2020-09-152-6/+0
|\ \ \ \ \
| * | | | | Merge pull request #281 from trilene/voipDeepBlueV7.X2020-09-142-6/+0
| |\| | | | | | | | | | | | | | | | Don't show default audio source in settings
| | * | | | Don't show default audio source in settingstrilene2020-09-142-6/+0
| | | | | |
* | | | | | Added translation using Weblate (Estonian)Weblate2020-09-151-0/+1858
| | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joseph Donofry <rubberduckie3554@gmail.com>
* | | | | | Update translation filesWeblate2020-09-151-10/+0
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/ Translation: Nheko/nheko
* | | | | Merge branch 'master' of github.com:Nheko-Reborn/nhekoWeblate2020-09-1339-1221/+2459
|\ \ \ \ \
| * \ \ \ \ Merge pull request #275 from Chethan2k1/masterDeepBlueV7.X2020-09-131-0/+1
| |\ \ \ \ \ | | | | | | | | | | | | | | Fix Issue #274
| | * | | | | Update README.mdChethan2020-09-081-1/+1
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de>
| | * | | | | Fix ReadmeChethan2k12020-09-051-0/+1
| | | |/ / / | | |/| | |
| * | | | | Merge pull request #280 from trilene/voipDeepBlueV7.X2020-09-131-2/+6
| |\ \ \ \ \ | | | |/ / / | | |/| | | Ignore empty remote ICE candidates
| | * | | | Ignore empty remote ICE candidatestrilene2020-09-131-2/+6
| | | | | |
| * | | | | Merge pull request #279 from Lurkki14/masterDeepBlueV7.X2020-09-131-1/+2
| |\ \ \ \ \ | | | |_|/ / | | |/| | | reset filter string when emoji completer is opened
| | * | | | reset filter string when emoji completer is openedJussi Kuokkanen2020-09-131-1/+2
| |/ / / /
| * | / / Merge pull request #278 from trilene/voipDeepBlueV7.X2020-09-101-4/+6
| |\| | | | | |/ / | |/| | Fix earlier commit + GStreamer v1.18 released
| | * | GStreamer v1.18.0 releasedtrilene2020-09-101-4/+4
| | | |
| | * | Fix earlier commit when GStreamer < v1.17trilene2020-09-101-0/+2
| | | |
* | | | Add simpified chinese translationsWeblate2020-09-131-0/+1860
| | | |
| | | * Simplify outbound session setupNicolas Werner2020-09-209-214/+209
| | | | | | | | | | | | | | | | Don't send inbound session to self and claim and send all keys at once.
| | | * Split qml part of Device VerificationCH Chethan Reddy2020-09-1418-710/+757
| | | |
| | | * Single line click handlerNicolas Werner2020-09-131-13/+7
| | | |
| | | * Clean up UserProfile a bitNicolas Werner2020-09-131-197/+143
| | | |
| | | * Some fixesChethan2k12020-09-121-3/+3
| | | |
| | | * Fix breaking while using qmlRegisterSingletonInstanceChethan2k12020-09-102-5/+7
| | | |
| | | * Making sure Verification Objects are deleted properlyChethan2k12020-09-103-14/+19
| | | |
| | | * Fix wrong tran_id issueChethan2k12020-09-103-12/+13
| | | |
| | | * Add support non-encrypted room-verification messagesChethan2k12020-09-102-58/+60
| | | |
| | | * Fix Wrong Emojis Issue in Room VerificationChethan2k12020-09-048-157/+190
| | | |
| | | * Merge branch 'master' into device-verificationDeepBlueV7.X2020-09-035-2/+177
| | | |\ | | |_|/ | |/| |
| * | | Fix endless pagination, when old history is inaccessibleNicolas Werner2020-09-021-1/+1
| | | |
| * | | Merge pull request #267 from Lurkki14/masterDeepBlueV7.X2020-08-314-1/+176
| |\ \ \ | | | | | | | | | | Added emoji completion in text input
| | * | | remove unused includes and use QRegularExpressionJussi Kuokkanen2020-08-312-8/+5
| | | | |
| | * | | remove commentJussi Kuokkanen2020-08-311-15/+0
| | | | |
| | * | | get completion string based on trigger position instead of current wordJussi Kuokkanen2020-08-312-10/+19
| | | | |
| | * | | ignore enter keypress when completion is selectedJussi Kuokkanen2020-08-311-6/+7
| | | | |
| | * | | don't select emoji completion by default and add minimum string length ↵Jussi Kuokkanen2020-08-291-7/+8
| | | | | | | | | | | | | | | | | | | | before showing completions
| | * | | undo changes to emoji_codegen.pyJussi Kuokkanen2020-08-291-6/+3
| | | | |
| | * | | fix build and remove commented codeJussi Kuokkanen2020-08-294-15/+8
| | | | |
| | * | | lintJussi Kuokkanen2020-08-284-124/+137
| | | | |
| | * | | Merge branch 'master' of https://github.com/Nheko-Reborn/nhekoJussi Kuokkanen2020-08-2839-1218/+4088
| | |\ \ \ | | |/ / / | |/| | |
| | * | | add emoji completer to text inputJussi Kuokkanen2020-08-285-3/+182
| | | | |
| | | | * Add support for Encrypted to-device verification messagesCH Chethan Reddy2020-09-033-2/+47
| | | | |
| | | | * Fix catch by value warningNicolas Werner2020-09-031-3/+3
| | | | |
| | | | * Fix reactionsNicolas Werner2020-09-033-5/+3
| | | | |
| | | | * fixCH Chethan Reddy2020-08-301-1/+1
| | | | |
| | | | * Merge remote-tracking branch 'upstream/master' into device-verificationCH Chethan Reddy2020-08-3054-223/+6706
| | | | |\ | | |_|_|/ | |/| | |
| * | | | Merge pull request #265 from trilene/voipDeepBlueV7.X2020-08-281-2/+1
| |\ \ \ \ | | | |/ / | | |/| | Link GStreamer elements before syncing state
| | * | | Link GStreamer elements before syncing statetrilene2020-08-281-2/+1
| | | | |
| * | | | Merge pull request #251 from Nheko-Reborn/new-event-storeDeepBlueV7.X2020-08-2635-1211/+2257
| |\ \ \ \ | | | | | | | | | | | | New event store
| | * | | | Add some log messages, that migrations are in progressNicolas Werner2020-08-251-0/+2
| | | | | |
| | * | | | Speedup db a bit, but loose some crash resiliencyNicolas Werner2020-08-251-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The loss in durability shouldn't matter, if we can just receive the same events again after a restart
| | * | | | Bump mtxclientNicolas Werner2020-08-172-2/+2
| | | | | |
| | * | | | Hide CallCandidates again in new storeNicolas Werner2020-08-174-3/+43
| | | | | |
| | * | | | Merge remote-tracking branch 'origin/master' into new-event-storeNicolas Werner2020-08-1744-74/+4066
| | |\ \ \ \ | | | | |/ / | | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: CMakeLists.txt io.github.NhekoReborn.Nheko.json src/Cache.cpp src/timeline/TimelineModel.cpp src/timeline/TimelineModel.h src/timeline/TimelineViewManager.cpp
| | * | | | Add /clear-timeline commandNicolas Werner2020-08-099-22/+157
| | | | | |
| | * | | | Try to fix variable timestamp widthNicolas Werner2020-08-071-0/+1
| | | | | |
| | * | | | Try to fix issue of pagination interfering with limited: trueNicolas Werner2020-08-071-0/+6
| | | | | |
| | * | | | Also request keys from own devicesNicolas Werner2020-08-061-25/+29
| | | | | |
| | * | | | Split error messages from event decryptionNicolas Werner2020-08-063-82/+146
| | | | | |
| | * | | | Further tweak text elementNicolas Werner2020-08-061-2/+2
| | | | | |
| * | | | | Merge pull request #263 from trilene/voipDeepBlueV7.X2020-08-231-3/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | | Under GStreamer >= 1.17 gather all candidates before sending offer/answer
| | * | | | Under GStreamer >= 1.17 gather all candidates before sending offer/answertrilene2020-08-221-3/+5
| | | | | |
| * | | | | Merge pull request #262 from bqv/patch-1DeepBlueV7.X2020-08-221-0/+8
| |\ \ \ \ \ | | | | | | | | | | | | | | Add nixos to readme
| | * | | | | Update README.mdTony O2020-08-221-0/+8
| |/ / / / /
| * / / / / Merge pull request #259 from trilene/voipDeepBlueV7.X2020-08-171-2/+2
|/| | | | | | |/ / / / | | | | | Stop SendFile and Call buttons swapping places on file upload
| * | | | Stop SendFile and Call buttons swapping places on file uploadtrilene2020-08-171-2/+2
| | | | |
* | | | | Translated using Weblate (English)Mihai Fufezan2020-08-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 85.3% (285 of 334 strings) Translation: Nheko/nheko Translate-URL: http://weblate.nheko.im/projects/nheko/nheko-master/en/
* | | | | Added translation using Weblate (Romanian)Mihai Fufezan2020-08-161-0/+1815
| |_|/ / |/| | |
* | | | Merge pull request #237 from trilene/voipDeepBlueV7.X2020-08-1439-106/+2452
|\| | | | | | | | | | | Support voice calls
| * | | Appease the linterNicolas Werner2020-08-142-5/+3
| | | |
| * | | Fix SVG color undefinedNicolas Werner2020-08-141-1/+1
| | | |
| * | | Disable call support, when GStreamer is unavailableNicolas Werner2020-08-144-5/+83
| | | | | | | | | | | | | | | | | | | | | | | | Integrating that in our CI is currently a bit hard, so disable it for now, if GStreamer isn't found. Just make sure to build against GStreamer for call support!
| * | | Bump flatpak dependencyNicolas Werner2020-08-112-5/+5
| | | |
| * | | Add audio input device selectortrilene2020-08-0510-22/+231
| | | |
| * | | Conditionally compile against upcoming GStreamer releasetrilene2020-08-021-2/+34
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into voiptrilene2020-08-015-12/+1661
| |\ \ \ | |/ / / |/| | |
* | | | Added translation using Weblate (Sinhala)HelaBasa2020-07-301-0/+1604
| | | |
* | | | Merge pull request #247 from not-chicken/centerDateDeepBlueV7.X2020-07-191-0/+1
|\ \ \ \ | | | | | | | | | | Make dataBubble's text vertically aligned to vertical center
| * | | | Make dateBubble's text vertically aligned to vertical centerLorem2020-07-191-0/+1
|/ / / /
* | | | Warn before kicking,banning,inviting,etcNicolas Werner2020-07-163-12/+56
| | | |
| * | | Tweak AcceptCall dialogtrilene2020-08-011-2/+2
| | | |
| * | | Reset TLVM initial sync flag on logouttrilene2020-08-011-0/+4
| | | |
| * | | clang-formattrilene2020-08-0113-870/+936
| | | |
| * | | Improve TURN server retrievaltrilene2020-07-303-3/+17
| | | |
| * | | Fix error messagetrilene2020-07-301-1/+1
| | | |
| * | | Remove references to video callstrilene2020-07-296-30/+21
| | | |
| * | | Handle ICE failuretrilene2020-07-267-67/+125
| | | |
| * | | Improve debug messagestrilene2020-07-253-33/+54
| | | |
| * | | Acknowledge source of ringtonestrilene2020-07-244-0/+5
| | | |
| * | | Specify call type on timelinetrilene2020-07-246-3/+35
| | | |
| * | | Cancel sent CallInvite if no response within expirytrilene2020-07-231-1/+8
| | | |
| * | | Fix QLayout warningtrilene2020-07-231-1/+1
| | | |
| * | | Send ICE candidates gathered after timeouttrilene2020-07-233-2/+17
| | | |
| * | | Confirm logout/quit if active call in progresstrilene2020-07-231-2/+21
| | | |
| * | | Tweak ActiveCallBartrilene2020-07-231-3/+2
| | | |
| * | | Polish voice call UItrilene2020-07-2218-146/+348
| | | |
| * | | Update mtxclient referencetrilene2020-07-201-1/+1
| | | |
| * | | Add comment wrt TURN server credentialstrilene2020-07-161-1/+3
| | | |
| * | | Case-insensitive sdp searchtrilene2020-07-161-20/+37
| | | |
| * | | Handle preemptive CallAnswer from fellow devicetrilene2020-07-161-0/+12
| | | |
| * | | Hide incoming CallCandidates in encrypted roomstrilene2020-07-141-0/+9
| | | |
| * | | Remove commentstrilene2020-07-131-2/+0
| | | |
| * | | Handle preemptive CallHangUptrilene2020-07-131-1/+3
| | | |
| * | | Hide CallCandidates events from the timelinetrilene2020-07-131-1/+2
| | | |
| * | | Centre PlaceCall dialogtrilene2020-07-131-1/+2
| | | |
| * | | Fix percent-encoding of TURN server URItrilene2020-07-132-11/+11
| | | |
| * | | Merge remote-tracking branch 'upstream/master' into voiptrilene2020-07-1015-124/+175
| |\ \ \ | |/ / / |/| | |
* | | | Fix autolinking breaking on single quotes in href attributeNicolas Werner2020-07-091-3/+3
| | | | | | | | | | | | | | | | Fixes #234
* | | | Open url using QDesktopServices from QmlNicolas Werner2020-07-093-1/+10
| | | | | | | | | | | | | | | | | | | | This fixes some weirdness on some platforms, where Qt.openUrlExternally does weird stuff.
| * | | Support voice callstrilene2020-07-1033-99/+1653
| | | |
| | | * Change the tag for mtxclientCH Chethan Reddy2020-08-302-2/+2
| | | |
| | | * Change ReactionRealtesTo to RelatesToCH Chethan Reddy2020-08-302-2/+2
| | | |
| | | * Small FixesCH Chethan Reddy2020-08-295-9/+27
| | | |
| | | * Verify signatures and find trusted devicesCH Chethan Reddy2020-08-251-64/+117
| | | |
| | | * Cache FixCH Chethan Reddy2020-08-246-87/+181
| | | |
| | | * [WIP] Room Verification Works!CH Chethan Reddy2020-08-189-89/+114
| | | |
| | | * [WIP] Room-Verification MessagesCH Chethan Reddy2020-08-0915-493/+401
| | | |
| | | * Add Room Verification MessagesCH Chethan Reddy2020-07-309-49/+245
| | | |
| | | * Adding Room Key Verification StuffCH Chethan Reddy2020-07-3014-360/+786
| | | |
| | | * Updating keys of outdated encrypted usersCH Chethan Reddy2020-07-307-32/+89
| | | |
| | | * Adding icons to UserProfileCH Chethan Reddy2020-07-309-80/+163
| | | |
| | | * Refactor UserProfileNicolas Werner2020-07-3014-800/+383
| | | |
| | | * Some issue with UserProfileCH Chethan Reddy2020-07-3010-115/+154
| | | |
| | | * [WIP] Add Caching for usersCH Chethan Reddy2020-07-308-60/+283
| | | |
| | | * Error Handling and some fixesCH Chethan Reddy2020-07-305-96/+138
| | | |
| | | * Add some Userprofile buttonsCH Chethan Reddy2020-07-305-47/+146
| | | |
| | | * Fix the Weird auto-confirmation and cancellationCH Chethan Reddy2020-07-302-2/+1
| | | |
| | | * Some more fixesCH Chethan Reddy2020-07-303-15/+28
| | | |
| | | * Fix presence indicatorNicolas Werner2020-07-3016-56/+76
| | | |
| | | * Some more changesCH Chethan Reddy2020-07-305-63/+193
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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