| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | | | | | | | Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server into... | MathMan05 | 2025-11-26 | 10 | -278/+686 |
| | |\| | | | | | |
|
| | | * | | | | | | Merge branch 'spacebarchat:master' into removeStupidPolies | Mathium05 | 2025-11-26 | 10 | -278/+686 |
| | | |\ \ \ \ \ \ |
|
| | * | | | | | | | | remove remove | MathMan05 | 2025-11-26 | 4 | -22/+14 |
| | * | | | | | | | | get distinct working better | MathMan05 | 2025-11-26 | 1 | -38/+15 |
| | |/ / / / / / / |
|
| | * | | | | | | | fix distinct | MathMan05 | 2025-11-26 | 1 | -1/+1 |
| | * | | | | | | | re-add partion function | MathMan05 | 2025-11-26 | 1 | -0/+6 |
| | * | | | | | | | remove test, oops | MathMan05 | 2025-11-26 | 1 | -7/+0 |
| | * | | | | | | | change partition | MathMan05 | 2025-11-26 | 3 | -44/+18 |
| | * | | | | | | | remove distinct | MathMan05 | 2025-11-26 | 5 | -48/+7 |
| | * | | | | | | | Fix backwards condition | MathMan05 | 2025-11-26 | 1 | -1/+1 |
| | * | | | | | | | save file | MathMan05 | 2025-11-26 | 1 | -9/+0 |
| | * | | | | | | | rid of forEachAsync | MathMan05 | 2025-11-26 | 3 | -30/+26 |
| | * | | | | | | | make normalize URL normal | MathMan05 | 2025-11-26 | 4 | -58/+2 |
| | * | | | | | | | get rid of sleep() | MathMan05 | 2025-11-26 | 3 | -41/+6 |
| | * | | | | | | | remove the empty files | MathMan05 | 2025-11-25 | 2 | -0/+0 |
| | * | | | | | | | rid of Math.clamp | MathMan05 | 2025-11-25 | 4 | -53/+2 |
| | * | | | | | | | remove unused filter async | MathMan05 | 2025-11-25 | 2 | -16/+1 |
| | * | | | | | | | actually include fix | MathMan05 | 2025-11-25 | 1 | -4/+8 |
| | * | | | | | | | remove distinct by | MathMan05 | 2025-11-25 | 2 | -34/+0 |
| | * | | | | | | | actually delete the functions | MathMan05 | 2025-11-25 | 1 | -8/+0 |
| | * | | | | | | | Delete Object.map | MathMan05 | 2025-11-25 | 5 | -51/+9 |
| | * | | | | | | | remove unused forEach | MathMan05 | 2025-11-25 | 2 | -31/+0 |
| | * | | | | | | | rid of contains all | MathMan05 | 2025-11-25 | 3 | -24/+3 |
| | * | | | | | | | remove unused intersect | MathMan05 | 2025-11-25 | 2 | -15/+0 |
| | * | | | | | | | remove except (it's probally faster this way too) | MathMan05 | 2025-11-25 | 3 | -30/+7 |
| | * | | | | | | | get rid of single | MathMan05 | 2025-11-25 | 3 | -27/+3 |
| | * | | | | | | | remove first/last | MathMan05 | 2025-11-25 | 4 | -126/+46 |
| | | | | * | | | | status stuff | MathMan05 | 2025-11-28 | 1 | -9/+28 |
| | |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | | Merge pull request #1409 from MathMan05/removeLog | Cyber | 2025-11-28 | 1 | -1/+0 |
| |\ \ \ \ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| | * | | | | | | 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 |
| * | | | | | Cache access token key in memory and write it back to disk if deleted | Rory& | 2025-11-26 | 1 | -1/+25 |
| * | | | | | Mention inbox, hopefully | Rory& | 2025-11-26 | 6 | -45/+257 |
| * | | | | | Expose mor emember keys | Rory& | 2025-11-25 | 4 | -266/+393 |
| |/ / / / |
|
| * | | | | Channel: revert part of permission unification PR | Rory& | 2025-11-25 | 2 | -2/+70 |
| * | | | | Message handler: fix imports | Rory& | 2025-11-25 | 1 | -7/+5 |
| * | | | | Fix type on communication_disabled_until | Rory& | 2025-11-25 | 1 | -1/+1 |
| * | | | | implement timeouts and quarantines | Rory& | 2025-11-25 | 3 | -20/+46 |
| * | | | | admin api: clean up imports | Rory& | 2025-11-25 | 2 | -2/+0 |
| * | | | | allow setting communication_disabled_until | Rory& | 2025-11-25 | 4 | -50/+287 |
| * | | | | async filter extensions | Rory& | 2025-11-25 | 2 | -0/+16 |
| * | | | | add missing user flags | Rory& | 2025-11-25 | 1 | -22/+43 |
| * | | | | slight fix | MathMan05 | 2025-11-25 | 1 | -1/+2 |
| * | | | | Implement Slowmode | MathMan05 | 2025-11-25 | 1 | -2/+17 |
| * | | | | centerlize permision checking more | MathMan05 | 2025-11-25 | 2 | -108/+29 |
| * | | | | Permissions: fill in new flags | Rory& | 2025-11-25 | 1 | -1/+16 |
| * | | | | Admin API: Check rights, require OPERATOR | Rory& | 2025-11-24 | 6 | -16/+129 |
| * | | | | Admin API: .NET 10 | Rory& | 2025-11-24 | 9 | -22/+25 |
| * | | | | fix bot deleting | MathMan05 | 2025-11-24 | 1 | -3/+1 |
| * | | | | fix :3 | MathMan05 | 2025-11-23 | 1 | -2/+1 |
| * | | | | update to use flags | MathMan05 | 2025-11-23 | 1 | -1/+2 |
| * | | | | is it a hack if it works? | MathMan05 | 2025-11-23 | 3 | -3/+32 |
| * | | | | 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 | 5 | -52/+23 |
| * | | | | Message#createWithDefaults: Set mesasge type if message_reference is set and ... github/temp temp | Rory& | 2025-11-22 | 1 | -0/+3 |
| * | | | | add extraFields optional param on toPrivateUser, expose rights on READY | Rory& | 2025-11-22 | 2 | -3/+3 |
| * | | | | gateway: expose self rights on ready, maybe? | Rory& | 2025-11-22 | 1 | -1/+1 |
| * | | | | Add well-known routes | Rory& | 2025-11-22 | 1 | -0/+36 |
| * | | | | fix: docker tags cannot include `+` (why? idk) | CyberL1 | 2025-11-21 | 1 | -1/+1 |
| * | | | | OA: regenerate after cherry-picking script changes from dev/emma-wip | Rory& | 2025-11-21 | 3 | -28152/+52 |
| * | | | | Exclude some more schemas | Rory& | 2025-11-21 | 2 | -2/+74 |
| * | | | | Improve openapi schema generation script | Rory& | 2025-11-21 | 2 | -72/+449 |
| * | | | | GHA: run nix flake check to run server tests and more checks | Rory& | 2025-11-21 | 1 | -0/+1 |
| * | | | | Nix: emit revision file, bundle: use revision file, fix git dir resolution on... | Rory& | 2025-11-21 | 2 | -27/+47 |
| * | | | | Nix: move patch-package to devDependencies, drop usage of npx, drop patchPhase | Rory& | 2025-11-21 | 4 | -15/+259 |
| * | | | | Nix: Strip down a good chunk of node_modules | Rory& | 2025-11-21 | 2 | -10/+150 |
| * | | | | Move typescript-json-schema to devDependencies (no runtime usage) | Rory& | 2025-11-21 | 3 | -5/+37 |
| * | | | | Nix: rename test to check if bundle starts with the module | Rory& | 2025-11-21 | 1 | -1/+1 |
| * | | | | Nix: use own revision as package version | Rory& | 2025-11-21 | 1 | -2/+11 |
| * | | | | Nix: drop ts-node from devenv | Rory& | 2025-11-21 | 1 | -1/+0 |
| * | | | | Merge pull request #1402 from MathMan05/fixGroups | Cyber | 2025-11-21 | 4 | -350/+240 |
| |\ \ \ \ |
|
| | * | | | | only for gorups | MathMan05 | 2025-11-20 | 1 | -1/+1 |
| | * | | | | default undefined | MathMan05 | 2025-11-20 | 1 | -1/+1 |
| | * | | | | fix groups more | MathMan05 | 2025-11-20 | 4 | -350/+240 |
| |/ / / / |
|
| * | | | | Nix/docker: use specified system | Rory& | 2025-11-20 | 1 | -1/+1 |
| * | | | | Nix: add missing lib specifier in module | Rory& | 2025-11-20 | 1 | -1/+1 |
| * | | | | Update nix and packages | Rory& | 2025-11-20 | 6 | -1063/+1127 |
| * | | | | Merge pull request #1399 from CyberL1/fix/activities | Cyber | 2025-11-20 | 2 | -8/+17 |
| |\ \ \ \ |
|
| | * | | | | fix: default `activities` to empty array | CyberL1 | 2025-11-20 | 2 | -8/+17 |
| |/ / / / |
|
| * | | | | Merge pull request #1397 from MathMan05/groupFix | Cyber | 2025-11-20 | 1 | -8/+8 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into groupFix | Cyber | 2025-11-20 | 1 | -8/+40 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1395 from MathMan05/readStateFix | Cyber | 2025-11-19 | 1 | -8/+40 |
| |\ \ \ \ \ |
|
| | * | | | | | 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 |
| |/ / / / / |
|
| | * / / / | fix groups | MathMan05 | 2025-11-19 | 1 | -8/+8 |
| |/ / / / |
|
| * | | | | Merge pull request #1393 from MathMan05/webhookFix | Cyber | 2025-11-19 | 1 | -77/+46 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into webhookFix | Cyber | 2025-11-19 | 5 | -26/+43 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1394 from MathMan05/readStates | Cyber | 2025-11-19 | 5 | -26/+43 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'master' into readStates | Cyber | 2025-11-19 | 1 | -4/+7 |
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | * | | | | | implement mention_count | MathMan05 | 2025-11-18 | 5 | -26/+43 |
| | | * | | | | 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 |
| | | | |\ \ \ \
| |_|_|/ / / /
|/| | | | | | |
|
| * | | | | | | | Merge pull request #1392 from MathMan05/EmbedFix | 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 pull request #1391 from MathMan05/Dec | Cyber | 2025-11-18 | 6 | -24/+10 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into Dec | Cyber | 2025-11-18 | 1 | -0/+1 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1390 from MathMan05/BotJoin | 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 | 6 | -24/+10 |
| |/ / / / |
|
| * | | | | Merge pull request #1387 from MathMan05/pingFix | Cyber | 2025-11-18 | 1 | -2/+18 |
| |\ \ \ \ |
|
| | * \ \ \ | Merge branch 'master' into pingFix | Cyber | 2025-11-18 | 7 | -9/+33 |
| | |\ \ \ \
| |/ / / /
|/| | | | |
|
| * | | | | | Merge pull request #1388 from MathMan05/RoleTypeFix2 | Cyber | 2025-11-18 | 1 | -5/+7 |
| |\ \ \ \ \ |
|
| | * \ \ \ \ | Merge branch 'master' into RoleTypeFix2 | Cyber | 2025-11-18 | 6 | -4/+26 |
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | | Merge pull request #1386 from MathMan05/notiFix | Cyber | 2025-11-18 | 1 | -1/+1 |
| |\ \ \ \ \ \
| |_|_|_|/ /
|/| | | | | |
|
| | * | | | | | Merge branch 'master' into notiFix | Cyber | 2025-11-18 | 6 | -3/+25 |
| | |\ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| * | | | | | | Merge pull request #1384 from MathMan05/welcomeUpdate | Cyber | 2025-11-18 | 2 | -1/+11 |
| |\ \ \ \ \ \ |
|
| | * \ \ \ \ \ | Merge branch 'master' into welcomeUpdate | Cyber | 2025-11-18 | 4 | -2/+14 |
| | |\ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
|
| * | | | | | | | Merge pull request #1383 from MathMan05/bunIgnore | Cyber | 2025-11-18 | 1 | -1/+2 |
| |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ | Merge branch 'master' into bunIgnore | Cyber | 2025-11-18 | 3 | -1/+12 |
| | |\ \ \ \ \ \ \
| |/ / / / / / /
|/| | | | | | | |
|
| * | | | | | | | | Merge pull request #1382 from MathMan05/botJoin | Cyber | 2025-11-18 | 3 | -1/+12 |
| |\ \ \ \ \ \ \ \
| |_|_|_|_|_|/ /
|/| | | | | | | |
|
| | * | | | | | | | prevent bots from joining guild with config | MathMan05 | 2025-11-17 | 3 | -1/+12 |
| |/ / / / / / / |
|
| | * / / / / / | ignore bun lock file | MathMan05 | 2025-11-17 | 1 | -1/+2 |
| |/ / / / / / |
|
| | * / / / / | update last message id in more places | MathMan05 | 2025-11-17 | 2 | -1/+11 |
| |/ / / / / |
|
| | * / / / | set default notification value | MathMan05 | 2025-11-17 | 1 | -1/+1 |
| |/ / / / |
|
| | * / / | role type fix | MathMan05 | 2025-11-17 | 1 | -5/+7 |
| |/ / / |
|
| | * | | 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 |
| |/ / |
|
| * | | Merge pull request #1381 from MathMan05/fixGuildJoin | Madeline | 2025-11-18 | 3 | -280/+240 |
| |\ \ |
|
| | * | | fixes slight bug with joining guilds via ID | MathMan05 | 2025-11-17 | 3 | -280/+240 |
| |/ / |
|
| * | | Merge pull request #1373 from MathMan05/users-fix2 | Cyber | 2025-11-09 | 7 | -185/+62 |
| |\ \ |
|
| | * \ | Merge branch 'master' into users-fix2 | Cyber | 2025-11-09 | 8 | -182/+346 |
| | |\ \
| |/ /
|/| | |
|
| * | | | Merge pull request #1375 from lajosbencz/feat/docker | Cyber | 2025-11-09 | 3 | -0/+133 |
| |\ \ \ |
|
| | * \ \ | Merge branch 'master' into feat/docker | Cyber | 2025-11-09 | 2 | -1/+12 |
| | |\ \ \
| |/ / /
|/| | | |
|
| * | | | | Merge pull request #1376 from CyberL1/fix/gif-stickers | Cyber | 2025-11-08 | 2 | -1/+12 |
| |\ \ \ \ |
|
| | * | | | | fix: gif stickers should have `format_type` 4 instead of 0 | CyberL1 | 2025-11-08 | 2 | -1/+12 |
| |/ / / / |
|
| | * | | | fixup | lazos | 2025-11-08 | 1 | -2/+1 |
| | * | | | default port | lazos | 2025-11-08 | 1 | -1/+1 |
| | * | | | fixup | lazos | 2025-11-07 | 1 | -9/+8 |
| | * | | | update dockerignore | lazos | 2025-11-07 | 1 | -0/+4 |
| | * | | | github action publish image | lazos | 2025-11-07 | 1 | -2/+2 |
| | * | | | [FEAT] Docker image | lazos | 2025-11-07 | 3 | -0/+131 |
| |/ / / |
|
| * | | | Merge pull request #1372 from MathMan05/fixes | Cyber | 2025-10-31 | 3 | -181/+201 |
| |\ \ \ |
|
| | * | | | fix | MathMan05 | 2025-10-30 | 1 | -1/+1 |
| | * | | | fix SQLite | MathMan05 | 2025-10-30 | 3 | -181/+201 |
| |/ / / |
|
| | * / | fix full user object being exposed | MathMan05 | 2025-10-30 | 7 | -185/+62 |
| |/ / |
|
| * | | Merge pull request #1371 from CyberL1/fix/interaction-component-checks | Cyber | 2025-10-28 | 1 | -2/+42 |
| |\ \ |
|
| | * | | 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 |
| |/ / |
|
| * | | Merge pull request #1367 from CyberL1/fix/application-commands-options-default | Cyber | 2025-10-23 | 3 | -4/+20 |
| |\ \ |
|
| | * | | fix: send `options` only for type 1 | CyberL1 | 2025-10-23 | 1 | -2/+2 |
| | * | | fix: defualt `options` to `[]` | CyberL1 | 2025-10-23 | 2 | -2/+18 |
| |/ / |
|
| * | | Merge pull request #1366 from spacebarchat/revert-1365-fix/application-comman... | Cyber | 2025-10-23 | 2 | -29/+3 |
| |\ \ |
|
| | * | | Revert "Default to `[]` for `options`, `integration_types`, `contexts`" | Cyber | 2025-10-23 | 2 | -29/+3 |
| |/ / |
|
| * | | Merge pull request #1365 from CyberL1/fix/application-commands-arrays-default | Cyber | 2025-10-23 | 2 | -3/+29 |
| |\ \ |
|
| | * | | fix: default `options`, `integration_types` and `contexts` to empty array | CyberL1 | 2025-10-23 | 2 | -3/+29 |
| |/ / |
|
| * | | Merge pull request #1364 from CyberL1/fix/send-full-application-command-index... | Cyber | 2025-10-23 | 1 | -5/+17 |
| |\ \ |
|
| | * | | fix: complete `applicationCommandSendable` | CyberL1 | 2025-10-23 | 1 | -5/+17 |
| |/ / |
|
| * | | fix dming blocked users | Puyodead1 | 2025-10-22 | 1 | -0/+22 |
| * | | Merge pull request #1363 from MathMan05/fixes_commandFetch | Cyber | 2025-10-22 | 1 | -6/+6 |
| |\ \ |
|
| | * | | reduce a little | MathMan05 | 2025-10-22 | 1 | -5/+4 |
| | * | | I think this fixes bugs | MathMan05 | 2025-10-22 | 1 | -6/+7 |
| |/ / |
|
| * | | Merge pull request #1362 from spacebarchat/revert-1361-fix/application-comman... | Cyber | 2025-10-22 | 1 | -3/+9 |
| |\ \ |
|
| | * | | Revert "fix: no sense it doing it twice when it could be done in one query" | Cyber | 2025-10-22 | 1 | -3/+9 |
| |/ / |
|
| * | | Merge pull request #1361 from CyberL1/fix/application-command-index | Cyber | 2025-10-22 | 1 | -9/+3 |
| |\ \ |
|
| | * | | fix: no sense it doing it twice when it could be done in one query | CyberL1 | 2025-10-22 | 1 | -9/+3 |
| |/ / |
|
| * | | Merge pull request #1360 from CyberL1/fix/application-command-code-fucks | Cyber | 2025-10-22 | 8 | -38/+235 |
| |\ \ |
|
| | * | | 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 | 1 | -0/+2 |
| | * | | fix: add `BulkApplicationCommandCreateSchema` | CyberL1 | 2025-10-22 | 4 | -28/+220 |
| |/ / |
|
| * | | Merge pull request #1359 from CyberL1/fix/interaction-message-components | Cyber | 2025-10-22 | 1 | -0/+1 |
| |\ \ |
|
| | * | | fix: components on message | CyberL1 | 2025-10-22 | 1 | -0/+1 |
| |/ / |
|
| * | | Merge pull request #1358 from CyberL1/fix/delete-bots-with-no-applicaiton | Cyber | 2025-10-22 | 1 | -0/+9 |
| |\ \ |
|
| | * \ | Merge branch 'spacebarchat:master' into fix/delete-bots-with-no-applicaiton | Cyber | 2025-10-22 | 0 | -0/+0 |
| | |\ \
| |/ /
|/| | |
|
| * | | | Merge pull request #1357 from CyberL1/fix/delete-application-user | Cyber | 2025-10-22 | 1 | -38/+14 |
| |\ \ \ |
|
| | | * | | chore: do a migration to delete bot users with no application | CyberL1 | 2025-10-22 | 1 | -0/+9 |
| | |/ / |
|
| | * / | fix: delete bot user when application is deleted | CyberL1 | 2025-10-22 | 1 | -38/+14 |
| |/ / |
|
| * | | Merge pull request #1356 from CyberL1/fix/get-all-application-commands | Cyber | 2025-10-21 | 1 | -3/+12 |
| |\ \ |
|
| | * | | fix: get all application commands | CyberL1 | 2025-10-21 | 1 | -3/+12 |
| |/ / |
|
| * | | Merge pull request #1355 from anotherdoesnm/master | Cyber | 2025-10-20 | 5 | -44/+120 |
| |\ \ |
|
| | * | | add fingerprint endpoint | doesnm | 2025-10-20 | 5 | -44/+120 |
| |/ / |
|
| * | | Merge pull request #1354 from CyberL1/fix/bulk-command-registration | Cyber | 2025-10-20 | 2 | -0/+21 |
| |\ \ |
|
| | * | | fix: remove commands not present in array | CyberL1 | 2025-10-20 | 2 | -0/+21 |
| |/ / |
|
| * | | Merge pull request #1353 from CyberL1/fix/refereced-messages-deletion | Madeline | 2025-10-20 | 2 | -2/+20 |
| |\ \ |
|
| | * | | fix: set `message_reference_id` to null if original message is deleted | CyberL1 | 2025-10-20 | 2 | -2/+20 |
| |/ / |
|
| * | | 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 |
| * | | chore: remove `is this right?` comments | CyberL1 | 2025-10-19 | 1 | -4/+4 |
| * | | 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 |
| * | | chore: regenerate `openapi.json` and `schemas.json` | CyberL1 | 2025-10-19 | 2 | -3371/+9873 |
| * | | fix: interaction callback | CyberL1 | 2025-10-19 | 8 | -22/+98 |
| * | | Make reconicle migration not suck | Rory& | 2025-10-19 | 1 | -3/+4 |
| * | | Synchronously save automod message | Rory& | 2025-10-19 | 4 | -40/+79 |
| * | | Use message.create | Rory& | 2025-10-19 | 2 | -1/+2 |
| * | | Use save operator rather than raw insert maybe? | Rory& | 2025-10-19 | 1 | -1/+1 |
| * | | Force back propagate ids | Rory& | 2025-10-19 | 1 | -0/+8 |
| * | | More env settings to tune down log noise | Rory& | 2025-10-19 | 3 | -9/+11 |
| * | | Always mutate opts, not message | Rory& | 2025-10-19 | 1 | -14/+12 |
| * | | Maybe more robust enforcement | Rory& | 2025-10-19 | 1 | -7/+10 |
| * | | Helper to create valid messages | Rory& | 2025-10-19 | 2 | -1/+44 |
| * | | fix | Rory& | 2025-10-18 | 1 | -1/+1 |
| * | | Automod mayhaps? | Rory& | 2025-10-18 | 8 | -67/+209 |
| * | | fix: typo, additional `m` lol | CyberL1 | 2025-10-18 | 1 | -1/+1 |
| * | | chore: regenerate `openapi.json` and `schemas.json` | CyberL1 | 2025-10-18 | 2 | -2053/+2052 |
| * | | feat: interaction replies | CyberL1 | 2025-10-18 | 1 | -4/+83 |
| * | | fix: pass the command type to pending interactions map | CyberL1 | 2025-10-18 | 2 | -3/+5 |
| * | | fix: interaction schema | CyberL1 | 2025-10-18 | 1 | -2/+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 |
| * | | chore: regenerate `openapi.json` and `schemas.json` | CyberL1 | 2025-10-18 | 2 | -33/+231 |
| * | | chore: complete `MessageInteractionSchema` more | CyberL1 | 2025-10-18 | 1 | -3/+11 |
| * | | feat: add `interaction_metadata` to `toJSON` | CyberL1 | 2025-10-18 | 1 | -0/+1 |
| * | | chore: regenerate `openapi.json` and `schemas.json` | CyberL1 | 2025-10-18 | 2 | -99/+542 |
| * | | fix: move types to schema | CyberL1 | 2025-10-18 | 3 | -8/+15 |
| * | | fix: add `user` object on `interaction` and `interaction_metadata` for messages | CyberL1 | 2025-10-18 | 2 | -8/+18 |
| * | | Partial usersetting update schema | Rory& | 2025-10-18 | 6 | -645/+834 |
| * | | Identifiers: drop @format | Rory& | 2025-10-18 | 1 | -1/+0 |
| * | | Fix nix | Rory& | 2025-10-17 | 1 | -1/+1 |
| * | | chore: regenerate `schema.json` and `openapi.json` files | CyberL1 | 2025-10-17 | 2 | -930/+4096 |
| * | | feat: interactions (incomplete) | CyberL1 | 2025-10-17 | 15 | -16/+352 |
| * | | 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 |
| * | | chore: add `ApplicationCommandCreateSchema` | CyberL1 | 2025-10-17 | 2 | -0/+20 |
| * | | games/detectable | Rory& | 2025-10-17 | 1 | -0/+52 |
| * | | ZSTD on gateway | Rory& | 2025-10-17 | 8 | -91/+226 |
| * | | Marshall ajverrors | Rory& | 2025-10-17 | 1 | -1/+3 |
| * | | Include full AJV error on api | Rory& | 2025-10-17 | 2 | -2/+6 |
| * | | Fix proto errors maybe | Rory& | 2025-10-17 | 1 | -2/+11 |
| * | | Local changes | Rory& | 2025-10-16 | 8 | -82/+121 |
| * | | Add application command schema | Rory& | 2025-10-16 | 11 | -28761/+29429 |
| * | | Fix package lock | Rory& | 2025-10-16 | 3 | -1555/+2249 |
| * | | Update deps, update nix | Rory& | 2025-10-16 | 4 | -390/+329 |
| * | | Push openapi | Rory& | 2025-10-16 | 2 | -562/+114 |
| * | | Implement applications/@me | Rory& | 2025-10-16 | 1 | -0/+115 |