| Commit message (Expand) | Author | Age | Files | Lines |
| * | Delete messages when deleting webhook | Rory& | 2026-06-17 | 2 | -1/+5 |
| * | Routes: reduce scope of api imports to api/util | Rory& | 2026-06-17 | 14 | -16/+16 |
| * | Clean up some imports to make API work again | Rory& | 2026-06-17 | 2 | -2/+21 |
| * | extensions/String: use custom exception type | Rory& | 2026-06-17 | 1 | -1/+13 |
| * | Authentication: allow - in webhook token | Rory& | 2026-06-16 | 3 | -67/+1 |
| * | Fix import | Rory& | 2026-06-16 | 1 | -2/+6 |
| * | Signify some imports more explicitly | Rory& | 2026-06-16 | 181 | -181/+181 |
| * | Move random string to Random class in extensions | Rory& | 2026-06-16 | 7 | -80/+15 |
| * | Dont fetch roles if role id set is empty | Rory& | 2026-06-16 | 1 | -1/+1 |
| * | Dont fetch roles for non-guild mesages | Rory& | 2026-06-16 | 1 | -1/+1 |
| * | Account for channel id when deleting messages | Rory& | 2026-06-16 | 1 | -2/+2 |
| * | Replace APIRole with schema | Rory& | 2026-06-13 | 1 | -1/+1 |
| * | Split config/response voice regions, remove APIVoiceRegion alias | Rory& | 2026-06-13 | 2 | -2/+2 |
| * | HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating al... | Rory& | 2026-06-13 | 16 | -28/+31 |
| * | api/widget: dont import the entirety of the CDN server | Rory& | 2026-06-12 | 1 | -1/+1 |
| * | Move more extensions to extensions | Rory& | 2026-06-12 | 11 | -53/+19 |
| * | Move entities to database | Rory& | 2026-06-12 | 129 | -357/+430 |
| * | Move database to toplevel | Rory& | 2026-06-12 | 4 | -9/+10 |
| * | Use subpath imports for lambert-server, fix openapi.js | Rory& | 2026-06-12 | 51 | -51/+51 |
| * | Allow subpath imports, move extensions to separate module | Rory& | 2026-06-12 | 4 | -6/+6 |
| * | Dont send guild_add for autojoin guilds on register, disable bcrypt workers a... | Rory& | 2026-06-11 | 2 | -60/+62 |
| * | Bcrypt worker threads | Rory& | 2026-06-11 | 2 | -1/+5 |
| * | Trace registration | Rory& | 2026-06-11 | 1 | -2/+19 |
| * | Use better permissions when handling webhook mentions | Rory& | 2026-06-05 | 1 | -2/+9 |
| * | Log silent attachment failures for webhooks | Rory& | 2026-06-05 | 1 | -0/+1 |
| * | Return url on webhook create | Rory& | 2026-06-05 | 1 | -0/+1 |
| * | Clean up import in Monitoring, close webrtc connection on IPC failure, add LO... | Rory& | 2026-06-05 | 1 | -0/+2 |
| * | Merge branch 'dev/monitoring' | Rory& | 2026-05-28 | 1 | -0/+3 |
| |\ |
|
| | * | */Server.ts: Handle metrics requests | Rory& | 2026-05-28 | 1 | -0/+1 |
| | * | */Server.ts: Add monitoring init hook | Rory& | 2026-05-28 | 1 | -1/+0 |
| | * | Process lifecycle scripts | Rory& | 2026-05-28 | 2 | -5/+13 |
| * | | Process lifecycle scripts | Rory& | 2026-05-28 | 2 | -6/+11 |
| |/ |
|
| * | Break up bulk inserts for read states to avoid postgres parameter exhaustion | Rory& | 2026-05-26 | 1 | -10/+26 |
| * | Trace fillInMissingIDs | Rory& | 2026-05-26 | 1 | -28/+48 |
| * | Bulk insert missing ReadStates | Rory& | 2026-05-26 | 1 | -14/+24 |
| * | No longer handle mention_count == null since its no longer nullable | Rory& | 2026-05-26 | 1 | -22/+20 |
| * | Use forEach rather than .map.forEach | Rory& | 2026-05-26 | 1 | -1/+1 |
| * | Add full trace | Rory& | 2026-05-26 | 1 | -5/+25 |
| * | Use sets for mention roles/users | Rory& | 2026-05-26 | 1 | -20/+41 |
| * | Simplify some queries for handling mentions | Rory& | 2026-05-26 | 1 | -11/+14 |
| * | User mentions: use `user_id IN (...)` rather than `user_id = ... OR user_id =... | Rory& | 2026-05-26 | 1 | -1/+1 |
| * | Move message mention handling to separate function | Rory& | 2026-05-26 | 1 | -132/+144 |
| * | */start.ts: unify import order for module-alias and dotenv | Rory& | 2026-05-24 | 1 | -3/+5 |
| * | Clean up erlpack types | Rory& | 2026-05-24 | 1 | -9/+1 |
| * | Compliance: add user_id and user_settings to login response | Rory& | 2026-05-05 | 1 | -1/+1 |
| * | handle constraints on webhook delete | Rory& | 2026-05-03 | 1 | -1/+32 |
| * | Register: cache blocked IPs | Rory& | 2026-04-28 | 2 | -12/+45 |
| * | Document why ImageProxy.ts exists | Rory& | 2026-04-26 | 1 | -0/+1 |
| * | Constrain role name lengths | Rory& | 2026-04-24 | 2 | -0/+6 |
| * | Move email domain lists to assets | Rory& | 2026-04-24 | 2 | -124132/+0 |
| * | Clean up imports in schemas/api/bots | Rory& | 2026-04-20 | 1 | -2/+2 |
| * | Clean some unused imports | Rory& | 2026-04-19 | 2 | -3/+2 |
| * | Fix guild discovery | Rory& | 2026-04-19 | 2 | -4/+4 |
| * | eslint: reapply after rebasing on #1631 | Rory& | 2026-04-19 | 1 | -1/+1 |
| * | eslint: yoda | Rory& | 2026-04-19 | 1 | -2/+2 |
| * | eslint: arrow-body-style=as-needed | Rory& | 2026-04-19 | 9 | -95/+49 |
| * | eslint: more rules, no-duplicate-imports | Rory& | 2026-04-19 | 2 | -4/+2 |
| * | eslint: array callback return, no restricted imports | Rory& | 2026-04-19 | 16 | -41/+39 |
| * | fix comment typo | CyberL1 | 2026-04-19 | 1 | -1/+1 |
| * | remove oversight | CyberL1 | 2026-04-19 | 1 | -4/+0 |
| * | fix: expose metadata if should be visible | CyberL1 | 2026-04-19 | 1 | -1/+2 |
| * | fix: expose only public properties | CyberL1 | 2026-04-19 | 1 | -2/+27 |
| * | fix: select `visibility` on `connected_accounts` | CyberL1 | 2026-04-19 | 1 | -0/+11 |
| * | NPM updates 2 | Rory& | 2026-04-18 | 1 | -1/+0 |
| * | Run prettier, remove accidental imports | Rory& | 2026-04-18 | 1 | -9/+9 |
| * | Fix TOTP | Rory& | 2026-04-18 | 2 | -2/+2 |
| * | Fix error logging, dont use simple-array | Rory& | 2026-04-18 | 1 | -1/+1 |
| * | Split out attachment handling from message handler | Rory& | 2026-04-18 | 1 | -83/+76 |
| * | Attempt to set channel/message id for attachments in more places | Rory& | 2026-04-18 | 2 | -1/+3 |
| * | handleMessage: set message id for cloud attachments | Rory& | 2026-04-18 | 1 | -0/+4 |
| * | Fix attachments | Rory& | 2026-04-18 | 7 | -55/+48 |
| * | Add media1.tenor.com explicitly as image handler | Rory& | 2026-04-14 | 1 | -0/+1 |
| * | Make presence clear async, clean up temp session code | Rory& | 2026-04-13 | 1 | -5/+1 |
| * | Fix Typing event so that it returns undefined rather than null | whinis | 2026-04-13 | 2 | -2/+2 |
| * | fix: make github webhooks embeds have `rich` type | CyberL1 | 2026-03-31 | 1 | -1/+20 |
| * | EmbedHandlers: more configuration for embeds, switch to storing all returned ... | Rory& | 2026-03-26 | 1 | -35/+60 |
| * | EmbedHandlers: use youtube handler for youtube music, use OrmUtils.mergeDeep ... | Rory& | 2026-03-26 | 1 | -5/+3 |
| * | Embeds: factor out from postMessage | Rory& | 2026-03-26 | 2 | -134/+168 |
| * | Fix voice state query trying to include member | Rory& | 2026-03-21 | 1 | -8/+14 |
| * | lambert-server: Remove unused errorHandler option | Rory& | 2026-03-21 | 1 | -1/+1 |
| * | lambert-server: Remove unused jsonBody option | Rory& | 2026-03-21 | 1 | -1/+1 |
| * | make spacebar compile again github/dev/emma/as-to-satisfies-gw dev/emma/as-to-satisfies-gw | Oh64 | 2026-03-21 | 10 | -46/+76 |
| * | More schema stuff | Rory& | 2026-03-21 | 1 | -1/+1 |
| * | Message*Event: as->satisfies (WIP) | Rory& | 2026-03-21 | 9 | -17/+20 |
| * | Migrate MessageReaction*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -7/+9 |
| * | Migrate TypingStartEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate Thread*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 4 | -13/+13 |
| * | Migrate MessageDelete*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 3 | -3/+3 |
| * | Migrate UserDeleteEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate MessageAckEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+2 |
| * | Migrate PresenceUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate UserUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -2/+2 |
| * | Migrate VoiceS*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+6 |
| * | Migrate Invite*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -2/+2 |
| * | Migrate Channel*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 4 | -9/+9 |
| * | Migrate WebhooksUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -8/+8 |
| * | Migrate Relationship*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -8/+8 |
| * | Migrate GuildStickersUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate GuildRole*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -4/+4 |
| * | Migrate GuildEmoji*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -3/+3 |
| * | Migrate GuildDeleteEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate GuildBan*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -3/+3 |
| * | Migrate ChannelRecipient*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -6/+8 |
| * | Migrate ChannelPinsUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -4/+4 |
| * | Migrate Interaction*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -3/+3 |
| * | Migrate InteractionCreateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -2/+6 |
| * | Migrate SettingsProto* to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -4/+4 |
| * | Migrate ChannelDeleteEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -4/+4 |
| * | Migrate GuildUpdate to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -4/+24 |
| * | Migrate GuildMemberUpdate to satisfies, part of #1577 | Rory& | 2026-03-20 | 2 | -2/+2 |
| * | just one more check | MathMan05 | 2026-03-20 | 1 | -0/+2 |
| * | remove the stupid function | MathMan05 | 2026-03-20 | 1 | -6/+1 |
| * | final pk fixes | MathMan05 | 2026-03-20 | 2 | -140/+165 |
| * | merge the functions | MathMan05 | 2026-03-20 | 2 | -10/+17 |
| * | make some corrections | MathMan05 | 2026-03-20 | 1 | -16/+23 |
| * | make better error | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | invert if | MathMan05 | 2026-03-20 | 1 | -7/+7 |
| * | fixes | MathMan05 | 2026-03-20 | 2 | -2/+3 |
| * | remove log | MathMan05 | 2026-03-20 | 1 | -1/+0 |
| * | inline constant | MathMan05 | 2026-03-20 | 1 | -2/+1 |
| * | fix typo | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | enum for failure | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | remove log | MathMan05 | 2026-03-20 | 1 | -1/+0 |
| * | correct comment | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | return | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | keep it safe | MathMan05 | 2026-03-20 | 1 | -1/+14 |
| * | remove logs | MathMan05 | 2026-03-20 | 1 | -3/+0 |
| * | don't do that | MathMan05 | 2026-03-20 | 1 | -0/+3 |
| * | call to json | MathMan05 | 2026-03-20 | 4 | -7/+7 |
| * | more pk fixes | MathMan05 | 2026-03-20 | 3 | -4/+6 |
| * | fix more | MathMan05 | 2026-03-20 | 1 | -0/+1 |
| * | fixes for pluralkit | MathMan05 | 2026-03-20 | 5 | -24/+121 |
| * | a lot of small fixes | MathMan05 | 2026-03-20 | 2 | -1/+4 |
| * | remove some extras | MathMan05 | 2026-03-20 | 1 | -8/+0 |
| * | fix many bugs | MathMan05 | 2026-03-20 | 2 | -25/+31 |
| * | sign here | MathMan05 | 2026-03-20 | 1 | -9/+5 |
| * | it ain't async | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | sign 'em | MathMan05 | 2026-03-20 | 2 | -10/+18 |
| * | maybe processing media? | MathMan05 | 2026-03-20 | 1 | -13/+89 |
| * | v2 init work | MathMan05 | 2026-03-20 | 1 | -29/+117 |
| * | move the check to the right spot | MathMan05 | 2026-03-20 | 2 | -41/+53 |
| * | Fix schemas for guild bans | Rory& | 2026-03-17 | 1 | -7/+7 |
| * | Schemas for emojis | Rory& | 2026-03-17 | 1 | -1/+1 |
| * | Schemas for stickers | Rory& | 2026-03-17 | 2 | -2/+2 |
| * | Fix errorneous log | Rory& | 2026-03-17 | 1 | -2/+1 |
| * | Fix some broken imports | Rory& | 2026-03-17 | 2 | -2/+2 |
| * | CORS: change max age from 5s to 60s | Rory& | 2026-03-15 | 1 | -1/+1 |
| * | added missing author to replies | Lisa Marie Maginnis | 2026-03-15 | 1 | -1/+4 |
| * | Added user and roles to PublicMember response to fix reactions | Lisa Marie Maginnis | 2026-03-15 | 1 | -1/+9 |
| * | give remove the same treatment | MathMan05 | 2026-03-15 | 1 | -2/+4 |
| * | Fix adding reactions | MathMan05 | 2026-03-15 | 1 | -9/+9 |
| * | Some minor work | Rory& | 2026-03-14 | 3 | -32/+8 |
| * | remove duplicate / in url regex | Rory& | 2026-03-14 | 1 | -1/+1 |
| * | Shorten imports | Rory& | 2026-03-14 | 3 | -3/+3 |
| * | Remove unused imports for non-entities | Rory& | 2026-03-14 | 23 | -54/+23 |
| * | Remove unnessecary continue statements | Rory& | 2026-03-14 | 2 | -3/+1 |
| * | Clean up some type guards | Rory& | 2026-03-14 | 1 | -1/+1 |
| * | minor cleanup | Rory& | 2026-03-14 | 2 | -3/+1 |
| * | properly mark unused params | Rory& | 2026-03-14 | 7 | -8/+15 |
| * | Use plain assignment for permissions in message handler | Rory& | 2026-03-14 | 1 | -2/+2 |
| * | Qodana: fix async warnings | Rory& | 2026-03-14 | 14 | -25/+26 |
| * | fix: `around` parameter returning invalid sort | CyberL1 | 2026-03-13 | 1 | -1/+1 |
| * | API: fire SB_SESSION_REMOVE upon logging out a session | Rory& | 2026-03-13 | 2 | -2/+14 |
| * | fix: fall back to undefined in message create | Rory& | 2026-03-07 | 1 | -0/+1 |
| * | sticker impl | MathMan05 | 2026-03-07 | 1 | -1/+16 |
| * | Fix guild settings not using .save, nor beign awaited | Rory& | 2026-03-07 | 1 | -1/+1 |
| * | Fix indents in interactions copyright notice | Rory& | 2026-03-07 | 1 | -3/+3 |
| * | [rel/1518] Interaction failure reason enum, add missing copyright headers | Rory& | 2026-03-07 | 1 | -2/+2 |
| * | [cherry/1518] Webhooks: respect thread_id parameter | Rory& | 2026-03-06 | 1 | -7/+18 |
| * | Option to disable logging route registrations | Rory& | 2026-02-27 | 1 | -2/+2 |
| * | added clean_data to places after a member is created but not constructed to a... | whinis | 2026-02-26 | 2 | -0/+2 |
| * | Add /_spacebar/api/version - resolves #1222 | Rory& | 2026-02-25 | 1 | -1/+8 |
| * | Try to inherit permissions from everyoen role on creation (may be wrong) | Rory& | 2026-02-25 | 1 | -1/+3 |
| * | Create role for bots - fixes #1556 | Rory& | 2026-02-25 | 1 | -1/+11 |
| * | Fix message embeds not being nullable | Rory& | 2026-02-25 | 1 | -1/+1 |
| * | Lower missing route to WARN, add empty route middlewares | Rory& | 2026-02-25 | 3 | -3/+3 |
| * | Merge remote-tracking branch 'mathium05/memberEditScrewUp' | Rory& | 2026-02-25 | 2 | -7/+26 |
| |\ |
|
| | * | updates | MathMan05 | 2025-12-17 | 2 | -7/+26 |
| * | | Add support for attachment:// urls | Pablo Stebler | 2026-02-25 | 1 | -0/+47 |
| * | | Merge remote-tracking branch 'mathium05/refineSearch' | Rory& | 2026-02-25 | 1 | -37/+93 |
| |\ \ |
|
| | * | | fix up searching | MathMan05 | 2026-02-23 | 1 | -37/+93 |
| | * | | fix post data | MathMan05 | 2026-02-17 | 1 | -1/+16 |
| * | | | Fix read state type field - fixes #1559 | Rory& | 2026-02-25 | 1 | -1/+1 |
| * | | | Faster pings | Rory& | 2026-02-23 | 1 | -5/+3 |
| * | | | Discovery fixes, nix updates | Rory& | 2026-02-23 | 1 | -1/+6 |
| * | | | The ChainingOperator didn't work as expected. This fixes that. | whinis | 2026-02-18 | 1 | -10/+23 |
| * | | | fix post data | MathMan05 | 2026-02-18 | 1 | -1/+16 |
| * | | | Add some optional chaining to prevent issue with embeds | whinis | 2026-02-18 | 1 | -6/+5 |
| * | | | Add Decorators to clean classes before json serialization and remove invalid ... | whinis | 2026-02-17 | 1 | -1/+1 |
| * | | | API: request embeds in US english preferred | Rory& | 2026-02-17 | 1 | -1/+2 |
| * | | | API: fix youtube embed | Rory& | 2026-02-17 | 1 | -2/+3 |
| * | | | Fix user self delete not removing settings protos | ChrisChrome | 2026-02-16 | 1 | -1/+8 |
| * | | | Fix loading discord guild templates | ChrisChrome | 2026-02-16 | 2 | -5/+26 |
| * | | | Separate IP check options during registration | ChrisChrome | 2026-02-16 | 1 | -1/+3 |
| |/ / |
|
| * | | make i18next shut up | CyberL1 | 2026-02-15 | 1 | -0/+1 |
| * | | Try to enforce channel limts? | Rory& | 2026-02-14 | 1 | -1/+27 |
| * | | fix: wrong query for self member in mutual guilds | CyberL1 | 2026-02-14 | 1 | -1/+1 |
| * | | more pins fixes | MathMan05 | 2026-02-13 | 2 | -2/+4 |
| * | | die | MathMan05 | 2026-02-13 | 1 | -2/+0 |
| * | | update other pins | MathMan05 | 2026-02-13 | 1 | -1/+15 |
| * | | speed up fetching messages | MathMan05 | 2026-02-13 | 1 | -0/+2 |
| * | | WHY??? | MathMan05 | 2026-02-13 | 1 | -2/+0 |
| * | | fix it the other way arround | MathMan05 | 2026-02-13 | 1 | -1/+15 |
| * | | speed up fetching messages | MathMan05 | 2026-02-13 | 1 | -0/+2 |
| * | | thanks git | MathMan05 | 2026-02-13 | 1 | -2/+0 |
| * | | speed up fetching messages | MathMan05 | 2026-02-13 | 1 | -0/+2 |
| * | | left some logs in there, oops | MathMan05 | 2026-02-13 | 1 | -2/+0 |
| * | | speed up fetching messages | MathMan05 | 2026-02-13 | 1 | -28/+4 |
| * | | Fix splitting logic for .well-known base url | Rory& | 2026-02-11 | 1 | -1/+1 |
| * | | feat: Add limit query parameter when fetching reactions | Yodozoh | 2026-02-11 | 1 | -0/+2 |
| * | | save channel | MathMan05 | 2026-02-11 | 1 | -0/+1 |
| * | | Add discovery filtering | Rory& | 2026-02-10 | 1 | -25/+15 |
| * | | properly update last message id | MathMan05 | 2026-02-08 | 1 | -0/+1 |
| * | | fix bug with removing tags | MathMan05 | 2026-02-08 | 1 | -0/+1 |
| * | | correct tag change check | MathMan05 | 2026-02-08 | 1 | -1/+2 |
| * | | allow tag modification | MathMan05 | 2026-02-08 | 1 | -0/+42 |
| * | | have to include tags in the events | MathMan05 | 2026-02-08 | 1 | -1/+1 |
| * | | Save channel on message create | Rory& | 2026-02-08 | 1 | -0/+1 |
| * | | API: always drop /api suffix in well known (hack) | Rory& | 2026-02-07 | 1 | -1/+1 |
| * | | grab author relation | MathMan05 | 2026-02-05 | 1 | -0/+1 |
| * | | no need to init, the sent message will increment | MathMan05 | 2026-02-05 | 1 | -2/+2 |
| * | | oops | MathMan05 | 2026-02-05 | 1 | -1/+1 |
| * | | implement tag_setting | MathMan05 | 2026-02-05 | 1 | -4/+3 |
| * | | better search | MathMan05 | 2026-02-05 | 1 | -2/+6 |
| * | | edit tags | MathMan05 | 2026-02-05 | 1 | -0/+22 |
| * | | post with tags | MathMan05 | 2026-02-05 | 1 | -1/+32 |
| * | | fix responce types | MathMan05 | 2026-02-05 | 1 | -2/+6 |
| * | | deleting tags | MathMan05 | 2026-02-05 | 2 | -0/+48 |
| * | | so many type screw ups | MathMan05 | 2026-02-05 | 2 | -3/+7 |
| * | | create tags | MathMan05 | 2026-02-05 | 1 | -0/+66 |
| * | | incorrect message count | MathMan05 | 2026-02-04 | 1 | -2/+2 |
| * | | no more name checks for threads! | MathMan05 | 2026-02-04 | 2 | -2/+2 |
| * | | more forum fixes | MathMan05 | 2026-02-04 | 2 | -1/+184 |
| * | | some search fixes while I'm here | MathMan05 | 2026-02-04 | 1 | -24/+24 |
| * | | fix search while I'm at it | MathMan05 | 2026-02-04 | 1 | -3/+1 |
| * | | fix another forum bug | MathMan05 | 2026-02-04 | 1 | -1/+1 |
| * | | merge master | MathMan05 | 2026-02-04 | 1 | -2/+2 |
| |\ \ |
|
| | * | | spread that message! | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| | * | | more thread improvements | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| * | | | fix forum channel | MathMan05 | 2026-02-04 | 1 | -0/+1 |
| * | | | thread improvements | MathMan05 | 2026-02-04 | 2 | -3/+30 |
| |/ / |
|
| * | | some fixes | MathMan05 | 2026-02-04 | 4 | -19/+3 |
| * | | unscrew up | MathMan05 | 2026-02-04 | 2 | -4/+4 |
| * | | Fix req.params for thread creation | Rory& | 2026-02-04 | 1 | -1/+1 |
| * | | Merge remote-tracking branch 'mathium05/threadFixes' | Rory& | 2026-02-04 | 5 | -45/+278 |
| |\ \ |
|
| | * | | more changes | MathMan05 | 2026-02-03 | 4 | -31/+216 |
| | * | | send message to join thread | MathMan05 | 2026-02-03 | 1 | -0/+42 |
| | * | | add permision check | MathMan05 | 2026-02-03 | 1 | -0/+1 |
| | * | | correct thread type | MathMan05 | 2026-02-03 | 1 | -1/+1 |
| | * | | correct message sending perms | MathMan05 | 2026-02-03 | 1 | -1/+5 |