1
0
forked from mirror/misskey
mi.moris.day/packages/backend/src/server/api/endpoints
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 3bd7be35d8.

* 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
..
admin perf(backend): Use ThinUser in admin/federation/remove-all-following 2023-04-29 14:35:48 +00:00
antennas enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
ap refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
app fix import type 2022-09-21 05:33:11 +09:00
auth fix import type 2022-09-21 05:33:11 +09:00
blocking enhance(server): add rate limits for some endpoints 2023-01-14 15:59:15 +09:00
channels enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
charts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
clips enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
drive enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
email-address refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
federation lint fix 2023-03-07 20:17:19 +09:00
flash enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
following enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
gallery enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
hashtags fix imports 2023-01-09 08:58:16 +09:00
i enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
miauth fix import type 2022-09-21 05:33:11 +09:00
mute enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
my fix import type 2022-09-21 05:33:11 +09:00
notes enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
notifications fix: 通知インジケータが光りっぱなしになる問題を修正 (#10483) 2023-04-06 06:11:59 +09:00
pages enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
promo refactor 2022-09-24 07:15:16 +09:00
renote-mute enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
roles Role timeline setting (#10677) 2023-04-20 20:02:50 +09:00
sw enhance: Implement the toggle to (or not to) close push notifications when notifications or messages are read (#9219) 2022-12-18 01:59:59 +09:00
username feat: preserved usernames 2023-04-29 17:03:14 +09:00
users enhance: account migration (#10592) 2023-04-30 00:09:29 +09:00
announcements.ts fixes 2022-09-23 06:21:31 +09:00
drive.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
emoji.ts 絵文字のライセンスを表示できるように 2023-03-17 20:24:47 +09:00
emojis.ts perf(backend): cache local custom emojis 2023-04-06 11:14:43 +09:00
endpoint.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
endpoints.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
export-custom-emojis.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
fetch-rss.ts fix(server): node-fetchおよびgotを使う以前の実装に戻す 2023-01-25 12:00:04 +09:00
get-online-users-count.ts fix import type 2022-09-21 05:33:11 +09:00
i.ts enhance: アカウント削除時のクライアントの挙動をいい感じにするなど (#10002) 2023-03-09 14:27:16 +09:00
invite.ts refactor: rename role.options -> role.policies 2023-01-15 20:52:53 +09:00
meta.ts feat: Server rules (#10660) 2023-04-19 21:24:31 +09:00
notes.ts perf(backend): cache avatar and banner url to db 2023-04-06 19:48:24 +09:00
page-push.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
ping.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
pinned-users.ts fix for pinned users. update changelog (#9159) 2022-11-11 11:22:31 +09:00
request-reset-password.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
reset-db.ts fix types 2023-04-14 13:50:05 +09:00
reset-password.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
retention.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
server-info.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
stats.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
test.ts refactor: remove all unused imports (#9951) 2023-02-16 23:09:41 +09:00
users.ts Role (#9437) 2023-01-12 21:02:26 +09:00