summary refs log tree commit diff
path: root/src/util/entities (unfollow)
Commit message (Expand)AuthorFilesLines
2023-03-18fix a few linting errorsPuyodead12-4/+7
2023-03-18Move redirect uri generation to getRedirectUri function of Connection class.Madeline15-138/+45
2023-03-18Check visibility for connected accounts in /users/:id/profileMadeline1-1/+3
2023-03-18Add Youtube connectionPuyodead12-0/+148
2023-03-18replace node-fetch with wretchPuyodead113-549/+6032
2023-03-18add Xbox connectionPuyodead12-0/+229
2023-03-18add Twitter connectionPuyodead12-0/+227
2023-03-18don't send token_data on connection updatePuyodead11-1/+1
2023-03-18use connection revoked errorPuyodead11-2/+1
2023-03-18Add Twitch, error handling, revokation changes, etcPuyodead119-49/+2278
2023-03-18Fix connection update visibilty dying when given booleanMadeline1-1/+7
2023-03-18Update todo in access-token routePuyodead11-1/+1
2023-03-18Refreshable connections, refactoring, access-token endpointPuyodead118-111/+292
2023-03-18Don't try to upload entire config for each connection loadedMadeline1-1/+2
2023-03-18Switch from Github real name to username for GH connectionMadeline1-1/+1
2023-03-18Add discriminator usernames for Discord connectionMadeline1-1/+2
2023-03-18Delete connectionsMadeline1-1/+24
2023-03-18fix discord connectionPuyodead11-16/+24
2023-03-18Add spotify connectionPuyodead12-0/+153
2023-03-18Add reddit connectionPuyodead12-0/+145
2023-03-18Add facebook connectionPuyodead12-0/+147
2023-03-18add epic games connectionPuyodead14-10/+166
2023-03-18WIP Discord connectionMadeline3-1/+124
2023-03-18Fix ConnectionLoader from throwing when uploading default config keysMadeline1-10/+8
2023-03-18Follow Discord docs for `visibility` and `metadata_visibility` fields in Conn...Madeline1-2/+2
2023-03-18entities/ConnectionUpdateSchema -> schemas/ConnectionUpdateSchemaMadeline5-14/+590
2023-03-18Don't use mergeDeepMadeline1-6/+2
2023-03-18`handleCallback` returns connection if created for `USER_CONNECTIONS_UPDATE`Madeline5-26/+25
2023-03-18implement PATCH connectionPuyodead18-4/+705
2023-03-18adding connection now worksPuyodead113-41/+54
2023-03-18add connectionsPuyodead124-9/+1297
2023-03-17Delete env-vars.mdSamuel (Flam3rboy)1-15/+0
2023-03-16Fix grammarXanderplayz181-1/+1
2023-03-16Fix UserSettings relation being in `select` rather than `relations`Madeline4-6/+7
2023-03-13Bump sqlite3 from 5.1.4 to 5.1.5dependabot[bot]2-8/+9
2023-03-07add default group dm avatarsPuyodead19-0/+28
2023-03-07use real md5 hashPuyodead17-6/+6
2023-03-02Remove client_test folderMadeline3-239/+0
2023-03-02Remove Discord widget bannersMadeline5-0/+0
2023-03-01Remove test client and client patcherMadeline6-294/+1
2023-02-26Generate openapiMadeline1-5/+254
2023-02-25Rename password_reset config to passwordReset as it messes with config key ge...Madeline2-2/+2
2023-02-24send required_action in gateway for when email verification is requiredMadeline2-11/+6
2023-02-24fix a few issues with emailsPuyodead12-3/+10
2023-02-24Bump http-cache-semantics from 4.1.0 to 4.1.1dependabot[bot]1-34/+85
2023-02-24move transporters to their own filesPuyodead17-147/+165
2023-02-24simplify replacer functionPuyodead11-34/+20
2023-02-24first batch of requested changesPuyodead13-49/+73
2023-02-24don't return token on register if verification requiredPuyodead11-0/+11
2023-02-24implement password resetPuyodead118-714/+2198
2023-02-24add SendGrid transportPuyodead15-3/+180
2023-02-24don't print anything if email send is successfulPuyodead12-21/+16
2023-02-24use a fixed mailjet transportPuyodead12-90/+37
2023-02-23error if correspondence email is not setPuyodead11-0/+5
2023-02-23fix for when secure is set to falsePuyodead11-1/+1
2023-02-23add right to resend verification emailsPuyodead13-22/+27
2023-02-23fix: email verificationPuyodead13-15/+42
2023-02-23fix: verification required for login not working correctlyPuyodead11-0/+1
2023-02-23config: require account verificationPuyodead13-6/+14
2023-02-23fix linting errorsPuyodead14-64/+19
2023-02-23Update package-lock.jsonPuyodead11-61/+6085
2023-02-23Add mailjet transportPuyodead16-56/+402
2023-02-23Add Mailgun transportPuyodead17-11/+207
2023-02-23rename SMTPConfigurations to EmailConfigurationPuyodead15-7/+8
2023-02-23Fix template rendering and use verify email templatePuyodead18-321/+419
2023-02-23Add othe