Konstantinos Sideris
3a917f7f12
Use a brighter color for button text ( #355 )
6 years ago
Konstantinos Sideris
21185a44e7
Properly reset the autocomplete anchor when the popup closes
...
fixes #305
6 years ago
Konstantinos Sideris
fde066e236
Use MainWindow instead of QApplication::activeWindow to reference the main window
...
The latter will not always return a valid pointer.
fixes #363
6 years ago
Konstantinos Sideris
31d09dbd68
De-duplicate the m.room.encryption event
6 years ago
Konstantinos Sideris
a9f02128a2
Use the http link for video messages
...
Add method to convert matrix content URIs to http links
6 years ago
Konstantinos Sideris
33490eddab
Remove the v2 namespace from the http client
6 years ago
Konstantinos Sideris
e6b45263bc
User reverse iterator instead of while loop
6 years ago
Konstantinos Sideris
4059f17e15
Add the -v / --version option, which displays the version string of the application.
6 years ago
Konstantinos Sideris
243cd14b2e
Update issue template
6 years ago
Konstantinos Sideris
9e77f0e407
Bump version to 0.5.0
6 years ago
Konstantinos Sideris
c4613b210e
Fix Windows build
6 years ago
Konstantinos Sideris
888700743a
Remove the FindOlm.cmake script for the Windows build
6 years ago
Konstantinos Sideris
73dbd3c8dd
Re-enable groups
6 years ago
Konstantinos Sideris
4f41c0df4d
Properly display the bottom border on the TopRoomBar
6 years ago
Vitaly Zaitsev
824563e38a
Added FindOlm.cmake script from mtxclient to find generic libolm packaged without cmake support. ( #370 )
...
Signed-off-by: Vitaly Zaitsev <vitaly@easycoding.org>
6 years ago
Konstantinos Sideris
363e3735f1
Allow close events from the session manager ( #353 )
6 years ago
Max Sandholm
80ebe3f29d
Working D-Bus desktop notifications ( #361 )
...
* Working D-Bus desktop notifications
* Remove return type on constructor
* Fix the Windows placeholder class
* Fix wrong variable name
* Fix windows and macOS versions of notificationsmanager
6 years ago
Konstantinos Sideris
e7f30b57e8
Use QSharedPointer::data to be compatible with Qt < 5.11
6 years ago
Konstantinos Sideris
6f07ab433e
Send image dimensions in m.image event
...
fixes #215
6 years ago
Johannes Walcher
cfaecaab17
Limit -Wshadow to non-gcc ( #368 )
6 years ago
Konstantinos Sideris
1312c139cc
Don't pre-load messages from caches
...
Requires backfilling which is not implemented.
fixes #365
6 years ago
Konstantinos Sideris
172d111d1c
Add -Wshadow
6 years ago
Konstantinos Sideris
6d474b77f1
Fix variable shadowing that caused the key response to be null
6 years ago
Konstantinos Sideris
278eccc040
Add context menu action to request encryption keys
6 years ago
Konstantinos Sideris
9a0e18dea7
Add a timeline message when encryption is enabled
6 years ago
Konstantinos Sideris
67458dd2f8
Mark all decrypted messages with a padlock
...
fixes #351
6 years ago
Konstantinos Sideris
ec63a4fbf7
Mark third-party headers as system
6 years ago
Konstantinos Sideris
3bc8d791fb
Don't download dependencies during build
...
fixes #346
6 years ago
Konstantinos Sideris
6c5309d9eb
Fix regressions regarding UI resizing
...
The room list would be hidden only through window resizing.
6 years ago
Konstantinos Sideris
a8e82ba284
Add build target for doxygen
...
Includes documentation & dependency/call graphs
6 years ago
Konstantinos Sideris
4073d61045
Add shortcuts for chat-only & Room List-only views
...
Ctrl-O -> Chat
Ctrl-L -> Room list
6 years ago
Konstantinos Sideris
ccc6cd8dab
Mark encrypted messages with a lock icon
6 years ago
Konstantinos Sideris
95ce2ef920
Implement dekstop notifications on Windows ( #290 )
6 years ago
Konstantinos Sideris
765ff5dcb5
Fix crash on Windows with out_of_range exception & update docs
6 years ago
Konstantinos Sideris
5b5d35fd1f
Add basic support for replies ( #292 )
6 years ago
Konstantinos Sideris
d56446ce97
Allow arbitrary resizing of the main window & restore sidebar's size
...
fixes #160
fixes #163
fixes #187
fixes #127
6 years ago
Konstantinos Sideris
4344b6964f
Save timeline messages in cache for faster startup times
6 years ago
Konstantinos Sideris
1d6746e4c9
Upgrade matrix-structs & mtxclient
6 years ago
Luca Beltrame
651ac95719
State that encrypted attachments aren't supported ( #352 )
...
As nheko does not support yet sending encrypted attachments (see issue #348 ) explicitly indicate so in the README.
7 years ago
Konstantinos Sideris
9802ea8809
Send one claim request per user that includes all devices
...
Add missing megolm algorithm field that was causing
the "unknown algorithm" error.
7 years ago
Konstantinos Sideris
794b9ceb1b
Add entry for GCC5 on Travis-CI
7 years ago
Konstantinos Sideris
cb21433dc8
Allow copying the version info in the settings page
7 years ago
Konstantinos Sideris
2749afbb91
Fix the appimage generation
7 years ago
Konstantinos Sideris
a72eca339f
Immediately shutdown the http client on exit
7 years ago
Cameron Conn
7051d8025f
Build mtxclient with Bundled Boost ( #350 )
...
* Build mtxclient with bundled Boost if requested.
This commit ensures that mtxclient is built with the bundled version of
Boost instead of a possibly-outdated system version when using
USE_BUNDLED_BOOST. This resolves issue mujx/nheko#338 .
7 years ago
Marcin Mikołajczak
1a3a9c836c
i18n: Add Polish translation ( #349 )
...
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
7 years ago
Konstantinos Sideris
74396e9aba
Verify signature of identity keys before sharing the megolm session
...
Ignore devices that fail the verification.
7 years ago
Konstantinos Sideris
961c880d55
Handle olm & lmdb exceptions during message decryption
...
fixes #345
7 years ago
Konstantinos Sideris
7ecabcd614
Mark encrypted rooms when processing room state
7 years ago
Konstantinos Sideris
604cdcec8a
Save the olm account after we create new one-time keys
...
Otherwise after a restart the old account will be loaded and we
won't be able to decrypt messages from devices using the new one-time keys.
Also new one-time key upload requests will fail due to conflicts with
the existing keys with the same keyid.
7 years ago