summary refs log tree commit diff
path: root/api/src/routes/auth/register.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-195/+0
* Merge branch 'feat/captchaVerify' into slowcordMadeline2022-07-201-4/+4
|\
| * Captcha checkingMadeline2022-07-201-4/+11
* | Hcaptcha backendMadeline2022-07-201-5/+12
* | Add `promotional_email_opt_in` field to register to allow newer clients to ma...Madeline2022-06-011-0/+2
|/
* Respect register_dateOfBirth_required = falseMadeline2022-05-301-1/+1
* :bug: fix typingFlam3rboy2021-10-091-1/+2
* :sparkles: added guestsRequireInvite to configFlam3rboy2021-10-091-5/+7
* :bug: fix user projectionFlam3rboy2021-10-051-2/+2
* :sparkles: add User.register() methodFlam3rboy2021-10-051-127/+60
* :bug: fix registrationFlam3rboy2021-10-031-0/+1
* :sparkles: registration disabled noticeFlam3rboy2021-10-011-0/+9
* :sparkles: generate openapi documentationFlam3rboy2021-09-211-22/+2
* :sparkles: accept invite pageFlam3rboy2021-09-201-14/+22
* :art: user is verified by defaultFlam3rboy2021-09-191-1/+1
* :bug: fix body parse treating null not as undefined (except for icons/avatars)Flam3rboy2021-09-171-14/+16
* :art: remove unused importsFlam3rboy2021-09-131-1/+0
* :bug: fix In() queryFlam3rboy2021-09-131-1/+1
* :sparkles: #307 doneFlam3rboy2021-09-121-175/+182
* :art: remove long relatives paths -> short module pathsFlam3rboy2021-09-121-2/+2
* :arrow_up: update test clientFlam3rboy2021-09-041-1/+1
* :bug: fix entity missing an id (replace .insert with new Entity().save)Flam3rboy2021-09-021-3/+2
* :zap: use insert instead of saveFlam3rboy2021-08-311-3/+6
* fixed wrong statuscode in docsxnacly2021-08-301-1/+1
* fix login register + messageFlam3rboy2021-08-291-3/+15
* :sparkles: typeorm api rewrite doneFlam3rboy2021-08-291-56/+0
* :construction: apiFlam3rboy2021-08-271-39/+20
* :construction: apiFlam3rboy2021-08-241-11/+7
* rename @fosscord/server-util to -> @fosscord/utilFlam3rboy2021-08-131-1/+1
* :sparkles: apiFlam3rboy2021-08-121-0/+309