summary refs log tree commit diff
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | default undefinedMathMan052025-11-201-1/+1
* | | | fix groups moreMathMan052025-11-202-116/+42
* | | | fix: default `activities` to empty arrayCyberL12025-11-202-8/+17
* | | | Merge branch 'master' into groupFixCyber2025-11-201-8/+40
|\ \ \ \
| * | | | fixesMathMan052025-11-191-1/+6
| * | | | add missing awaitsMathMan052025-11-191-2/+2
| * | | | fix mentions issuesMathMan052025-11-191-6/+33
* | | | | fix groupsMathMan052025-11-191-8/+8
|/ / / /
* | | | Merge branch 'master' into webhookFixCyber2025-11-195-26/+43
|\ \ \ \
| * \ \ \ Merge branch 'master' into readStatesCyber2025-11-191-4/+7
| |\ \ \ \
| * | | | | implement mention_countMathMan052025-11-185-26/+43
* | | | | | correctly check queryMathMan052025-11-191-1/+1
* | | | | | rearange errorsMathMan052025-11-191-8/+9
* | | | | | fixesMathMan052025-11-191-44/+17
* | | | | | Merge branch 'webhookFix' of https://github.com/MathMan05/server into webhookFixMathMan052025-11-191-4/+7
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into webhookFixCyber2025-11-191-4/+7
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | * | | | | more fixMathMan052025-11-181-1/+7
| | * | | | | I am an idiot, it wasn't backwardsMathMan052025-11-181-1/+1
| | * | | | | fixMathMan052025-11-181-5/+2
| | |/ / / /
* | | | | | get rid of logMathMan052025-11-191-1/+0
* | | | | | some fixesMathMan052025-11-191-10/+32
|/ / / / /
* / / / / make not wait work correctlyMathMan052025-11-181-46/+20
|/ / / /
* | | | Merge branch 'master' into DecCyber2025-11-181-0/+1
|\ \ \ \
| * | | | no bots for youMathMan052025-11-181-0/+1
* | | | | member count fixesMathMan052025-11-184-20/+8
|/ / / /
* | | | Merge branch 'master' into pingFixCyber2025-11-186-8/+31
|\ \ \ \
| * \ \ \ Merge branch 'master' into RoleTypeFix2Cyber2025-11-185-3/+24
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into notiFixCyber2025-11-185-2/+23
| | |\ \ \ \ | | | | |/ / | | | |/| |
| | | * | | Merge branch 'master' into welcomeUpdateCyber2025-11-183-1/+12
| | | |\ \ \
| | | | * | | prevent bots from joining guild with configMathMan052025-11-173-1/+12
| | | | |/ /
| | | * / / update last message id in more placesMathMan052025-11-172-1/+11
| | | |/ /
| | * / / set default notification valueMathMan052025-11-171-1/+1
| | |/ /
| * / / role type fixMathMan052025-11-171-5/+7
| |/ /
* | | rename varriableMathMan052025-11-171-1/+1
* | | add spacingMathMan052025-11-171-0/+1
* | | fix ping error bugMathMan052025-11-171-2/+17
|/ /
* | fixes slight bug with joining guilds via IDMathMan052025-11-171-30/+10
* | Merge branch 'master' into users-fix2Cyber2025-11-093-2/+13
|\ \
| * | fix: gif stickers should have `format_type` 4 instead of 0CyberL12025-11-082-1/+12
| * | fixMathMan052025-10-301-1/+1
| * | fix SQLiteMathMan052025-10-301-1/+1
* | | fix full user object being exposedMathMan052025-10-307-185/+62
|/ /
* | fix: check for duplicated component IDsCyberL12025-10-281-1/+22
* | chore: remove solved TODO commentCyberL12025-10-281-1/+0
* | fix: check if components are beetwen 1 to 5 in each rowCyberL12025-10-281-1/+21
* | fix: send `options` only for type 1CyberL12025-10-231-2/+2
* | fix: defualt `options` to `[]`CyberL12025-10-232-2/+18
* | Revert "Default to `[]` for `options`, `integration_types`, `contexts`"Cyber2025-10-232-29/+3
* | fix: default `options`, `integration_types` and `contexts` to empty arrayCyberL12025-10-232-3/+29
* | fix: complete `applicationCommandSendable`CyberL12025-10-231-5/+17
* | fix dming blocked usersPuyodead12025-10-221-0/+22
* | reduce a littleMathMan052025-10-221-5/+4
* | I think this fixes bugsMathMan052025-10-221-6/+7
* | Revert "fix: no sense it doing it twice when it could be done in one query"Cyber2025-10-221-3/+9
* | fix: no sense it doing it twice when it could be done in one queryCyberL12025-10-221-9/+3
* | fix: trim moreCyberL12025-10-224-9/+12
* | fix: add `author` to interaction messageCyberL12025-10-221-1/+1
* | fix: add `BulkApplicationCommandCreateSchema`CyberL12025-10-221-0/+2
* | fix: add `BulkApplicationCommandCreateSchema`CyberL12025-10-222-2/+2
* | fix: components on messageCyberL12025-10-221-0/+1
* | chore: do a migration to delete bot users with no applicationCyberL12025-10-221-0/+9
* | fix: delete bot user when application is deletedCyberL12025-10-221-38/+14
* | fix: get all application commandsCyberL12025-10-211-3/+12
* | add fingerprint endpointdoesnm2025-10-203-0/+33
* | fix: remove commands not present in arrayCyberL12025-10-202-0/+21
* | fix: set `message_reference_id` to null if original message is deletedCyberL12025-10-202-2/+20
* | fix: trim command `name` and `description` fieldsCyberL12025-10-204-24/+24
* | fix: don't emit ephemeral interaction replies to channel, but only to user in...CyberL12025-10-201-1/+1
* | fix: interaction type checkCyberL12025-10-191-1/+1
* | chore: remove `is this right?` commentsCyberL12025-10-191-4/+4
* | fix: interaction `attachment_size_limit` fieldCyberL12025-10-191-2/+2
* | fix: interaction `app_permissions` fieldCyberL12025-10-191-2/+3
* | fix: interaction contextCyberL12025-10-191-1/+7
* | fix: interaction callbackCyberL12025-10-198-22/+98
* | Make reconicle migration not suckRory&2025-10-191-3/+4
* | Synchronously save automod messageRory&2025-10-194-40/+79
* | Use message.createRory&2025-10-192-1/+2
* | Use save operator rather than raw insert maybe?Rory&2025-10-191-1/+1
* | Force back propagate idsRory&2025-10-191-0/+8
* | More env settings to tune down log noiseRory&2025-10-193-9/+11
* | Always mutate opts, not messageRory&2025-10-191-14/+12
* | Maybe more robust enforcementRory&2025-10-191-7/+10
* | Helper to create valid messagesRory&2025-10-192-1/+44
* | fixRory&2025-10-181-1/+1
* | Automod mayhaps?Rory&2025-10-185-24/+162
* | fix: typo, additional `m` lolCyberL12025-10-181-1/+1
* | feat: interaction repliesCyberL12025-10-181-4/+83
* | fix: pass the command type to pending interactions mapCyberL12025-10-182-3/+5
* | fix: interaction schemaCyberL12025-10-181-2/+2
* | fix: comment out the route for interactions callbackCyberL12025-10-181-1/+1
* | Fix relationshipsRory&2025-10-181-16/+7
* | chore: complete `MessageInteractionSchema` moreCyberL12025-10-181-3/+11
* | feat: add `interaction_metadata` to `toJSON`CyberL12025-10-181-0/+1
* | fix: move types to schemaCyberL12025-10-183-8/+15
* | fix: add `user` object on `interaction` and `interaction_metadata` for messagesCyberL12025-10-182-8/+18
* | Partial usersetting update schemaRory&2025-10-184-7/+10
* | Identifiers: drop @formatRory&2025-10-181-1/+0
* | feat: interactions (incomplete)CyberL12025-10-1715-16/+352
* | fix: do the same for applicaiton_commandsCyberL12025-10-171-1/+17
* | fix: send only needed fieldsCyberL12025-10-171-3/+17
* | feat: add application command index route for guildsCyberL12025-10-171-0/+39
* | fix: check if an application is in a guildCyberL12025-10-172-8/+38
* | feat: add endpoints for managing application commandsCyberL12025-10-174-0/+610
* | chore: add `ApplicationCommandCreateSchema`CyberL12025-10-172-0/+20
* | games/detectableRory&2025-10-171-0/+52
* | ZSTD on gatewayRory&2025-10-174-22/+35
* | Marshall ajverrorsRory&2025-10-171-1/+3
* | Include full AJV error on apiRory&2025-10-172-2/+6
* | Fix proto errors maybeRory&2025-10-171-2/+11
* | Local changesRory&2025-10-164-82/+82
* | Add application command schemaRory&2025-10-167-0/+253
* | Implement applications/@meRory&2025-10-161-0/+115
* | Switch from commonjs to nodenextRory&2025-10-151-0/+2
* | Drop node-os-utilsRory&2025-10-151-22/+1
* | More schema work, moved most stuff from entities to schemas, though messyRory&2025-10-1571-638/+753
* | Reorganise schemas a little bitRory&2025-10-15220-584/+851
* | Move schemas to separate moduleRory&2025-10-14143-21/+20
* | Schema fixes, api bug fixRory&2025-10-142-4/+3
* | app_id -> application_idRory&2025-10-141-0/+0
* | Properly traverse result objectRory&2025-10-111-1/+3
* | Try other way of querying?Rory&2025-10-111-5/+1
* | Gateway: dont create user settingsRory&2025-10-111-3/+1
* | Return defaults for missing {proto-,}settingsRory&2025-10-117-18/+39
* | Try to fix duplicate user settingsRory&2025-10-112-1/+2
* | More path fixesRory&2025-10-112-2/+2
* | Update more path variablesRory&2025-10-114-14/+14
* | Update path variablesRory&2025-10-1113-39/+39
* | fix pathRory&2025-10-071-2/+2
* | API: expose schemas.json and openapi.jsonRory&2025-10-071-50/+18
* | Fix bad import, remove baseUrl from tsconfig to enable ts7 compatRory&2025-10-071-1/+0
* | Try to fix sending messages with discord-goRory&2025-10-062-2/+3
* | Fix nix, update admin api db modelsRory&2025-10-051-2/+2
* | Merge remote-tracking branch 'origin/dev/admin-api'Rory&2025-10-054-46/+144
|\ \
| * | Local changesEmma [it/its]@Rory&2025-10-053-7/+48
| * | Rewrite access tokens, initial admin apiEmma [it/its]@Rory&2025-10-052-45/+102
* | | Fix missing return statementRory&2025-10-041-1/+2
|/ /
* | Fix importRory&2025-10-041-2/+2
* | Templates, maybe?Rory&2025-10-041-99/+46
* | Add sticker limitRory&2025-10-042-0/+13
* | Fix missed mergeRory&2025-10-041-1/+2
* | I guess it builds now?Rory&2025-10-044-16/+25
* | Tests for extension methodsRory&2025-10-047-8/+201
* | Fill in missing stuff from missing-native-js-functionsRory&2025-10-045-2/+50
* | Unkown -> unkown (typo fix)Rory&2025-10-044-4/+4
* | Clean up other extensionsRory&2025-10-042-5/+8
* | Clean up array extensionsRory&2025-10-049-33/+75
* | Add Array.remove extensionRory&2025-10-041-0/+12
* | Add dotnet-ish Random classRory&2025-10-044-4/+79
* | Drop dependency on missing-native-js-functionsRory&2025-10-0414-14/+0
* | Implement sleep functionRory&2025-10-041-0/+11
* | Move reporting menu to todoRory&2025-10-041-1/+2
* | Config as classRory&2025-10-041-9/+9
* | Attempt to vendor lambert-serverRory&2025-10-045-0/+350
* | Fix ignored request schemasRory&2025-10-043-4/+47
* | fix: getting invites for a channelCyberL12025-10-021-16/+3
* | Log schema in validator?Rory&2025-10-011-2/+5
* | Log schema name on errorRory&2025-10-011-1/+1
* | Disable validation for JSON settings protos updateRory&2025-10-011-0/+3
* | Safety hub workRory&2025-10-013-15/+195
* | Send user settings proto in gateway ready, if one existsRory&2025-09-302-1/+13
* | Implement fetching mutual friendsRory&2025-09-301-117/+124
* | Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-30178-178/+178
* | Fix some importsRory&2025-09-305-5/+5
* | Remove mariadb support as it isnt maintained and hasnt worked in over a yearRory&2025-09-3070-748/+5
* | Clean up unused importsRory&2025-09-3026-50/+19
* | Copyright notices on email handlingRory&2025-09-306-3/+90
* | Port MailJet transportRory&2025-09-303-55/+53
* | Port MailGun transportRory&2025-09-305-59/+54
* | Port SMTP transport, make nodemailer optionalRory&2025-09-305-89/+75
* | Port SendGrid to new interfaceRory&2025-09-304-82/+128
* | Silence, dotenv, we dont want your adsRory&2025-09-299-9/+11
* | Drop @sentry/node (Sentry support) - untested and unusedRory&2025-09-2912-209/+3
* | Update file-typeRory&2025-09-296-20/+20
* | Fix column type on Message.pinned_atRory&2025-09-291-3/+2
* | fix: make `pinned_at` column nullable (for real this time)CyberL12025-09-291-2/+2
* | fix: make `pinned_at` column nullableCyberL12025-09-291-1/+1
* | No error when message not foundRory&2025-09-291-1/+1
* | No error when message not foundRory&2025-09-292-2/+2
* | Also filter expired invites when returning invite listRory&2025-09-291-1/+1
* | Delete expired invitesRory&2025-09-292-2/+17
* | Add fetching guild profilesRory&2025-09-294-0/+165
* | Set nick/pronouns to undefined if attempting to set to empty string. Fixes #1246Rory&2025-09-291-0/+2
* | Maybe this tieRory&2025-09-292-1/+5
* | Include attachmentsRory&2025-09-291-2/+5
* | Oops, forgot to register extensionRory&2025-09-291-0/+4
* | Polyfill referenced messageRory&2025-09-291-0/+12
* | More relationsRory&2025-09-292-66/+20
* | Add author and mentions relation to fetching messagesRory&2025-09-292-0/+7
* | Actually set the referenced_message relation on new messagesRory&2025-09-291-1/+8
* | Include referenced_message relation on GET /channel/.../messagesRory&2025-09-291-0/+1
* | Null coalescing for file idRory&2025-09-291-3/+2
* | Use default ID on file upload requestsRory&2025-09-292-1/+15
* | Make cloud uploads workRory&2025-09-294-135/+116
* | Logging of empty messagesRory&2025-09-292-2/+3
* | meow???Rory&2025-09-292-2/+2
* | Fix schemasRory&2025-09-291-1/+8
* | Log validation errorsRory&2025-09-291-0/+5
* | Try to handle new attachment style in message handlerRory&2025-09-291-0/+31
* | Update message schema to handle cloud attachmentsRory&2025-09-293-7/+5
* | Implement cloning cloud attachments into messagesRory&2025-09-294-3/+48
* | Implment deleting cloud attachmentsRory&2025-09-292-3/+61
* | Maybe end the request?Rory&2025-09-291-2/+2
* | Add logging to cloud uploadsRory&2025-09-291-0/+5
* | Fix uploads?Rory&2025-09-292-14/+29
* | Fix upload filenameRory&2025-09-291-1/+1
* | Fix ID referencesRory&2025-09-292-2/+26
* | Add first half of cloud attachment uploadsRory&2025-09-2913-112/+377
* | Fix schema for preload messagesRory&2025-09-291-3/+1
* | Implement greetingRory&2025-09-296-1/+139
* | Implement fetching DM messages by user IDRory&2025-09-299-65/+183
* | Implement message preloadingRory&2025-09-296-2/+119
* | Move to some etension methodsRory&2025-09-299-67/+123
* | Channel: add helpers to calculate user permissions and determine channel visi...Rory&2025-09-291-8/+79
* | Permissions: Add some constants for all or no permissionsRory&2025-09-291-0/+6
* | Permissions: less magic numbersRory&2025-09-292-30/+10
* | Fix traceRory&2025-09-291-1/+2
* | Attempt to split up even more?Rory&2025-09-291-2/+103
* | Attempt to reduce OOM chance by factoring out member->guild queriesRory&2025-09-291-108/+66
* | Fix creating guildsRory&2025-09-291-72/+22
* | Add endpoint implementationsRory&2025-09-294-0/+178
* | Add schemas for collectiblesRory&2025-09-296-1/+273
* | Screw off, telemetryRory&2025-09-291-0/+38
* | Colorful rolesRory&2025-09-295-1/+57
* | A little bit of formatting cleanupRory&2025-09-291-0/+2
* | Initialise settings versionsRory&2025-09-291-16/+11
* | Do settings versioningRory&2025-09-292-0/+10
* | Oops, actually send the events to a user...Rory&2025-09-292-0/+2
* | Emit USER_SETTINGS_PROTO_UPDATERory&2025-09-293-0/+37
* | Merge in json representation of settings protosRory&2025-09-292-8/+38
* | Make guild channels nullableRory&2025-09-291-8/+8
* | Add new field to guild update schemaRory&2025-09-291-0/+1
* | Release -> ClientReleaseRory&2025-09-294-5/+13
* | Setting protos supportRory&2025-09-299-0/+664
* | Nest query times for clarityRory&2025-09-291-10/+21
* | Fix typoRory&2025-09-291-1/+1
* | Update copyright date in pin endpointsRory&2025-09-292-2/+2
* | Add tracing to IDENTIFYRory&2025-09-295-46/+129
* | Add stopwatch/elapsedtime classesRory&2025-09-291-0/+115
* | fix: use `createDateColumn()`CyberL12025-09-291-1/+2
* | fix: don't set order for counting queriesCyberL12025-09-292-2/+0
* | fix: set DESC orderCyberL12025-09-292-0/+4
* | fix: update `pinned` column value in down migrationCyberL12025-09-291-0/+3
* | refactor: don't use query builderCyberL12025-09-291-7/+3
* | refactor: don't use query builderCyberL12025-09-292-21/+14
* | fix: migrate older pinned messages to the new systemCyberL12025-09-291-0/+3
* | refactor: add `pinned` getter to `Message` entityCyberL12025-09-293-2/+7
* | refactor: use `pinned_at` to check if message is pinnnedCyberL12025-09-296-29/+39
* | fix: getting message pinssCyberL12025-09-293-2/+31
* | Remove @everyone role from `onIdentify`Zane Helton2025-09-291-1/+4
* | add CONFIG_READONLY functionalityboogiewoogie2025-09-291-1/+3