summary refs log tree commit diff
path: root/src/api/routes/applications/#id/index.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fixing lots of openapi crapPuyodead12023-04-131-1/+1
|
* applicationsPuyodead12023-04-131-28/+63
|
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Add ESLint (#941)Madeline2023-01-201-2/+0
| | | | | | | * 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
* Fix deleting an application if it has a botMadeline2023-01-171-2/+0
|
* PrettierMadeline2023-01-051-23/+47
|
* Refactor applicationsMadeline2022-12-181-12/+39
|
* Whoops, missed oneChrisChrome2022-12-181-1/+0
|
* I'm probably forgetting a lot of things, but hey, it worksChrisChrome2022-12-181-1/+6
|
* It works now... I guessChrisChrome2022-12-181-1/+0
| | | | Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-181-0/+27
> > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>