| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Slashes not allowed in MXID HEAD main | Cadence Ember | 2026-02-27 | 2 | -5/+9 |
| | | |||||
| * | Fix possible undefined property access | Cadence Ember | 2026-02-15 | 1 | -1/+1 |
| | | |||||
| * | Convert emojihax to real emoji | Cadence Ember | 2026-02-13 | 2 | -0/+17 |
| | | |||||
| * | Use smalltext for interaction header | Cadence Ember | 2026-02-13 | 2 | -52/+59 |
| | | |||||
| * | Add unlink space feature | Elliu | 2026-02-13 | 3 | -20/+11 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Squashed commit of the following: commit bd9fd5cd3cf3f1301df18074c997ec537a81b4f5 Author: Elliu <elliu@hashi.re> Date: Sat Nov 15 15:32:18 2025 +0900 Revert "fix matrix / db resource cleanup on space unlink" This reverts commit ccc10564f1e33ab277bc15f360b8c65f2d0ea867. commit eec559293861305394770343d501389905fe1650 Author: Cadence Ember <cadence@disroot.org> Date: Sat Nov 8 13:01:59 2025 +1300 Dependency inject snow for testing commit b45eeb150e0702c201b8f710a3bdaa8e9f7d90be Author: Elliu <elliu@hashi.re> Date: Wed Nov 5 00:20:20 2025 +0900 manually revert 3597a3b: "Factorize some of the space link/unlink sanity checks" commit 0f2e575df21bf940e4780c30d2701da989f62471 Author: Elliu <elliu@hashi.re> Date: Wed Nov 5 00:04:38 2025 +0900 on unbriding room, also demote powel level of bridge user in matrix room commit ccc10564f1e33ab277bc15f360b8c65f2d0ea867 Author: Elliu <elliu@hashi.re> Date: Wed Nov 5 00:04:13 2025 +0900 fix matrix / db resource cleanup on space unlink commit f4c1ea7c7f7d5a265b84ce464cd8e9e26d934a32 Author: Elliu <elliu@hashi.re> Date: Tue Nov 4 23:54:41 2025 +0900 /unlink-space: properly leave guild and clean DB commit 5f0ec3b2c861cc8b9edc51389d6176c7a22a1135 Author: Cadence Ember <cadence@disroot.org> Date: Sun Nov 2 22:31:14 2025 +1300 Improve HTML to a state I'm happy with commit 16309f26b3dd72927e05454cee8c63504b447b7f Author: Elliu <elliu@hashi.re> Date: Sat Nov 1 22:24:51 2025 +0900 add tests from /unlink-space endpoint commit 5aff6f9048330a86eda3b2d1862f42df8d2bad84 Author: Elliu <elliu@hashi.re> Date: Sat Sep 6 20:05:18 2025 +0900 Add /api/unlink-space implementation commit dfc61594f68db4b52b3553ac7d3561ae9ce13b49 Author: Elliu <elliu@hashi.re> Date: Sat Sep 6 19:59:44 2025 +0900 Extract /api/unlink code to its own function commit 3597a3b5ce9dde3a9ddfe0853253bfda91a38335 Author: Elliu <elliu@hashi.re> Date: Sat Sep 6 19:28:42 2025 +0900 Factorize some of the space link/unlink sanity checks commit 05d788e26394106d9be24cef8b38f6c6f1e4c984 Author: Elliu <elliu@hashi.re> Date: Sat Sep 6 18:23:01 2025 +0900 Add button to unlink a space Co-authored-by: Cadence Ember <cadence@disroot.org> | ||||
| * | Sync create polls permission from Discord | Cadence Ember | 2026-02-12 | 3 | -2/+26 |
| | | |||||
| * | Fix PluralKit replies (properly) | Cadence Ember | 2026-02-12 | 1 | -1/+1 |
| | | |||||
| * | Change how edit timestamps are treated again | Cadence Ember | 2026-02-12 | 1 | -2/+6 |
| | | |||||
| * | Fix backfill script | Cadence Ember | 2026-02-11 | 1 | -0/+1 |
| | | |||||
| * | Check if we got rugpulled while sending | Cadence Ember | 2026-02-11 | 1 | -3/+13 |
| | | |||||
| * | Fix typecheck | Cadence Ember | 2026-02-11 | 7 | -36/+45 |
| | | |||||
| * | Move poll-star-avatar file endpoint | Cadence Ember | 2026-02-11 | 1 | -1/+1 |
| | | |||||
| * | Sync PK member profile on first message | Cadence Ember | 2026-02-10 | 1 | -1/+1 |
| | | | | | | | | | | First time a PK member sends a message in the channel, Discord sends a MESSAGE_UPDATE with the proper avatar data for them. OOYE's speedbump means sending this message will actually take the edit message path. The edit message path previously did not force a profile sync. This is why the Matrix profile did always show up after their second message, because that message was not updated and took the send path. | ||||
| * | Fix PluralKit replies | Cadence Ember | 2026-02-10 | 1 | -2/+2 |
| | | |||||
| * | The database really works better if you query it | Cadence Ember | 2026-02-10 | 1 | -1/+1 |
| | | |||||
| * | Fix test | Cadence Ember | 2026-02-09 | 1 | -2/+2 |
| | | |||||
| * | Make sure written mentions do not match in URLs | Cadence Ember | 2026-02-09 | 2 | -1/+17 |
| | | |||||
| * | Fallback text for Matrix poll end events | Cadence Ember | 2026-02-05 | 3 | -5/+30 |
| | | | | | | | | | Right now this doesn't seem to show up on any clients because extensible events is a total mess, but if you did want to code a client that shows this fallback without bothering to code real support for polls, you are easily able to do that. Just pretend the poll end event is a m.room.message and render it like usual. | ||||
| * | Add command to see Matrix results mid-poll | Ellie Algase | 2026-02-05 | 1 | -28/+8 |
| | | | | | Co-authored-by: Cadence Ember <cadence@disroot.org> | ||||
| * | Fix poll results being double-bridged | Ellie Algase | 2026-02-04 | 2 | -3/+5 |
| | | | | | Oddly, this would only occur for the first poll in a channel. | ||||
| * | Print d->m errors when there is no room | Cadence Ember | 2026-02-04 | 1 | -2/+4 |
| | | |||||
| * | Allow more characters at start of scanned mentions | Cadence Ember | 2026-02-04 | 1 | -1/+1 |
| | | |||||
| * | Properly stop PluralKit users typing after sending | Cadence Ember | 2026-02-04 | 1 | -1/+2 |
| | | |||||
| * | Customise format for Klipy GIFs | Cadence Ember | 2026-02-04 | 2 | -1/+37 |
| | | |||||
| * | Fix U+FE0F and tweak decay to fix tie result | Cadence Ember | 2026-02-03 | 2 | -4/+16 |
| | | |||||
| * | Highlight scanned mentions on Matrix side | Cadence Ember | 2026-02-03 | 5 | -24/+461 |
| | | |||||
| * | Better detect reply rep in reply fallback | Cadence Ember | 2026-02-03 | 1 | -1/+1 |
| | | |||||
| * | Remove smalltext from non-bots | Cadence Ember | 2026-02-03 | 2 | -0/+21 |
| | | | | | I don't like it. | ||||
| * | Only send components if they rendered to something | Cadence Ember | 2026-02-03 | 1 | -1/+3 |
| | | |||||
| * | Better emoji pack names | Cadence Ember | 2026-02-03 | 2 | -6/+10 |
| | | |||||
| * | Wrangle generated embeds; fix edit m.mentions | Cadence Ember | 2026-01-30 | 2 | -14/+34 |
| | | |||||
| * | Add /ping command | Cadence Ember | 2026-01-30 | 1 | -1/+1 |
| | | |||||
| * | Components v2 support | Cadence Ember | 2026-01-30 | 2 | -7/+183 |
| | | |||||
| * | Fix speedbump+retrigger interactions | Cadence Ember | 2026-01-30 | 5 | -8/+35 |
| | | | | | | | Send and then edit over speedbump should now just post the edit. Hopefully this doesn't have any negative consequences. | ||||
| * | Only show video embeds when they have extra info | Cadence Ember | 2026-01-30 | 1 | -1/+5 |
| | | |||||
| * | Fixes to vote counting | Cadence Ember | 2026-01-26 | 4 | -52/+58 |
| | | |||||
| * | Rename poll files a bit better | Cadence Ember | 2026-01-26 | 4 | -9/+9 |
| | | |||||
| * | Add full support for polls, both m2d and d2m. | Ellie Algase | 2026-01-26 | 4 | -25/+42 |
| | | | | | | | Mostly works, but a few edge-cases still need to be worked out. Co-authored-by: Cadence Ember <cadence@disroot.org> | ||||
| * | Bridge polls from Matrix as pseudo-polls on Discord (with an embed). Not ↵ | Ellie Algase | 2026-01-26 | 3 | -99/+131 |
| | | | | | | | 100% working. Co-authored-by: Cadence Ember <cloudrac3r@vivaldi.net> | ||||
| * | initial polls support (not exactly working) | Ellie Algase | 2026-01-25 | 8 | -4/+365 |
| | | |||||
| * | Fix retrying own events as non-moderator | Cadence Ember | 2026-01-25 | 1 | -3/+2 |
| | | |||||
| * | Update Discord libraries | Cadence Ember | 2026-01-21 | 3 | -6/+10 |
| | | |||||
| * | Merge attachments with message when possible | Cadence Ember | 2026-01-21 | 2 | -32/+85 |
| | | |||||
| * | Do not make forwarded messages m.notice | Cadence Ember | 2026-01-21 | 2 | -6/+88 |
| | | |||||
| * | Fetch referenced_message for reply fallback | Cadence Ember | 2026-01-21 | 1 | -43/+53 |
| | | |||||
| * | Remove reply fallback for same-room replies (and update tests accordingly) | Rory& | 2026-01-21 | 4 | -55/+15 |
| | | |||||
| * | Make registration more consistent | Cadence Ember | 2026-01-21 | 1 | -8/+7 |
| | | |||||
| * | Force Matrix m.notices to be unchanged events | Cadence Ember | 2026-01-18 | 1 | -9/+10 |
| | | |||||
| * | Improve Matrix info and add alternative access | Cadence Ember | 2026-01-18 | 1 | -1/+12 |
| | | | | | React with red question mark to get a DM of the author info, like PK. | ||||
| * | Fix webp animated emojis | abdul | 2026-01-17 | 1 | -1/+1 |
| | | | | | | https://discord.com/developers/docs/reference#image-formatting-cdn-endpoints > WebP and AVIF formats must be requested as WebP. | ||||
| * | Room create event must be included to diff | Cadence Ember | 2026-01-15 | 1 | -1/+1 |
| | | |||||
| * | Fix getPermissions misunderstanding @everyone | Cadence Ember | 2026-01-14 | 3 | -5/+5 |
| | | |||||
| * | Fix confusion between eventsToSend/unchangedEvents | Cadence Ember | 2026-01-14 | 1 | -11/+26 |
| | | |||||
| * | Retrigger m->d reactions and removals | Cadence Ember | 2026-01-13 | 1 | -16/+24 |
| | | |||||
| * | Refactor cross-room event detection | Cadence Ember | 2026-01-13 | 2 | -35/+43 |
| | | |||||
| * | Better text spoilers | Cadence Ember | 2026-01-13 | 3 | -2/+44 |
| | | | | | | Remove spoiler content from plaintext body Don't bridge embeds if their link is spoilered (deliberately imprecise) | ||||
| * | skip "cannot invite user that is joined" | Cadence Ember | 2026-01-10 | 3 | -30/+6 |
| | | |||||
| * | More code coverage | Cadence Ember | 2026-01-10 | 5 | -8/+146 |
| | | |||||
| * | General code coverage | Cadence Ember | 2026-01-09 | 1 | -1/+2 |
| | | |||||
| * | Fix Discord replies to multipart Matrix messages | Cadence Ember | 2026-01-09 | 1 | -2/+2 |
| | | | | | | The second part of the message is part=1 but the reply database lookup wanted part=0. To fix this, now it finds the first available part. | ||||
| * | setUserPower should account for room version 12 | Cadence Ember | 2026-01-07 | 9 | -23/+25 |
| | | |||||
| * | Room version 12 and room upgrades | Cadence Ember | 2026-01-07 | 5 | -169/+83 |
| | | |||||
| * | Pre-upload icons before diffing | Cadence Ember | 2025-12-16 | 2 | -0/+5 |
| | | |||||
| * | Support creating v12 rooms | Cadence Ember | 2025-12-16 | 4 | -30/+56 |
| | | |||||
| * | Fix pointer being included for cross-room replies | Cadence Ember | 2025-12-16 | 1 | -1/+3 |
| | | |||||
| * | Fully remove failed experiment | Cadence Ember | 2025-12-16 | 1 | -3/+0 |
| | | |||||
| * | Properly hide embeds for links in reply previews | Cadence Ember | 2025-12-11 | 1 | -0/+1 |
| | | |||||
| * | Update global profiles for sims | Cadence Ember | 2025-12-01 | 3 | -25/+56 |
| | | |||||
| * | Add upgraded_timestamp to historical_channel_room | Cadence Ember | 2025-12-01 | 2 | -16/+20 |
| | | |||||
| * | res.json type fixes | Cadence Ember | 2025-12-01 | 1 | -0/+1 |
| | | |||||
| * | Fix unbridging procedure | Cadence Ember | 2025-11-28 | 1 | -2/+2 |
| | | |||||
| * | Maybe accept invites more reliably | Cadence Ember | 2025-11-27 | 1 | -1/+2 |
| | | |||||
| * | Support multiple versions of rooms | Cadence Ember | 2025-11-26 | 12 | -54/+72 |
| | | |||||
| * | Configure whether to receive presences | Cadence Ember | 2025-11-19 | 1 | -5/+8 |
| | | |||||
| * | The database works better if you query it. | Cadence Ember | 2025-11-19 | 1 | -1/+1 |
| | | |||||
| * | Support persistent Matrix sims for webhooks | Cadence Ember | 2025-11-19 | 4 | -17/+210 |
| | | |||||
| * | Fix duplicated data appearing on Matrix | Cadence Ember | 2025-11-18 | 2 | -1/+16 |
| | | |||||
| * | Update discord-markdown | Cadence Ember | 2025-11-15 | 1 | -1/+1 |
| | | |||||
| * | Improve emoji uploading experience | Cadence Ember | 2025-11-10 | 1 | -0/+10 |
| | | |||||
| * | Don't post new embeds for old messages | Cadence Ember | 2025-11-10 | 2 | -0/+14 |
| | | |||||
| * | More consistently generate embeds for Matrix | Cadence Ember | 2025-11-09 | 2 | -12/+13 |
| | | |||||
| * | Silence errors if generated embeds can't be sent | Cadence Ember | 2025-11-09 | 1 | -2/+13 |
| | | |||||
| * | Fix matrix api joinRoom() for remote rooms (#60) | Elliu | 2025-11-02 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | When using self-service mode and trying to link with a remote matrix room (room not in the same HS as the bridge user), then we need to add the "via" HSs to join the room with, or else it fails. We get it from the "m.space.child" in the "children_state" of the space hierarchy. Co-authored-by: Cadence Ember <cadence@disroot.org> Reviewed-on: https://gitdab.com/cadence/out-of-your-element/pulls/60 Co-authored-by: Elliu <elliu@hashi.re> Co-committed-by: Elliu <elliu@hashi.re> | ||||
| * | Fix converting discord channel links | Cadence Ember | 2025-10-10 | 2 | -2/+40 |
| | | |||||
| * | Make tests time zone independent | Cadence Ember | 2025-10-07 | 1 | -1/+1 |
| | | |||||
| * | Change thread started message (closes #61) | Cadence Ember | 2025-10-07 | 2 | -13/+0 |
| | | |||||
| * | Keep sim_proxy profile data up to date | Cadence Ember | 2025-09-08 | 1 | -1/+1 |
| | | |||||
| * | I guess mentions is an optional property too | Cadence Ember | 2025-09-08 | 1 | -2/+3 |
| | | |||||
| * | Only edit events if the text has changed | Cadence Ember | 2025-08-29 | 2 | -31/+83 |
| | | |||||
| * | Update dependencies | Cadence Ember | 2025-08-13 | 1 | -2/+1 |
| | | |||||
| * | Remove silly stringify | Cadence Ember | 2025-08-13 | 1 | -1/+1 |
| | | |||||
| * | Replace PK multiple attempts with cache lookup | Cadence Ember | 2025-08-13 | 3 | -48/+53 |
| | | |||||
| * | Get member data when running backfill | Cadence Ember | 2025-08-05 | 3 | -8/+16 |
| | | |||||
| * | Fix retrying d->m errors | Cadence Ember | 2025-08-05 | 1 | -1/+1 |
| | | |||||
| * | Add test case for something that was irking me | Cadence Ember | 2025-08-04 | 2 | -8/+8 |
| | | |||||
| * | Look harder for username data | Cadence Ember | 2025-08-04 | 2 | -0/+38 |
| | | |||||
| * | Move to util | Cadence Ember | 2025-08-04 | 1 | -11/+3 |
| | | |||||
| * | Fix invalid power level state changes | Cadence Ember | 2025-06-23 | 1 | -3/+6 |
| | | |||||
| * | Give sims enough power to send to read-only rooms | Cadence Ember | 2025-06-22 | 3 | -7/+76 |
| | | |||||
| * | Don't archive threads that are part of a forum | Cadence Ember | 2025-06-22 | 1 | -1/+4 |
| | | |||||
| * | Don't overwrite space parent of self-service rooms | Cadence Ember | 2025-06-22 | 1 | -4/+21 |
| | | |||||
| * | Check hierarchy instead of m.space.child | Cadence Ember | 2025-06-22 | 1 | -10/+4 |
| | | |||||
| * | Fix channel links inside lists | Cadence Ember | 2025-06-21 | 2 | -2/+47 |
| | | |||||
| * | Fix m->d then d->m reactions not merging | Cadence Ember | 2025-06-16 | 4 | -6/+10 |
| | | |||||
| * | Remove provider line from Tenor gifs | Cadence Ember | 2025-06-15 | 2 | -1/+20 |
| | | |||||
| * | Generate embeds for invites with events | Cadence Ember | 2025-06-08 | 3 | -2/+173 |
| | | |||||
| * | d->m: preserve unknown messages when syncing pins | Cadence Ember | 2025-05-29 | 3 | -5/+67 |
| | | |||||
| * | Fix replying to a message that had a new emoji | Cadence Ember | 2025-05-26 | 1 | -8/+1 |
| | | | | | | Without this, the emoji consistency assertion would fail because we must call transformContent to upload the emoji to Matrix. | ||||
| * | Fix PK member lookup error messages | Cadence Ember | 2025-04-16 | 1 | -2/+2 |
| | | |||||
| * | Allow un-reacting in read-only rooms | Cadence Ember | 2025-04-16 | 2 | -2/+4 |
| | | |||||
| * | Rework event dispatchers | Cadence Ember | 2025-03-13 | 2 | -105/+42 |
| | | |||||
| * | New error trace stringifier | Cadence Ember | 2025-03-12 | 1 | -12/+11 |
| | | |||||
| * | Ignore not having access to read pins | Cadence Ember | 2025-03-12 | 1 | -1/+8 |
| | | |||||
| * | Fix demoting users during backfill | Cadence Ember | 2025-03-08 | 1 | -2/+5 |
| | | |||||
| * | Add experimental backfills script | Cadence Ember | 2025-03-07 | 2 | -8/+8 |
| | | |||||
| * | Only offer to link channels the bridge can access | Cadence Ember | 2025-02-24 | 2 | -4/+13 |
| | | |||||
| * | Display limited replies to unbridged messages | Cadence Ember | 2025-02-24 | 4 | -9/+52 |
| | | |||||
| * | Partially revert fbc1b6f | Cadence Ember | 2025-02-22 | 1 | -6/+7 |
| | | | | | | | | | | | 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. | ||||
| * | Code quality | Cadence Ember | 2025-02-20 | 2 | -11/+10 |
| | | |||||
| * | Allow anyone to react in read-only rooms | Cadence Ember | 2025-02-19 | 2 | -0/+6 |
| | | |||||
| * | Add setting for d->m URL previews | Cadence Ember | 2025-02-18 | 2 | -1/+19 |
| | | |||||
| * | Update dependencies | Cadence Ember | 2025-02-18 | 1 | -2/+1 |
| | | |||||
| * | Remove async from presence update | Cadence Ember | 2025-02-17 | 1 | -1/+1 |
| | | |||||
| * | Fix types for combining channels with threads | Cadence Ember | 2025-02-17 | 1 | -1/+4 |
| | | |||||
| * | Qualify kind of stream | Cadence Ember | 2025-02-16 | 2 | -2/+3 |
| | | |||||
| * | Don't add unwanted key to initial room creation | Cadence Ember | 2025-02-16 | 1 | -0/+1 |
| | | |||||
| * | Fix m->d encrypted files | Cadence Ember | 2025-02-16 | 1 | -1/+1 |
| | | |||||
| * | Hot-reload Presence instances | Cadence Ember | 2025-02-13 | 1 | -3/+5 |
| | | |||||
| * | Rewrite presence code | Cadence Ember | 2025-02-12 | 2 | -72/+81 |
| | | |||||
| * | Remove node-fetch | Cadence Ember | 2025-02-11 | 1 | -2/+1 |
| | | |||||
| * | Sadly, the presence API is worse than I hoped | Cadence Ember | 2025-02-11 | 2 | -8/+55 |
| | | |||||
| * | Per-guild presence sync settings | Cadence Ember | 2025-02-10 | 4 | -7/+22 |
| | | | | | | | On by default for existing and small guilds. Off for new large guilds. Can be toggled either way. | ||||
| * | d->m: Presence | Cadence Ember | 2025-02-10 | 4 | -1/+60 |
| | | |||||
| * | Fix scanning forwarded messages for mentions | Cadence Ember | 2025-02-10 | 2 | -3/+21 |
| | | |||||
| * | Code coverage for link/unlink endpoints | Cadence Ember | 2025-02-07 | 2 | -9/+9 |
| | | |||||
| * | Make read-only Discord channels read-only on Matrix | Cadence Ember | 2025-02-05 | 2 | -0/+83 |
| | | |||||
| * | Don't overwrite room custom topics | Cadence Ember | 2025-02-01 | 2 | -1/+24 |
| | | |||||
| * | Fix unlinking left rooms | Cadence Ember | 2025-02-01 | 1 | -2/+17 |
| | | |||||
| * | Add room list debugger | Cadence Ember | 2025-02-01 | 1 | -1/+1 |
| | | |||||
| * | Fully support unlinking channels | Cadence Ember | 2025-01-31 | 1 | -22/+52 |
| | | |||||
| * | Catch PK API network errors | Cadence Ember | 2025-01-28 | 1 | -5/+10 |
| | | |||||
| * | Clean up member_cache when unbridging | Cadence Ember | 2025-01-21 | 1 | -0/+1 |
| | | |||||
| * | Do cache space members in member_cache | Cadence Ember | 2025-01-20 | 3 | -3/+3 |
| | | |||||
| * | New unicode emoji processor | Cadence Ember | 2025-01-17 | 1 | -1/+1 |
| | | |||||
| * | Support alternate Discord hosts | Cadence Ember | 2025-01-17 | 1 | -3/+7 |
| | | |||||
| * | Add foreign keys to database | Cadence Ember | 2025-01-17 | 4 | -4/+9 |
| | | |||||
| * | Don't add channels/threads to the public directory v3.0-beta7 | Cadence Ember | 2025-01-16 | 1 | -1/+1 |
| | | |||||
| * | Ignore missed messages if channel was just added | Cadence Ember | 2025-01-16 | 1 | -3/+9 |
| | | |||||
| * | Hopefully prevent checkMissed errors from crashing | Cadence Ember | 2025-01-12 | 2 | -4/+9 |
| | | |||||
| * | Hide error if sendTyping request fails | Cadence Ember | 2025-01-12 | 1 | -1/+1 |
| | | |||||
| * | Use kstate for d->m pins updates | Cadence Ember | 2025-01-08 | 3 | -37/+19 |
| | | |||||
| * | Remove unhelpful guard preventing d->m pin syncing | Cadence Ember | 2025-01-08 | 1 | -5/+3 |
| | | |||||
| * | Make sure client hint change applies | Cadence Ember | 2025-01-08 | 1 | -0/+2 |
| | | | | | Will eventually remove it fully in v4. | ||||
| * | Remove read receipts visibility client hint | Cadence Ember | 2025-01-08 | 1 | -3/+0 |
| | | | | | This is a failed experiment that is long past its time. It needs to go. | ||||
| * | await it a bit further up the chain | Cadence Ember | 2025-01-05 | 2 | -3/+3 |
| | | |||||
| * | Autocreate space if autocreating the room | Cadence Ember | 2024-12-02 | 3 | -6/+7 |
| | | |||||
| * | Fix voice messages not being delivered | Cadence Ember | 2024-11-30 | 1 | -1/+1 |
| | | |||||
| * | Fix existingPartZero assertion error v3.0-beta5 | Cadence Ember | 2024-11-02 | 3 | -18/+47 |
| | | |||||
| * | Attempt retrigger after speedbump | Cadence Ember | 2024-11-01 | 1 | -3/+3 |
| | | |||||
| * | Forwarded messages code coverage and plaintext fix | Cadence Ember | 2024-11-01 | 2 | -15/+51 |
| | | |||||
| * | Forwarding text messages | Cadence Ember | 2024-11-01 | 2 | -3/+60 |
| | | |||||
| * | Use attachment proxy for external_url | Cadence Ember | 2024-10-31 | 3 | -19/+19 |
| | | |||||
| * | Support forwarded messages | Cadence Ember | 2024-10-31 | 2 | -10/+82 |
| | | |||||
| * | Remove unused parameter | Cadence Ember | 2024-10-31 | 1 | -4/+3 |
| | | |||||
| * | Proxy discord attachment links within embeds | Cadence Ember | 2024-10-31 | 1 | -2/+2 |
| | | |||||
| * | Add test template for forwarded message | Cadence Ember | 2024-10-25 | 1 | -0/+12 |
| | | |||||
| * | Create and populate guild_id column | Cadence Ember | 2024-10-05 | 1 | -17/+28 |
| | | |||||
| * | Fix interaction updates | Cadence Ember | 2024-09-30 | 1 | -2/+5 |
| | | |||||
| * | Check existsOrAutocreatable before dispatching | Cadence Ember | 2024-09-29 | 2 | -5/+8 |
| | | |||||
| * | Adapt createRoom/space/invite to self-service | Cadence Ember | 2024-09-25 | 2 | -30/+64 |
| | | |||||
| * | Use $url resolver in channelToKState | Cadence Ember | 2024-09-25 | 1 | -1/+1 |
| | | |||||
| * | Make ensureRoom/syncRoom check if autocreatable | Cadence Ember | 2024-09-24 | 1 | -3/+23 |
| | | |||||
| * | Fix not matching all errors in catch block | Cadence Ember | 2024-09-22 | 1 | -1/+1 |
| | | |||||
| * | Upload web code | Cadence Ember | 2024-09-22 | 1 | -1/+1 |
| | | |||||
| * | Fix timestamp resolution bug | Cadence Ember | 2024-09-20 | 2 | -2/+56 |
| | | |||||
| * | Generate public urls for media.discordapp.net too | Cadence Ember | 2024-09-15 | 1 | -1/+1 |
| | | |||||
| * | Migrate all legacy commands to interactions | Cadence Ember | 2024-09-15 | 1 | -4/+0 |
| | | |||||
| * | Generate public urls for attachments in message | Cadence Ember | 2024-09-14 | 1 | -0/+8 |
| | | |||||
| * | Generate public url for linked discord attachments | Cadence Ember | 2024-09-14 | 3 | -11/+12 |
| | | |||||
| * | Type fixes | Cadence Ember | 2024-09-14 | 1 | -1/+3 |
| | | |||||
| * | Fix sticker names being accumulated | Cadence Ember | 2024-09-12 | 1 | -1/+1 |
| | | |||||
| * | Fix references from moving all those files | Cadence Ember | 2024-09-12 | 11 | -11/+11 |
| | | |||||
| * | Move everything to src folder... it had to happen | Cadence Ember | 2024-09-12 | 42 | -0/+8696 |
