| Commit message (Expand) | Author | Age | Files | Lines |
| * | Dont use promises for dummy endpoints | Rory& | 2025-12-19 | 34 | -40/+39 |
| * | ESLint: warn for deprecated constructs | Rory& | 2025-12-19 | 1 | -1/+5 |
| * | 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 |
| * | Send HTTP 401 on token errors | Rory& | 2025-12-19 | 1 | -0/+3 |
| * | Drop isProxy alltogether, because wtf is this language (!![] === true apparen... | Rory& | 2025-12-18 | 1 | -5/+0 |
| * | add TODO | CyberL1 | 2025-12-18 | 1 | -0/+2 |
| * | feat: add message forwards (normal messages only) | CyberL1 | 2025-12-18 | 1 | -2/+38 |
| * | Avoid re-fetching user if not requesting extra fields | Rory& | 2025-12-18 | 12 | -24/+21 |
| * | friend nicknames | MathMan05 | 2025-12-17 | 1 | -2/+40 |
| * | Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults' | Rory& | 2025-12-17 | 5 | -10/+15 |
| |\ |
|
| | * | Stop returning defaults when using getPublicUser() | TomatoCake | 2024-09-01 | 3 | -6/+11 |
| * | | 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 | 205 | -12444/+12444 |
| * | | | | 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 | 5 | -211/+74 |
| * | | | | Prettier u5 | Rory& | 2025-12-17 | 7 | -217/+50 |
| * | | | | Prettier u4 | Rory& | 2025-12-17 | 17 | -470/+127 |
| * | | | | Prettier u3 | Rory& | 2025-12-17 | 18 | -388/+134 |
| * | | | | Prettier 8 | Rory& | 2025-12-17 | 3 | -19/+5 |
| * | | | | Prettier 7 | Rory& | 2025-12-17 | 1 | -6/+1 |
| * | | | | Prettier 6 | Rory& | 2025-12-17 | 2 | -9/+3 |
| * | | | | Prettier 5 | Rory& | 2025-12-17 | 6 | -24/+6 |
| * | | | | Prettier 4 | Rory& | 2025-12-17 | 4 | -10/+6 |
| * | | | | Prettier 3 | Rory& | 2025-12-17 | 3 | -6/+3 |
| * | | | | Prettier 2 | Rory& | 2025-12-17 | 5 | -5/+5 |
| * | | | | Prettier 2 | Rory& | 2025-12-17 | 5 | -72/+15 |
| * | | | | Prettier 1 | Rory& | 2025-12-17 | 22 | -322/+102 |
| * | | | | finally make eslint happy | Rory& | 2025-12-17 | 1 | -10/+13 |
| * | | | | Centralise ip info logic | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | | | Remove ugly hack | Rory& | 2025-12-17 | 1 | -2/+2 |
| * | | | | Cast ephemeral flag to number because lmao | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | | | Rename PRIVATE_ROUTE -> EPHEMERAL, fix typo | Rory& | 2025-12-17 | 1 | -2/+3 |
| * | | | | Remove device on logout | Rory& | 2025-12-17 | 2 | -8/+10 |
| * | | | | Fix sessions logout | Rory& | 2025-12-17 | 1 | -0/+1 |
| * | | | | Use query for sessions endpoint | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Lower interval for cleaning up sessions | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Device management | Rory& | 2025-12-16 | 1 | -0/+75 |
| * | | | | Fix bad imports | Rory& | 2025-12-16 | 3 | -3/+3 |
| * | | | | Expire old sessions, update last seen on gateway heartbeat | Rory& | 2025-12-16 | 1 | -5/+15 |
| * | | | | Less debug logging, more useful? | Rory& | 2025-12-16 | 2 | -4/+3 |
| * | | | | What does this even return | Rory& | 2025-12-16 | 1 | -0/+4 |
| * | | | | Session fixes | Rory& | 2025-12-16 | 1 | -1/+3 |
| * | | | | More maybe un-blowing-up | Rory& | 2025-12-16 | 1 | -4/+13 |
| * | | | | Allow opting out of persisting instance bans on user delete endpoint | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | | | Merge branch 'spacebarchat:master' into fix/gh-webhook-events-more | Cyber | 2025-12-15 | 18 | -199/+238 |
| |\ \ \ \ |
|
| | * | | | | fix cors | Rory& | 2025-12-15 | 1 | -1/+1 |
| | * | | | | remove test | MathMan05 | 2025-12-14 | 1 | -1/+1 |
| | * | | | | fix minor bug breaking bot invites | MathMan05 | 2025-12-14 | 1 | -40/+9 |
| | * | | | | Try adjusting CORS rules to make cookies work? | Rory& | 2025-12-13 | 2 | -10/+6 |
| | * | | | | Prevent duplicate instance ban entries | Rory& | 2025-12-13 | 1 | -1/+2 |
| | * | | | | Delete user settings protos on account deletion | Rory& | 2025-12-13 | 1 | -1/+4 |
| | * | | | | not milliseconds lol | Rory& | 2025-12-13 | 1 | -1/+1 |
| | * | | | | Log elapsed time for user delete | Rory& | 2025-12-13 | 1 | -1/+17 |
| | * | | | | Instance ban stuff | Rory& | 2025-12-13 | 3 | -2/+21 |
| | * | | | | Instance ban: clean up DMs and guild ownerships, track instance bans | Rory& | 2025-12-12 | 1 | -3/+121 |
| | * | | | | Fix IP tracking for bans | Rory& | 2025-12-12 | 1 | -1/+12 |
| | * | | | | Refactor: Replace getIpAddress with req.ip | BrajamohanDas-afk | 2025-12-12 | 12 | -142/+48 |
| | * | | | | Merge branch 'spacebarchat:master' into fix/gh-embeds-new-commits-title-link | Cyber | 2025-12-12 | 1 | -1/+1 |
| | |\ \ \ \ |
|
| | | * | | | | fix read del bug | MathMan05 | 2025-12-12 | 1 | -1/+1 |
| * | | | | | | fix: check if event is "opened" or "closed" | CyberL1 | 2025-12-15 | 1 | -0/+4 |
| |/ / / / / |
|
| * / / / / | fix: show compare url on multiple commits | CyberL1 | 2025-12-12 | 1 | -1/+1 |
| |/ / / / |
|
| * | | | | Perhaps, dont IP ban moderators | Rory& | 2025-12-07 | 1 | -1/+0 |
| * | | | | fix: check if `body` is not `null` | CyberL1 | 2025-12-05 | 1 | -1/+3 |
| * | | | | fix: include `user` object in `guild_member` | CyberL1 | 2025-12-04 | 1 | -12/+2 |
| * | | | | Clean up cloud attachment debug logs | Rory& | 2025-12-04 | 1 | -3/+2 |
| * | | | | Remove fallback URIs, remove endpointClient, expose admin api | Rory& | 2025-12-04 | 2 | -14/+11 |
| * | | | | fix: show only the first line of commit message | CyberL1 | 2025-12-03 | 1 | -1/+1 |
| * | | | | Always use req.ip when calling getIpAddress | Rory& | 2025-12-03 | 1 | -6/+1 |
| * | | | | wtf is wrong with ipdata | Rory& | 2025-12-03 | 1 | -0/+3 |
| * | | | | fix: github webhok username and avatar are now more in-line with discord | CyberL1 | 2025-12-02 | 1 | -2/+2 |
| * | | | | Fix register | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Support deleting ACKs for type==channel | Rory& | 2025-12-02 | 1 | -2/+27 |
| * | | | | Fix schema import | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Extended IP address scrutiny on register | Rory& | 2025-12-02 | 1 | -63/+55 |
| * | | | | Enforce bans on invites, enforce quarantine, enforce IP ban | Rory& | 2025-12-02 | 1 | -33/+29 |
| * | | | | Use IpDataClient in places | Rory& | 2025-12-02 | 4 | -86/+11 |
| * | | | | Always trim username updates | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | | | Template billing routes | Rory& | 2025-12-02 | 2 | -2/+84 |
| * | | | | fix: send 204 even if event is invalid (discord does this, idk why) | CyberL1 | 2025-12-02 | 1 | -3/+1 |
| * | | | | chore: remove debug log | CyberL1 | 2025-12-02 | 1 | -1/+0 |
| * | | | | refactor: refactor github webhooks embeds to match discord's | CyberL1 | 2025-12-02 | 1 | -469/+321 |
| * | | | | Fix base64 avatar stuff for webhooks | Rory& | 2025-12-01 | 1 | -1/+1 |
| * | | | | Drop node-fetch-commonjs, proxy-agent as deprecated | Rory& | 2025-12-01 | 10 | -30/+9 |
| * | | | | Merge branch 'master' into channelSearch | Cyber | 2025-12-01 | 4 | -32/+16 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into dupedEvents | Cyber | 2025-12-01 | 3 | -11/+15 |
| | |\ \ \ \ |
|
| | | * | | | | Tell browsers to cache applications/games detectable response in accordance o... | Rory& | 2025-11-30 | 2 | -10/+14 |
| | | * | | | | fix expose | MathMan05 | 2025-11-30 | 1 | -1/+1 |
| | * | | | | | stop with the duped events | MathMan05 | 2025-11-30 | 1 | -21/+1 |
| | |/ / / / |
|
| * | | | | | fix other bug | MathMan05 | 2025-11-30 | 2 | -38/+14 |
| * | | | | | Implement channel search | MathMan05 | 2025-11-30 | 1 | -0/+140 |
| |/ / / / |
|
| * | | | | Cut down schemas by 90% | Rory& | 2025-11-29 | 1 | -1/+7 |
| * | | | | don't show invis | MathMan05 | 2025-11-29 | 1 | -1/+1 |
| * | | | | Fix merge issues | MathMan05 | 2025-11-29 | 8 | -160/+83 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge pull request #1408 from MathMan05/removeStupidPolies | Madeline | 2025-11-29 | 8 | -167/+87 |
| | |\ \ \ \ |
|
| | | * | | | | remove string proto fake polyfill | MathMan05 | 2025-11-26 | 1 | -2/+3 |
| | | * | | | | make mentions not use the pollyfills | MathMan05 | 2025-11-26 | 1 | -74/+26 |
| | | * | | | | Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into... | MathMan05 | 2025-11-26 | 1 | -8/+12 |
| | | |\ \ \ \ |
|
| | | | * \ \ \ | Merge branch 'spacebarchat:master' into removeStupidPolies | Mathium05 | 2025-11-26 | 1 | -8/+12 |
| | | | |\ \ \ \ |
|
| | | * | | | | | | Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into... | MathMan05 | 2025-11-26 | 1 | -0/+206 |
| | | |\| | | | | |
|
| | | | * | | | | | Merge branch 'spacebarchat:master' into removeStupidPolies | Mathium05 | 2025-11-26 | 1 | -0/+206 |
| | | | |\ \ \ \ \ |
|
| | | * | | | | | | | remove remove | MathMan05 | 2025-11-26 | 1 | -3/+4 |
| | | |/ / / / / / |
|
| | | * | | | | | | change partition | MathMan05 | 2025-11-26 | 1 | -31/+16 |
| | | * | | | | | | remove distinct | MathMan05 | 2025-11-26 | 1 | -27/+5 |
| | | * | | | | | | rid of forEachAsync | MathMan05 | 2025-11-26 | 2 | -20/+26 |
| | | * | | | | | | rid of Math.clamp | MathMan05 | 2025-11-25 | 1 | -2/+2 |
| | | * | | | | | | Delete Object.map | MathMan05 | 2025-11-25 | 1 | -8/+5 |
| * | | | | | | | | status stuff | MathMan05 | 2025-11-28 | 1 | -9/+28 |
| |/ / / / / / / |
|
| * | | / / / / | remove unneeded log | MathMan05 | 2025-11-27 | 1 | -1/+0 |
| | |_|/ / / /
|/| | | | | |
|
| * | | | | | | Pagnation and guild scoping for mention inbox | Rory& | 2025-11-26 | 1 | -8/+12 |
| | |/ / / /
|/| | | | |
|
| * | | | | | Maybe? | Rory& | 2025-11-26 | 1 | -9/+15 |
| * | | | | | Swap around toJSON and withSignedAttachments (oops) | Rory& | 2025-11-26 | 1 | -2/+2 |
| * | | | | | Actually include messages in mentions result | Rory& | 2025-11-26 | 1 | -10/+48 |
| * | | | | | Mentions inbox: use the right roles prop... | Rory& | 2025-11-26 | 1 | -1/+2 |
| * | | | | | Mentions inbox: include channel guild id | Rory& | 2025-11-26 | 1 | -1/+1 |
| * | | | | | Mention inbox, hopefully | Rory& | 2025-11-26 | 1 | -0/+161 |
| |/ / / / |
|
| * | | | | Message handler: fix imports | Rory& | 2025-11-25 | 1 | -7/+5 |
| * | | | | implement timeouts and quarantines | Rory& | 2025-11-25 | 1 | -14/+15 |
| * | | | | allow setting communication_disabled_until | Rory& | 2025-11-25 | 1 | -0/+5 |
| * | | | | slight fix | MathMan05 | 2025-11-25 | 1 | -1/+2 |
| * | | | | Implement Slowmode | MathMan05 | 2025-11-25 | 1 | -2/+17 |
| * | | | | fix bot deleting | MathMan05 | 2025-11-24 | 1 | -3/+1 |
| * | | | | fix :3 | MathMan05 | 2025-11-23 | 1 | -2/+1 |
| * | | | | is it a hack if it works? | MathMan05 | 2025-11-23 | 2 | -2/+2 |
| * | | | | fix for the comemnting | MathMan05 | 2025-11-23 | 1 | -2/+2 |
| * | | | | no, that doesn't work | MathMan05 | 2025-11-23 | 1 | -0/+2 |
| * | | | | maybe fix attachments? | MathMan05 | 2025-11-23 | 1 | -3/+15 |
| * | | | | work | MathMan05 | 2025-11-23 | 1 | -1/+12 |
| * | | | | use nonce? | MathMan05 | 2025-11-23 | 1 | -0/+1 |
| * | | | | make interactions more normal | MathMan05 | 2025-11-23 | 2 | -52/+10 |
| * | | | | Add well-known routes | Rory& | 2025-11-22 | 1 | -0/+36 |
| * | | | | fixes | MathMan05 | 2025-11-19 | 1 | -1/+6 |
| * | | | | add missing awaits | MathMan05 | 2025-11-19 | 1 | -2/+2 |
| * | | | | fix mentions issues | MathMan05 | 2025-11-19 | 1 | -6/+33 |
| * | | | | Merge branch 'master' into webhookFix | Cyber | 2025-11-19 | 4 | -18/+42 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into readStates | Cyber | 2025-11-19 | 1 | -4/+7 |
| | |\ \ \ \ |
|
| | * | | | | | implement mention_count | MathMan05 | 2025-11-18 | 4 | -18/+42 |
| * | | | | | | correctly check query | MathMan05 | 2025-11-19 | 1 | -1/+1 |
| * | | | | | | rearange errors | MathMan05 | 2025-11-19 | 1 | -8/+9 |
| * | | | | | | fixes | MathMan05 | 2025-11-19 | 1 | -44/+17 |
| * | | | | | | Merge branch 'webhookFix' of https://github.com/MathMan05/server into webhookFix | MathMan05 | 2025-11-19 | 1 | -4/+7 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'master' into webhookFix | Cyber | 2025-11-19 | 1 | -4/+7 |
| | |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| | | * | | | | | more fix | MathMan05 | 2025-11-18 | 1 | -1/+7 |
| | | * | | | | | I am an idiot, it wasn't backwards | MathMan05 | 2025-11-18 | 1 | -1/+1 |
| | | * | | | | | fix | MathMan05 | 2025-11-18 | 1 | -5/+2 |
| | | |/ / / / |
|
| * | | | | | | get rid of log | MathMan05 | 2025-11-19 | 1 | -1/+0 |
| * | | | | | | some fixes | MathMan05 | 2025-11-19 | 1 | -10/+32 |
| |/ / / / / |
|
| * / / / / | make not wait work correctly | MathMan05 | 2025-11-18 | 1 | -46/+20 |
| |/ / / / |
|
| * | | | | Merge branch 'master' into Dec | Cyber | 2025-11-18 | 1 | -0/+1 |
| |\ \ \ \ |
|
| | * | | | | no bots for you | MathMan05 | 2025-11-18 | 1 | -0/+1 |
| * | | | | | member count fixes | MathMan05 | 2025-11-18 | 3 | -19/+7 |
| |/ / / / |
|
| * | | | | Merge branch 'master' into pingFix | Cyber | 2025-11-18 | 1 | -1/+4 |
| |\ \ \ \
| | |/ /
| |/| | |
|
| | * | | | update last message id in more places | MathMan05 | 2025-11-17 | 1 | -1/+4 |
| | |/ / |
|
| * | | | rename varriable | MathMan05 | 2025-11-17 | 1 | -1/+1 |
| * | | | add spacing | MathMan05 | 2025-11-17 | 1 | -0/+1 |
| * | | | fix ping error bug | MathMan05 | 2025-11-17 | 1 | -2/+17 |
| |/ / |
|
| * | | fixes slight bug with joining guilds via ID | MathMan05 | 2025-11-17 | 1 | -30/+10 |
| * | | fix full user object being exposed | MathMan05 | 2025-10-30 | 6 | -141/+53 |
| * | | fix: check for duplicated component IDs | CyberL1 | 2025-10-28 | 1 | -1/+22 |
| * | | chore: remove solved TODO comment | CyberL1 | 2025-10-28 | 1 | -1/+0 |
| * | | fix: check if components are beetwen 1 to 5 in each row | CyberL1 | 2025-10-28 | 1 | -1/+21 |
| * | | fix: send `options` only for type 1 | CyberL1 | 2025-10-23 | 1 | -2/+2 |
| * | | fix: complete `applicationCommandSendable` | CyberL1 | 2025-10-23 | 1 | -5/+17 |
| * | | fix dming blocked users | Puyodead1 | 2025-10-22 | 1 | -0/+22 |
| * | | reduce a little | MathMan05 | 2025-10-22 | 1 | -5/+4 |
| * | | I think this fixes bugs | MathMan05 | 2025-10-22 | 1 | -6/+7 |
| * | | Revert "fix: no sense it doing it twice when it could be done in one query" | Cyber | 2025-10-22 | 1 | -3/+9 |
| * | | fix: no sense it doing it twice when it could be done in one query | CyberL1 | 2025-10-22 | 1 | -9/+3 |
| * | | fix: trim more | CyberL1 | 2025-10-22 | 4 | -9/+12 |
| * | | fix: add `author` to interaction message | CyberL1 | 2025-10-22 | 1 | -1/+1 |
| * | | fix: add `BulkApplicationCommandCreateSchema` | CyberL1 | 2025-10-22 | 2 | -2/+2 |
| * | | fix: components on message | CyberL1 | 2025-10-22 | 1 | -0/+1 |
| * | | fix: delete bot user when application is deleted | CyberL1 | 2025-10-22 | 1 | -38/+14 |
| * | | fix: get all application commands | CyberL1 | 2025-10-21 | 1 | -3/+12 |
| * | | add fingerprint endpoint | doesnm | 2025-10-20 | 2 | -0/+30 |
| * | | fix: remove commands not present in array | CyberL1 | 2025-10-20 | 2 | -0/+21 |
| * | | fix: trim command `name` and `description` fields | CyberL1 | 2025-10-20 | 4 | -24/+24 |
| * | | fix: don't emit ephemeral interaction replies to channel, but only to user in... | CyberL1 | 2025-10-20 | 1 | -1/+1 |
| * | | fix: interaction type check | CyberL1 | 2025-10-19 | 1 | -1/+1 |
| * | | fix: interaction `attachment_size_limit` field | CyberL1 | 2025-10-19 | 1 | -2/+2 |
| * | | fix: interaction `app_permissions` field | CyberL1 | 2025-10-19 | 1 | -2/+3 |
| * | | fix: interaction context | CyberL1 | 2025-10-19 | 1 | -1/+7 |
| * | | fix: interaction callback | CyberL1 | 2025-10-19 | 3 | -19/+59 |
| * | | Synchronously save automod message | Rory& | 2025-10-19 | 1 | -39/+25 |
| * | | Use message.create | Rory& | 2025-10-19 | 1 | -0/+1 |
| * | | Use save operator rather than raw insert maybe? | Rory& | 2025-10-19 | 1 | -1/+1 |
| * | | More env settings to tune down log noise | Rory& | 2025-10-19 | 2 | -8/+10 |
| * | | Helper to create valid messages | Rory& | 2025-10-19 | 1 | -1/+3 |
| * | | fix | Rory& | 2025-10-18 | 1 | -1/+1 |
| * | | Automod mayhaps? | Rory& | 2025-10-18 | 1 | -7/+84 |
| * | | fix: typo, additional `m` lol | CyberL1 | 2025-10-18 | 1 | -1/+1 |
| * | | feat: interaction replies | CyberL1 | 2025-10-18 | 1 | -4/+83 |
| * | | fix: pass the command type to pending interactions map | CyberL1 | 2025-10-18 | 1 | -1/+2 |
| * | | fix: comment out the route for interactions callback | CyberL1 | 2025-10-18 | 1 | -1/+1 |
| * | | Fix relationships | Rory& | 2025-10-18 | 1 | -16/+7 |
| * | | fix: move types to schema | CyberL1 | 2025-10-18 | 1 | -4/+3 |
| * | | fix: add `user` object on `interaction` and `interaction_metadata` for messages | CyberL1 | 2025-10-18 | 1 | -8/+16 |
| * | | Partial usersetting update schema | Rory& | 2025-10-18 | 1 | -4/+5 |
| * | | feat: interactions (incomplete) | CyberL1 | 2025-10-17 | 3 | -7/+175 |
| * | | fix: do the same for applicaiton_commands | CyberL1 | 2025-10-17 | 1 | -1/+17 |
| * | | fix: send only needed fields | CyberL1 | 2025-10-17 | 1 | -3/+17 |
| * | | feat: add application command index route for guilds | CyberL1 | 2025-10-17 | 1 | -0/+39 |
| * | | fix: check if an application is in a guild | CyberL1 | 2025-10-17 | 2 | -8/+38 |
| * | | feat: add endpoints for managing application commands | CyberL1 | 2025-10-17 | 4 | -0/+610 |
| * | | games/detectable | Rory& | 2025-10-17 | 1 | -0/+52 |
| * | | Marshall ajverrors | Rory& | 2025-10-17 | 1 | -1/+3 |
| * | | Include full AJV error on api | Rory& | 2025-10-17 | 1 | -1/+1 |
| * | | Local changes | Rory& | 2025-10-16 | 1 | -2/+14 |
| * | | Implement applications/@me | Rory& | 2025-10-16 | 1 | -0/+115 |
| * | | More schema work, moved most stuff from entities to schemas, though messy | Rory& | 2025-10-15 | 19 | -42/+22 |
| * | | Reorganise schemas a little bit | Rory& | 2025-10-15 | 79 | -127/+103 |
| * | | Schema fixes, api bug fix | Rory& | 2025-10-14 | 1 | -2/+2 |
| * | | app_id -> application_id | Rory& | 2025-10-14 | 1 | -0/+0 |
| * | | Return defaults for missing {proto-,}settings | Rory& | 2025-10-11 | 3 | -13/+15 |
| * | | More path fixes | Rory& | 2025-10-11 | 2 | -2/+2 |
| * | | Update more path variables | Rory& | 2025-10-11 | 4 | -14/+14 |
| * | | Update path variables | Rory& | 2025-10-11 | 13 | -39/+39 |
| * | | fix path | Rory& | 2025-10-07 | 1 | -2/+2 |
| * | | API: expose schemas.json and openapi.json | Rory& | 2025-10-07 | 1 | -50/+18 |
| * | | Try to fix sending messages with discord-go | Rory& | 2025-10-06 | 1 | -0/+1 |
| * | | Merge remote-tracking branch 'origin/dev/admin-api' | Rory& | 2025-10-05 | 1 | -0/+4 |
| |\ \ |
|
| | * | | Local changes | Emma [it/its]@Rory& | 2025-10-05 | 1 | -0/+4 |
| * | | | Fix missing return statement | Rory& | 2025-10-04 | 1 | -1/+2 |
| |/ / |
|
| * | | Fix import | Rory& | 2025-10-04 | 1 | -2/+2 |
| * | | Templates, maybe? | Rory& | 2025-10-04 | 1 | -99/+46 |
| * | | Add sticker limit | Rory& | 2025-10-04 | 1 | -0/+12 |
| * | | Unkown -> unkown (typo fix) | Rory& | 2025-10-04 | 1 | -1/+1 |
| * | | Clean up array extensions | Rory& | 2025-10-04 | 4 | -10/+9 |
| * | | Add dotnet-ish Random class | Rory& | 2025-10-04 | 1 | -2/+2 |
| * | | Drop dependency on missing-native-js-functions | Rory& | 2025-10-04 | 3 | -3/+0 |
| * | | Move reporting menu to todo | Rory& | 2025-10-04 | 1 | -1/+2 |
| * | | Fix ignored request schemas | Rory& | 2025-10-04 | 2 | -1/+47 |
| * | | fix: getting invites for a channel | CyberL1 | 2025-10-02 | 1 | -16/+3 |
| * | | Log schema name on error | Rory& | 2025-10-01 | 1 | -1/+1 |
| * | | Safety hub work | Rory& | 2025-10-01 | 2 | -3/+61 |
| * | | Implement fetching mutual friends | Rory& | 2025-09-30 | 1 | -117/+124 |
| * | | Pass mergeParams: true to new router calls due to express behavior change | Rory& | 2025-09-30 | 171 | -171/+171 |
| * | | Clean up unused imports | Rory& | 2025-09-30 | 9 | -19/+3 |
| * | | Silence, dotenv, we dont want your ads | Rory& | 2025-09-29 | 2 | -2/+3 |
| * | | Drop @sentry/node (Sentry support) - untested and unused | Rory& | 2025-09-29 | 3 | -14/+0 |
| * | | No error when message not found | Rory& | 2025-09-29 | 2 | -2/+2 |