summary refs log tree commit diff
path: root/src/api/routes (follow)
Commit message (Collapse)AuthorAgeFilesLines
* create util for app bot user creationPuyodead12023-05-072-35/+5
|
* add option to auto add bot users to new appsPuyodead12023-05-061-0/+21
|
* Fix UserRelationsResponse schemaMadeline2023-04-191-2/+3
|
* Rewrite getRouteDescriptions, fix message route not appearing in openapi specMadeline2023-04-169-60/+12
|
* fix typosMadeline2023-04-142-2/+2
|
* spacebarPuyodead12023-04-131-4/+4
|
* clusterfuckPuyodead12023-04-1325-25/+25
|
* oapi: fix a few response types in authPuyodead12023-04-132-3/+7
|
* oapi: add missing 2fa types to loginPuyodead12023-04-131-1/+1
|
* oapi: root level routesPuyodead12023-04-138-134/+219
|
* oapi: voice regionsPuyodead12023-04-131-6/+15
|
* oapi: finish usersPuyodead12023-04-138-27/+90
|
* oapi: users progressPuyodead12023-04-1314-259/+522
|
* oapi: stickersPuyodead12023-04-131-6/+16
|
* oapi: sticker packsPuyodead12023-04-131-5/+17
|
* oapi: readstatesPuyodead12023-04-131-1/+9
|
* oapi: policiesPuyodead12023-04-134-38/+84
|
* oapi: oauth2Puyodead12023-04-131-94/+136
|
* oapi: invitesPuyodead12023-04-131-35/+87
|
* oapi: fix guild discovery requirementsPuyodead12023-04-131-1/+1
|
* guildsPuyodead12023-04-1328-629/+1384
|
* backfill missing query paramsPuyodead12023-04-132-0/+28
|
* gifs and query paramsPuyodead12023-04-133-129/+155
|
* fixing lots of openapi crapPuyodead12023-04-1351-186/+191
|
* AAAPuyodead12023-04-134-25/+10
|
* gatewayPuyodead12023-04-132-35/+54
|
* channelsPuyodead12023-04-1314-255/+537
|
* applicationsPuyodead12023-04-136-97/+215
|
* auth routesPuyodead12023-04-1312-40/+141
|
* Add missing route middleware to messages routeMadeline2023-04-121-2/+4
|
* don't allow editing @everyone roleMadeline2023-04-111-1/+4
|
* Merge pull request #1023 from Rainb0wCodes/masterMadeline2023-04-111-1/+13
|\ | | | | properly track reactions
| * send public member in message_reaction_add eventtMadeline2023-04-111-2/+11
| |
| * Update reactions.tsRainb0w :32023-04-101-1/+2
| |
| * properly track reactionsRainb0w :32023-04-081-0/+2
| |
* | Add erkins noteMadeline2023-04-111-0/+1
| |
* | Don't fetch the entire role relation when counting member idsMadeline2023-04-111-8/+10
| |
* | member-counts routeMadeline2023-04-111-0/+39
| |
* | Use partition func instead + use Promise.allMadeline2023-04-111-20/+15
| |
* | Remove Member.isInGuildOrFail, as it will always pass ( route permission check )Madeline2023-04-111-3/+7
| |
* | prettierMadeline2023-04-112-35/+43
| |
* | Add PATCH /guilds/#guild_id/roles/#role_id/member-ids APIochen12023-04-091-0/+38
| |
* | Fix indentationochen12023-04-091-1/+1
| |
* | Add PATCH /guilds/#guild_id/roles/#role_id/members APIochen12023-04-091-0/+53
|/ | | Discord uses this in the Edit Role menu, Manage members tab to update the list of members with the role.
* License informationMadeline2023-04-025-0/+90
|
* Update connection metadata visibilityMadeline2023-04-021-1/+4
|
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-02140-551/+553
|\
| * Remove ALL fosscord mentionsMadeline2023-03-31134-242/+242
| |
| * Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-312-4/+3
| | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88.
| * Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-302-3/+4
| |\
| | * fix: use entity.save() instead of insert (needed for caching)Samuel2023-03-181-3/+3
| | |
| | * fix: missing id in select querySamuel2023-03-181-0/+1
| | |
| * | SPACEBARMadeline2023-03-31134-134/+134
| | |
| * | SPACEBARMadeline2023-03-31134-132/+168
| | |
| * | Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-03-241-1/+1
| |\ \
| | * | fix totp using wrong settings keyPuyodead12023-03-211-1/+1
| | |/
| * / Work towards fixing openapi specMadeline2023-03-244-34/+0
| |/
* | Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-5/+7
| | | | | | | | Use api_endpointPublic instead of cdn_endpointPublic
* | Check visibility for connected accounts in /users/:id/profileMadeline2023-03-181-1/+3
| |
* | don't send token_data on connection updatePuyodead12023-03-181-1/+1
| |
* | use connection revoked errorPuyodead12023-03-181-2/+1
| |
* | Add Twitch, error handling, revokation changes, etcPuyodead12023-03-182-12/+17
| |
* | Fix connection update visibilty dying when given booleanMadeline2023-03-181-1/+7
| |
* | Update todo in access-token routePuyodead12023-03-181-1/+1
| |
* | Refreshable connections, refactoring, access-token endpointPuyodead12023-03-182-1/+85
| | | | | | | | | | | | | | | | - Aded /users/@me/connections/:connection_name/:connection_id/access-token - Replaced `access_token` property on ConnectedAccount with `token_data` object for refreshing tokens - Made a common interface for connection things like ComonOAuthTokenResponse - Added `RefreshableConnection` class - Added token refresh to Spotify connection (disabled)
* | Delete connectionsMadeline2023-03-181-1/+24
| |
* | entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchemaMadeline2023-03-181-3/+2
| |
* | Don't use mergeDeepMadeline2023-03-181-6/+2
| |
* | `handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE`Madeline2023-03-181-7/+8
| |
* | implement PATCH connectionPuyodead12023-03-182-0/+51
| |
* | adding connection now worksPuyodead12023-03-182-2/+2
| |
* | add connectionsPuyodead12023-03-184-3/+119
|/
* Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-164-6/+7
|
* Rename password_reset config to passwordReset as it messes with config key ↵Madeline2023-02-251-1/+1
| | | | generation
* Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-02-241-1/+1
|\
| * fix a few issues with emailsPuyodead12023-02-241-1/+1
| |
* | send required_action in gateway for when email verification is requiredMadeline2023-02-241-11/+0
|/
* first batch of requested changesPuyodead12023-02-242-44/+67
|
* don't return token on register if verification requiredPuyodead12023-02-241-0/+11
|
* implement password resetPuyodead12023-02-243-1/+150
|
* don't print anything if email send is successfulPuyodead12023-02-241-2/+1
|
* add right to resend verification emailsPuyodead12023-02-231-21/+25
|
* fix: email verificationPuyodead12023-02-232-15/+15
|
* fix: verification required for login not working correctlyPuyodead12023-02-231-0/+1
|
* config: require account verificationPuyodead12023-02-232-6/+13
|
* fix linting errorsPuyodead12023-02-231-11/+4
|
* Fix template rendering and use verify email templatePuyodead12023-02-231-1/+1
| | | | email html is weird, some stuff isn't supported.
* Email verification worksPuyodead12023-02-232-3/+69
| | | | | | | | - Added /auth/verify to authenticated route whitelist - Updated /auth/verify to properly mark a user as verified, return a response, and fix expiration time check - Implemented /auth/verify/resend - Moved verification email sending to a helper method - Fixed VerifyEmailSchema requiring captcha_key
* add missing copyright headersPuyodead12023-02-231-0/+18
|
* send email verificationPuyodead12023-02-231-0/+45
|
* Fix being unable to unset nicknamesMadeline2023-02-051-1/+11
| | | | | Remove unwanted guild profile handler in cdn Fix rights check for bio/avatars of your own user
* various fixes for webauthn (#973)Puyodead12023-02-033-9/+21
|
* run add:licenseMadeline2023-02-031-0/+18
|
* Don't allow message types to be editedMadeline2023-02-031-6/+3
|
* Merge pull request from GHSA-9qvc-84ch-5p2xMadeline2023-02-021-1/+26
| | | | | * Check permissions and rights * Prevent editing message type unless MANAGE_MESSAGES right. Also don't send sensitive data in patch response.
* Merge pull request from GHSA-hqqp-gpqw-9w5cMadeline2023-02-021-2/+2
|
* Merge pull request from GHSA-9q7f-pv47-cxp9Madeline2023-02-021-1/+13
|
* Merge pull request from GHSA-r7h4-76f7-6264Madeline2023-02-021-0/+10
| | | | | * Actually use maxUsername config value. * Change maxUsername default to discord.com default
* check pw and other auth before letting users undisableMadeline2023-01-311-19/+19
|
* read-states/ack-bulk (#969)Madeline2023-01-301-0/+41
|
* Implement WebAuthn (#967)Puyodead12023-01-304-7/+392
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* also don't use 3002 as default when gateway endpoints are nullMadeline2023-01-263-3/+3
|
* Add ESLint (#941)Madeline2023-01-2067-229/+262
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Fix a funny security vulnChrisChrome2023-01-181-1/+1
|
* Merge pull request #952 from fosscord/dev/endpoints-in-pingChris Chrome2023-01-181-1/+3
|\ | | | | Merge /dev/endpoints-in-ping to master
| * Move endpoints from ping -> policies/instance/domains (#933)Chris Chrome2023-01-162-9/+4
| |
| * Fix some default valueTheArcaneBrony2023-01-141-1/+2
| | | | | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
| * Add basic info in pingTheArcaneBrony2023-01-141-1/+7
| | | | | | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* | Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-18126-1/+2268
| | | | | | | | | | | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* | 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
|\ | | | | 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 cd84412c92c447826ebb2668295d46956618d962.
* | 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