summary refs log tree commit diff
path: root/src/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Clean up imports dev/rory/versioned-apiTheArcaneBrony2023-01-1416-44/+20
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* var -> letTheArcaneBrony2023-01-1430-61/+61
| | | | 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-14129-14/+29
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Add /users/:id/delete (#926)Erkin Alp Güney2023-01-141-0/+39
|
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Re-introduce outgoing message logging Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Websocket dumping * Sentry user count on API * Generate session ID upon opening websocket, fix gateway dumps * Async file io in src/gateway/events/Message.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Async file io in src/util/util/Config.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Make pre-commit hook executable Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Fixed sync file io in src/util/util/Config.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Fixed missing await call in src/util/util/AutoUpdate.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Add comment to src/gateway/events/Connection.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Clean up gateway dumping code Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add back include_url param to reg tokensMadeline2023-01-101-3/+11
|
* Move sentry init to util. use sentry in each module, not just bundleMadeline2023-01-101-1/+4
|
* PrettierMadeline2023-01-0532-525/+847
|
* 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
|
* Rename limits_rate_disabled -> limits_rate_enabled and remove ↵Madeline2022-12-221-2/+2
| | | | limits_guilds_hideOfflineMember
* Fix redirect when test client disabledMadeline2022-12-221-9/+9
|
* Disable test client by defaultMadeline2022-12-211-0/+6
|
* 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-193-2/+52
|
* 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
|
* Replace deprecated propertyTheArcaneBrony2022-12-191-1/+1
|
* Create webhooksMadeline2022-12-192-4/+26
|
* Move UserSettings to own entityTheArcaneBrony2022-12-191-4/+6
|
* Add additional configMadeline2022-12-191-1/+1
|
* 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
|
* Refactored testclientMadeline2022-12-181-133/+103
|
* Remove /policies/instance/statsMadeline2022-12-171-21/+0
|
* Remove Discord oauth login supportMadeline2022-12-173-123/+1
|
* Remove `sharp` depMadeline2022-12-171-3/+4
|
* Remove bad banned words implementationMadeline2022-12-173-12/+1
|
* 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 404 handlerMadeline2022-11-051-3/+4
|
* Fix message patching sending old message rather than updated oneMadeline2022-10-311-3/+3
|
* Allow running api, cdn, gateway separatelyMadeline2022-10-312-2/+4
|
* 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-285-1/+146
| | | | 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
|
* Fix fix for twitter embeds from yesterdayMadeline2022-10-251-1/+1
|
* Move message auto mod to the api route instead of a @beforeinsert/update methodMadeline2022-10-252-1/+13
|
* Fix tweets with only video breaking embedsMadeline2022-10-241-8/+8
|
* Forgot some schemas + only generate schemas in util/schemas + add setup scriptMadeline2022-10-242-12/+2
|
* TestClient middleware will now add cache misses to file for generate:client ↵Madeline2022-10-241-8/+12
| | | | script to fetch. Also patch discord icon top left
* Change android and ios client downloads to use /download endpoint, update ↵Madeline2022-10-244-26/+48
| | | | Release entity to suck less
* remove self_edit_guilds, was dumbMadeline2022-10-071-2/+2
|
* fix self_edit_guilds rightMadeline2022-10-071-2/+2
|
* embed failMadeline2022-10-051-2/+2
|
* Check nonce in Message sendMadeline2022-10-051-0/+13
|
* capture exception in sentry for embed processingMadeline2022-10-041-0/+6
|
* Embed cacheMadeline2022-10-031-6/+23
|
* Twitter embedsMadeline2022-10-032-11/+96
|
* Make imagor optionalMadeline2022-10-021-12/+15
|
* Use imagor for image resizingMadeline2022-10-021-3/+15
|
* More embed improvementsMadeline2022-10-021-50/+74
|
* Slightly better embedsMadeline2022-10-011-27/+155
|
* Better embed handlingMadeline2022-10-013-128/+156
|
* 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-292-16/+21
|
* Prevent URL embedding and mentions when in codeblockMadeline2022-09-291-3/+3
|
* 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
|
* Fix message editingMadeline2022-09-271-1/+1
|
* PrettierMadeline2022-09-26107-2349/+4108
|
* Move schemas to /src/util/schemasMadeline2022-09-2640-401/+35
|
* Add generate:client scriptMadeline2022-09-261-0/+9
|
* Rearrange assets a bit, fix anything that uses assets folderMadeline2022-09-263-12/+16
|
* Add logout endpointMadeline2022-09-261-0/+16
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-25144-0/+131250