summary refs log tree commit diff
path: root/src/api/routes/auth/register.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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