summaryrefslogtreecommitdiff
path: root/packages/backend/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: fix typesyuilo2023-02-011-2/+2
|
* refactor: fix typesyuilo2023-02-011-37/+41
|
* enhance(backend): enhance SchemaType handling of anyOf (#9762)tamaina2023-02-013-48/+71
| | | | | * enhance(backend): enhance anyOf handling * clean up
* refactor: fix typesyuilo2023-02-015-12/+6
|
* refactor: tweak variable namesyuilo2023-02-011-23/+23
|
* fix(try): ld signature normalizer (#9758)Nya Candy2023-01-311-1/+4
|
* fix(server): fix aggregation of retentionsyuilo2023-01-271-1/+8
|
* proxyRemoteFilesがfalseならリモートカスタム絵文字は直リン ↵syuilo2023-01-261-1/+5
| | | | する
* リアクション履歴が公開なら、ログインしていなくても ↵hayabusa2023-01-261-1/+1
| | | | 示できるように (#9728)
* refactor: ↵tamaina2023-01-266-257/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /proxyをFileServerServiceに統合し、/proxyのurlで/filesが指定されていた場合は直接ファイルを解決するようにする (#9709) * wip? * clean up * 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 * wip???? * wip * :v: * set .node-version * clean up * refactor * clean up * refactor * refactor detectRequestType * rename detectResponseType * :v: * fix * wip * clean up * no got * remove got * wip * :v: * fix * clean up * remove unnnecessary const * good cleanup * no stream * Revert "no stream" This reverts commit 636f9192fcd2b17e71bbf6b5b106b490e0f66244. * fix * cache-control: max-age=300 to error * refactor cleanup
* tweak custom emoji handlingsyuilo2023-01-264-2/+141
| | | | Close #9721
* chore: check emoji hostsyuilo2023-01-261-4/+6
|
* tweak error screensyuilo2023-01-261-1/+1
|
* fix(server): turnstile-failed: missing-input-secretsyuilo2023-01-261-2/+2
| | | | Fix #9726
* Merge branch 'develop' into emoji-retamaina2023-01-2523-453/+308
|\
| * サードパーティからも自身のロールを確認できるようにsyuilo2023-01-251-1/+1
| | | | | | | | Close #9700
| * Update ApResolverService.tssyuilo2023-01-251-1/+2
| |
| * Update ApRequestService.tssyuilo2023-01-251-1/+2
| |
| * fix(server): node-fetchおよびgotを使う以前の実装に戻すsyuilo2023-01-2511-420/+199
| | | | | | | | see #9710
| * refactor(server): fix type errorssyuilo2023-01-253-6/+6
| |
| * refactor(server): fix type errorssyuilo2023-01-252-12/+24
| |
| * fix(server): /api/signin always returns 429 when request header ↵syuilo2023-01-241-5/+10
| | | | | | | | | | | | x-forwarded-for contains client port Fix #9408
| * Fix #9710 ? (#9712)tamaina2023-01-243-7/+48
| | | | | | | | | | | | | | | | | | | | | | * wip * update pnpm-lock * use our own DevNull * fix * deliverJobConcurrencyをmacSocketsで割ってソケット数にする
| * use minified csssyuilo2023-01-241-1/+1
| |
| * fix TypeError: Cannot read properties of undefined (reading 'getLogger')tamaina2023-01-241-1/+1
| |
| * コミット漏れsyuilo2023-01-242-6/+5
| |
| * refactor(server): ↵syuilo2023-01-243-47/+49
| | | | | | | | httpRequestServiceのUndiciFetcher依存をなるべくカプセル化
| * enhance(server): onlyServer / onlyQueue オプションを復活syuilo2023-01-233-38/+53
| |
* | 1時間にtamaina2023-01-221-2/+2
| |
* | wiptamaina2023-01-223-3/+5
| |
* | wiptamaina2023-01-221-1/+1
| |
* | wiptamaina2023-01-2210-31/+101
| |
* | Merge branch 'develop' into emoji-retamaina2023-01-2228-100/+340
|\|
| * add an achievementsyuilo2023-01-221-0/+1
| |
| * add a secret achievementsyuilo2023-01-221-0/+1
| |
| * カスタム絵文字のURLが空文字列になる場合があるのを修正syuilo2023-01-221-2/+2
| |
| * tweak boot.jssyuilo2023-01-221-1/+1
| |
| * tweak bootstrap of clientsyuilo2023-01-221-55/+23
| |
| * add achievementsyuilo2023-01-222-1/+8
| |
| * ローカルのカスタム絵文字については直接オリジナルURL ↵syuilo2023-01-213-2/+9
| | | | | | | | リクエストするように
| * fix(server): twitterと連携するときに autwh is not a function ↵syuilo2023-01-211-1/+1
| | | | | | | | | | | | になるのを修正 Fix #9658
| * add some achievementssyuilo2023-01-211-0/+2
| |
| * add some achievementssyuilo2023-01-211-0/+2
| |
| * enhance(server): separate job queue process (#9662)syuilo2023-01-215-27/+27
| | | | | | | | | | * enhance(server): separate job queue process * add commands for build with swc
| * enhance(server): set Cache-Control header for some routessyuilo2023-01-211-2/+5
| |
| * Achievements (#9665)syuilo2023-01-2113-8/+245
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
| * enhance: playのscriptの文字数制限を緩和syuilo2023-01-191-1/+1
| |
| * refactor(server): notify url when fetch errortamaina2023-01-171-1/+1
| |
| * 存在しないカスタム絵文字をテキストで表示するようにsyuilo2023-01-171-2/+7
| | | | | | | | Resolve #9516
| * enhance(client): Force error screen (#8947)Kainoa Kanter2023-01-171-0/+5
| |