summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
* i/notificationsのレートリミットを緩和syuilo2023-02-091-1/+1
|
* i/notificationsのレートリミットを緩和tamaina2023-02-091-1/+1
| | | | SubwayTooterのバグ対策でレートリミットを設定していたが、通常の使い方でも引っかかることもあるため緩和
* refactor: fix typessyuilo2023-02-091-2/+2
|
* refactor: fix typessyuilo2023-02-091-1/+1
|
* refactor: fix typessyuilo2023-02-092-2/+2
|
* refactor: fix typessyuilo2023-02-091-1/+1
|
* fix(server): ↵syuilo2023-02-051-2/+2
| | | | 自分のノートをお気に入りに登録しても実績解除される問題を修正
* feat: ↵syuilo2023-02-052-0/+12
| | | | | | ロールにアイコンを設定してユーザー名の横に表示できるように Resolve #9761
* fix(server): improve securitysyuilo2023-02-041-2/+2
|
* perf(server): improvement of external mediaProxy (#9787)tamaina2023-02-041-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-041-9/+5
|
* drop twitter/github/discord integrationssyuilo2023-02-034-128/+0
| | | | Close #9775
* drop hashtag chartsyuilo2023-02-031-37/+0
|
* enhance(backend): enhance SchemaType handling of anyOf (#9762)tamaina2023-02-012-40/+52
| | | | | * enhance(backend): enhance anyOf handling * clean up
* リアクション履歴が公開なら、ログインしていなくても ↵hayabusa2023-01-261-1/+1
| | | | 示できるように (#9728)
* Merge branch 'develop' into emoji-retamaina2023-01-252-24/+15
|\
| * fix(server): node-fetchおよびgotを使う以前の実装に戻すsyuilo2023-01-252-24/+15
| | | | | | | | see #9710
* | 1時間にtamaina2023-01-221-2/+2
| |
* | wiptamaina2023-01-222-2/+2
| |
* | wiptamaina2023-01-221-1/+1
| |
* | wiptamaina2023-01-228-31/+83
| |
* | Merge branch 'develop' into emoji-retamaina2023-01-226-5/+92
|\|
| * add achievementsyuilo2023-01-221-0/+6
| |
| * ローカルのカスタム絵文字については直接オリジナルURL ↵syuilo2023-01-211-0/+1
| | | | | | | | リクエストするように
| * Achievements (#9665)syuilo2023-01-214-5/+85
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update ja-JP.yml * wip * wip * Update MkAchievements.vue * wip * :art: * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
* | wiptamaina2023-01-161-1/+3
|/
* refactor: rename instance.caughtAt to instance.firstRetrievedAtsyuilo2023-01-161-2/+2
|
* refactor: rename role.options -> role.policiessyuilo2023-01-1529-42/+43
|
* 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
|
* 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>
* | enhance: ハードワードミュートの最大文字数を設定可能にsyuilo2023-01-141-0/+14
|/ | | | Resolve #7574
* enhance: Judge instance block by endsWith (#9263)tamaina2023-01-132-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TypeScriptでendsWith * fix * SQL? * バ〜カアホ * Update packages/backend/src/core/UtilityService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * add comment * add description * Update packages/backend/src/core/UtilityService.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/backend/src/core/chart/charts/federation.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * remove comment * fix * fix? * add changelog * ILIKE, ARRAY Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fixsyuilo2023-01-131-1/+5
|
* fix ads/update apisyuilo2023-01-131-1/+1
|
* カスタム絵文字の管理を権限を持つユーザーが行えるよ ↵syuilo2023-01-1312-12/+12
| | | | | | に Resolve #9542
* refactorsyuilo2023-01-131-7/+1
|
* 招待コード発行を権限を持つユーザーが行えるようにsyuilo2023-01-131-3/+9
| | | | Resolve #9541
* remoteDriveCapacityMbをロールに統合syuilo2023-01-133-15/+0
|
* feat: conditional rolesyuilo2023-01-132-0/+12
| | | | Resolve #9539
* perf(backend): Use undici instead of node-fetch and got (#9459)tamaina2023-01-122-26/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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を設定