Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix linting errors | Puyodead1 | 2023-02-23 | 1 | -1/+8 |
| | |||||
* | 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 | 1 | -18/+7 |
| | | | | | | | | - 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 | ||||
* | send email verification | Puyodead1 | 2023-02-23 | 1 | -1/+25 |
| | |||||
* | Merge pull request from GHSA-hqqp-gpqw-9w5c | Madeline | 2023-02-02 | 1 | -15/+8 |
| | |||||
* | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 1 | -0/+7 |
| | | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 1 | -8/+11 |
| | | | | | | | * 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 | 1 | -0/+18 |
| | | | | | | | | | * 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 setting user premium_type/etc (non-nullable) to null in db when null in ↵ | Madeline | 2023-01-13 | 1 | -3/+3 |
| | | | | config | ||||
* | fix rights lol | Madeline | 2023-01-11 | 1 | -1/+2 |
| | |||||
* | If defaults_user_premium is false, don't give a user `premium_since: new Date` | Madeline | 2023-01-11 | 1 | -9/+8 |
| | |||||
* | Prettier | Madeline | 2023-01-05 | 1 | -19/+12 |
| | |||||
* | Profile themes and pronouns | Madeline | 2022-12-31 | 1 | -1/+10 |
| | |||||
* | Fix creating bot accounts | Madeline | 2022-12-24 | 1 | -4/+12 |
| | |||||
* | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 1 | -135/+40 |
| | |||||
* | Add additional config | Madeline | 2022-12-19 | 1 | -1/+1 |
| | |||||
* | Add basic developer panel functionality - doesn't work yet | ChrisChrome | 2022-12-18 | 1 | -3/+1 |
| | | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | user validation stuff | Madeline | 2022-12-17 | 1 | -11/+4 |
| | |||||
* | Remove bad banned words implementation | Madeline | 2022-12-17 | 1 | -7/+0 |
| | |||||
* | various typos | Madeline | 2022-10-28 | 1 | -1/+1 |
| | |||||
* | Fix user settings not saving properly and guild folders | Madeline | 2022-10-28 | 1 | -3/+3 |
| | |||||
* | fix bad user validation | Madeline | 2022-10-27 | 1 | -8/+9 |
| | |||||
* | Fix typo in user validation | Madeline | 2022-10-26 | 1 | -3/+3 |
| | |||||
* | Fix user validator preventing update | Madeline | 2022-09-27 | 1 | -40/+51 |
| | |||||
* | Prettier | Madeline | 2022-09-26 | 1 | -29/+93 |
| | |||||
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 1 | -0/+430 |