Mayeul Cantan
702d7e620f
Better handle 32-bit platforms by limitting database size
...
Experimentally, setting the database size to 2GB didn't work.
These values are quite arbitrary, and should probably be settings or
automatically adjusted.
2 years ago
Nicolas Werner
fd6742ec00
Fix crash on empty image packs
2 years ago
Nicolas Werner
761e90891f
Properly figure out entity that is controlled by policy rule
2 years ago
Nicolas Werner
dd11188dff
Fix muting spaces
2 years ago
Nicolas Werner
415f097b9c
Add missing include
2 years ago
Nicolas Werner
7f3095c9d8
Fix subobject initialization
2 years ago
Nicolas Werner
ada20253e7
Fix dm counts after restart
2 years ago
Nicolas Werner
7b33d14277
Make notification count calculation more efficient
2 years ago
Nicolas Werner
f76fd4ca83
WIP
2 years ago
r0hit05
4c8ce911bd
Fixed formatting
2 years ago
r0hit05
a7bfaa4ef6
Updated call struct definitions
2 years ago
r0hit05
6663e5683d
Updated call event namespaces to voip
2 years ago
Nicolas Werner
9056ca8615
Use normal instead of recursive mutex
2 years ago
Nicolas Werner
eeaf16e442
Fix race condition in dbus API
2 years ago
Nicolas Werner
d5b06939fd
Fix aliases being duplicated in the aliases list in some cases
2 years ago
Nicolas Werner
6ead7b0ba2
Fix rooms failing to load over dbus if image can't be downloaded
2 years ago
Nicolas Werner
11fa4821aa
Support rendering policy rules
2 years ago
Nicolas Werner
b516202a8c
Fix clazy warning
2 years ago
Nicolas Werner
931855441a
Allow editing aliases
2 years ago
Nicolas Werner
42b53817e0
Fix users with @room in the name pinging the whole room when replied to
2 years ago
Nicolas Werner
678806749d
Add a /command to redact all visible messages sent by a user
2 years ago
Nicolas Werner
7198cee85e
Fix crash on empty user cache stored
2 years ago
Loren Burkholder
e2e5e4926e
make lint
2 years ago
Loren Burkholder
885a790b1f
Simplify space notification options
2 years ago
Loren Burkholder
7cbde0712f
Allow muting spaces; other general improvements
2 years ago
Loren Burkholder
4428e0e0b8
make lint
2 years ago
Loren Burkholder
7e9646cc25
Add notifications to all sidebar items
2 years ago
Loren Burkholder
f03c506bdf
Inform Qt that loud notifications changed
2 years ago
Loren Burkholder
863eaa1910
Add space notification configuration
2 years ago
Loren Burkholder
e446e3d679
Add loud notifications for spaces
2 years ago
Loren Burkholder
169384f0fa
Add space notifications to room list
2 years ago
Loren Burkholder
e7c24b094f
Fix typoed variable name
2 years ago
Loren Burkholder
2df2046d1d
Display unread notifications for spaces
2 years ago
Nicolas Werner
b6bbbdeae7
Fix bad timestamps being stored for room infos
2 years ago
q234rty
7a29531739
Fix blurriness of svg icons ( #1108 )
2 years ago
Nicolas Werner
3256d9bafe
Fix clazy complaint about detatch
2 years ago
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
2 years ago
Nicolas Werner
1145610694
Fix timestamps after loading
2 years ago
Nicolas Werner
dc4a06517c
Add an option to define new power levels
2 years ago
Nicolas Werner
c25aeac4ca
Fix linting
2 years ago
Nicolas Werner
5772447874
Require matrix v1.1 or greater
2 years ago
Nicolas Werner
6e97f3da06
Refresh last message when paginating backwards
2 years ago
Nicolas Werner
dc4fbd167e
Fix linting
2 years ago
brausepulver
09c646d3fa
Add copy link to room context menu ( #1101 )
2 years ago
Jason Volk
a7ee6e96ba
Fix multiple weak symbols from private object destructor (-Wstringop-overflow).
2 years ago
Nicolas Werner
ead10cd0fd
Request full online keybackup when turning it on
2 years ago
Nicolas Werner
35ff02ce48
Remove a few more headers
2 years ago
Nicolas Werner
07228d336a
Support the knock_restricted rule
2 years ago
Nicolas Werner
b57152a1c9
Skip migration if sender_key is not a string or present
2 years ago
Nicolas Werner
8cdfbf9391
Get rid of 'using json = nlohmann::json'
2 years ago