summary refs log tree commit diff
path: root/src/api (follow)
Commit message (Expand)AuthorAgeFilesLines
* xkcd embed handler and improved generic handlerMadeline2023-09-021-20/+53
* prevent put /guilds/id/members/id for others until we have oauth2 scopes impledMadeline2023-08-271-1/+4
* remove INVALID_PASSWORD error response. close #1090Madeline2023-08-131-2/+10
* Refactor email sending + remove email verification if mail sending is not set upMadeline2023-08-123-11/+4
* update invites endpoints to support latest apiMadeline2023-08-121-5/+13
* goofMadeline2023-08-121-4/+4
* fix min password length checkMadeline2023-08-121-3/+2
* set rules/updates in guild if we created themMadeline2023-08-121-2/+6
* Merge pull request #1045 from erkinalp/patch-2Madeline2023-08-111-1/+1
|\
| * Rename the guild feature to match discord.comErkin Alp Güney2023-04-271-1/+1
* | Implement community "create one for me"Madeline2023-08-101-0/+72
* | Allow enabling welcome screen and check if welcome screen channels exist with...Madeline2023-08-101-9/+24
* | Send ratelimit headers regardless of if request was blocked (close #1022, clo...Madeline2023-08-101-6/+20
* | fix reversed check in GET messagesMadeline2023-08-071-1/+1
* | Fix connection class importsPuyodead12023-08-061-1/+1
* | Fix some linting warningsPuyodead12023-08-063-3/+2
* | update proxy-agentMadeline2023-08-073-3/+3
* | switch from il8next-node-fs-backend to il8next-fs-backendMadeline2023-08-071-1/+1
* | some abaddon compatMadeline2023-07-311-32/+36
* | * call toJSON of keys in gateway when using erlpackMadeline2023-07-291-1/+1
* | Merge branch 'master' into feat/refactorIdentifyMadeline2023-07-281-17/+19
|\ \
| * | goofMadeline2023-07-281-1/+2
| * | Fix regression of 5f22faa57b7104ba29a01889a1bafc35b3be4f02Madeline2023-07-281-17/+18
* | | refactor checkTokenMadeline2023-07-283-11/+3
|/ /
* | fix get channel messages around parameterVincent Junge2023-06-261-10/+11
* | Merge pull request #1066 from Zert3x/masterMadeline2023-06-141-1/+1
|\ \
| * | Update ipAddress.tsZert3x2023-05-281-1/+1
* | | made it prettierngn2023-06-111-9/+14
* | | Make sure min password length is not nullngn2023-06-111-2/+3
* | | Making the error message dynamicngn2023-06-101-1/+1
* | | making min password length configurablengn132023-06-101-1/+1
* | | Implemented password length checkngn2023-06-101-0/+8
* | | Fix docs for /users/:id/profileMadeline2023-06-111-36/+2
* | | Send user and roles id array in GET /guilds/:id/members/:idMadeline2023-06-111-2/+23
* | | Return entire guild object in POST /guildsMadeline2023-05-301-1/+1
|/ /
* | fix: add return and run prettierCyberL12023-05-131-3/+8
* | Merge branch 'spacebarchat:master' into masterCyber2023-05-131-0/+3
|\ \
| * | Prevent /invites/:code for botsMadeline2023-05-121-0/+3
* | | fix: don't create new vanity url when there's no ALIASABLE_NAMES flagCyberL12023-05-101-0/+6
|/ /
* | 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
* | Merge branch 'master' into openapiMadeline2023-04-191-1/+6
|\|
| * Fix body-parser errors not being filtered in ErrorHandler middlewareMadeline2023-04-161-1/+6
* | 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-1315-259/+523
* | 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-134-129/+163
* | fixing lots of openapi crapPuyodead12023-04-1352-197/+206
* | AAAPuyodead12023-04-134-25/+10
* | gatewayPuyodead12023-04-132-35/+54
* | channelsPuyodead12023-04-1314-255/+537
* | applicationsPuyodead12023-04-137-98/+217
* | auth routesPuyodead12023-04-1313-46/+152
|/
* 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
|\
| * 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
|/
* License informationMadeline2023-04-025-0/+90
* Update connection metadata visibilityMadeline2023-04-021-1/+4
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-02163-626/+640
|\
| * Remove ALL fosscord mentionsMadeline2023-03-31149-272/+271
| * Revert "Merge pull request #1008 from spacebarchat/dev/samuel"Madeline2023-03-316-60/+29
| * Merge pull request #1008 from spacebarchat/dev/samuelSamuel (Flam3rboy)2023-03-306-29/+60
| |\
| | * fix: remove proxySamuel2023-03-181-4/+0
| | * fix: use entity.save() instead of insert (needed for caching)Samuel2023-03-182-4/+4
| | * fix: missing id in select querySamuel2023-03-181-0/+1
| | * fix: request language propertySamuel2023-03-171-5/+6
| | * perf: custom i18next middleware that only initializes when neededSamuel2023-03-171-18/+38
| | * perf: cache jwt secret as keySamuel2023-03-172-6/+19
| | * build: update dependenciesSamuel2023-03-171-1/+1
| * | SPACEBARMadeline2023-03-31157-157/+157
| * | SPACEBARMadeline2023-03-31157-155/+191
| * | Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-03-241-1/+1
| |\ \
| | * \ Merge pull request #1012 from Puyodead1/patch/totp-user-settingsMadeline2023-03-221-1/+1
| | |\ \
| | | * | fix totp using wrong settings keyPuyodead12023-03-211-1/+1
| | | |/
| * | / Work towards fixing openapi specMadeline2023-03-244-34/+0
| |/ /
| * | Merge branch 'master' of github.com:fosscord/fosscord-serverMadeline2023-03-191-1/+3
| |\|
| * | Add basic information page to /Madeline2023-03-191-0/+11
| |/
* | prettierPuyodead12023-03-182-2/+2
* | Move redirect uri generation to getRedirectUri function of Connection class.Madeline2023-03-181-5/+7
* | 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
* | 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-183-2/+7
* | add connectionsPuyodead12023-03-185-3/+121
|/
* Fix UserSettings relation being in `select` rather than `relations`Madeline2023-03-164-6/+7
* Remove test client and client patcherMadeline2023-03-011-2/+0
* Rename password_reset config to passwordReset as it messes with config key ge...Madeline2023-02-251-1/+1
* 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-244-1/+152
* 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 verification worksPuyodead12023-02-233-5/+72
* add missing copyright headersPuyodead12023-02-231-0/+18
* send email verificationPuyodead12023-02-231-0/+45
* Start implementing smtpPuyodead12023-02-231-9/+11
* Fix gateway encoding Date objects as {} when using erlpack. Fixes NaN/NaN/NaN...Madeline2023-02-211-18/+2
* Close #954Madeline2023-02-211-0/+19
* Remove channel mentions from messages, in order to fix them in test client.TheArcaneBrony2023-02-201-6/+10
* Fix being unable to unset nicknamesMadeline2023-02-051-1/+11
* 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
* 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
* 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-306-8/+401
* also don't use 3002 as default when gateway endpoints are nullMadeline2023-01-263-3/+3
* Add ESLint (#941)Madeline2023-01-2080-312/+360
* 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 pull request #934 from fosscord/masterMadeline2023-01-162-5/+15
| |\
| * | Move endpoints from ping -> policies/instance/domains (#933)Chris Chrome2023-01-162-9/+4
| * | Fix some default valueTheArcaneBrony2023-01-141-1/+2
| * | Add basic info in pingTheArcaneBrony2023-01-141-1/+7
* | | Add youtu.be embed handler (#945)Chris Chrome2023-01-181-1/+3
* | | Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-18149-2/+2683
* | | Fix deleting an application if it has a botMadeline2023-01-171-2/+0
| |/ |/|
* | Return embed proxy url even if imagor not set up. Also make warning nicerMadeline2023-01-161-5/+14
* | Update dead linesMadeline2023-01-161-1/+1
* | Add an error log if embed handler fails, in addition to the existing sentry logMadeline2023-01-151-0/+1
|/
* Add /users/:id/delete (#926)Erkin Alp Güney2023-01-141-0/+39
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-121-0/+3
* 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-0531-487/+765
* 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
* Rename limits_rate_disabled -> limits_rate_enabled and remove limits_guilds_h...Madeline2022-12-221-2/+2
* 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
* 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-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 https://github.com/MaddyUnderStars/slowcord-ser...Madeline2022-10-285-1/+146
* 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
* Change android and ios client downloads to use /download endpoint, update Rel...Madeline2022-10-244-26/+48
* 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 SE...Madeline2022-09-301-1/+1
* 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