summary refs log tree commit diff
path: root/src/api/routes/users/@me/mentions.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* NO-REVIEW: Fix up route import middleware pathRory&2026-07-211-1/+1
|
* Signify some imports more explicitlyRory&2026-06-161-1/+1
|
* Move more extensions to extensionsRory&2026-06-121-1/+2
|
* Move entities to databaseRory&2026-06-121-2/+3
|
* eslint: arrow-body-style=as-neededRory&2026-04-191-13/+11
|
* Remove unused imports for non-entitiesRory&2026-03-141-1/+1
|
* fix: treat `guild_id=0` as no `guild_id` for discord mobile client (a.k.a. ↵CyberL12026-02-021-1/+1
| | | | the mobile fuckery)
* Deprecation: Use object-based relations for typeormRory&2025-12-191-20/+21
|
* Avoid re-fetching user if not requesting extra fieldsRory&2025-12-181-3/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-124/+124
|
* make mentions not use the pollyfillsMathMan052025-11-261-74/+26
|
* Pagnation and guild scoping for mention inboxRory&2025-11-261-8/+12
|
* Maybe?Rory&2025-11-261-9/+15
|
* Swap around toJSON and withSignedAttachments (oops)Rory&2025-11-261-2/+2
|
* Actually include messages in mentions resultRory&2025-11-261-10/+48
|
* Mentions inbox: use the right roles prop...Rory&2025-11-261-1/+2
|
* Mentions inbox: include channel guild idRory&2025-11-261-1/+1
|
* Mention inbox, hopefullyRory&2025-11-261-0/+161