summaryrefslogtreecommitdiff
path: root/packages/backend (follow)
Commit message (Collapse)AuthorAgeFilesLines
* enhance(client): Force error screen (#8947)Kainoa Kanter2023-01-171-0/+5
|
* ApRequestService: don't generate our own Host header (#9378)Mary2023-01-171-2/+4
|
* enhance(client): make possible to hide adssyuilo2023-01-161-0/+3
| | | | | Resolve #9590 Resolve #8996
* Use pnpm for package manager (#9531)CyberRex2023-01-161-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | * Use pnpm for package manager * Fix * Change github workflow * use pnpm in workflow * fix * Fix test (e2e/jest) * Update Dockerfile for pnpm * Exclude node_modules from file search on VSCode * Update pnpm-lock.yaml * Update pnpm-lock.yaml * Move typescript from devDependencies to dependencies * Fix Dockerfile Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* プロフィールの文字数制限を緩和syuilo2023-01-161-1/+1
|
* refactor: rename instance.caughtAt to instance.firstRetrievedAtsyuilo2023-01-166-6/+17
|
* typosyuilo2023-01-161-1/+1
|
* refactor: rename role.options -> role.policiessyuilo2023-01-1547-91/+105
|
* ロールの各オプションに優先度を設定できるようにsyuilo2023-01-153-18/+29
|
* ロールでレートリミットを調整できるようにsyuilo2023-01-153-5/+11
| | | | Resolve #9584
* update depssyuilo2023-01-151-19/+19
|
* Fix import (#9566)Masaya Suzuki2023-01-151-1/+1
|
* enhance(server): add rate limits for some endpointssyuilo2023-01-147-4/+28
|
* ノートをピン留めできる数を設定可能にsyuilo2023-01-142-1/+6
| | | | Resolve #9555
* fix importsyuilo2023-01-141-1/+1
|
* enhance: ↵syuilo2023-01-145-4/+37
| | | | ユーザーリストおよびユーザーリスト内のユーザーの作成可能数を設定可能に
* enhance: ↵syuilo2023-01-143-0/+39
| | | | クリップおよびクリップ内のノートの作成可能数を設定可能に
* 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
|
* tweak MkRolePreviewsyuilo2023-01-141-0/+1
|
* Webhookの作成可能数を設定可能にsyuilo2023-01-142-0/+20
|
* fixsyuilo2023-01-141-1/+1
|
* update mfm-jssyuilo2023-01-141-1/+1
|
* フォロワー数、フォロー数もConditional ↵syuilo2023-01-148-9/+64
| | | | 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>
* | enhance: ハードワードミュートの最大文字数を設定可能にsyuilo2023-01-142-0/+17
|/ | | | Resolve #7574
* enhance: Judge instance block by endsWith (#9263)tamaina2023-01-1310-15/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* fix(server): signup-complete Brokensyuilo2023-01-131-2/+2
| | | | Fix #9538
* typosyuilo2023-01-131-5/+5
|
* fixsyuilo2023-01-131-1/+5
|
* fix ads/update apisyuilo2023-01-131-1/+1
|
* カスタム絵文字の管理を権限を持つユーザーが行えるよ ↵syuilo2023-01-1313-12/+15
| | | | | | に Resolve #9542
* refactorsyuilo2023-01-133-7/+14
|
* 招待コード発行を権限を持つユーザーが行えるようにsyuilo2023-01-134-9/+18
| | | | Resolve #9541
* プロフィールにロールを表示するようにsyuilo2023-01-131-0/+8
|
* Revert ↵syuilo2023-01-131-1/+1
| | | | | | "リモートユーザーはcanPublicNoteがfalseでもhomeにしないように" This reverts commit b2117ba3a18addea9f94fdda92029a6c0263cdab.
* remoteDriveCapacityMbをロールに統合syuilo2023-01-136-32/+16
|
* feat: conditional rolesyuilo2023-01-136-1/+125
| | | | Resolve #9539
* Revert "perf: build backend with swc (#9463)"syuilo2023-01-133-14/+27
| | | | This reverts commit 4579d022967bf9635e359500730e7546a520be11.
* refactorsyuilo2023-01-132-2/+7
|
* リモートユーザーはcanPublicNoteがfalseでもhomeにしないようにtamaina2023-01-121-1/+1
| | | | https://github.com/misskey-dev/misskey/issues/9534#issuecomment-1380645073
* Fix #9534tamaina2023-01-121-1/+1
|
* perf: build backend with swc (#9463)파링2023-01-123-27/+14
| | | | | | | * feat: build backend with swc * fix: swc build target Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): Use undici instead of node-fetch and got (#9459)tamaina2023-01-1217-240/+426
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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を設定
* Role (#9437)syuilo2023-01-1270-486/+1309
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* perf(server): improve nodeinfo performancesyuilo2023-01-101-8/+19
| | | | Resolve #9505
* perf(server): improve stats api performancesyuilo2023-01-101-8/+13
|