summary refs log tree commit diff
path: root/.eslintignore (unfollow)
Commit message (Expand)AuthorFilesLines
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