summary refs log tree commit diff
path: root/scripts/openapi.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug where different HTTP method handlers would overwrite eachother in ↵Madeline2023-04-141-4/+7
| | | | spec generation
* spacebarPuyodead12023-04-131-6/+6
|
* oapi: users progressPuyodead12023-04-131-0/+1
|
* gifs and query paramsPuyodead12023-04-131-0/+13
|
* default responsesPuyodead12023-04-131-2/+6
|
* fixing lots of openapi crapPuyodead12023-04-131-57/+67
|
* auth routesPuyodead12023-04-131-29/+30
|
* Set eslint env properlyMadeline2023-04-121-2/+0
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Ajv and openapi spec use different versions of typescript json schema??????Madeline2023-03-251-9/+33
|
* Work towards fixing openapi specMadeline2023-03-241-7/+9
|
* 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 openapi generation. todo: find way to keep route text descriptions ↵Madeline2023-01-061-0/+169
in code, and find way to get usages of right/permission .hasThrow