summary refs log tree commit diff
path: root/src/api/routes/interactions (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move entities to databaseRory&2026-06-112-5/+7
|
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-111-1/+1
|
* Clean up imports in schemas/api/botsRory&2026-04-201-2/+2
|
* eslint: array callback return, no restricted importsRory&2026-04-191-1/+1
|
* Fix attachmentsRory&2026-04-181-3/+3
|
* Migrate Interaction*Event to satisfies, part of #1577Rory&2026-03-202-3/+3
|
* Migrate InteractionCreateEvent to satisfies, part of #1577Rory&2026-03-201-2/+6
|
* just one more checkMathMan052026-03-201-0/+2
|
* remove the stupid functionMathMan052026-03-201-6/+1
|
* final pk fixesMathMan052026-03-201-139/+148
|
* fixesMathMan052026-03-201-2/+2
|
* fix typoMathMan052026-03-201-1/+1
|
* enum for failureMathMan052026-03-201-1/+1
|
* correct commentMathMan052026-03-201-1/+1
|
* returnMathMan052026-03-201-1/+1
|
* keep it safeMathMan052026-03-201-1/+14
|
* remove logsMathMan052026-03-201-3/+0
|
* don't do thatMathMan052026-03-201-0/+3
|
* fixes for pluralkitMathMan052026-03-202-8/+69
|
* move the check to the right spotMathMan052026-03-201-40/+0
|
* Remove unused imports for non-entitiesRory&2026-03-142-5/+3
|
* Qodana: fix async warningsRory&2026-03-142-3/+3
|
* Fix indents in interactions copyright noticeRory&2026-03-071-3/+3
|
* [rel/1518] Interaction failure reason enum, add missing copyright headersRory&2026-03-071-2/+2
|
* Assert req.params type as solely string (express update)Rory&2026-02-011-1/+1
|
* Deprecation: Use object-based relations for typeormRory&2025-12-191-2/+2
|
* Avoid re-fetching user if not requesting extra fieldsRory&2025-12-181-1/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-172-207/+207
|
* is it a hack if it works?MathMan052025-11-231-1/+1
|
* fix for the comemntingMathMan052025-11-231-2/+2
|
* no, that doesn't workMathMan052025-11-231-0/+2
|
* maybe fix attachments?MathMan052025-11-231-3/+15
|
* use nonce?MathMan052025-11-231-0/+1
|
* make interactions more normalMathMan052025-11-231-49/+5
|
* 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: add `author` to interaction messageCyberL12025-10-221-1/+1
|
* fix: components on messageCyberL12025-10-221-0/+1
|
* fix: don't emit ephemeral interaction replies to channel, but only to user ↵CyberL12025-10-201-1/+1
| | | | instead
* fix: interaction type checkCyberL12025-10-191-1/+1
|
* 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-192-18/+58
|
* 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-181-1/+2
|
* feat: interactions (incomplete)CyberL12025-10-172-0/+172