Nicolas Werner
f23fd5f822
Fix a few embarrassing bugs with device list updates
3 years ago
Nicolas Werner
9540d704e0
Show previews for space rooms
3 years ago
Nicolas Werner
ecd57df6e2
Explicitly state that online keybackup is unsupported rn
3 years ago
Nicolas Werner
9f30a30e53
Update E2EE note
3 years ago
Nicolas Werner
f6f5d2615a
Make emoji picker follow theme
3 years ago
Nicolas Werner
683a24d2aa
Fix community sidebar toggle
3 years ago
Nicolas Werner
d2ba0b6603
Update translations
3 years ago
Nicolas Werner
5b016cbc68
Remove dead code to calculate last message
3 years ago
Nicolas Werner
568ec845da
Fix mouse cursor on reply delegates
3 years ago
DeepBlueV7.X
25461b20eb
Merge pull request #626 from Nheko-Reborn/curl
...
Use coeurl for networking
3 years ago
Nicolas Werner
bebe330035
Install libevent dev dependency for appimage
3 years ago
Nicolas Werner
66e69d7f2b
Ignore return value of write() in signal handler
3 years ago
Nicolas Werner
e5776f7177
Add libevent in flatpak
3 years ago
Nicolas Werner
9f7064676c
Get rid of boost dependency for stacktraces
3 years ago
Nicolas Werner
a2c4d0875c
Update mtxclient and add coeurl to flatpak
3 years ago
Nicolas Werner
94e21ea2ea
Add curl deps to CI
3 years ago
Nicolas Werner
590395a08b
Fix too many newlines in reply fallback
3 years ago
Nicolas Werner
2c307a4dee
Fix error message for /sync
3 years ago
Nicolas Werner
00f251753e
Use coeurl for networking
...
Something is still wrong on shutdown, need to debug that.
And CI will fail.
3 years ago
Nicolas Werner
78c69a8f7b
Fix tags going missing if you join communities
3 years ago
DeepBlueV7.X
fddc558b23
Merge pull request #624 from Cadair/inline_img_single_quote
...
Add another regex to match inline img tags using single quotes
3 years ago
Nicolas Werner
7fdd00a5c1
Try to fix appveyor
3 years ago
Stuart Mumford
7fab2925b4
Apply suggestions from code review
3 years ago
Stuart Mumford
9194b87bdc
Update src/timeline/TimelineModel.cpp
3 years ago
Stuart Mumford
d60ea38cb8
Add another regex to match inline img tags using single quotes
...
Signed-off-by: Stuart Mumford <stuart@cadair.com>
3 years ago
DeepBlueV7.X
36f0e04439
Merge pull request #610 from Nheko-Reborn/spaces
...
Show some spaces in the community sidebar
3 years ago
Nicolas Werner
4a5414975d
fix sort by unread not getting persisted
3 years ago
Nicolas Werner
ee44effdbd
Fix clicking links in mobile mode
...
fixes #617
3 years ago
Nicolas Werner
6a807894b4
Increase contrast of dark theme secondary colors slightly
3 years ago
Nicolas Werner
760406f218
Don't use a thin font in the room list
3 years ago
Nicolas Werner
f8dfc72625
Fix spaces showing up with world filter
3 years ago
Nicolas Werner
d30446a8b3
Don't spam key requests directly after startup
3 years ago
Nicolas Werner
eb6baf619a
Fix missing back button on spaces page in narrow mode as well as topic not resizing properly
3 years ago
Nicolas Werner
847e52a6af
Fix null warning for space avatars
3 years ago
Nicolas Werner
884fb74d2d
Add a basic 'Space page'
3 years ago
Nicolas Werner
c69d2ef648
Fix off by 1 in previousRoom condition
3 years ago
Nicolas Werner
e6edb1daa3
Hide last message on spaces
3 years ago
Nicolas Werner
f349b0cce0
Hide spaces by default, unless they are in the current space filter
3 years ago
Nicolas Werner
0ec7be3090
Fix hiding rooms from a space
3 years ago
Nicolas Werner
71129d4edc
Update mtxclient for spaces
3 years ago
Nicolas Werner
6bfa6c4c79
Allow filtering by space
3 years ago
Nicolas Werner
6a7d28d1b5
update SingleApplication
3 years ago
Nicolas Werner
12ce7686ce
Show some spaces in the community sidebar
3 years ago
DeepBlueV7.X
57a9a1d0e1
Merge pull request #611 from balsoft/allow-edits-of-pending-messages
...
Allow editing unsent messages
3 years ago
Alexander Bantyev
358a39e6d2
fixup! Allow editing unsent messages
3 years ago
Alexander Bantyev
42bf8799ee
fixup! Allow editing unsent messages
3 years ago
DeepBlueV7.X
0f48b274c9
Merge pull request #614 from sfc-bhshipman/avatar_event_support
...
add avatar changed event support issue #550
3 years ago
BShipman
d3c0392def
add avatar changed event support issue #550
3 years ago
Alexander Bantyev
f8d2564e46
fixup! Allow editing unsent messages
3 years ago
Alexander Bantyev
9f798e76ed
Allow editing unsent messages
...
As of 0db4d71ec2
(Prevent edits of
unsent messages), messages that are edits of (or replies to) unsent
messages were not allowed. This change was made because otherwise
the edits were discarded due to use of txnid rather than mxid in the
"m.relates_to" object. Remove this restriction and fix the issue by
replacing txnid with mxid in all related events when the message is
sent (and we obtain mxid from the server).
3 years ago