Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add right to resend verification emails | Puyodead1 | 2023-02-23 | 1 | -21/+25 |
| | |||||
* | fix: email verification | Puyodead1 | 2023-02-23 | 2 | -15/+15 |
| | |||||
* | fix: verification required for login not working correctly | Puyodead1 | 2023-02-23 | 1 | -0/+1 |
| | |||||
* | config: require account verification | Puyodead1 | 2023-02-23 | 2 | -6/+13 |
| | |||||
* | fix linting errors | Puyodead1 | 2023-02-23 | 1 | -11/+4 |
| | |||||
* | Fix template rendering and use verify email template | Puyodead1 | 2023-02-23 | 1 | -1/+1 |
| | | | | email html is weird, some stuff isn't supported. | ||||
* | Email verification works | Puyodead1 | 2023-02-23 | 2 | -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 headers | Puyodead1 | 2023-02-23 | 1 | -0/+18 |
| | |||||
* | send email verification | Puyodead1 | 2023-02-23 | 1 | -0/+45 |
| | |||||
* | various fixes for webauthn (#973) | Puyodead1 | 2023-02-03 | 1 | -7/+10 |
| | |||||
* | check pw and other auth before letting users undisable | Madeline | 2023-01-31 | 1 | -19/+19 |
| | |||||
* | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 2 | -7/+161 |
| | | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 4 | -10/+10 |
| | | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint | ||||
* | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 7 | -0/+126 |
| | | | | | | | | | * 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 | ||||
* | Add back include_url param to reg tokens | Madeline | 2023-01-10 | 1 | -3/+11 |
| | |||||
* | Prettier | Madeline | 2023-01-05 | 2 | -27/+62 |
| | |||||
* | Use adjusted email in /auth/login | Madeline | 2023-01-02 | 1 | -1/+1 |
| | |||||
* | Revert "Don't let users undisable their accounts" | Madeline | 2023-01-01 | 1 | -6/+8 |
| | | | | This reverts commit cd84412c92c447826ebb2668295d46956618d962. | ||||
* | Don't let users undisable their accounts | Madeline | 2023-01-01 | 1 | -8/+6 |
| | |||||
* | Reg tokens bypass other restrictions | Madeline | 2022-12-19 | 1 | -21/+22 |
| | |||||
* | Registration tokens | Madeline | 2022-12-19 | 2 | -1/+47 |
| | |||||
* | Add register ratelimit | TheArcaneBrony | 2022-12-19 | 1 | -1/+15 |
| | |||||
* | Remove some old test logs that expose info to console | TheArcaneBrony | 2022-12-18 | 2 | -3/+0 |
| | |||||
* | Prettier | Madeline | 2022-09-26 | 6 | -241/+363 |
| | |||||
* | Move schemas to /src/util/schemas | Madeline | 2022-09-26 | 4 | -53/+4 |
| | |||||
* | Add logout endpoint | Madeline | 2022-09-26 | 1 | -0/+16 |
| | |||||
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 5 | -0/+395 |