| 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 |
| * | Signify some imports more explicitly | Rory& | 2026-06-16 | 181 | -181/+181 |
| * | Move random string to Random class in extensions | Rory& | 2026-06-16 | 4 | -8/+12 |
| * | 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 | 6 | -8/+14 |
| * | Move entities to database | Rory& | 2026-06-12 | 124 | -336/+418 |
| * | Move database to toplevel | Rory& | 2026-06-12 | 2 | -2/+2 |
| * | Use subpath imports for lambert-server, fix openapi.js | Rory& | 2026-06-12 | 45 | -45/+45 |
| * | Allow subpath imports, move extensions to separate module | Rory& | 2026-06-12 | 2 | -2/+3 |
| * | Dont send guild_add for autojoin guilds on register, disable bcrypt workers a... | Rory& | 2026-06-11 | 1 | -59/+61 |
| * | Bcrypt worker threads | Rory& | 2026-06-11 | 1 | -1/+3 |
| * | Trace registration | Rory& | 2026-06-11 | 1 | -2/+19 |
| * | Return url on webhook create | Rory& | 2026-06-05 | 1 | -0/+1 |
| * | Process lifecycle scripts | Rory& | 2026-05-28 | 1 | -2/+5 |
| * | 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 |
| * | Constrain role name lengths | Rory& | 2026-04-24 | 2 | -0/+6 |
| * | 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: arrow-body-style=as-needed | Rory& | 2026-04-19 | 7 | -57/+42 |
| * | eslint: more rules, no-duplicate-imports | Rory& | 2026-04-19 | 2 | -4/+2 |
| * | eslint: array callback return, no restricted imports | Rory& | 2026-04-19 | 8 | -25/+28 |
| * | 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 |
| * | Run prettier, remove accidental imports | Rory& | 2026-04-18 | 1 | -9/+9 |
| * | Fix TOTP | Rory& | 2026-04-18 | 2 | -2/+2 |
| * | Attempt to set channel/message id for attachments in more places | Rory& | 2026-04-18 | 1 | -1/+1 |
| * | Fix attachments | Rory& | 2026-04-18 | 5 | -42/+35 |
| * | 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 |
| * | Fix voice state query trying to include member | Rory& | 2026-03-21 | 1 | -8/+14 |
| * | make spacebar compile again dev/emma/as-to-satisfies-gw | Oh64 | 2026-03-21 | 8 | -41/+60 |
| * | More schema stuff | Rory& | 2026-03-21 | 1 | -1/+1 |
| * | Message*Event: as->satisfies (WIP) | Rory& | 2026-03-21 | 7 | -12/+12 |
| * | 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 | 1 | -139/+148 |
| * | merge the functions | MathMan05 | 2026-03-20 | 2 | -10/+17 |
| * | fixes | MathMan05 | 2026-03-20 | 1 | -2/+2 |
| * | fix typo | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | enum for failure | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | 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 | 1 | -0/+1 |
| * | fix more | MathMan05 | 2026-03-20 | 1 | -0/+1 |
| * | fixes for pluralkit | MathMan05 | 2026-03-20 | 3 | -8/+72 |
| * | fix many bugs | MathMan05 | 2026-03-20 | 1 | -2/+2 |
| * | 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 | 1 | -9/+5 |
| * | move the check to the right spot | MathMan05 | 2026-03-20 | 1 | -40/+0 |
| * | 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 |
| * | 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 | 2 | -6/+8 |
| * | Shorten imports | Rory& | 2026-03-14 | 3 | -3/+3 |
| * | Remove unused imports for non-entities | Rory& | 2026-03-14 | 22 | -53/+23 |
| * | Remove unnessecary continue statements | Rory& | 2026-03-14 | 1 | -1/+0 |
| * | Clean up some type guards | Rory& | 2026-03-14 | 1 | -1/+1 |
| * | minor cleanup | Rory& | 2026-03-14 | 1 | -2/+0 |
| * | properly mark unused params | Rory& | 2026-03-14 | 5 | -6/+12 |
| * | Qodana: fix async warnings | Rory& | 2026-03-14 | 12 | -23/+24 |
| * | 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 |
| * | 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 |
| * | 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 | 1 | -0/+1 |
| * | 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 |
| * | 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 |
| * | | 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 |
| * | | | Discovery fixes, nix updates | Rory& | 2026-02-23 | 1 | -1/+6 |
| * | | | fix post data | MathMan05 | 2026-02-18 | 1 | -1/+16 |
| * | | | 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 reg-ipchecks | ChrisChrome | 2026-02-16 | 1 | -1/+3 |
| |/ / |
|
| * | | 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 |
| * | | feat: Add limit query parameter when fetching reactions | Yodozoh | 2026-02-11 | 1 | -0/+2 |
| * | | 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 |
| * | | 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 | 3 | -18/+2 |
| * | | 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 | 4 | -17/+248 |
| |\ \ |
|
| | * | | more changes | MathMan05 | 2026-02-03 | 3 | -3/+186 |
| | * | | 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 |
| | * | | don't delete a public thread | MathMan05 | 2026-02-03 | 1 | -11/+11 |
| | * | | some thread fixes | MathMan05 | 2026-02-03 | 1 | -1/+2 |
| * | | | Guild discovery: option to hide already joined guilds | Rory& | 2026-02-03 | 1 | -3/+11 |
| * | | | Update schemas for profile customisation | Rory& | 2026-02-03 | 1 | -1/+25 |
| * | | | Actually save webhook apps - fixes #1474 | Rory& | 2026-02-03 | 1 | -1/+2 |
| * | | | fix: treat `guild_id=0` as no `guild_id` for discord mobile client (a.k.a. th... | CyberL1 | 2026-02-02 | 1 | -1/+1 |
| * | | | Assert req.params type as solely string (express update) | Rory& | 2026-02-01 | 83 | -235/+243 |
| * | | | Enforce numeric-only discriminators in PATCH /users/@me | Rory& | 2026-01-30 | 1 | -0/+10 |
| * | | | fix: don't return default role for user profiles | CyberL1 | 2026-01-30 | 1 | -0/+2 |
| |/ / |
|
| * | | Thread membership routes | Rory& | 2026-01-29 | 4 | -0/+227 |
| * | | thread stuff ig tmp-rebase-threads dev/threads | MathMan05 | 2026-01-28 | 1 | -0/+12 |
| * | | initial recipients work | MathMan05 | 2026-01-28 | 3 | -6/+18 |
| * | | thread API start | MathMan05 | 2026-01-28 | 2 | -0/+109 |
| * | | Make bot invites configurable | Rory& | 2026-01-24 | 2 | -4/+4 |
| * | | Forbid dashes in emoji names | Rory& | 2026-01-23 | 1 | -0/+3 |
| * | | Dummy warp endpoint | Rory& | 2026-01-23 | 1 | -0/+39 |
| * | | Port User.tag getter from pomelo as utility | Rory& | 2026-01-23 | 2 | -2/+2 |
| * | | Make openapi.js work offline - still needs conditionals fixed though | Rory& | 2026-01-22 | 21 | -18/+60 |
| * | | Move health endpoints to /, deprecate /api/-. Fixes #1089 | Rory& | 2026-01-22 | 2 | -2/+2 |
| * | | fix validations | MathMan05 | 2026-01-20 | 1 | -3/+5 |
| * | | Add stub POSt report endpoint | Rory& | 2026-01-17 | 3 | -65/+203 |
| * | | Add temp reporting menu responses | Rory& | 2026-01-15 | 1 | -1/+3 |
| * | | Enum for report menu types | Rory& | 2026-01-14 | 1 | -13/+23 |
| * | | Actually map all endpoints for getting report menus | Rory& | 2026-01-14 | 1 | -14/+27 |
| * | | fest: throw an error if bot name is empty | CyberL1 | 2026-01-14 | 1 | -1/+10 |
| * | | fest: throw an error if application name is empty | CyberL1 | 2026-01-14 | 1 | -1/+10 |
| * | | Whoami endpoint in api | Rory& | 2026-01-11 | 1 | -0/+57 |
| * | | fix: relationshipsSelf are now actually self | CyberL1 | 2026-01-10 | 1 | -1/+1 |
| * | | Fix profile API | MathMan05 | 2025-12-29 | 1 | -6/+7 |
| * | | Persist uploader user id for new stickers | Rory& | 2025-12-28 | 1 | -0/+1 |
| * | | fix endpoint crap | Rory& | 2025-12-27 | 1 | -1/+1 |
| * | | Ignore empty ASN type/ID in register | Rory& | 2025-12-26 | 1 | -2/+6 |
| * | | Fix endpoint public splitting | Rory& | 2025-12-25 | 1 | -1/+1 |
| * | | Merge pull request #1449 from MathMan05/inviteFix | Cyber | 2025-12-22 | 1 | -1/+1 |
| |\ \ |
|
| | * | | fix invite API slightly | MathMan05 | 2025-12-22 | 1 | -1/+1 |
| * | | | Shields | Rory& | 2025-12-21 | 1 | -0/+100 |
| * | | | Widget: sort users by id | Rory& | 2025-12-21 | 1 | -16/+16 |
| * | | | Fix import | Rory& | 2025-12-21 | 1 | -1/+1 |
| * | | | Filter widget channels by type, implement rudimentary cache, mark cache as im... | Rory& | 2025-12-21 | 1 | -77/+98 |
| * | | | Bump widget idle time to 5 minutes | Rory& | 2025-12-20 | 1 | -1/+1 |
| |/ / |
|
| * | | Merge remote-tracking branch 'mathium05/dmFix' | Rory& | 2025-12-20 | 1 | -1/+1 |
| |\ \ |
|
| | * | | DM bot Fix | MathMan05 | 2025-12-19 | 1 | -1/+1 |
| * | | | Fix online member count | Rory& | 2025-12-20 | 1 | -1/+2 |
| |/ / |
|
| * | | Fix widget | Rory& | 2025-12-20 | 1 | -4/+6 |
| * | | Widget improvements | Rory& | 2025-12-19 | 1 | -1/+5 |
| * | | Implement widget | Rory& | 2025-12-19 | 1 | -4/+14 |
| * | | Deprecation: Use object-based relations for typeorm | Rory& | 2025-12-19 | 43 | -111/+116 |
| * | | more async io | Rory& | 2025-12-19 | 1 | -1/+1 |
| * | | Dont use promises for dummy endpoints | Rory& | 2025-12-19 | 34 | -40/+39 |
| * | | DEPRECATION: Move most select queries to object instead of string[] | Rory& | 2025-12-19 | 31 | -36/+59 |
| * | | refactor: adjust numbers for length limits | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | refactor: adjust numbers for length limits | CyberL1 | 2025-12-19 | 1 | -2/+2 |
| * | | refactor: adjust commit lenghts for `push` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | fix: description length for `issue_comment` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | fix: description length for `issue` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| * | | Drop isProxy alltogether, because wtf is this language (!![] === true apparen... | Rory& | 2025-12-18 | 1 | -5/+0 |
| * | | Avoid re-fetching user if not requesting extra fields | Rory& | 2025-12-18 | 11 | -21/+13 |
| * | | friend nicknames | MathMan05 | 2025-12-17 | 1 | -2/+40 |
| |/ |
|
| * | Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults' | Rory& | 2025-12-17 | 4 | -9/+12 |
| |\ |
|
| | * | Stop returning defaults when using getPublicUser() | TomatoCake | 2024-09-01 | 2 | -5/+8 |
| * | | Merge remote-tracking branch 'mathium05/greetFix' | Rory& | 2025-12-17 | 1 | -2/+2 |
| |\ \ |
|
| | * \ | Merge branch 'master' into greetFix | Cyber | 2025-11-18 | 1 | -0/+3 |
| | |\ \ |
|
| | * | | | fix greet API | MathMan05 | 2025-11-17 | 1 | -3/+3 |
| * | | | | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 184 | -10655/+10655 |
| * | | | | Remove automod code in favor of dev/emma-wip stuff | Rory& | 2025-12-17 | 1 | -55/+0 |
| * | | | | No more fallback URLs | Rory& | 2025-12-17 | 3 | -6/+3 |
| * | | | | Remove GATEWAY/CDN env variables in favor of single source of truth | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | Prettier u14 | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | | | Prettier u9 | Rory& | 2025-12-17 | 2 | -76/+39 |