summary refs log tree commit diff
path: root/src/api/routes/oauth2/authorize.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ensure client_id is specified in authorize postPuyodead12023-12-091-0/+10
|
* ensure client_id is provided in authorizePuyodead12023-12-091-0/+14
|
* oapi: oauth2Puyodead12023-04-131-94/+136
|
* fixing lots of openapi crapPuyodead12023-04-131-3/+3
|
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* 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