summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/integration (follow)
Commit message (Collapse)AuthorAgeFilesLines
* drop twitter/github/discord integrationssyuilo2023-02-033-813/+0
| | | | Close #9775
* refactor: fix typesyuilo2023-02-012-2/+2
|
* fix(server): twitterと連携するときに autwh is not a function ↵syuilo2023-01-211-1/+1
| | | | | | になるのを修正 Fix #9658
* perf(backend): Use undici instead of node-fetch and got (#9459)tamaina2023-01-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement? HttpFetchService * :v: * remove node-fetch * fix * refactor * fix * gateway timeout * UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない) * fix * add logger and fix url preview * fix ip check * enhance logger and error handling * fix * fix * clean up * Use custom fetcher for ApRequest / ApResolver * bypassProxyはproxyBypassHostsに判断を委譲するように * set maxRedirections (default 3, ApRequest/ApResolver: 0) * fix comment * handle error s3 upload * add debug message * no return await * Revert "no return await" This reverts commit b5b0dc58a342393d260492e3a6f58304372f53b2. * reduce maxSockets * apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger * Revert "apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger" This reverts commit 997243915c8e1f8472da64f607f88c36cb1d5cb4. * add logger * fix * change logger name * safe * デフォルトでUser-Agentを設定
* Fix import related TypeScript errors (#9321)Kagami Sascha Rosylight2022-12-143-3/+3
| | | | | | | * Add missing @types packages * Fix TS1272 type only imports * Fix TS2821 import assertion
* fix(server): cookieが取得されないのを修正syuilo2022-12-063-5/+5
|
* fix(server): cookieが設定されないのを修正syuilo2022-12-063-3/+3
|
* fix(server): GitHub連携ができない問題を修正syuilo2022-12-061-2/+2
|
* refactor: introduce bindThis decorator to bind this automaticalysyuilo2022-12-043-3/+15
|
* Fastify (#9106)syuilo2022-12-033-158/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* typesyuilo2022-09-242-7/+7
|
* fixessyuilo2022-09-242-55/+59
|
* Fix ioredis import typo (#9099)Takuya Yoshida2022-09-213-6/+6
| | | | | * Fix import typo * Fix type
* fix import typesyuilo2022-09-213-6/+6
|
* testsyuilo2022-09-193-21/+21
|
* なんかもうめっちゃ変えたsyuilo2022-09-183-0/+832