Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-07-11 | Use normal instead of recursive mutex | Nicolas Werner | 1 | -3/+2 | |
2022-07-11 | Fix race condition in dbus API | Nicolas Werner | 1 | -11/+38 | |
2022-07-11 | Fix aliases being duplicated in the aliases list in some cases | Nicolas Werner | 1 | -7/+7 | |
2022-07-10 | Fix command in flatpak | Nicolas Werner | 1 | -1/+1 | |
2022-07-10 | Set output name after the variable is defined | Nicolas Werner | 1 | -4/+1 | |
2022-07-10 | Fix output name for flatpak | Nicolas Werner | 1 | -0/+4 | |
2022-07-10 | Fix rooms failing to load over dbus if image can't be downloaded | Nicolas Werner | 1 | -1/+3 | |
2022-07-09 | Try to fix titlebar on room dir | Nicolas Werner | 1 | -1/+2 | |
2022-07-09 | Support rendering policy rules | Nicolas Werner | 6 | -2/+126 | |
2022-07-09 | Translated using Weblate (French) | Weblate | 1 | -3/+3 | |
Currently translated at 86.3% (667 of 772 strings) Co-authored-by: Guillaume Girol <symphorien+github@xlumurb.eu> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2022-07-09 | Fix clazy warning | Nicolas Werner | 1 | -2/+2 | |
2022-07-08 | Allow editing aliases | Nicolas Werner | 13 | -9/+643 | |
2022-07-05 | Fix users with @room in the name pinging the whole room when replied to | Nicolas Werner | 1 | -22/+28 | |
2022-07-03 | Warn about emojis looking different in different clients | Nicolas Werner | 1 | -0/+11 | |
fixes #919 | |||||
2022-07-03 | Fix emoji verification clipped on sway | Nicolas Werner | 7 | -593/+560 | |
fixes #917 | |||||
2022-07-01 | Add a /command to redact all visible messages sent by a user | Nicolas Werner | 4 | -0/+31 | |
2022-07-01 | Fix crash on empty user cache stored | Nicolas Werner | 1 | -3/+7 | |
2022-07-01 | Fix crash when closing room directory window | Nicolas Werner | 2 | -5/+4 | |
2022-06-30 | Translated using Weblate (Chinese (Simplified)) | Weblate | 1 | -9/+9 | |
Currently translated at 23.1% (179 of 772 strings) Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko | |||||
2022-06-30 | Fix emoji picker | q234rty | 1 | -5/+6 | |
2022-06-30 | Fix room member list | q234rty | 1 | -4/+6 | |
2022-06-29 | make lint | Loren Burkholder | 1 | -2/+2 | |
2022-06-29 | Simplify space notification options | Loren Burkholder | 4 | -75/+18 | |
2022-06-29 | make license | Loren Burkholder | 1 | -0/+4 | |
2022-06-29 | Allow muting spaces; other general improvements | Loren Burkholder | 5 | -19/+92 | |
2022-06-29 | make lint | Loren Burkholder | 1 | -3/+7 | |
2022-06-29 | Add notifications to all sidebar items | Loren Burkholder | 2 | -10/+45 | |
2022-06-29 | Inform Qt that loud notifications changed | Loren Burkholder | 1 | -1/+1 | |
2022-06-29 | Add space notification configuration | Loren Burkholder | 4 | -7/+92 | |
2022-06-29 | Add space notifs to room list | Loren Burkholder | 1 | -64/+18 | |
2022-06-29 | Make the notification bubble its own component | Loren Burkholder | 3 | -79/+86 | |
2022-06-29 | Add loud notifications for spaces | Loren Burkholder | 6 | -16/+32 | |
2022-06-29 | Add space notifications to room list | Loren Burkholder | 7 | -55/+84 | |
2022-06-29 | Fix typoed variable name | Loren Burkholder | 2 | -10/+10 | |
2022-06-29 | Display unread notifications for spaces | Loren Burkholder | 4 | -18/+118 | |
2022-06-28 | Fix bad timestamps being stored for room infos | Nicolas Werner | 1 | -1/+4 | |
2022-06-28 | Fix blurriness of svg icons (#1108) | q234rty | 3 | -1/+7 | |
2022-06-28 | Fix clazy complaint about detatch | Nicolas Werner | 1 | -1/+1 | |
2022-06-26 | Get large avatar images as scale and crop locally (#1107) | brausepulver | 1 | -7/+29 | |
Resolves #1069 The Matrix spec requires servers to provide thumbnails at (96x96, crop) and (320x240, scale) among others. [1] The avatars in Nheko's global/room profile and room settings are sized 130x130 on normal scaling and 260x260 on 2x scaling like on a HiDPI device. In both cases the avatar is requested as cropped and that way displayed at 96x96, making it look blurry. This can be solved by requesting scaled avatars rather than cropped where appropriate, and cropping to the requested size afterwards. HiDPI can be simulated in Qt by setting QT_SCALE_FACTOR=2. [1] https://spec.matrix.org/v1.3/client-server-api/#thumbnails | |||||
2022-06-26 | Translated using Weblate (Finnish) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-26 | Fix timestamps after loading | Nicolas Werner | 4 | -2/+41 | |
2022-06-26 | Add an option to define new power levels | Nicolas Werner | 3 | -127/+271 | |
2022-06-25 | Fix linting | Nicolas Werner | 1 | -5/+5 | |
2022-06-25 | Require matrix v1.1 or greater | Nicolas Werner | 7 | -44/+95 | |
2022-06-25 | Refresh last message when paginating backwards | Nicolas Werner | 1 | -1/+4 | |
2022-06-24 | Fix linting | Nicolas Werner | 1 | -2/+2 | |
2022-06-23 | Add copy link to room context menu (#1101) | brausepulver | 5 | -12/+43 | |
2022-06-23 | Fix multiple weak symbols from private object destructor (-Wstringop-overflow). | Jason Volk | 1 | -0/+4 | |
2022-06-21 | Translated using Weblate (Estonian) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (772 of 772 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 | |||||
2022-06-20 | Translated using Weblate (Finnish) | Weblate | 1 | -2/+2 | |
Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-19 | Translated using Weblate (Chinese (Simplified)) | Weblate | 1 | -71/+71 | |
Currently translated at 22.9% (177 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 22.9% (177 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 22.9% (177 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 22.9% (177 of 772 strings) Co-authored-by: Nekogawa Mio <mio@lolic.at> Co-authored-by: Reiuji Utsuho <netap495l@gmail.com> Co-authored-by: hulb <hulb@live.cn> Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko | |||||
2022-06-19 | Request full online keybackup when turning it on | Nicolas Werner | 5 | -4/+113 | |
2022-06-18 | Translated using Weblate (English) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/en/ Translation: Nheko/nheko | |||||
2022-06-18 | Translated using Weblate (Finnish) | Weblate | 1 | -3/+3 | |
Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-18 | Translated using Weblate (German) | Weblate | 1 | -1/+1 | |
Currently translated at 84.8% (655 of 772 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
2022-06-18 | Translated using Weblate (Chinese (Simplified)) | Weblate | 1 | -11/+11 | |
Currently translated at 13.7% (106 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 13.7% (106 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 13.7% (106 of 772 strings) Translated using Weblate (Chinese (Simplified)) Currently translated at 13.7% (106 of 772 strings) Co-authored-by: Nekogawa Mio <mio@lolic.at> Co-authored-by: Reiuji Utsuho <netap495l@gmail.com> Co-authored-by: hulb <hulb@live.cn> Co-authored-by: ling <xll520yzl@gmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/zh_Hans/ Translation: Nheko/nheko | |||||
2022-06-18 | Remove a few more headers | Nicolas Werner | 18 | -52/+48 | |
2022-06-18 | Support the knock_restricted rule | Nicolas Werner | 5 | -2/+20 | |
2022-06-18 | Skip migration if sender_key is not a string or present | Nicolas Werner | 1 | -1/+3 | |
2022-06-17 | Added escape handler for uploads (#1100) | Rohit Sutradhar | 1 | -3/+5 | |
* Added escape handler for uploads * Update MessageView.qml Changed if-else conditions to handle only one escape at a time | |||||
2022-06-17 | Get rid of 'using json = nlohmann::json' | Nicolas Werner | 10 | -187/+198 | |
2022-06-17 | Remove remaining groups code | Nicolas Werner | 3 | -6/+2 | |
2022-06-17 | Fix coeurl lookup | Nicolas Werner | 1 | -8/+10 | |
2022-06-17 | Add option to disable implicit json conversions | Nicolas Werner | 2 | -0/+9 | |
2022-06-17 | Fix compilation without implicit nlohmann conversions | Nicolas Werner | 10 | -71/+86 | |
2022-06-17 | Remove redundant alias function | Nicolas Werner | 6 | -58/+37 | |
2022-06-16 | Translated using Weblate (Finnish) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-16 | Simplify includes a bit | Nicolas Werner | 7 | -13/+21 | |
2022-06-16 | Speedup provider compilation | Nicolas Werner | 4 | -8/+5 | |
2022-06-15 | Fix settings groups not being terminated properly on logout | Nicolas Werner | 1 | -0/+4 | |
fixes #1094 | |||||
2022-06-15 | Remove confusing log message | Nicolas Werner | 1 | -4/+0 | |
2022-06-15 | Close image viewer when clicking on the background | Nicolas Werner | 1 | -0/+4 | |
fixes #1088 | |||||
2022-06-15 | Fix failed uploads not removing uploads | Nicolas Werner | 1 | -0/+5 | |
fixes #1098 | |||||
2022-06-15 | Fix pins not refreshing after being loaded | Nicolas Werner | 4 | -4/+15 | |
2022-06-15 | Fix edits not updating in replies | Nicolas Werner | 1 | -1/+16 | |
2022-06-15 | Speedup startup by caching last message timestamp | Nicolas Werner | 5 | -23/+95 | |
The cache is only approximate, i.e. it doesn't skip edits and similar, but this might be good enough? Also no migration right now. Speeds up startup by about 5x on my system. Half the startup time is now loading the powerlevels for each room. We can probably lazily load those too in the future. | |||||
2022-06-14 | Subtle corrections to paste behaviors | SyldraTheCat | 3 | -18/+16 | |
2022-06-14 | Update hidden read receipts MSC | Nicolas Werner | 4 | -11/+25 | |
2022-06-13 | Translated using Weblate (Finnish) | Weblate | 1 | -1/+1 | |
Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-13 | Fix C++20 compatibility | Nicolas Werner | 1 | -1/+1 | |
2022-06-13 | Fix height attribute for emotes | Nicolas Werner | 1 | -1/+1 | |
2022-06-13 | Make cursoring up/down more consistent on some setups | SyldraTheCat | 1 | -2/+2 | |
2022-06-12 | Fix crash on logout (why did that line vanish?!?) | Nicolas Werner | 1 | -0/+1 | |
2022-06-12 | Fix comparison for glare algorithm | Nicolas Werner | 2 | -5/+9 | |
2022-06-12 | Properly handle glare when verifying | Nicolas Werner | 1 | -4/+17 | |
2022-06-12 | Fix crash on some systems because of reuseItems in completer | Nicolas Werner | 1 | -1/+2 | |
2022-06-11 | Make settings menu a bit narrower | Nicolas Werner | 1 | -1/+1 | |
2022-06-11 | Add headers to CMake target | SyldraTheCat | 1 | -98/+95 | |
2022-06-11 | Move dependencies above mtxclient in CMake | SyldraTheCat | 1 | -31/+41 | |
2022-06-10 | Translated using Weblate (French) | Weblate | 1 | -2/+2 | |
Currently translated at 86.0% (664 of 772 strings) Co-authored-by: Glandos <bugs-github@antipoul.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2022-06-10 | Translated using Weblate (Finnish) | Weblate | 1 | -8/+8 | |
Currently translated at 100.0% (772 of 772 strings) Translated using Weblate (Finnish) Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Aminda Suomalainen <suomalainen+git@mikaela.info> Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-09 | Translated using Weblate (Finnish) | Weblate | 1 | -80/+84 | |
Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-09 | Translated using Weblate (French) | Weblate | 1 | -75/+76 | |
Currently translated at 86.0% (664 of 772 strings) Co-authored-by: Eldred HABERT <stuff@eldred.fr> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fr/ Translation: Nheko/nheko | |||||
2022-06-09 | Translated using Weblate (German) | Weblate | 1 | -3/+3 | |
Currently translated at 84.8% (655 of 772 strings) Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/de/ Translation: Nheko/nheko | |||||
2022-06-08 | Translated using Weblate (Finnish) | Weblate | 1 | -22/+25 | |
Currently translated at 91.9% (710 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-08 | Translated using Weblate (Finnish) | Weblate | 1 | -3/+3 | |
Currently translated at 89.3% (690 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-08 | Translated using Weblate (Finnish) | Weblate | 1 | -8/+9 | |
Currently translated at 89.3% (690 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-06 | Mention gnome-keyring useflag on Gentoo | Nicolas Werner | 1 | -0/+3 | |
2022-06-06 | Translated using Weblate (Finnish) | Weblate | 1 | -3/+3 | |
Currently translated at 88.7% (685 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-05 | Translated using Weblate (Finnish) | Weblate | 1 | -18/+18 | |
Currently translated at 88.3% (682 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-06-05 | Add some logging to dock | Nicolas Werner | 1 | -2/+10 | |
2022-06-05 | Unread messages count as an Unity compatible badge (#1085) | d42 | 5 | -0/+116 | |
Co-authored-by: DeepBlueV7.X <nicolas.werner@hotmail.de> | |||||
2022-06-04 | Try to fix flatpak upload | Nicolas Werner | 1 | -1/+1 | |
2022-06-03 | Translated using Weblate (Indonesian) | Weblate | 1 | -120/+123 | |
Currently translated at 100.0% (772 of 772 strings) Co-authored-by: Linerly <linerly@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | |||||
2022-06-02 | Fix editing topic | Nicolas Werner | 1 | -6/+3 | |
2022-06-02 | Indicate if no topic is set | Loren Burkholder | 1 | -1/+6 | |
2022-05-30 | Translated using Weblate (Estonian) | Weblate | 1 | -125/+128 | |
Currently translated at 100.0% (772 of 772 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 | |||||
2022-05-28 | updated the Fedora dependency install script (#1082) | DaKnig | 1 | -3/+1 | |
just use builddep in Fedora | |||||
2022-05-28 | Translated using Weblate (Finnish) | Weblate | 1 | -59/+59 | |
Currently translated at 86.2% (666 of 772 strings) Co-authored-by: Lurkki14 <jussi.kuokkanen@protonmail.com> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/fi/ Translation: Nheko/nheko | |||||
2022-05-28 | Translated using Weblate (Indonesian) | Weblate | 1 | -1/+1 | |
Currently translated at 84.9% (656 of 772 strings) Co-authored-by: Linerly <linerly@protonmail.com> Co-authored-by: Weblate <noreply@weblate.org> Translate-URL: https://weblate.nheko.im/projects/nheko/nheko-master/id/ Translation: Nheko/nheko | |||||
2022-05-27 | Fix unnecessary detatch in for loop | Nicolas Werner | 1 | -8/+8 | |
2022-05-27 | Lots of new PL translations | Nicolas Werner | 27 | -8102/+17952 | |
2022-05-27 |