summary refs log tree commit diff
path: root/src/api/routes/channels/#channel_id/messages (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix reacting with custom emojis from same guild requiring USE_EXTERNAL_EMOJISRory&2023-12-081-1/+2
* messageupdate: fix member not being correct formatPuyodead12023-12-051-1/+6
* fix some message update fields being sent when nullPuyodead12023-12-051-5/+2
* * allow limit=1Madeline2023-09-051-7/+25
* fix reversed check in GET messagesMadeline2023-08-071-1/+1
* some abaddon compatMadeline2023-07-311-32/+36
* goofMadeline2023-07-281-1/+2
* Fix regression of 5f22faa57b7104ba29a01889a1bafc35b3be4f02Madeline2023-07-281-17/+18
* fix get channel messages around parameterVincent Junge2023-06-261-10/+11
* Rewrite getRouteDescriptions, fix message route not appearing in openapi specMadeline2023-04-161-26/+3
* spacebarPuyodead12023-04-131-4/+4
* clusterfuckPuyodead12023-04-131-1/+1
* oapi: users progressPuyodead12023-04-131-1/+1
* backfill missing query paramsPuyodead12023-04-131-0/+16
* fixing lots of openapi crapPuyodead12023-04-134-5/+5
* channelsPuyodead12023-04-136-145/+292
* 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-316-16/+16
* SPACEBARMadeline2023-03-316-6/+6
* SPACEBARMadeline2023-03-316-6/+6
* Don't allow message types to be editedMadeline2023-02-031-6/+3
* Merge pull request from GHSA-9qvc-84ch-5p2xMadeline2023-02-021-1/+26
* Add ESLint (#941)Madeline2023-01-204-43/+44
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-186-0/+108
* PrettierMadeline2023-01-052-21/+34
* Set default cdn endpoints so that local testing worksMadeline2022-12-211-1/+1
* Message rate limitingTheArcaneBrony2022-12-191-1/+22
* 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
* PrettierMadeline2022-09-266-278/+494
* Move schemas to /src/util/schemasMadeline2022-09-264-49/+4
* Refactor to mono-repo + upgrade packagesMadeline2022-09-256-0/+769