Commit Graph

4440 Commits

Author SHA1 Message Date
r0hit05 4c8ce911bd Fixed formatting 2022-07-15 17:44:53 +05:30
r0hit05 a31cb9cc82 Changed mtxclient commit id for CI 2022-07-15 17:21:53 +05:30
r0hit05 a7bfaa4ef6 Updated call struct definitions 2022-07-15 17:20:05 +05:30
r0hit05 6663e5683d Updated call event namespaces to voip 2022-07-15 17:20:05 +05:30
Weblate aaa078a520 Translated using Weblate (French)
Currently translated at 86.9% (671 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-12 06:03:58 -04:00
Nicolas Werner 9056ca8615
Use normal instead of recursive mutex 2022-07-11 16:52:05 +02:00
Nicolas Werner eeaf16e442
Fix race condition in dbus API 2022-07-11 15:14:30 +02:00
Nicolas Werner d5b06939fd
Fix aliases being duplicated in the aliases list in some cases 2022-07-11 14:23:12 +02:00
Nicolas Werner ac0de5779e
Fix command in flatpak 2022-07-10 16:49:03 +02:00
Nicolas Werner 3b9da48671
Set output name after the variable is defined 2022-07-10 16:39:13 +02:00
Nicolas Werner b654064cd9
Fix output name for flatpak 2022-07-10 16:22:18 +02:00
Nicolas Werner 6ead7b0ba2
Fix rooms failing to load over dbus if image can't be downloaded 2022-07-10 15:25:41 +02:00
Nicolas Werner af03138527
Try to fix titlebar on room dir 2022-07-09 16:05:18 +02:00
Nicolas Werner 11fa4821aa
Support rendering policy rules 2022-07-09 15:36:28 +02:00
Weblate 14c7e82846 Translated using Weblate (French)
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 06:38:04 -04:00
Nicolas Werner b516202a8c
Fix clazy warning 2022-07-09 00:42:44 +02:00
Nicolas Werner 931855441a
Allow editing aliases 2022-07-08 17:28:28 +02:00
Nicolas Werner 42b53817e0
Fix users with @room in the name pinging the whole room when replied to 2022-07-05 12:57:17 +02:00
Nicolas Werner f099ec63d1
Warn about emojis looking different in different clients
fixes #919
2022-07-03 03:46:47 +02:00
Nicolas Werner f387e3b033
Fix emoji verification clipped on sway
fixes #917
2022-07-03 03:39:10 +02:00
Nicolas Werner 678806749d
Add a /command to redact all visible messages sent by a user 2022-07-01 10:24:12 +02:00
Nicolas Werner 7198cee85e
Fix crash on empty user cache stored 2022-07-01 09:14:17 +02:00
Nicolas Werner 7ebf43ce38
Fix crash when closing room directory window 2022-07-01 00:41:50 +02:00
DeepBlueV7.X 5bb0c676bd
Merge pull request #1111 from q234rty/master
Fix regressions after #1108
2022-06-30 16:29:28 +00:00
Weblate 91f1c00eba Translated using Weblate (Chinese (Simplified))
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 02:59:20 -04:00
q234rty fd87dc615c
Fix emoji picker 2022-06-30 11:39:19 +08:00
q234rty bda88a0379
Fix room member list 2022-06-30 11:38:22 +08:00
Nicolas Werner b6bbbdeae7
Fix bad timestamps being stored for room infos 2022-06-28 23:18:36 +02:00
q234rty 7a29531739
Fix blurriness of svg icons (#1108) 2022-06-28 12:14:23 +00:00
Nicolas Werner 3256d9bafe
Fix clazy complaint about detatch 2022-06-28 13:33:46 +02:00
brausepulver 98de51042a
Get large avatar images as scale and crop locally (#1107)
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 18:32:43 +00:00
Weblate e16d297d0c Translated using Weblate (Finnish)
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 09:15:42 -04:00
Nicolas Werner 1145610694
Fix timestamps after loading 2022-06-26 01:48:16 +02:00
Nicolas Werner dc4a06517c
Add an option to define new power levels 2022-06-26 00:09:00 +02:00
Nicolas Werner c25aeac4ca
Fix linting 2022-06-25 18:07:55 +02:00
Nicolas Werner 5772447874
Require matrix v1.1 or greater 2022-06-25 16:16:54 +02:00
Nicolas Werner 6e97f3da06
Refresh last message when paginating backwards 2022-06-25 14:05:52 +02:00
Nicolas Werner dc4fbd167e
Fix linting 2022-06-24 01:55:32 +02:00
brausepulver 09c646d3fa
Add copy link to room context menu (#1101) 2022-06-23 23:44:50 +00:00
DeepBlueV7.X f189fbc98d
Merge pull request #1106 from jevolk/master
Fix multiple weak symbols from private object destructor (-Wstringop-…
2022-06-23 22:19:45 +00:00
Jason Volk a7ee6e96ba Fix multiple weak symbols from private object destructor (-Wstringop-overflow). 2022-06-23 12:48:44 -07:00
Weblate 723a06d44a Translated using Weblate (Estonian)
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-21 02:19:46 -04:00
Weblate 83c434ec85 Translated using Weblate (Finnish)
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-20 03:12:42 -04:00
Weblate 5aef5fdd76 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)

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 12:14:36 -04:00
Nicolas Werner ead10cd0fd
Request full online keybackup when turning it on 2022-06-19 16:37:00 +02:00
Weblate 2b5b6ca551 Translated using Weblate (English)
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 14:11:18 -04:00
Weblate 9e0d317d58 Translated using Weblate (Finnish)
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 14:11:18 -04:00
Weblate 5c05d2090f Translated using Weblate (German)
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 14:11:18 -04:00
Weblate 460f6fe6ff 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)

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 14:11:18 -04:00
Nicolas Werner 35ff02ce48
Remove a few more headers 2022-06-18 02:31:01 +02:00