summary refs log tree commit diff
path: root/src/api/routes/channels/#channel_id/messages/index.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* * 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
* backfill missing query paramsPuyodead12023-04-131-0/+16
* fixing lots of openapi crapPuyodead12023-04-131-1/+1
* channelsPuyodead12023-04-131-99/+124
* Add missing route middleware to messages routeMadeline2023-04-121-2/+4
* Remove ALL fosscord mentionsMadeline2023-03-311-3/+3
* SPACEBARMadeline2023-03-311-1/+1
* SPACEBARMadeline2023-03-311-1/+1
* Add ESLint (#941)Madeline2023-01-201-34/+31
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
* PrettierMadeline2023-01-051-20/+33
* 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-171-5/+0
* Move message auto mod to the api route instead of a @beforeinsert/update methodMadeline2022-10-251-0/+6
* 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-261-42/+96
* Move schemas to /src/util/schemasMadeline2022-09-261-34/+1
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+269