Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 4 | -5/+5 |
| | |||||
* | Revert "Merge pull request #1008 from spacebarchat/dev/samuel" | Madeline | 2023-03-31 | 30 | -78/+82 |
| | | | | | This reverts commit 69ea71aa9e0bd2e5a98904a66fba0ad3745707cb, reversing changes made to 8b2faf0b18336e5dff1eeff4e849bcfd96b09e88. | ||||
* | Merge pull request #1008 from spacebarchat/dev/samuel | Samuel (Flam3rboy) | 2023-03-30 | 30 | -82/+78 |
|\ | |||||
| * | feat: Database Query Cache | Samuel | 2023-03-18 | 30 | -82/+78 |
| | | |||||
* | | SPACEBAR | Madeline | 2023-03-31 | 38 | -38/+38 |
| | | |||||
* | | SPACEBAR | Madeline | 2023-03-31 | 38 | -38/+38 |
| | | |||||
* | | Work towards fixing openapi spec | Madeline | 2023-03-24 | 1 | -1/+1 |
|/ | |||||
* | 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 |
| | |||||
* | On db sync/first run, add all the current migrations to migrations table to ↵ | Madeline | 2023-02-03 | 1 | -2/+2 |
| | | | | prevent running them on restarts | ||||
* | Merge pull request from GHSA-hqqp-gpqw-9w5c | Madeline | 2023-02-02 | 1 | -15/+8 |
| | |||||
* | Fix missing props in welcome message creation, which causes every client who ↵ | Madeline | 2023-02-01 | 1 | -1/+5 |
| | | | | received the welcome message to disconnect. | ||||
* | Implement WebAuthn (#967) | Puyodead1 | 2023-01-30 | 3 | -1/+55 |
| | | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | ||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 14 | -77/+56 |
| | | | | | | | * 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 | 37 | -0/+666 |
| | | | | | | | | | * 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 deleting an application if it has a bot | Madeline | 2023-01-17 | 1 | -2/+2 |
| | |||||
* | Fix guild delete failing when template exists | Madeline | 2023-01-13 | 1 | -1/+1 |
| | |||||
* | 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 | 10 | -177/+176 |
| | |||||
* | Add migrations (#923) | Madeline | 2023-01-05 | 3 | -11/+10 |
| | | | | * Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script | ||||
* | Profile themes and pronouns | Madeline | 2022-12-31 | 2 | -1/+16 |
| | |||||
* | Fix creating bot accounts | Madeline | 2022-12-24 | 1 | -4/+12 |
| | |||||
* | Use config for some default guild properties | Madeline | 2022-12-24 | 1 | -30/+18 |
| | |||||
* | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 1 | -1/+3 |
| | |||||
* | Fix guild features being undefined if not using defaultFeatures | Madeline | 2022-12-21 | 1 | -1/+1 |
| | |||||
* | Registration tokens | Madeline | 2022-12-19 | 2 | -0/+14 |
| | |||||
* | implement guild profiles and fix user profiles | Puyodead1 | 2022-12-19 | 1 | -1/+14 |
| | |||||
* | Create webhooks | Madeline | 2022-12-19 | 2 | -0/+7 |
| | |||||
* | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 4 | -137/+166 |
| | |||||
* | Add additional config | Madeline | 2022-12-19 | 1 | -1/+1 |
| | |||||
* | Make ConfigValue a directory, move defaults to those classes instead of a ↵ | TheArcaneBrony | 2022-12-19 | 1 | -414/+0 |
| | | | | separate object | ||||
* | make it configurable by guild feature flag | Erkin Alp Güney | 2022-12-19 | 1 | -5/+5 |
| | |||||
* | Do the funny thing (make user->invite cascade delet) | TheArcaneBrony | 2022-12-18 | 1 | -1/+3 |
| | |||||
* | Made nitro stuff make some sense | ChrisChrome | 2022-12-18 | 1 | -1/+0 |
| | |||||
* | Make teams nullable | TheArcaneBrony | 2022-12-18 | 1 | -0/+1 |
| | |||||
* | Refactor applications | Madeline | 2022-12-18 | 1 | -0/+1 |
| | |||||
* | Add basic developer panel functionality - doesn't work yet | ChrisChrome | 2022-12-18 | 2 | -37/+81 |
| | | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Move to migrations. Use `npm run generate:db` for first database generation. | Madeline | 2022-12-18 | 2 | -3/+0 |
| | |||||
* | Remove discord login config | Madeline | 2022-12-17 | 1 | -10/+0 |
| | |||||
* | user validation stuff | Madeline | 2022-12-17 | 2 | -12/+5 |
| | |||||
* | Remove bad banned words implementation | Madeline | 2022-12-17 | 2 | -12/+1 |
| | |||||
* | Remove use of `PRODUCTION` env var | Madeline | 2022-12-17 | 1 | -4/+1 |
| | |||||
* | 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 |
| | |||||
* | Move src-slowcord to own repo ↵ | Madeline | 2022-10-28 | 1 | -1/+11 |
| | | | | https://github.com/MaddyUnderStars/slowcord-services | ||||
* | fix bad user validation | Madeline | 2022-10-27 | 1 | -8/+9 |
| | |||||
* | Fix typo in user validation | Madeline | 2022-10-26 | 1 | -3/+3 |
| | |||||
* | Move message auto mod to the api route instead of a @beforeinsert/update method | Madeline | 2022-10-25 | 1 | -16/+0 |
| | |||||
* | Change android and ios client downloads to use /download endpoint, update ↵ | Madeline | 2022-10-24 | 1 | -6/+3 |
| | | | | Release entity to suck less | ||||
* | remove self_edit_guilds, was dumb | Madeline | 2022-10-07 | 1 | -1/+1 |
| | |||||
* | Embed cache | Madeline | 2022-10-03 | 2 | -1/+14 |
| | |||||
* | Twitter embeds | Madeline | 2022-10-03 | 1 | -0/+6 |
| | |||||
* | Make imagor optional | Madeline | 2022-10-02 | 1 | -0/+2 |
| | |||||
* | Fix client crash on GUILD_CREATE | Madeline | 2022-09-28 | 1 | -0/+1 |
| | |||||
* | Use PrimaryIdColumn instead of PrimaryColumn in Invite and Category | Madeline | 2022-09-28 | 2 | -6/+5 |
| | |||||
* | Generate IDs for entities by default | Madeline | 2022-09-28 | 1 | -1/+2 |
| | |||||
* | Fix user validator preventing update | Madeline | 2022-09-27 | 1 | -40/+51 |
| | |||||
* | Don't fetch all members in guild in Member.addToGuild | Madeline | 2022-09-27 | 2 | -4/+18 |
| | |||||
* | Prettier | Madeline | 2022-09-26 | 24 | -522/+819 |
| | |||||
* | Remove import to class-validator, fix listening on port message in bundle | Madeline | 2022-09-26 | 1 | -1/+0 |
| | |||||
* | 'Fix' distinct alias typeorm issue | Madeline | 2022-09-26 | 2 | -5/+2 |
| | |||||
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 34 | -0/+3740 |