summary refs log tree commit diff
path: root/src/api/util/handlers/Message.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* various crap i was working on github/dev/emma-fuck-this dev/emma-fuck-thisRory&2025-12-251-1/+1
* Deprecation: Use object-based relations for typeormRory&2025-12-191-2/+11
* add TODOCyberL12025-12-181-0/+2
* feat: add message forwards (normal messages only)CyberL12025-12-181-2/+38
* Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults'Rory&2025-12-171-1/+3
|\
| * Stop returning defaults when using getPublicUser()TomatoCake2024-09-011-1/+3
* | lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-466/+466
* | Remove ugly hackRory&2025-12-171-2/+2
* | Cast ephemeral flag to number because lmaoRory&2025-12-171-1/+1
* | Rename PRIVATE_ROUTE -> EPHEMERAL, fix typoRory&2025-12-171-2/+3
* | Clean up cloud attachment debug logsRory&2025-12-041-3/+2
* | Fix base64 avatar stuff for webhooksRory&2025-12-011-1/+1
* | Drop node-fetch-commonjs, proxy-agent as deprecatedRory&2025-12-011-2/+1
* | remove unneeded logMathMan052025-11-271-1/+0
* | Message handler: fix importsRory&2025-11-251-7/+5
* | slight fixMathMan052025-11-251-1/+2
* | Implement SlowmodeMathMan052025-11-251-2/+17
* | fix :3MathMan052025-11-231-2/+1
* | is it a hack if it works?MathMan052025-11-231-1/+1
* | workMathMan052025-11-231-1/+12
* | make interactions more normalMathMan052025-11-231-3/+5
* | fixesMathMan052025-11-191-1/+6
* | add missing awaitsMathMan052025-11-191-2/+2
* | fix mentions issuesMathMan052025-11-191-6/+33
* | Merge branch 'master' into readStatesCyber2025-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
* | | implement mention_countMathMan052025-11-181-1/+30
|/ /
* | rename varriableMathMan052025-11-171-1/+1
* | add spacingMathMan052025-11-171-0/+1
* | fix ping error bugMathMan052025-11-171-2/+17
* | fix full user object being exposedMathMan052025-10-301-8/+10
* | Reorganise schemas a little bitRory&2025-10-151-6/+1
* | Try to fix sending messages with discord-goRory&2025-10-061-0/+1
* | Drop @sentry/node (Sentry support) - untested and unusedRory&2025-09-291-7/+0
* | Maybe this tieRory&2025-09-291-1/+1
* | Include attachmentsRory&2025-09-291-2/+5
* | More relationsRory&2025-09-291-0/+1
* | Actually set the referenced_message relation on new messagesRory&2025-09-291-1/+8
* | Make cloud uploads workRory&2025-09-291-129/+93
* | Logging of empty messagesRory&2025-09-291-1/+2
* | meow???Rory&2025-09-291-1/+1
* | Try to handle new attachment style in message handlerRory&2025-09-291-0/+31
* | Add OP to message.mentions when replied toZane Helton2025-06-291-1/+25
* | Preserve reactions when a message is editedZane Helton2025-06-291-1/+3
* | Properly filter existing embed linksZane Helton2025-06-291-8/+2
* | Start fresh when updating embeds for linksZane Helton2025-06-281-8/+3
* | Fix various issues with embeds on message updatesZane Helton2025-06-281-14/+92
* | Update some patches, switch to node-fetch-commonjs, more updatesEmma [it/its]@Rory&2024-10-281-1/+1
|/
* Perms for GET webhook, url propertyTomatoCake2024-07-181-1/+0
* Prettier & fix merge util/handlers/MessageTomatoCake2024-07-181-27/+31
* Merge branch 'master' of https://github.com/DEVTomatoCake/spacebar-server int...TomatoCake2024-07-181-35/+44
|\
| * Make channel ID optional when replyingTomatoCake2024-07-171-0/+8
| * fix: check for message componentsCyber2024-07-091-1/+2
| * fix: poll message is not an empty messageCyber2024-07-091-1/+2
| * Make poll a single object instead of an arrayTomatoCake2024-07-091-4/+4
| * fix poll in msg create schemaMadeline2024-07-091-16/+17
| * Don't embed links in <>TomatoCake2024-07-041-1/+4
* | Fix ESLint & prettierTomatoCake2024-07-181-8/+20
* | webhook fixes & username/avatar property for msgTomatoCake2024-07-181-34/+83
|/
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
* Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-311-1/+1
* Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-301-1/+1
|\
| * fix: use entity.save() instead of insert (needed for caching)Samuel2023-03-181-1/+1
* | SPACEBARMadeline2023-03-311-1/+1
* | SPACEBARMadeline2023-03-311-1/+1
|/
* Remove channel mentions from messages, in order to fix them in test client.TheArcaneBrony2023-02-201-6/+10
* Add ESLint (#941)Madeline2023-01-201-16/+18
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
* Add an error log if embed handler fails, in addition to the existing sentry logMadeline2023-01-151-0/+1
* PrettierMadeline2023-01-051-9/+12
* embed failMadeline2022-10-051-2/+2
* capture exception in sentry for embed processingMadeline2022-10-041-0/+6
* Embed cacheMadeline2022-10-031-6/+23
* Twitter embedsMadeline2022-10-031-5/+7
* Better embed handlingMadeline2022-10-011-128/+15
* Fix fetching members for roles in POST messageMadeline2022-09-291-5/+5
* Prevent URL embedding and mentions when in codeblockMadeline2022-09-291-3/+3
* Fix message editingMadeline2022-09-271-1/+1
* PrettierMadeline2022-09-261-54/+132
* Move schemas to /src/util/schemasMadeline2022-09-261-1/+1
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+287