summary refs log tree commit diff
path: root/src/api/routes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix deleting an application if it has a botMadeline2023-01-171-2/+0
* Add /users/:id/delete (#926)Erkin Alp Güney2023-01-141-0/+39
* Add back include_url param to reg tokensMadeline2023-01-101-3/+11
* PrettierMadeline2023-01-0527-417/+631
* Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatchMadeline2023-01-021-2/+8
|\
| * Profile themes and pronounsMadeline2022-12-311-2/+8
* | Use adjusted email in /auth/loginMadeline2023-01-021-1/+1
* | Revert "Don't let users undisable their accounts"Madeline2023-01-011-6/+8
* | Don't let users undisable their accountsMadeline2023-01-011-8/+6
|/
* Fix new roles having duplicate positionsMadeline2022-12-302-6/+13
* OAuth2 authorize bot flowMadeline2022-12-241-0/+146
* Fix creating bot accountsMadeline2022-12-241-1/+4
* Set default cdn endpoints so that local testing worksMadeline2022-12-211-1/+1
* Fix the roles bugMadeline2022-12-211-5/+8
* Reg tokens bypass other restrictionsMadeline2022-12-191-21/+22
* Message rate limitingTheArcaneBrony2022-12-191-1/+22
* Registration tokensMadeline2022-12-192-1/+47
* Add register ratelimitTheArcaneBrony2022-12-191-1/+15
* flags related rights and stats apiErkin Alp Güney2022-12-191-0/+22
* fix user profile not displaying correctlyPuyodead12022-12-191-2/+9
* implement guild profiles and fix user profilesPuyodead12022-12-193-79/+130
* Create webhooksMadeline2022-12-192-4/+26
* Move UserSettings to own entityTheArcaneBrony2022-12-191-4/+6
* Invalidate tokens on password changeChrisChrome2022-12-181-2/+10
* Make teams nullableTheArcaneBrony2022-12-181-1/+0
* Refactor applicationsMadeline2022-12-183-84/+104
* WhoopsChrisChrome2022-12-181-1/+1
* Whoops, missed oneChrisChrome2022-12-181-1/+0
* I'm probably forgetting a lot of things, but hey, it worksChrisChrome2022-12-181-1/+6
* It works now... I guessChrisChrome2022-12-182-2/+1
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-184-2/+147
* Remove some old test logs that expose info to consoleTheArcaneBrony2022-12-182-3/+0
* Remove todo line that has been implemented.TheArcaneBrony2022-12-182-7/+1
* Remove /policies/instance/statsMadeline2022-12-171-21/+0
* Remove Discord oauth login supportMadeline2022-12-171-38/+0
* 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