Nicolas Werner
|
a13f492e7d
|
Make clang-format <13 and clang-format >=13 behave the same
I think old clang-format is just buggy in those cases, so we should
reenable those blocks, once everyone has 13 or up.
|
3 years ago |
Nicolas Werner
|
70592911a1
|
Return nullopt for state events in rooms we are not in
|
3 years ago |
Nicolas Werner
|
e7d4aec6ec
|
Only mark as direct, if invite was direct
|
3 years ago |
Nicolas Werner
|
3d92e8ae60
|
Mark rooms as direct chats
Either by accepting an invite or manually using /converttodm and revert
with /converttoroom.
|
3 years ago |
Nicolas Werner
|
4dc5b647c6
|
Pretty error printing
|
3 years ago |
Nicolas Werner
|
5ef3250994
|
Add a filter for direct chats
fixes #317
|
3 years ago |
Nicolas Werner
|
34a1b6267b
|
Make user colors a bit more vibrant
|
3 years ago |
Nicolas Werner
|
b439e1fa41
|
Preliminary gstreamer 1.20 compatibility
The transceiver was made private in
https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/2241
The direction property was added here:
28b0be4036
|
3 years ago |
Nicolas Werner
|
57fb0d79f9
|
Fix colors and alignment in dialogs
|
3 years ago |
Loren Burkholder
|
8830ce25d1
|
Don't add a user twice
|
3 years ago |
Loren Burkholder
|
b1c1274d96
|
Allow removing users from the invite dialog
|
3 years ago |
Loren Burkholder
|
f3aeb4b044
|
Switch icon theme to Fluent icons
|
3 years ago |
Nicolas Werner
|
61d2d1c665
|
Support exif rotation on received videos
fixes #674
|
3 years ago |
Nicolas Werner
|
715e2244b4
|
Cleanup qt-jdenticon loading
|
3 years ago |
Nicolas Werner
|
0a6ac211f1
|
Fix being dropped into an empty room after a join
|
3 years ago |
Nicolas Werner
|
d26fe37010
|
Disallow displaynames with only spaces or control characters
|
3 years ago |
Nicolas Werner
|
38e3498978
|
Prevent edits from removing quotes at the beginning of a message
|
3 years ago |
Nicolas Werner
|
b0530089ab
|
Fix some colors switched to yellow by accident
|
3 years ago |
Nicolas Werner
|
d6f4f3a647
|
Fix secrets status not shown after startup
|
3 years ago |
Nicolas Werner
|
a99eff7c0c
|
Fix SSO login showing password prompt
|
3 years ago |
Nicolas Werner
|
f9362c75cf
|
Fix no replies being rendered for edits sent from Element in encrypted rooms
|
3 years ago |
Nicolas Werner
|
d11fcb0ff6
|
Fix parsing some exotic image packs
|
3 years ago |
Nicolas Werner
|
c4c13a1da9
|
Fix redaction of edited messages
|
3 years ago |
Nicolas Werner
|
ff560a09f5
|
Improve fetching of device keys after login
|
3 years ago |
Nicolas Werner
|
809be93e20
|
Fix self verification status never updating
|
3 years ago |
Nicolas Werner
|
7de24a4271
|
Don't try to load verification status before db is ready
|
3 years ago |
Nicolas Werner
|
5ca1fb18bb
|
Move away from using an event loop to access secrets
Fixes messages in room flickering and being stuck
fixes #760
relates to #770
relates to #789
|
3 years ago |
Nicolas Werner
|
d112d6b11f
|
Fix crash when clearing empty timeline
|
3 years ago |
Nicolas Werner
|
410ec00848
|
Fix crash in debug code for matrix uri handler
fixes #776
fixes #590
|
3 years ago |
Joseph Donofry
|
4bd0ec8939
|
Fix syntax issue
|
3 years ago |
Joseph Donofry
|
8e433a7ed2
|
PlayableMediaMessage fixes on macOS
|
3 years ago |
Nicolas Werner
|
373e124bf7
|
Fix translation nits
|
3 years ago |
Nicolas Werner
|
e1b9a0c619
|
Update translations
|
3 years ago |
Nicolas Werner
|
1a163f49e2
|
Fix unjoinable invites on mobile as well as unclickable previews
|
3 years ago |
Nicolas Werner
|
211fd9d76c
|
Fix registration on matrix.org
This was a bit of a journey:
https://github.com/matrix-org/matrix-doc/pull/3471
But it should work now and we now use the UIAHandler everywhere.
fixes #670
|
3 years ago |
Joe Donofry
|
e3002f7993
|
Fix macOS m.image notif crash
|
3 years ago |
Joseph Donofry
|
912df2920e
|
Update macOS notifications to use UserNotifications framework
|
3 years ago |
Nicolas Werner
|
ae121f6021
|
Clear @room warning after sending message
fixes #751
|
3 years ago |
Nicolas Werner
|
12832b3c64
|
Fix loading spinner when switching to a fully loaded room
fixes #754
|
3 years ago |
Nicolas Werner
|
8beeba8e48
|
Fix hidden spaces hiding themselves
fixes #745
|
3 years ago |
Nicolas Werner
|
417cc07172
|
Fix crash on logout
|
3 years ago |
Nicolas Werner
|
2aabe9dcac
|
Prompt user when there are unverified devices
|
3 years ago |
Nicolas Werner
|
5688b2647e
|
Add self verification after login
|
3 years ago |
Thulinma
|
662cb573e1
|
Allow changing device names, display last seen time and IP
|
3 years ago |
Nicolas Werner
|
2902bbb7e7
|
Fix calculating hidden space children
|
3 years ago |
Nicolas Werner
|
2981f71d22
|
lint using clang11
|
3 years ago |
Nicolas Werner
|
6793bdf3fd
|
lint
|
3 years ago |
Nicolas Werner
|
147dc9d4da
|
Use allow list for URI schemes
|
3 years ago |
Nicolas Werner
|
a5030bdd4d
|
move device verification management to its own file
|
3 years ago |
Nicolas Werner
|
550c80525a
|
Move voip and encryption stuff into their own directories
|
3 years ago |