summary refs log tree commit diff
path: root/src/api/routes/channels (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rewrite getRouteDescriptions, fix message route not appearing in openapi specMadeline2023-04-164-29/+6
|
* spacebarPuyodead12023-04-131-4/+4
|
* clusterfuckPuyodead12023-04-134-4/+4
|
* oapi: users progressPuyodead12023-04-131-1/+1
|
* backfill missing query paramsPuyodead12023-04-131-0/+16
|
* fixing lots of openapi crapPuyodead12023-04-138-9/+9
|
* channelsPuyodead12023-04-1314-255/+537
|
* Add missing route middleware to messages routeMadeline2023-04-121-2/+4
|
* send public member in message_reaction_add eventtMadeline2023-04-111-2/+11
|
* Update reactions.tsRainb0w :32023-04-101-1/+2
|
* properly track reactionsRainb0w :32023-04-081-0/+2
|
* Remove ALL fosscord mentionsMadeline2023-03-3114-35/+35
|
* SPACEBARMadeline2023-03-3115-15/+15
|
* SPACEBARMadeline2023-03-3115-15/+15
|
* Don't allow message types to be editedMadeline2023-02-031-6/+3
|
* Merge pull request from GHSA-9qvc-84ch-5p2xMadeline2023-02-021-1/+26
| | | | | * Check permissions and rights * Prevent editing message type unless MANAGE_MESSAGES right. Also don't send sensitive data in patch response.
* Add ESLint (#941)Madeline2023-01-2012-69/+69
| | | | | | | * 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-1815-0/+270
| | | | | | | | | * 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
* PrettierMadeline2023-01-054-25/+46
|
* Set default cdn endpoints so that local testing worksMadeline2022-12-211-1/+1
|
* Message rate limitingTheArcaneBrony2022-12-191-1/+22
|
* Create webhooksMadeline2022-12-192-4/+26
|
* Remove bad banned words implementationMadeline2022-12-172-10/+0
|
* Fix message patching sending old message rather than updated oneMadeline2022-10-311-3/+3
|
* Move message auto mod to the api route instead of a @beforeinsert/update methodMadeline2022-10-252-1/+13
|
* Check nonce in Message sendMadeline2022-10-051-0/+13
|
* Fix fetching members for roles in POST messageMadeline2022-09-291-11/+16
|
* Update read state on message createMadeline2022-09-291-8/+16
|
* Missed some schemasMadeline2022-09-281-5/+1
|
* PrettierMadeline2022-09-2614-549/+945
|
* Move schemas to /src/util/schemasMadeline2022-09-268-114/+9
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2515-0/+1349