summary refs log tree commit diff
path: root/src/api/routes/auth/generate-registration-tokens.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ESLint (#941)Madeline2023-01-201-1/+1
| | | | | | | * 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
* Add back include_url param to reg tokensMadeline2023-01-101-3/+11
|
* PrettierMadeline2023-01-051-16/+29
|
* Registration tokensMadeline2022-12-191-0/+28