| Commit message (Expand) | Author | Age | Files | Lines |
| * | Some cleanup with gifs | Rory& | 2026-07-06 | 4 | -43/+21 |
| * | Rename some more schemas | Rory& | 2026-07-06 | 1 | -1/+1 |
| * | Migrate trending gifs to providers | Rory& | 2026-07-06 | 1 | -1/+6 |
| * | Basic gif integration manager, port tenor search to that | Rory& | 2026-07-06 | 1 | -5/+5 |
| * | Add application emojis implementation based on the guilds one, models | Rory& | 2026-07-01 | 2 | -0/+5 |
| * | feat: add poll ended messages | CyberL1 | 2026-06-26 | 1 | -0/+1 |
| * | feat: add voting route | CyberL1 | 2026-06-25 | 1 | -0/+4 |
| * | fix: assign id to poll answers | CyberL1 | 2026-06-25 | 1 | -1/+1 |
| * | Replace APIRole with schema | Rory& | 2026-06-13 | 2 | -3/+62 |
| * | Split config/response voice regions, remove APIVoiceRegion alias | Rory& | 2026-06-13 | 3 | -5/+16 |
| * | Move entities to database | Rory& | 2026-06-12 | 21 | -21/+22 |
| * | Use subpath imports for lambert-server, fix openapi.js | Rory& | 2026-06-12 | 2 | -2/+2 |
| * | Use sets for mention roles/users | Rory& | 2026-05-26 | 1 | -1/+6 |
| * | Add internal status order enum | Rory& | 2026-05-19 | 1 | -2/+2 |
| * | Rework status enum schema | Rory& | 2026-05-19 | 1 | -1/+2 |
| * | Clean up schemas a bit | Rory& | 2026-04-20 | 2 | -0/+19 |
| * | Clean up schemas/uncategorised a bit | Rory& | 2026-04-20 | 7 | -1/+58 |
| * | Clean up schemas/responses a bit | Rory& | 2026-04-20 | 16 | -34/+35 |
| * | Clean up schemas/gateway a bit | Rory& | 2026-04-20 | 7 | -18/+57 |
| * | Clean up schemas/api a bit | Rory& | 2026-04-20 | 15 | -13/+136 |
| * | Clean up imports in schemas/api/bots | Rory& | 2026-04-20 | 9 | -13/+66 |
| * | Merge AckBulkSchema into MessageAcknowledgeSchema.ts | Rory& | 2026-04-20 | 3 | -26/+8 |
| * | eslint: array callback return, no restricted imports | Rory& | 2026-04-19 | 1 | -2/+2 |
| * | fix: expose only public properties | CyberL1 | 2026-04-19 | 2 | -0/+26 |
| * | Attachment -> PublicAttachment in schemas | Rory& | 2026-04-18 | 3 | -7/+7 |
| * | Split out attachment handling from message handler | Rory& | 2026-04-18 | 1 | -1/+1 |
| * | Fix attachments | Rory& | 2026-04-18 | 2 | -2/+30 |
| * | Add WIP PublicMessage schema | Rory& | 2026-03-21 | 1 | -1/+79 |
| * | More schema stuff | Rory& | 2026-03-21 | 1 | -14/+3 |
| * | MessageActivity: add type enum | Rory& | 2026-03-20 | 1 | -1/+11 |
| * | Migrate Thread*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+61 |
| * | Migrate GuildUpdate to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -15/+13 |
| * | Fix typo | Rory& | 2026-03-20 | 1 | -4/+4 |
| * | final pk fixes | MathMan05 | 2026-03-20 | 1 | -1/+47 |
| * | make some corrections | MathMan05 | 2026-03-20 | 1 | -3/+5 |
| * | v2 init work | MathMan05 | 2026-03-20 | 1 | -1/+66 |
| * | switch messages to base message type | MathMan05 | 2026-03-20 | 4 | -6/+7 |
| * | Fix video schema to allow a bunch of undefineds | Rory& | 2026-03-19 | 1 | -7/+7 |
| * | Fix some comments | Rory& | 2026-03-19 | 1 | -0/+1 |
| * | Fix schemas for guild bans | Rory& | 2026-03-17 | 2 | -2/+3 |
| * | Schemas for emojis | Rory& | 2026-03-17 | 1 | -0/+17 |
| * | Schemas for stickers | Rory& | 2026-03-17 | 2 | -25/+20 |
| * | Clean up schemas some more | Rory& | 2026-03-16 | 2 | -8/+2 |
| * | Shorten imports | Rory& | 2026-03-14 | 13 | -43/+66 |
| * | Remove unused imports for non-entities | Rory& | 2026-03-14 | 2 | -3/+1 |
| * | [rel/1518] Allowed mentions + message reference: allow nulls | Rory& | 2026-03-07 | 1 | -5/+5 |
| * | [rel/1518] Member flags | Rory& | 2026-03-07 | 1 | -1/+3 |
| * | [rel/1518] make PartialEmoji accept id-only | Rory& | 2026-03-07 | 1 | -5/+12 |
| * | [rel/1518] Interaction failure reason enum, add missing copyright headers | Rory& | 2026-03-07 | 11 | -0/+203 |
| * | Fix message embeds not being nullable | Rory& | 2026-02-25 | 1 | -2/+2 |
| * | Update message component type to match upstream | Rory& | 2026-02-20 | 1 | -1/+15 |
| * | Some unfinished templates work | Rory& | 2026-02-15 | 1 | -1/+1 |
| * | Fix accepting friend requests | Rory& | 2026-02-15 | 1 | -0/+1 |
| * | Try to enforce channel limts? | Rory& | 2026-02-14 | 1 | -3/+0 |
| * | edit tags | MathMan05 | 2026-02-05 | 1 | -0/+1 |
| * | another type screw up | MathMan05 | 2026-02-05 | 1 | -1/+1 |
| * | so many type screw ups | MathMan05 | 2026-02-05 | 5 | -6/+29 |
| * | create tags | MathMan05 | 2026-02-05 | 2 | -0/+25 |
| * | more forum fixes | MathMan05 | 2026-02-04 | 2 | -3/+25 |
| * | merge master | MathMan05 | 2026-02-04 | 1 | -1/+1 |
| |\ |
|
| | * | more thread improvements | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| * | | thread improvements | MathMan05 | 2026-02-04 | 1 | -0/+1 |
| |/ |
|
| * | Merge remote-tracking branch 'mathium05/threadFixes' | Rory& | 2026-02-04 | 5 | -5/+77 |
| |\ |
|
| | * | more changes | MathMan05 | 2026-02-03 | 5 | -1/+77 |
| | * | fix interface | MathMan05 | 2026-02-03 | 1 | -4/+0 |
| * | | Update schemas for profile customisation | Rory& | 2026-02-03 | 2 | -1/+15 |
| |/ |
|
| * | READY changes for threads ported from #876 | Rory& | 2026-01-29 | 3 | -2/+7 |
| * | Update message type enum | Rory& | 2026-01-29 | 1 | -6/+45 |
| * | Merge remote-tracking branch 'origin/dev/threads' | Rory& | 2026-01-28 | 4 | -0/+35 |
| |\ |
|
| | * | thread API start | MathMan05 | 2026-01-28 | 3 | -0/+27 |
| | * | sechema changes+migrations | MathMan05 | 2026-01-28 | 1 | -0/+8 |
| * | | Update channel type enum to un-erkinalp-ize it, and match discord | Rory& | 2026-01-28 | 1 | -11/+8 |
| |/ |
|
| * | Add stub POSt report endpoint | Rory& | 2026-01-17 | 2 | -1/+38 |
| * | Add temp reporting menu responses | Rory& | 2026-01-15 | 1 | -0/+7 |
| * | Enum for report menu types | Rory& | 2026-01-14 | 1 | -0/+43 |
| * | fest: throw an error if bot name is empty | CyberL1 | 2026-01-14 | 1 | -0/+1 |
| * | DM bot Fix | MathMan05 | 2025-12-19 | 1 | -1/+3 |
| * | chore: run prettier | CyberL1 | 2025-12-18 | 2 | -16/+16 |
| * | feat: add message forwards (normal messages only) | CyberL1 | 2025-12-18 | 2 | -1/+21 |
| * | friend nicknames | MathMan05 | 2025-12-17 | 2 | -0/+22 |
| * | Drop extended_settings, account data soon. Closes #1160 | Rory& | 2025-12-17 | 1 | -1/+0 |
| * | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 161 | -2277/+2277 |
| * | Dont directly export all config subtypes | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | Move region to webrtc schemas | Rory& | 2025-12-17 | 2 | -0/+32 |
| * | Prettier 2 | Rory& | 2025-12-17 | 35 | -114/+66 |
| * | finally make eslint happy | Rory& | 2025-12-17 | 2 | -1/+5 |
| * | Update session info | Rory& | 2025-12-17 | 1 | -19/+5 |
| * | Device management | Rory& | 2025-12-16 | 1 | -0/+55 |
| * | Fix bad imports | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | Update instance ban schema | Rory& | 2025-12-16 | 1 | -0/+1 |
| * | More instance ban stuff | Rory& | 2025-12-12 | 2 | -0/+7 |
| * | Fix IP tracking for bans | Rory& | 2025-12-12 | 1 | -2/+2 |
| * | fix: add `| null` to guild folder types | CyberL1 | 2025-12-05 | 1 | -3/+3 |
| * | fix: only `guild_ids` is required in guild folder | CyberL1 | 2025-12-05 | 1 | -3/+3 |
| * | fix: `highest_last_message_id` is apparently a number and never a string | CyberL1 | 2025-12-04 | 1 | -5/+5 |
| * | Remove fallback URIs, remove endpointClient, expose admin api | Rory& | 2025-12-04 | 1 | -1/+3 |
| * | Fix message ack schema | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | Support deleting ACKs for type==channel | Rory& | 2025-12-02 | 1 | -1/+21 |
| * | update schema for voiceIdentify | dank074 | 2025-12-02 | 1 | -0/+3 |
| * | Cut down schemas by 90% | Rory& | 2025-11-29 | 3 | -16/+32 |
| * | Expose mor emember keys | Rory& | 2025-11-25 | 1 | -1/+11 |
| * | allow setting communication_disabled_until | Rory& | 2025-11-25 | 1 | -0/+1 |
| * | add missing user flags | Rory& | 2025-11-25 | 1 | -22/+43 |
| * | make interactions more normal | MathMan05 | 2025-11-23 | 1 | -0/+1 |
| * | role type fix | MathMan05 | 2025-11-17 | 1 | -5/+7 |
| * | fix: gif stickers should have `format_type` 4 instead of 0 | CyberL1 | 2025-11-08 | 1 | -1/+1 |
| * | fix: add `BulkApplicationCommandCreateSchema` | CyberL1 | 2025-10-22 | 1 | -0/+2 |
| * | add fingerprint endpoint | doesnm | 2025-10-20 | 1 | -0/+3 |
| * | chore: remove `is this right?` comments | CyberL1 | 2025-10-19 | 1 | -4/+4 |
| * | fix: interaction callback | CyberL1 | 2025-10-19 | 3 | -2/+35 |
| * | Automod mayhaps? | Rory& | 2025-10-18 | 1 | -5/+59 |
| * | fix: interaction schema | CyberL1 | 2025-10-18 | 1 | -2/+2 |
| * | chore: complete `MessageInteractionSchema` more | CyberL1 | 2025-10-18 | 1 | -3/+11 |
| * | fix: move types to schema | CyberL1 | 2025-10-18 | 1 | -2/+12 |
| * | Partial usersetting update schema | Rory& | 2025-10-18 | 3 | -3/+5 |
| * | Identifiers: drop @format | Rory& | 2025-10-18 | 1 | -1/+0 |
| * | feat: interactions (incomplete) | CyberL1 | 2025-10-17 | 7 | -0/+88 |
| * | chore: add `ApplicationCommandCreateSchema` | CyberL1 | 2025-10-17 | 2 | -0/+20 |
| * | Add application command schema | Rory& | 2025-10-16 | 3 | -0/+76 |
| * | More schema work, moved most stuff from entities to schemas, though messy | Rory& | 2025-10-15 | 32 | -49/+727 |
| * | Reorganise schemas a little bit | Rory& | 2025-10-15 | 107 | -134/+699 |
| * | Move schemas to separate module | Rory& | 2025-10-14 | 141 | -0/+4753 |