summary refs log tree commit diff
path: root/src/api/routes/auth/register.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactor email sending + remove email verification if mail sending is not set upMadeline2023-08-121-4/+1
|
* fix min password length checkMadeline2023-08-121-3/+2
|
* made it prettierngn2023-06-111-9/+14
|
* Make sure min password length is not nullngn2023-06-111-2/+3
|
* Making the error message dynamicngn2023-06-101-1/+1
|
* making min password length configurablengn132023-06-101-1/+1
| | | Co-authored-by: Puyodead1 <puyodead@proton.me>
* Implemented password length checkngn2023-06-101-0/+8
|
* oapi: finish usersPuyodead12023-04-131-1/+1
|
* fixing lots of openapi crapPuyodead12023-04-131-13/+13
|
* auth routesPuyodead12023-04-131-1/+7
|
* Remove ALL fosscord mentionsMadeline2023-03-311-3/+3
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* send required_action in gateway for when email verification is requiredMadeline2023-02-241-11/+0
|
* don't return token on register if verification requiredPuyodead12023-02-241-0/+11
|
* Add ESLint (#941)Madeline2023-01-201-5/+5
| | | | | | | * 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-181-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
* PrettierMadeline2023-01-051-11/+33
|
* Reg tokens bypass other restrictionsMadeline2022-12-191-21/+22
|
* Registration tokensMadeline2022-12-191-1/+19
|
* Add register ratelimitTheArcaneBrony2022-12-191-1/+15
|
* Remove some old test logs that expose info to consoleTheArcaneBrony2022-12-181-2/+0
|
* PrettierMadeline2022-09-261-122/+181
|
* Move schemas to /src/util/schemasMadeline2022-09-261-30/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+195