Sharkey/packages/frontend/src/pages/settings
Namekuji d28866f71a
enhance: account migration (#10592)
* copy block and mute then create follow and unfollow jobs

* copy block and mute and update lists when detecting an account has moved

* no need to care promise orders

* refactor updating actor and target

* automatically accept if a locked account had accepted an old account

* fix exception format

* prevent the old account from calling some endpoints

* do not unfollow when moving

* adjust following and follower counts

* check movedToUri when receiving a follow request

* skip if no need to adjust

* Revert "disable account migration"

This reverts commit 2321214c98.

* fix translation specifier

* fix checking alsoKnownAs and uri

* fix updating account

* fix refollowing locked account

* decrease followersCount if followed by the old account

* adjust following and followers counts when unfollowing

* fix copying mutings

* prohibit moved account from moving again

* fix move service

* allow app creation after moving

* fix lint

* remove unnecessary field

* fix cache update

* add e2e test

* add e2e test of accepting the new account automatically

* force follow if any error happens

* remove unnecessary joins

* use Array.map instead of for const of

* ユーザーリストの移行は追加のみを行う

* nanka iroiro

* fix misskey-js?

* ✌️

* 移行を行ったアカウントからのフォローリクエストの自動許可を調整

* newUriを外に出す

* newUriを外に出す2

* clean up

* fix newUri

* prevent moving if the destination account has already moved

* set alsoKnownAs via /i/update

* fix database initialization

* add return type

* prohibit updating alsoKnownAs after moving

* skip to add to alsoKnownAs if toUrl is known

* skip adding to the list if it already has

* use Acct.parse instead

* rename error code

* 🎨

* 制限を5から10に緩和

* movedTo(Uri), alsoKnownAsはユーザーidを返すように

* test api res

* fix

* 元アカウントはミュートし続ける

* 🎨

* unfollow

* fix

* getUserUriをUserEntityServiceに

* ?

* job!

* 🎨

* instance => server

* accountMovedShort, forbiddenBecauseYouAreMigrated

* accountMovedShort

* fix test

* import, pin禁止

* 実績を凍結する

* clean up

* ✌️

* change message

* ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに

* Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに"

This reverts commit 3bd7be35d8aa455cb01ae58f8172a71a50485db1.

* validateAlsoKnownAs

* 移行後2時間以内はインポート可能なファイルサイズを拡大

* clean up

* どうせactorをupdatePersonで更新するならupdatePersonしか移行処理を発行しないことにする

* handle error?

* リモートからの移行処理の条件を是正

* log, port

* fix

* fix

* enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように

* refactor (use checkHttps)

* MISSKEY_WEBFINGER_USE_HTTP

* Environment Variable readme

* NEVER USE IN PRODUCTION

* fix punyHost

* fix indent

* fix

* experimental

---------

Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-30 00:09:29 +09:00
..
2fa.qrdialog.vue 🎨 2FA設定のデザイン向上 / セキュリティキーの名前を変更できるように (#9985) 2023-02-20 16:40:24 +09:00
2fa.vue 🎨 2FA設定のデザイン向上 / セキュリティキーの名前を変更できるように (#9985) 2023-02-20 16:40:24 +09:00
account-info.vue 🎨 2023-01-06 13:40:17 +09:00
accounts.vue enhance: アカウント削除時のクライアントの挙動をいい感じにするなど (#10002) 2023-03-09 14:27:16 +09:00
api.vue 🎨 2023-01-06 13:40:17 +09:00
apps.vue fix(frontend): webhook, 連携アプリ一覧でコンテンツが重複して表示される問題を修正 2023-04-10 18:56:38 +09:00
custom-css.vue refactor 2023-01-07 15:09:46 +09:00
deck.vue refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
delete-account.vue refactor(frontend): remove $i 2023-04-01 13:52:07 +09:00
drive-cleaner.vue fix drive-cleaner 2023-03-22 09:09:43 +09:00
drive.vue feat: drive cleaner (#10366) 2023-03-20 12:58:06 +09:00
email.vue Fix: If mail delivery is disabled on the server, make the settings page indicate this (#10191) 2023-03-04 19:19:55 +09:00
general.vue feat(frontend): 通知の表示をカスタマイズできるように 2023-04-17 13:12:58 +09:00
import-export.vue enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
index.vue enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
instance-mute.vue refactor 2023-01-07 15:09:46 +09:00
migration.vue enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
mute-block.vue feat: Per-user renote mute (#10249) 2023-03-08 08:56:09 +09:00
navbar.vue tweak settings/navbar.vue 2023-03-20 20:35:49 +09:00
notifications.vue fix: i/notificationsで古い通知タイプを許容するなど、古い通知タイプの清算 (#10042) 2023-02-23 20:46:14 +09:00
other.vue refactor 2023-01-07 14:59:54 +09:00
plugin.install.vue enhance(client): update AiScript to 0.13.0 2023-03-15 18:26:59 +09:00
plugin.vue 🎨 2023-02-25 08:58:51 +09:00
preferences-backups.vue enhance(client): 1枚だけのメディアリストの画像のアスペクト比を画像に応じて縦長にする (#10452) 2023-04-15 21:35:19 +09:00
privacy.vue enhance(client): ローカルのみ -> 連合なし 2023-02-24 10:24:25 +09:00
profile.vue enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
reaction.vue refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
roles.vue enhance(client): 設定から自分のロールを確認できるように 2023-03-12 16:39:16 +09:00
security.vue 🎨 2FA設定のデザイン向上 / セキュリティキーの名前を変更できるように (#9985) 2023-02-20 16:40:24 +09:00
sounds.sound.vue refactor 2023-01-07 15:09:46 +09:00
sounds.vue refactor: サウンド関連の設定をpizzaxに移行 (#8105) 2023-04-12 10:39:57 +09:00
statusbar.statusbar.vue refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
statusbar.vue clean up 2023-03-02 18:40:55 +09:00
theme.install.vue refactor 2023-01-07 15:09:46 +09:00
theme.manage.vue refactor 2023-01-07 15:09:46 +09:00
theme.vue refactor 2023-01-07 15:09:46 +09:00
webhook.edit.vue i18n: Webhook 設定画面に翻訳を追加 (#10379) 2023-03-24 15:44:26 +09:00
webhook.new.vue i18n: Webhook 設定画面に翻訳を追加 (#10379) 2023-03-24 15:44:26 +09:00
webhook.vue fix(frontend): webhook, 連携アプリ一覧でコンテンツが重複して表示される問題を修正 2023-04-10 18:56:38 +09:00
word-mute.vue refactor 2023-01-07 15:09:46 +09:00