Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initial progress for admin api feat/admin-api | Puyodead1 | 2023-12-20 | 1 | -0/+1 |
| | |||||
* | Refactor email sending + remove email verification if mail sending is not set up | Madeline | 2023-08-12 | 1 | -20/+1 |
| | |||||
* | * call toJSON of keys in gateway when using erlpack | Madeline | 2023-07-29 | 1 | -1/+1 |
| | | | | | | * dont send bitrate/etc as null when should be undefined * set user flags to number instead of string * send empty 'threads' in identify when not using new state v2 | ||||
* | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-07-28 | 1 | -9/+15 |
|\ | |||||
| * | move guild/user prop initialisations into create/register methods | Madeline | 2023-04-14 | 1 | -5/+10 |
| | | |||||
| * | fix some types not being generated correctly | Puyodead1 | 2023-04-13 | 1 | -2/+4 |
| | | |||||
| * | oapi: users progress | Puyodead1 | 2023-04-13 | 1 | -2/+1 |
| | | |||||
* | | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-04-01 | 1 | -3/+3 |
|\| | |||||
| * | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 1 | -2/+2 |
| | | | | | | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88. | ||||
| * | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 1 | -2/+2 |
| |\ | |||||
| | * | feat: Database Query Cache | Samuel | 2023-03-18 | 1 | -2/+2 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | | | |||||
| * | | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | | | |||||
| * | | Work towards fixing openapi spec | Madeline | 2023-03-24 | 1 | -1/+1 |
| |/ | |||||
* / | Initial identify rewrite | Madeline | 2023-03-13 | 1 | -0/+9 |
|/ | |||||
* | implement password reset | Puyodead1 | 2023-02-24 | 1 | -1/+1 |
| | |||||
* | don't print anything if email send is successful | Puyodead1 | 2023-02-24 | 1 | -19/+15 |
| | |||||
* | 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 |