summary refs log tree commit diff
path: root/src/util/entities (follow)
Commit message (Collapse)AuthorAgeFilesLines
* SPACEBARMadeline2023-03-3138-38/+38
|
* SPACEBARMadeline2023-03-3138-38/+38
|
* Work towards fixing openapi specMadeline2023-03-241-1/+1
|
* implement password resetPuyodead12023-02-241-1/+1
|
* don't print anything if email send is successfulPuyodead12023-02-241-19/+15
|
* fix linting errorsPuyodead12023-02-231-1/+8
|
* Fix template rendering and use verify email templatePuyodead12023-02-231-1/+1
| | | | email html is weird, some stuff isn't supported.
* Email verification worksPuyodead12023-02-231-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 verificationPuyodead12023-02-231-1/+25
|
* On db sync/first run, add all the current migrations to migrations table to ↵Madeline2023-02-031-2/+2
| | | | prevent running them on restarts
* Merge pull request from GHSA-hqqp-gpqw-9w5cMadeline2023-02-021-15/+8
|
* Fix missing props in welcome message creation, which causes every client who ↵Madeline2023-02-011-1/+5
| | | | received the welcome message to disconnect.
* Implement WebAuthn (#967)Puyodead12023-01-303-1/+55
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-2014-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)Madeline2023-01-1837-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 botMadeline2023-01-171-2/+2
|
* Fix guild delete failing when template existsMadeline2023-01-131-1/+1
|
* Fix setting user premium_type/etc (non-nullable) to null in db when null in ↵Madeline2023-01-131-3/+3
| | | | config
* fix rights lolMadeline2023-01-111-1/+2
|
* If defaults_user_premium is false, don't give a user `premium_since: new Date`Madeline2023-01-111-9/+8
|
* PrettierMadeline2023-01-0510-177/+176
|
* Add migrations (#923)Madeline2023-01-053-11/+10
| | | | * Fix typeorm migration cli and server migrations. * Add `migrate-from-staging` script
* Profile themes and pronounsMadeline2022-12-312-1/+16
|
* Fix creating bot accountsMadeline2022-12-241-4/+12
|
* Use config for some default guild propertiesMadeline2022-12-241-30/+18
|
* Client: update to canary 165341Puyodead12022-12-201-1/+3
|
* Fix guild features being undefined if not using defaultFeaturesMadeline2022-12-211-1/+1
|
* Registration tokensMadeline2022-12-192-0/+14
|
* implement guild profiles and fix user profilesPuyodead12022-12-191-1/+14
|
* Create webhooksMadeline2022-12-192-0/+7
|
* Move UserSettings to own entityTheArcaneBrony2022-12-194-137/+166
|
* Add additional configMadeline2022-12-191-1/+1
|
* Make ConfigValue a directory, move defaults to those classes instead of a ↵TheArcaneBrony2022-12-191-414/+0
| | | | separate object
* make it configurable by guild feature flagErkin Alp Güney2022-12-191-5/+5
|
* Do the funny thing (make user->invite cascade delet)TheArcaneBrony2022-12-181-1/+3
|
* Made nitro stuff make some senseChrisChrome2022-12-181-1/+0
|
* Make teams nullableTheArcaneBrony2022-12-181-0/+1
|
* Refactor applicationsMadeline2022-12-181-0/+1
|
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-182-37/+81
| | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Move to migrations. Use `npm run generate:db` for first database generation.Madeline2022-12-182-3/+0
|
* Remove discord login configMadeline2022-12-171-10/+0
|
* user validation stuffMadeline2022-12-172-12/+5
|
* Remove bad banned words implementationMadeline2022-12-172-12/+1
|
* Remove use of `PRODUCTION` env varMadeline2022-12-171-4/+1
|
* various typosMadeline2022-10-281-1/+1
|
* Fix user settings not saving properly and guild foldersMadeline2022-10-281-3/+3
|
* Move src-slowcord to own repo ↵Madeline2022-10-281-1/+11
| | | | https://github.com/MaddyUnderStars/slowcord-services
* fix bad user validationMadeline2022-10-271-8/+9
|
* Fix typo in user validationMadeline2022-10-261-3/+3
|
* Move message auto mod to the api route instead of a @beforeinsert/update methodMadeline2022-10-251-16/+0
|
* Change android and ios client downloads to use /download endpoint, update ↵Madeline2022-10-241-6/+3
| | | | Release entity to suck less
* remove self_edit_guilds, was dumbMadeline2022-10-071-1/+1
|
* Embed cacheMadeline2022-10-032-1/+14
|
* Twitter embedsMadeline2022-10-031-0/+6
|
* Make imagor optionalMadeline2022-10-021-0/+2
|
* Fix client crash on GUILD_CREATEMadeline2022-09-281-0/+1
|
* Use PrimaryIdColumn instead of PrimaryColumn in Invite and CategoryMadeline2022-09-282-6/+5
|
* Generate IDs for entities by defaultMadeline2022-09-281-1/+2
|
* Fix user validator preventing updateMadeline2022-09-271-40/+51
|
* Don't fetch all members in guild in Member.addToGuildMadeline2022-09-272-4/+18
|
* PrettierMadeline2022-09-2624-522/+819
|
* Remove import to class-validator, fix listening on port message in bundleMadeline2022-09-261-1/+0
|
* 'Fix' distinct alias typeorm issueMadeline2022-09-262-5/+2
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2534-0/+3740