misskey/packages/backend
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
..
.vscode Update settings.json 2022-04-15 21:33:00 +09:00
assets enhance(backend): restore OpenAPI endpoints (#10281) 2023-03-10 02:37:44 +09:00
migration perf(backend): cache avatar and banner url to db 2023-04-06 19:48:24 +09:00
nsfw-model feat: auto nsfw detection (#8840) 2022-07-07 21:06:37 +09:00
src feat: account migration (#10507) 2023-04-08 14:16:26 +09:00
test fix(test): disable remote user tests 2023-04-07 20:09:22 +09:00
.eslintignore use eslint 2021-11-12 10:35:41 +09:00
.eslintrc.cjs test(server): add validation test of api:notes/create (#10090) 2023-02-26 11:28:05 +09:00
.madgerc Create .madgerc 2022-09-20 01:04:08 +09:00
.swcrc Release: 13.7.2 (#10035) 2023-02-23 17:36:36 +09:00
README.md chore: ✌️ 2022-12-24 14:39:17 +09:00
check_connect.js feat(backend): イベント用Redisを別サーバーに分離できるように 2023-04-07 11:20:14 +09:00
jest.config.cjs test(backend): APIテストの復活 (#10163) 2023-03-03 11:13:12 +09:00
jsconfig.json use eslint 2021-11-12 10:35:41 +09:00
ormconfig.js fix: postgre -> postgres (#9814) 2023-02-07 19:50:38 +09:00
package.json update deps 2023-04-06 20:22:26 +09:00
tsconfig.json test(server): add validation test of api:notes/create (#10090) 2023-02-26 11:28:05 +09:00
watch.mjs Revert "perf: build backend with swc (#9463)" 2023-01-13 09:32:56 +09:00

README.md

Misskey Backend