1
0
Fork 0
forked from Mirrors/gomuks
Commit graph

199 commits

Author SHA1 Message Date
Tulir Asokan
508355f2bf web/widgets: add initial support 2025-03-04 22:54:20 +02:00
Tulir Asokan
7168683a4b dependencies: update mautrix-go 2025-02-26 22:57:21 +02:00
Tulir Asokan
a14f01a3ec web/timeline: implement MSC2815
Fixes #510
2025-02-23 18:33:19 +02:00
Tulir Asokan
42a97c8c1b dependencies: update 2025-02-23 18:03:12 +02:00
Tulir Asokan
289b428644 dependencies: update 2025-02-16 17:33:22 +02:00
Tulir Asokan
7df4d7c6f9 dependencies: update mautrix-go to fix content push rule details 2025-02-08 16:20:57 +02:00
Tulir Asokan
1e22e62a9a web/settings: add support for manual key import/export
Fixes #593
2025-02-04 00:40:08 +02:00
Tulir Asokan
1b5467cf0e media: add support for generating avatar thumbnails 2025-01-27 23:14:09 +02:00
Tulir Asokan
4649689b72 dependencies: update 2025-01-24 00:14:58 +02:00
Tulir Asokan
31bc7a6f24 dependencies: update 2025-01-06 17:26:37 +02:00
Tulir Asokan
c3899d0b50 web/settings: add button to log into css.gomuks.app 2025-01-01 18:07:57 +02:00
Tulir Asokan
132a7dce15 dependencies: update mautrix-go 2024-12-22 15:01:00 +02:00
Tulir Asokan
da7eb6c583 hicli,web: add support for joining rooms
Fixes #503
2024-12-20 16:37:10 +02:00
Tulir Asokan
0fbf76af98 hicli,web: add support for read receipts
Fixes #514
2024-12-18 03:34:27 +02:00
Tulir Asokan
29b787f94a hicli/sync: don't fail sync if database is locked 2024-12-17 22:34:54 +02:00
Tulir Asokan
0b1d5cd354 dependencies: update 2024-12-16 16:32:43 +02:00
Tulir Asokan
90e15dbab6 dependencies: update 2024-12-15 00:35:28 +02:00
Tulir Asokan
152942663f server: remove sec header filter 2024-12-08 00:21:33 +02:00
Tulir Asokan
cc2f334502 hicli/profile: use mautrix-go's GetCachedDevices 2024-12-07 15:05:31 +02:00
Tulir Asokan
72dab88ed2 web/rightpanel: add more info to user view 2024-12-05 15:58:29 +02:00
Tulir Asokan
b8fe8372f2 media: create blurhashes for outgoing images 2024-12-02 00:10:30 +02:00
Tulir Asokan
ba6574fdb1 dependencies: update 2024-11-26 23:13:58 +02:00
Tulir Asokan
f3717505bf hicli/sync,web/mainscreen: add sync status indicator
Fixes #500
2024-11-21 00:49:03 +02:00
Tulir Asokan
74e97c5c8c dependencies: update mautrix-go 2024-11-18 20:26:36 +02:00
Tulir Asokan
ead1365c12 dependencies: update 2024-11-16 23:21:02 +02:00
Tulir Asokan
e0612ac0fb dependencies: update 2024-11-15 16:00:15 +02:00
Tulir Asokan
d3b93327f2 hicli/paginate: optimize storing members in massive rooms 2024-11-12 23:35:11 +02:00
Tulir Asokan
5832a935cf all: use markdown for custom emojis, improve editing
Edits will now use a different HTML -> markdown converter than what is
used to generate the body. This allows the plaintext body to have a
plain shortcode for custom emojis, while still having the raw data for
edits.

Additionally, for sent events, the raw input is saved locally, which
allows preserving commands and other such things. A future extension
may store the raw input in a custom field in the Matrix event to allow
lossless edits of messages sent from other clients.
2024-11-02 14:00:21 +02:00
Tulir Asokan
2ff3f9120c dependencies: update 2024-11-02 12:40:56 +02:00
Tulir Asokan
c31604eecf hicli/send: add LaTeX sending support 2024-11-02 12:32:00 +02:00
Tulir Asokan
214d4fde53 hicli/html,web/timeline: add support for LaTeX rendering 2024-11-02 02:51:00 +02:00
Tulir Asokan
976d1ae9cb web/timeline: add big emojis 2024-10-27 18:40:43 +02:00
Tulir Asokan
ac3b906211 web/emoji: implement MSC2545 2024-10-26 15:49:04 +03:00
Tulir Asokan
8ddf5f800d web/composer: add emoji autocompletion 2024-10-20 22:11:49 +03:00
Tulir Asokan
9b1b0426c3 media: allow streaming unencrypted files 2024-10-20 19:48:22 +03:00
Tulir Asokan
afa6d3aa4b hicli/html,web/timeline: add syntax highlighting for code blocks 2024-10-20 15:55:14 +03:00
Tulir Asokan
e78bf640ff server,web/composer: add support for sending media 2024-10-19 02:35:15 +03:00
Tulir Asokan
7601609683 hicli/pushrules: add support for room mentions 2024-10-18 14:11:18 +03:00
Tulir Asokan
1db1d2db5c all: move hicli from mautrix-go and add more features 2024-10-17 20:31:03 +03:00
Tulir Asokan
d79be2b8cf dependencies: update mautrix-go 2024-10-16 17:34:47 +03:00
Tulir Asokan
cf56cd24aa dependencies: update mautrix-go 2024-10-15 02:22:31 +03:00
Tulir Asokan
08bea53cf1 dependencies: update mautrix-go 2024-10-15 01:53:20 +03:00
Tulir Asokan
f0de332b00 dependencies: update mautrix-go to use user avatar as DM room avatar 2024-10-15 01:43:02 +03:00
Tulir Asokan
1c10ba9348 dependencies: update mautrix-go 2024-10-15 01:21:37 +03:00
Tulir Asokan
3c596a200f web/composer: send typing notifications 2024-10-15 00:40:06 +03:00
Tulir Asokan
73d8c5c6bb dependencies: update mautrix-go 2024-10-14 17:35:06 +03:00
Tulir Asokan
a6d9ff542c dependencies: update mautrix-go 2024-10-14 01:55:49 +03:00
Tulir Asokan
3dc86b287a web/roomview: add support for sending replies 2024-10-13 22:34:17 +03:00
Tulir Asokan
11aa2eabf1 web/api: add mark read method 2024-10-13 17:14:56 +03:00
Tulir Asokan
4e55fa97bc dependencies: update mautrix-go 2024-10-12 18:57:48 +03:00