summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/ApiServerService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(backend): APIパラメータサイズ上限を128kbから1mbに緩和syuilo2023-04-111-1/+1
|
* enhance(backend): APIパラメータサイズ上限を32kbから128kbに緩和syuilo2023-04-111-1/+1
| | | | Fix #10574
* enhance(backend): restore OpenAPI endpoints (#10281)Kagami Sascha Rosylight2023-03-101-1/+1
| | | | | | | | | | | | | | | | | * enhance(backend): restore OpenAPI endpoints * Update CHANGELOG.md * version * set max-age * update redoc * follow redoc documentation --------- Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* test(backend): APIテストの復活 (#10163)Kagami Sascha Rosylight2023-03-031-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Revert 1c5291f8185651c231903129ee7c1cee263f9f03 * APIテストの復活 * apiテストの移行 * moduleNameMapper修正 * simpleGetでthrowしないように status確認しているので要らない * longer timeout * ローカルでは問題ないのになんで * case sensitive * Run Nest instance within the current process * Skip some setIntervals * wait for 5 seconds * kill them all!! * logHeapUsage: true * detectOpenHandlesがじゃましているらしい * maxWorkers=1? * restore drive api tests * workerIdleMemoryLimit: 500MB * 1024MiB * Wait what
* fix(backend): return HTTP 404 for any unknown api endpoint paths (#10130)Kagami Sascha Rosylight2023-02-271-2/+18
| | | | | * fix(backend): return HTTP 400 for any invalid api endpoint paths * 404
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-2/+2
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* drop twitter/github/discord integrationssyuilo2023-02-031-10/+0
| | | | Close #9775
* typosyuilo2023-01-131-5/+5
|
* fix(server): bodyLimit for each endpointssyuilo2022-12-281-1/+1
|
* GET非対応APIにGETでリクエストすると接続が開きっぱなし ↵syuilo2022-12-241-0/+2
| | | | | | なる Fix #9404
* Fix peers API returning suspended instances (#9348)Effy Elden2022-12-191-0/+3
| | | | | * Fix peers API returning suspended instances * Fix missing comma
* fix(server): GitHubログインしようとするとreply.setCookie is not a ↵syuilo2022-12-171-1/+4
| | | | | | function fix #9327
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-141-1/+1
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-1/+3
|
* Fastify (#9106)syuilo2022-12-031-76/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * fix * Update SignupApiService.ts * wip * wip * Update ClientServerService.ts * wip * wip * wip * Update WellKnownServerService.ts * wip * wip * update des * wip * Update ApiServerService.ts * wip * update deps * Update WellKnownServerService.ts * wip * update deps * Update ApiCallService.ts * Update ApiCallService.ts * Update ApiServerService.ts
* fix import typesyuilo2022-09-211-2/+2
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+160