Commit graph

651 commits

Author SHA1 Message Date
2f3a10c93f Mark version 3 2025-02-24 02:31:14 +13:00
e2df174bbe Fix #42
Don't force private badge when the base role can't view channels.
2025-02-24 02:25:21 +13:00
20dabf4ad5 Only offer to link channels the bridge can access 2025-02-24 02:14:46 +13:00
5631b7e956 Remove unused API calls 2025-02-24 01:43:03 +13:00
6df8d9a079 Display limited replies to unbridged messages 2025-02-24 01:41:32 +13:00
fb38db5d23 Revert to Stacks 2.5.4
2.5.5 has a regression where the a.s-btn:visited style looks bad.
I can update again when they fix it.
https://github.com/StackExchange/Stacks/pull/1879
2025-02-22 12:35:04 +13:00
31cf91d778 Partially revert fbc1b6f
Since that commit, setup has not worked, because setup loads client
which loads packets which prepares a statement for a table that does not
exist yet, as database migrations have not been run.

Alteratively, we could do migrations earlier in setup, but those would
send a lot of log lines to the terminal in the middle of interactive
prompting.
2025-02-22 12:26:38 +13:00
2e13538ca6 Split out readme into pages 2025-02-21 17:45:20 +13:00
62be5f7091 Code coverage for web settings 2025-02-21 16:41:43 +13:00
21c7b35136 Put QR code behind reveal button 2025-02-21 16:38:00 +13:00
46bd2cbb2b Fix web invite button duplicating the page 2025-02-21 12:12:49 +13:00
bb73341a89 code quality: get htmx from npm 2025-02-21 12:12:35 +13:00
fbc1b6f419 Code quality 2025-02-20 11:36:51 +13:00
6eed4ec54a Allow anyone to react in read-only rooms 2025-02-19 13:56:01 +13:00
6e00066048 REPL code quality 2025-02-19 13:52:20 +13:00
902dfa7e7c Validate mxid format in web login 2025-02-18 15:59:32 +13:00
ea7aec5e66 Ignore error when maximum reactions reached 2025-02-18 14:14:17 +13:00
ed417e029f Preserve name/avatar/topic of linked rooms 2025-02-18 01:46:54 +13:00
438714b67e Try to join space rooms in link flow 2025-02-18 01:30:28 +13:00
6b919d2a82 Add setting for d->m URL previews 2025-02-18 01:11:26 +13:00
efd7cb3fd4 Stay on guild self service page after logging in 2025-02-18 00:46:54 +13:00
331f2f6a38 Update dependencies 2025-02-18 00:08:46 +13:00
98ff9b0e8f Remove async from presence update 2025-02-17 19:35:37 +13:00
506e8a8269 Fix types for combining channels with threads 2025-02-17 16:01:47 +13:00
a5fd30d535 Qualify kind of stream 2025-02-16 17:44:17 +13:00
0d0ca98e13 Don't add unwanted key to initial room creation 2025-02-16 17:32:59 +13:00
a05868f418 Fix m->d encrypted files 2025-02-16 17:15:01 +13:00
d0ac5b58a7 Let anybody run tests 2025-02-16 09:37:21 +13:00
ac40c54e40 Hot-reload Presence instances 2025-02-13 01:16:52 +13:00
b0ded8e289 Fix d->m file uploads 2025-02-13 01:14:29 +13:00
cfaada6797 Rewrite presence code 2025-02-12 16:50:45 +13:00
b6e12044a8 Update dependencies 2025-02-11 13:24:30 +13:00
8e0c15476c Update Discord dependencies 2025-02-11 13:04:40 +13:00
984d4362a5 Remove node-fetch 2025-02-11 12:51:58 +13:00
7782c120bf Only show "no servers available" when logged in 2025-02-11 01:52:41 +13:00
381861ee8e Sadly, the presence API is worse than I hoped 2025-02-11 01:37:23 +13:00
15826dcb3f Make Cloudflare errors less obnoxious
Co-authored-by: Wonder Collective <>
2025-02-10 20:44:49 +13:00
fc6cb8e0d5 Web UI improvements 2025-02-10 16:54:40 +13:00
0f435e930e Per-guild presence sync settings
On by default for existing and small guilds.
Off for new large guilds.
Can be toggled either way.
2025-02-10 16:54:30 +13:00
69e3d64905 Handle replies to state events with no body 2025-02-10 16:44:22 +13:00
8ad0117fd2 d->m: Presence 2025-02-10 15:23:55 +13:00
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