summary refs log tree commit diff
path: root/src/api/routes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove bad banned words implementationMadeline2022-12-172-10/+0
* Remove /api/-/monitorzMadeline2022-12-171-22/+0
* Premium tier 0 SKU from stagingMadeline2022-12-171-50/+205
* Remove Slowcord demo user restrictionsMadeline2022-12-172-6/+0
* Only allow specific server features to be editedMadeline2022-12-051-0/+22
* Fix private messages being returned when no channel_id provided in searchMadeline2022-12-051-3/+17
* Fix bug allowing any member from kicking any member instance-wideMadeline2022-12-051-3/+3
* Fix pruneMadeline2022-12-031-1/+1
* Fix message patching sending old message rather than updated oneMadeline2022-10-311-3/+3
* Fix user settings not saving properly and guild foldersMadeline2022-10-281-4/+5
* lolMadeline2022-10-281-1/+1
* Move src-slowcord to own repo https://github.com/MaddyUnderStars/slowcord-ser...Madeline2022-10-282-0/+59
* fix bad user validationMadeline2022-10-271-0/+1
* Make /stop route not ugly as hellMadeline2022-10-261-21/+5
* Move message auto mod to the api route instead of a @beforeinsert/update methodMadeline2022-10-252-1/+13
* Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline2022-10-242-12/+2
* Change android and ios client downloads to use /download endpoint, update Rel...Madeline2022-10-243-25/+47
* remove self_edit_guilds, was dumbMadeline2022-10-071-2/+2
* fix self_edit_guilds rightMadeline2022-10-071-2/+2
* Check nonce in Message sendMadeline2022-10-051-0/+13
* Split MANAGE_GUILDS right into MANAGE_GUILDS for instance-wide control and SE...Madeline2022-09-301-1/+1
* Fix fetching members for roles in POST messageMadeline2022-09-291-11/+16
* Update read state on message createMadeline2022-09-291-8/+16
* whoopsMadeline2022-09-281-1/+1
* Discovery splashes + fix guild icons disappearing on settings changeMadeline2022-09-281-7/+16
* Fix user guild settingsMadeline2022-09-281-13/+7
* Missed some schemasMadeline2022-09-283-24/+2
* PrettierMadeline2022-09-2687-2162/+3647
* Move schemas to /src/util/schemasMadeline2022-09-2639-400/+34
* Rearrange assets a bit, fix anything that uses assets folderMadeline2022-09-261-1/+1
* Add logout endpointMadeline2022-09-261-0/+16
* Refactor to mono-repo + upgrade packagesMadeline2022-09-25119-0/+5752