Commit Graph

80 Commits

Author SHA1 Message Date
Nicolas Werner 11fa4821aa
Support rendering policy rules 2022-07-09 15:36:28 +02:00
Nicolas Werner 931855441a
Allow editing aliases 2022-07-08 17:28:28 +02:00
Nicolas Werner 5772447874
Require matrix v1.1 or greater 2022-06-25 16:16:54 +02:00
Nicolas Werner 07228d336a
Support the knock_restricted rule 2022-06-18 00:17:24 +02:00
Nicolas Werner 8cdfbf9391
Get rid of 'using json = nlohmann::json' 2022-06-17 22:03:54 +02:00
Nicolas Werner b0c353c550
Remove remaining groups code 2022-06-17 19:51:08 +02:00
Nicolas Werner ef941920ea
Fix compilation without implicit nlohmann conversions 2022-06-17 03:14:48 +02:00
Nicolas Werner 6e1fec1e63
Update hidden read receipts MSC 2022-06-14 00:35:28 +02:00
Nicolas Werner 461ae93ce8
Guard against servers sending null in the unused fallback keys property 2022-05-15 12:04:00 +02:00
Nicolas Werner 8043a8fa17
Fix shadowing warning 2022-05-14 02:49:52 +02:00
Nicolas Werner 0a65019242
Add support for fallback keys 2022-05-14 01:42:56 +02:00
Nicolas Werner 5679ecc0ef
Add KImageFormats
fixes #1070
2022-05-07 23:12:17 +02:00
Nicolas Werner a02da356ba Make Nheko discoverable using appdata 2022-04-18 20:10:10 +02:00
Nicolas Werner 557e60990d Make sender_key in key requests optional 2022-04-08 05:30:05 +02:00
Nicolas Werner 5dbbf3db4c Fix sending sender_key in key requests 2022-04-08 05:27:29 +02:00
Nicolas Werner 864b4b2646 Fix SSSS if another client used the wrong base64 format 2022-04-08 05:11:24 +02:00
Nicolas Werner f316dbed43 Fix a few issues with receiving to_device messages in initial sync 2022-04-08 03:24:10 +02:00
Nicolas Werner 8d459dbddc
Update mtxclient 2022-03-30 23:59:46 +02:00
Nicolas Werner 6d1416fb6e
Add backend for new room creation dialogs 2022-03-29 20:51:18 +02:00
Nicolas Werner 6b57036e1b
Update gstreamer in flatpak to 1.20 2022-03-14 02:30:28 +01:00
Nicolas Werner 6d03bf1a4e
Remove unused asio flag 2022-03-09 23:55:13 +01:00
Nicolas Werner b9c16557bf
Release 0.9.2 2022-03-09 22:24:08 +01:00
Nicolas Werner ac1d678254
Fix server switching to https after bootstrap
fixes #878
2022-03-07 05:27:06 +01:00
Nicolas Werner 9482ac4e7a
Allow explicit selection of SSO method
fixes #975
2022-03-06 19:51:17 +01:00
Nicolas Werner 64773898e7
Bump mtxclient 2022-02-25 18:20:37 +01:00
Nicolas Werner 92c0b34436
Merge branch 'v0.9.1-fixes' 2022-02-24 04:57:54 +01:00
Nicolas Werner 311e1dc9b7
Rebuild against newer mtxclient 2022-02-24 03:25:30 +01:00
Nicolas Werner 377d85ca43
Bump mtxclient version 2022-02-22 17:41:28 +01:00
Guillaume Girol 9cb5f317c6 update mtxclient 2022-02-21 20:39:50 +01:00
Nicolas Werner e109613e42
Switch to newer flatpak runtime
Apparently the bug https://bugreports.qt.io/browse/QTBUG-99545 shouldn't
happen in the runtime anymore.
2022-02-12 20:15:54 +01:00
Nicolas Werner 47b822604d
Hidden events: Refactor slightly for reusability 2022-02-12 19:48:53 +01:00
Nicolas Werner dfb8f9a160
Fix application name on Wayland in flatpak
fixes #903
2022-02-09 23:46:49 +01:00
Nicolas Werner 1dacf327e1 Fix avatar url conversion for widgets 2022-02-04 23:33:00 +01:00
Nicolas Werner 7b00411dc4 Show widgets as links 2022-02-04 20:48:14 +01:00
Nicolas Werner 112426e30b Fetch previews for space children using /hierarchy 2022-02-02 19:03:01 +01:00
Nicolas Werner 6a3d55b47f
Bump mtxclient 2022-01-28 15:42:00 +01:00
Nicolas Werner f3e1941612
Add clazy to CI 2021-12-29 00:17:37 +01:00
tastytea 3e8734dbd5
Add man page (#851)
This adds a man page which lists command line options, key bindings and
commands. A new CMake option `MAN` is added, enabled by default on
`UNIX` but not `APPLE`.

The man pages are generated with either `a2x` (from asciidoc) or
`asciidoctor`. If both are not found, a fatal error is signaled.
2021-12-22 21:34:07 +00:00
Nicolas Werner e907372f21
Bump dep versions 2021-12-19 23:32:37 +01:00
Nicolas Werner 36b743c5b9
Bump mtxclient dependency 2021-12-11 06:22:34 +01:00
Nicolas Werner eb6320862e
Use old flatpak runtime to prevent crashes on arm 2021-11-27 02:15:14 +01:00
Nicolas Werner bf68aa28d8
Fix loading on Gnome when in flatpak
See https://gitlab.gnome.org/GNOME/libsecret/-/issues/49

fixes #816
2021-11-24 04:53:12 +01:00
Nicolas Werner 4dc5b647c6
Pretty error printing 2021-11-21 06:10:24 +01:00
Nicolas Werner c0b2e8f9b7
Fix jdenticon plugin not loading 2021-11-19 02:50:20 +01:00
Joseph Donofry 1eb2814fe0 Jdenticon update 2021-11-18 18:15:24 -05:00
Nicolas Werner eb3ff097d5
Update bundled deps 2021-11-18 00:12:38 +01:00
Nicolas Werner 7bb413c5c1
Add qt-jdention to flatpak 2021-11-15 01:53:38 +01:00
Nicolas Werner d11fcb0ff6
Fix parsing some exotic image packs 2021-11-09 20:22:02 +01:00
Nicolas Werner b3ff70fee9
Fix bootstrap after registration 2021-11-08 17:01:22 +01:00
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
2021-11-03 18:39:51 +01:00