Commit graph

660 commits

Author SHA1 Message Date
f98c30cac3 Refactor web access control 2025-02-10 14:10:39 +13:00
4ae8da84e0 Don't add hide_ui when not present 2025-02-10 14:09:41 +13:00
23d473a56b caps 2025-02-10 00:43:04 +13:00
6a1be91071 Fix scanning forwarded messages for mentions 2025-02-10 00:24:59 +13:00
b2078620be Code coverage for matrix log in & guild settings 2025-02-08 16:05:35 +13:00
a90d3b9055 Code coverage for link/unlink endpoints 2025-02-07 16:56:10 +13:00
a29d019d17 Make read-only Discord channels read-only on Matrix 2025-02-05 16:57:45 +13:00
f7e2c89e65 Test setup for new web pages 2025-02-05 14:57:05 +13:00
fa8ce28f88 Fix reaction emoji processing on Windows 2025-02-04 17:07:25 +13:00
be06caf2b4 Clean up log message 2025-02-04 17:01:06 +13:00
d45a0bdc10 UI for linking existing space 2025-02-04 02:45:38 +13:00
3d0609f8f1 Fix duplicate guilds in list 2025-02-03 23:30:32 +13:00
978eb40e1d Store invites in database 2025-02-03 16:37:56 +13:00
f9be1e39a1 Improve dropdown button 2025-02-03 15:48:16 +13:00
443618b974 Log in with Matrix 2025-02-02 01:23:36 +13:00
63cc089bdb Reset room topic immediately if it is cleared 2025-02-01 23:26:24 +13:00
ad51079448 Don't overwrite room custom topics 2025-02-01 23:12:50 +13:00
eec8b0f15b Add loading indicator to invite screens 2025-02-01 22:27:27 +13:00
17ea92a8c2 Fix unlinking left rooms 2025-02-01 22:11:32 +13:00
ae57fa2801 Only announce if they can reasonably type here 2025-02-01 22:03:41 +13:00
5b21344a65 Add room list debugger 2025-02-01 01:40:59 +13:00
cf8867f945 Fix test 2025-01-31 16:50:48 +13:00
eb4aa615be Fix web loading indicators 2025-01-31 16:42:48 +13:00
a459ee1d1c Use htmx.js instead of htmx.min.js
This wastes 30 kB gzipped, which I think is acceptable in exchange for
having method names in the debugger.
2025-01-31 16:42:15 +13:00
b1b9124052 Fully support unlinking channels 2025-01-31 15:09:01 +13:00
5c0e830658 Display XHR errors 2025-01-31 15:07:48 +13:00
d4a50cb8aa Do not run as root 2025-01-30 22:25:25 +13:00
6fe8c60f11 Add analyze of new data 2025-01-30 15:34:29 +13:00
a579b509d3 Catch PK API network errors 2025-01-28 16:08:43 +13:00
eadefef6a3 Clean up member_cache when unbridging 2025-01-21 15:08:12 +13:00
5b06d5984a Do cache space members in member_cache 2025-01-20 02:33:24 +13:00
f42eb6495f New unicode emoji processor 2025-01-17 18:05:34 +13:00
14574b4e2c Support alternate Discord hosts 2025-01-17 11:40:34 +13:00
8ad299b04c Add foreign keys to database 2025-01-17 11:33:29 +13:00
931cacea6a Don't add channels/threads to the public directory 2025-01-16 08:44:13 +13:00
6bb31deeaf Ignore missed messages if channel was just added 2025-01-16 08:40:26 +13:00
1e4952f1b8 Add anti-timeout system to reactions interaction 2025-01-12 14:31:32 +13:00
f3b0d01400 Fix fish reaction 2025-01-12 13:51:57 +13:00
de57bdaf3c Await syncRoom after linking 2025-01-12 13:32:39 +13:00
85269ea153 Hopefully prevent checkMissed errors from crashing 2025-01-12 13:11:51 +13:00
a3e94a215a Hide error if sendTyping request fails 2025-01-12 13:05:16 +13:00
c6708d4dbd Fix channel linking form URL 2025-01-12 12:50:32 +13:00
551dbd0c42 Add dependency justification 2025-01-08 14:51:32 +13:00
ad1aa2c0f6 Resolve Matrix room aliases to Discord channels 2025-01-08 13:56:59 +13:00
6e55061760 Use kstate for d->m pins updates 2025-01-08 11:31:43 +13:00
0c1b4c5e8e Remove unhelpful guard preventing d->m pin syncing 2025-01-08 09:37:30 +13:00
fb18c0fe0b Ensure 1 pin = 1 pin even when message is split 2025-01-08 02:05:28 +13:00
7e6548eb90 Ack bridged Matrix events
May provide reassurance that the bridge is currently working.
Half-Shot's bridge has always done this.
2025-01-08 01:31:31 +13:00
93cacba283 Make sure client hint change applies
Will eventually remove it fully in v4.
2025-01-08 01:25:17 +13:00
3e5034cff5 Remove read receipts visibility client hint
This is a failed experiment that is long past its time. It needs to go.
2025-01-08 01:07:46 +13:00