summary refs log tree commit diff
path: root/src/api/util/handlers/Message.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove channel mentions from messages, in order to fix them in test client.TheArcaneBrony2023-02-201-6/+10
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Add ESLint (#941)Madeline2023-01-201-16/+18
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* 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