summary refs log tree commit diff
path: root/scripts/openapi.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move more extensions to extensionsRory&2026-06-121-2/+1
|
* Use subpath imports for lambert-server, fix openapi.jsRory&2026-06-111-1/+1
|
* Color coded logging for missing request/response schemas in openapiRory&2026-03-171-3/+30
|
* openapi.js: explicitly disable LOG_ROUTESRory&2026-03-171-0/+2
|
* Qodana: fix async warningsRory&2026-03-141-1/+1
|
* Make openapi.js work offline - still needs conditionals fixed thoughRory&2026-01-221-7/+8
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-187/+187
|
* Prettier u11Rory&2025-12-171-1/+10
|
* Cut down schemas by 90%Rory&2025-11-291-2/+5
|
* Merge branch 'removeStupidPolies' of https://github.com/MathMan05/server ↵MathMan052025-11-261-1/+2
|\ | | | | | | into removeStupidPolies
| * Mention inbox, hopefullyRory&2025-11-261-1/+2
| |
* | get distinct working betterMathMan052025-11-261-38/+15
|/
* build: always run openapi and schema generation, use build modeRory&2025-10-071-4/+12
|
* Run prettierTomatoCake2024-08-241-1/+2
|
* Add method to NO_AUTHORIZATION_ROUTESTomatoCake2024-08-241-2/+2
|
* Highlight sb-only routesTomatoCake2024-08-211-3/+23
|
* Slight code cleanup & update project descTomatoCake2024-08-211-33/+29
|
* 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-28/+29
|
* 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