1
0
Fork 0
forked from Mirrors/gomuks
Commit graph

1453 commits

Author SHA1 Message Date
Tulir Asokan
23f2699909 push: log number of events in push payloads 2025-03-05 22:55:17 +02:00
Tulir Asokan
6e8dd0e591 web/widget/call: update parameters 2025-03-05 02:23:21 +02:00
Tulir Asokan
9a88df0cc1 web/widget: fix sendEvent not returning event ID properly 2025-03-05 02:10:29 +02:00
Tulir Asokan
3ef311d9d6 web/widget/call: use real homeserver base URL 2025-03-04 23:06:45 +02:00
Tulir Asokan
508355f2bf web/widgets: add initial support 2025-03-04 22:54:20 +02:00
Tulir Asokan
d234981604 web/timeline: add better messages for knocks 2025-03-03 23:55:30 +02:00
Tulir Asokan
e20f3161a2 web/css: fix button font 2025-03-03 12:57:16 +02:00
Tulir Asokan
c78ef2e97b web/devtools: add space between back and send buttons 2025-03-03 00:02:20 +02:00
Tulir Asokan
d093ea2f90 web/devtools: add send message event button 2025-03-02 21:06:29 +02:00
Tulir Asokan
e6242a9c37 web/roomview: add explore state button to header 2025-03-02 20:31:25 +02:00
Tulir Asokan
aeabda449d web/settings: add room state explorer
Fixes #516
Closes #526
2025-03-02 19:07:56 +02:00
Tulir Asokan
5aacc3424d web/settings: add readOnly flags to hidden fields to fix warnings 2025-03-02 17:16:21 +02:00
Tulir Asokan
d06ed8637c hicli/send: include geo_uri in edit fallback 2025-03-01 21:51:39 +02:00
Tulir Asokan
1ffb44fc27 web/timeline: fix message for unknown session errors 2025-03-01 21:45:41 +02:00
Tulir Asokan
83ea1c12ad web/statestore: fix applying undecryptable edits 2025-03-01 21:44:40 +02:00
Tulir Asokan
014c63f0e7 hicli/sync: ignore m.unavailable withheld events from own devices 2025-03-01 21:43:09 +02:00
Tulir Asokan
91fa59d5ba web/statestore: fix updating view when viewing redacted events 2025-03-01 21:39:11 +02:00
Tulir Asokan
b48c285f5c hicli/send: move extra to m.new_content when editing 2025-02-28 19:33:51 +02:00
Tulir Asokan
7168683a4b dependencies: update mautrix-go 2025-02-26 22:57:21 +02:00
Tulir Asokan
4247e17160 web/menu/roomlist: add confirmation for leaving 2025-02-25 23:24:43 +02:00
Tulir Asokan
62d8d06129 web/menu/roomlist: implement marking as read/unread and leaving room
Fixes #523
2025-02-25 22:15:11 +02:00
Tulir Asokan
1ba4d532c9 web/menu: move directory out of timeline 2025-02-25 22:15:11 +02:00
Tulir Asokan
bbce3df381 web/roomlist: add context menu for entries 2025-02-25 22:15:11 +02:00
Tulir Asokan
2203c18e15 web/rightpanel: add start DM button
Fixes #592
2025-02-25 22:15:11 +02:00
Tulir Asokan
bdae0c416f web/rightpanel: use border-bottom instead of hr for separators 2025-02-25 22:15:11 +02:00
Sumner Evans
b7cc6aff86
timeline: fix scrollbar issues on URL previews (#597)
* Prevents rendering an empty url-previews div
* Sets overflow-x to "auto" instead of "scroll"

Signed-off-by: Sumner Evans <me@sumnerevans.com>
2025-02-25 17:33:13 +02:00
Tulir Asokan
5d41b49462 web/composer: add option to start new thread when replying
Fixes #594
2025-02-24 00:08:32 +02:00
Tulir Asokan
548c8a9a94 web/timeline: remove unnecessary variable 2025-02-24 00:00:45 +02:00
Tulir Asokan
f9a8d3e042 web/timeline: use profile from prev_content for left users 2025-02-23 23:35:53 +02:00
Tulir Asokan
7ed0f2633c web/modal: make edit history modal fullscreen on mobile 2025-02-23 23:21:01 +02:00
Tulir Asokan
4a728e187c web/client: allow retrying unredacting 2025-02-23 21:30:36 +02:00
Tulir Asokan
c210f696cc web/timeline: fix server ACL rendering 2025-02-23 21:12:19 +02:00
Tulir Asokan
0c3d3686e4 hicli/sync: fill prev_content with cached event if it's missing 2025-02-23 21:06:53 +02:00
Tulir Asokan
bd2ece9ff2 hicli/sync: fix unredacting content of encrypted events 2025-02-23 18:44:59 +02:00
Tulir Asokan
a14f01a3ec web/timeline: implement MSC2815
Fixes #510
2025-02-23 18:33:19 +02:00
Tulir Asokan
4885dab2e1 web/modal: remove debug print 2025-02-23 18:04:08 +02:00
Tulir Asokan
42a97c8c1b dependencies: update 2025-02-23 18:03:12 +02:00
Tulir Asokan
4074e2ca68 web/modal: add error boundary for content 2025-02-23 18:03:12 +02:00
Tulir Asokan
4fc9b88ec6 web/timeline: add edit history modal 2025-02-23 18:03:12 +02:00
Tulir Asokan
a9e459b448 web/modal: allow two layers of modals 2025-02-23 18:03:12 +02:00
Tulir Asokan
7c664c2700 hicli/sync: fix sync backoff calculation 2025-02-23 18:03:12 +02:00
Tulir Asokan
c228b7f183 web/timeline: split body types by state key 2025-02-23 18:03:12 +02:00
Sumner Evans
5c27592b8c
web/timeline: add variable for vertical padding (#595)
Signed-off-by: Sumner Evans <me@sumnerevans.com>
2025-02-21 19:44:35 +02:00
Tulir Asokan
db709896d6 ci: add missing environment variable 2025-02-16 20:53:09 +02:00
Tulir Asokan
d1fd7f576a ci: update go version 2025-02-16 18:14:39 +02:00
Tulir Asokan
ce60eb8a94 hicli/paginate: add missing context cancel 2025-02-16 17:34:11 +02:00
Tulir Asokan
289b428644 dependencies: update 2025-02-16 17:33:22 +02:00
Tulir Asokan
2461cad4f2 web/all: add more error boundaries 2025-02-10 22:51:50 +02:00
Tulir Asokan
8ba9279cc7 web/rightpanel: fix handling non-string displaynames in member events 2025-02-10 22:33:16 +02:00
Tulir Asokan
3075156884 hicli/sync: ignore incorrectly detected member changes for megolm invalidation 2025-02-08 16:21:26 +02:00