summary refs log tree commit diff
path: root/src/api/routes/oauth2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move entities to databaseRory&2026-06-112-4/+7
|
* Create role for bots - fixes #1556Rory&2026-02-251-1/+11
|
* Assert req.params type as solely string (express update)Rory&2026-02-011-1/+1
|
* Deprecation: Use object-based relations for typeormRory&2025-12-192-4/+4
|
* Dont use promises for dummy endpointsRory&2025-12-191-1/+1
|
* DEPRECATION: Move most select queries to object instead of string[]Rory&2025-12-191-5/+6
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-173-199/+199
|
* Prettier u3Rory&2025-12-171-9/+3
|
* remove testMathMan052025-12-141-1/+1
|
* fix minor bug breaking bot invitesMathMan052025-12-141-40/+9
|
* implement timeouts and quarantinesRory&2025-11-251-14/+15
|
* More schema work, moved most stuff from entities to schemas, though messyRory&2025-10-151-1/+1
|
* Reorganise schemas a little bitRory&2025-10-151-1/+1
|
* Update more path variablesRory&2025-10-111-1/+1
|
* Pass mergeParams: true to new router calls due to express behavior changeRory&2025-09-303-3/+3
|
* run prettierdank0742024-11-191-1/+1
|
* ensure client_id is specified in authorize postPuyodead12023-12-091-0/+10
|
* ensure client_id is provided in authorizePuyodead12023-12-091-0/+14
|
* fix some issues with discord bot libsPuyodead12023-11-291-0/+59
|
* oapi: oauth2Puyodead12023-04-131-91/+133
|
* fixing lots of openapi crapPuyodead12023-04-131-3/+3
|
* Remove ALL fosscord mentionsMadeline2023-03-312-3/+3
|
* SPACEBARMadeline2023-03-312-2/+2
|
* SPACEBARMadeline2023-03-312-2/+2
|
* 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-182-0/+36
| | | | | | | | | * 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-54/+76
|
* OAuth2 authorize bot flowMadeline2022-12-241-0/+146
|
* Remove Discord oauth login supportMadeline2022-12-171-38/+0
|
* lolMadeline2022-10-281-1/+1
|
* Move src-slowcord to own repo ↵Madeline2022-10-281-0/+38
| | | | https://github.com/MaddyUnderStars/slowcord-services
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+10