misskey/packages/backend/src/models/json-schema
Namekuji 25ebb73756
feat: account migration (#10507)
* add Move activity

* add endpoint to move from local to remote

* follow move activity coming to inbox

* fix move endpoint

* add known-as endpoint to create account alias

* add migration page

* add route to migration page

* add move and known-as endpoints

* fix dependnecies error

* fix new endpoints

* fix move activity id

* fix refollow

* add movedToUri and alsoKnownAs to api

* fix moveToUri indicator

* fix missing context

* add chengelog

* rename MkMoved to MkAccountMoved

* add missing semicolon

* fix targetUri

* fix followings query

* remove redundant null check
2023-04-08 14:16:26 +09:00
..
antenna.ts enhance: 使われてないアンテナは自動停止されるように 2023-03-20 20:12:38 +09:00
app.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
blocking.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
channel.ts feat: チャンネルにノートをピン留めできるように 2023-03-31 15:01:56 +09:00
clip.ts feat: clip favorite 2023-03-16 17:24:49 +09:00
drive-file.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
drive-folder.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
emoji.ts enhance: カスタム絵文字にライセンス情報を付与できるように 2023-03-16 15:08:48 +09:00
federation-instance.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
flash.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
following.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
gallery-post.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
hashtag.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
muting.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
note-favorite.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
note-reaction.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
note.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
notification.ts perf(backend): 通知をRedisに保存するように 2023-04-04 14:06:57 +09:00
page.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
queue.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
renote-muting.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
user-list.ts refactor: rename schema to json-schema 2023-03-10 14:22:37 +09:00
user.ts feat: account migration (#10507) 2023-04-08 14:16:26 +09:00