summary refs log tree commit diff
path: root/src/api/routes/oauth2/authorize.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add ESLint (#941)Madeline2023-01-201-6/+6
| | | | | | | * 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-60/+82
|
* OAuth2 authorize bot flowMadeline2022-12-241-0/+146