summaryrefslogtreecommitdiff
path: root/packages/backend/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix(server): ↵syuilo2023-02-051-2/+2
| | | | 自分のノートをお気に入りに登録しても実績解除される問題を修正
* feat: ↵syuilo2023-02-052-0/+12
| | | | | | ロールにアイコンを設定してユーザー名の横に表示できるように Resolve #9761
* fix(server): clean up file in FileServertamaina2023-02-041-0/+4
|
* fix(server): improve securitysyuilo2023-02-041-2/+2
|
* fix(client): validate urls to improve securitysyuilo2023-02-041-0/+8
|
* perf(server): improvement of external mediaProxy (#9787)tamaina2023-02-044-30/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | * perf(server): improvement of external mediaProxy * add a comment * :v: * /filesでsharpの処理を行わずリダイレクトする * fix * thumbnail => static * Fix #9788 * add avatar mode * add url * fix * static.webp * remove encodeURIComponent from media proxy path * remove existance check
* perf(server): cache blockingsyuilo2023-02-042-9/+7
|
* drop twitter/github/discord integrationssyuilo2023-02-0310-960/+0
| | | | Close #9775
* drop hashtag chartsyuilo2023-02-033-43/+0
|
* refactor: fix typesyuilo2023-02-011-37/+41
|
* enhance(backend): enhance SchemaType handling of anyOf (#9762)tamaina2023-02-012-40/+52
| | | | | * enhance(backend): enhance anyOf handling * clean up
* refactor: fix typesyuilo2023-02-012-2/+2
|
* リアクション履歴が公開なら、ログインしていなくても ↵hayabusa2023-01-261-1/+1
| | | | 示できるように (#9728)
* refactor: ↵tamaina2023-01-264-256/+314
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | /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 error screensyuilo2023-01-261-1/+1
|
* Merge branch 'develop' into emoji-retamaina2023-01-254-26/+17
|\
| * fix(server): node-fetchおよびgotを使う以前の実装に戻すsyuilo2023-01-252-24/+15
| | | | | | | | see #9710
| * refactor(server): fix type errorssyuilo2023-01-251-1/+1
| |
| * use minified csssyuilo2023-01-241-1/+1
| |
* | 1時間にtamaina2023-01-221-2/+2
| |
* | wiptamaina2023-01-222-2/+2
| |
* | wiptamaina2023-01-221-1/+1
| |
* | wiptamaina2023-01-229-31/+93
| |
* | Merge branch 'develop' into emoji-retamaina2023-01-2211-64/+144
|\|
| * tweak boot.jssyuilo2023-01-221-1/+1
| |
| * tweak bootstrap of clientsyuilo2023-01-221-55/+23
| |
| * add achievementsyuilo2023-01-221-0/+6
| |
| * ローカルのカスタム絵文字については直接オリジナルURL ↵syuilo2023-01-211-0/+1
| | | | | | | | リクエストするように
| * fix(server): twitterと連携するときに autwh is not a function ↵syuilo2023-01-211-1/+1
| | | | | | | | | | | | になるのを修正 Fix #9658
| * enhance(server): set Cache-Control header for some routessyuilo2023-01-211-2/+5
| |
| * Achievements (#9665)syuilo2023-01-216-5/+97
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
| * 存在しないカスタム絵文字をテキストで表示するようにsyuilo2023-01-171-2/+7
| | | | | | | | Resolve #9516
| * enhance(client): Force error screen (#8947)Kainoa Kanter2023-01-171-0/+5
| |
* | wiptamaina2023-01-161-1/+3
|/
* refactor: rename instance.caughtAt to instance.firstRetrievedAtsyuilo2023-01-161-2/+2
|
* refactor: rename role.options -> role.policiessyuilo2023-01-1537-64/+65
|
* ロールでレートリミットを調整できるようにsyuilo2023-01-152-5/+8
| | | | Resolve #9584
* enhance(server): add rate limits for some endpointssyuilo2023-01-147-4/+28
|
* fix importsyuilo2023-01-141-1/+1
|
* enhance: ↵syuilo2023-01-142-1/+19
| | | | ユーザーリストおよびユーザーリスト内のユーザーの作成可能数を設定可能に
* enhance: ↵syuilo2023-01-142-0/+33
| | | | クリップおよびクリップ内のノートの作成可能数を設定可能に
* fix missing importsyuilo2023-01-141-0/+1
|
* enhance(server): add rate limits for some endpointssyuilo2023-01-146-4/+34
|
* fix(server): ↵syuilo2023-01-141-4/+4
| | | | | | ドライブ容量超過時のエラーが適切にレスポンスされない問題を修正 Fix #9550
* 多分 fix #9551syuilo2023-01-141-1/+2
|
* Webhookの作成可能数を設定可能にsyuilo2023-01-141-0/+17
|
* fixsyuilo2023-01-141-1/+1
|
* フォロワー数、フォロー数もConditional ↵syuilo2023-01-141-1/+3
| | | | roleで利用できるように
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-01-141-5/+13
|\
| * fix: follow request list api pagination (#9548)こけっち2023-01-141-5/+13
| | | | | | | | | | | | | | | | | | * fix: follow request list api pagination * fix: improve alias Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>