From 486d20d1f9aef2df3e218128b71bce9e8ce3d218 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 17 Feb 2024 19:28:15 +0900 Subject: [PATCH 1/5] chore: remove link to fork since upstream added feature to link to fork --- packages/frontend/src/pages/about-misskey.vue | 5 ----- 1 file changed, 5 deletions(-) diff --git a/packages/frontend/src/pages/about-misskey.vue b/packages/frontend/src/pages/about-misskey.vue index 95a40db47226..cf8f6f197839 100644 --- a/packages/frontend/src/pages/about-misskey.vue +++ b/packages/frontend/src/pages/about-misskey.vue @@ -34,11 +34,6 @@ SPDX-License-Identifier: AGPL-3.0-only {{ i18n.ts._aboutMisskey.source }} ({{ i18n.ts._aboutMisskey.original }}) - - - {{ i18n.ts._aboutMisskey.forkSource }} - - {{ i18n.ts._aboutMisskey.translation }} From 6c33b3921782f27ca68b0293ee4ba22c4748a110 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 17 Feb 2024 19:37:04 +0900 Subject: [PATCH 2/5] =?UTF-8?q?docs(changelog):=20=E3=81=93=E3=81=AE?= =?UTF-8?q?=E3=83=95=E3=82=A9=E3=83=BC=E3=82=AF=E3=81=B8=E3=81=AE=E3=83=AA?= =?UTF-8?q?=E3=83=B3=E3=82=AF=E3=81=8Cmisskey=E6=A8=99=E6=BA=96=E3=81=AE?= =?UTF-8?q?=E3=82=82=E3=81=AE=E3=81=AB=E5=A4=89=E6=9B=B4=E3=81=AB=E3=81=AA?= =?UTF-8?q?=E3=82=8A=E3=81=BE=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd1f0b67f47..8f3153b95a9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ ### Client - センシティブチャンネルのNoteの畳まれ方がソフトミュートと同様になりました。 +- このフォークへのリンクがmisskey標準のものに変更になりました。 ## 2024.2.0 From cf4af855c45541c46e770738aaa66e94f41919fd Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 17 Feb 2024 19:39:07 +0900 Subject: [PATCH 3/5] =?UTF-8?q?chore:=20=E4=BD=BF=E7=94=A8=E3=81=95?= =?UTF-8?q?=E3=82=8C=E3=81=AA=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=9FforkSourc?= =?UTF-8?q?e=E3=82=92=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- locales/index.d.ts | 4 ---- locales/ja-JP.yml | 1 - 2 files changed, 5 deletions(-) diff --git a/locales/index.d.ts b/locales/index.d.ts index d6334a111d8a..7c81f005f8e8 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -6897,10 +6897,6 @@ export interface Locale extends ILocale { * このサーバーで使用しているforkの全てのコントリビューター */ "allForkContributors": string; - /** - * このサーバーで使用しているforkのソースコード - */ - "forkSource": string; }; "_displayOfSensitiveMedia": { /** diff --git a/locales/ja-JP.yml b/locales/ja-JP.yml index 5966ada951f5..ed892bea76c3 100644 --- a/locales/ja-JP.yml +++ b/locales/ja-JP.yml @@ -1799,7 +1799,6 @@ _aboutMisskey: projectMembers: "プロジェクトメンバー" forkContributors: "このサーバーで使用しているforkの主要な開発者" allForkContributors: "このサーバーで使用しているforkの全てのコントリビューター" - forkSource: "このサーバーで使用しているforkのソースコード" _displayOfSensitiveMedia: respect: "センシティブ設定されたメディアを隠す" From 674519ac0a28491e7b3909bbd2d5a71ed6d83019 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 17 Feb 2024 19:42:59 +0900 Subject: [PATCH 4/5] =?UTF-8?q?chore:=20=E3=83=AA=E3=83=A2=E3=83=BC?= =?UTF-8?q?=E3=83=88=E3=83=A6=E3=83=BC=E3=82=B6=E3=81=AE=E5=89=8A=E9=99=A4?= =?UTF-8?q?=E3=82=92=E3=83=AD=E3=82=B0=E3=81=97=E3=81=AA=E3=81=84=E3=82=88?= =?UTF-8?q?=E3=81=86=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/queue/processors/DeleteAccountProcessorService.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/packages/backend/src/queue/processors/DeleteAccountProcessorService.ts b/packages/backend/src/queue/processors/DeleteAccountProcessorService.ts index ff74d7e86fb9..974fce2e21e1 100644 --- a/packages/backend/src/queue/processors/DeleteAccountProcessorService.ts +++ b/packages/backend/src/queue/processors/DeleteAccountProcessorService.ts @@ -60,6 +60,11 @@ export class DeleteAccountProcessorService { @bindThis async logDelete(user: MiUser) { + if (user.host != null) { + this.logger.info(`Skipping logging account deletion of ${user.id} ...`); + return; + } + const profile = await this.userProfilesRepository.findOneByOrFail({ userId: user.id }); // data from src/server/api/endpoints/users/show.ts @@ -120,6 +125,8 @@ export class DeleteAccountProcessorService { email: profile.email, info, }); + + this.logger.info(`Finished logging account deletion of ${user.id} ...`); } @bindThis From 4c0242733de0c6a148942eff9f398c1e88b69576 Mon Sep 17 00:00:00 2001 From: anatawa12 Date: Sat, 17 Feb 2024 19:46:25 +0900 Subject: [PATCH 5/5] =?UTF-8?q?docs(changelog):=20=E3=83=AA=E3=83=A2?= =?UTF-8?q?=E3=83=BC=E3=83=88=E3=83=A6=E3=83=BC=E3=82=B6=E3=81=AE=E5=89=8A?= =?UTF-8?q?=E9=99=A4=E3=81=8C=E8=A8=98=E9=8C=B2=E3=81=95=E3=82=8C=E3=81=AA?= =?UTF-8?q?=E3=81=84=E3=82=88=E3=81=86=E3=81=AB=E3=81=AA=E3=82=8A=E3=81=BE?= =?UTF-8?q?=E3=81=97=E3=81=9F=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fdd1f0b67f47..e8e4baf420bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,6 +17,9 @@ ### Client - センシティブチャンネルのNoteの畳まれ方がソフトミュートと同様になりました。 +### Server +- リモートユーザの削除が記録されないようになりました。 + ## 2024.2.0 ### Note