summary refs log tree commit diff
path: root/src/api/routes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up imports dev/rory/versioned-apiTheArcaneBrony2023-01-1415-42/+13
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* var -> letTheArcaneBrony2023-01-1425-48/+48
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Move isTextChannel to channelTheArcaneBrony2023-01-145-47/+5
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Move rest of endpoints that return nothing into v0TheArcaneBrony2023-01-141-0/+0
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Move endpoints to respective versions, split out non implemented routesTheArcaneBrony2023-01-14128-9/+28
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* 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
|\ | | | | Patch body-parser to use json-bigint, like gateway
| * 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
| | | | | | | | This reverts commit 52840f4f9806d1caa6fa21733e961275dd3d7547.
* | 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
| | | | Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-184-2/+147
| | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* 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 ↵Madeline2022-10-282-0/+59
| | | | https://github.com/MaddyUnderStars/slowcord-services
* 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 ↵Madeline2022-10-243-25/+47
| | | | Release entity to suck less
* 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 ↵Madeline2022-09-301-1/+1
| | | | SELF_EDIT_GUILDS for control over guilds you own or have perms to edit
* 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