summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/ApiCallService.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* test(backend): APIテストの復活 (#10163)Kagami Sascha Rosylight2023-03-031-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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(server): エラーのスタックトレースは返さないようにsyuilo2023-02-261-2/+5
| | | | Fix #10064
* refactor: 型エラー修正 / Fix type errors backend (#9983)noonworks2023-02-201-2/+2
| | | | | | | | | | | | | | | | | * refactor: fix type errors in backend * revert some changes * なるべくJS挙動を変えない方法に修正 * Update packages/backend/src/server/api/ApiCallService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * コンフリクトするファイルを削除 --------- Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* refactor: fix typessyuilo2023-02-171-2/+2
|
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+0
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* refactorsyuilo2023-02-131-3/+3
|
* refactor: fix typessyuilo2023-02-131-2/+2
|
* enhance: レートリミットを0%にできるようにsyuilo2023-02-121-8/+10
|
* refactor: rename role.options -> role.policiessyuilo2023-01-151-4/+4
|
* ロールでレートリミットを調整できるようにsyuilo2023-01-151-1/+4
| | | | Resolve #9584
* refactorsyuilo2023-01-131-0/+11
|
* Role (#9437)syuilo2023-01-121-23/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * Update create.ts * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update delete.ts * Update delete.ts * wip * wip * wip * Update account-info.vue * wip * wip * Update settings.vue * Update user-info.vue * wip * Update show-file.ts * Update show-user.ts * wip * wip * Update delete.ts * wip * wip * Update overview.moderators.vue * Create 1673500412259-Role.js * wip * wip * Update roles.vue * 色 * Update roles.vue * integrate silence * wip * wip
* clean upsyuilo2023-01-011-7/+0
|
* fix(backend): request.body may be undefined (#9356)Kagami Sascha Rosylight2022-12-191-5/+5
|
* 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
* fix #9299syuilo2022-12-101-0/+1
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-041-0/+7
|
* Fastify (#9106)syuilo2022-12-031-83/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-1/+1
|
* testsyuilo2022-09-191-14/+14
|
* なんかもうめっちゃ変えたsyuilo2022-09-181-0/+258