summaryrefslogtreecommitdiff
path: root/packages/backend/src/remote (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix syntax errorsyuilo2022-04-021-1/+1
|
* fix(federation): avoid duplicate activity delivery (#8429)Johann1502022-04-021-27/+36
| | | | | | | * prefer shared inbox over individual inbox * no new shared inbox for direct recipes * fix type error
* perf(server): use cached user info in getUserFromApIdsyuilo2022-03-262-8/+8
|
* refactorsyuilo2022-03-261-12/+12
|
* perf(server): improve deliver performancesyuilo2022-03-261-7/+18
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-2619-59/+61
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* perf(server): refactor and performance improvementssyuilo2022-03-2534-106/+134
|
* recognize null in _misskey_content for notes (#8440)Johann1502022-03-231-1/+1
|
* Use unique id for Undo (#8434)MeiMei2022-03-221-0/+2
|
* perf(server): reduce db querysyuilo2022-03-211-3/+1
|
* perf(server): reduce db querysyuilo2022-03-201-3/+3
|
* リレーが動作するように修正する (#8396)xianon2022-03-121-1/+1
|
* fix esmsyuilo2022-03-014-4/+4
|
* fix esmsyuilo2022-03-012-6/+6
|
* Fix avatar/banner proxy (#8346)tamaina2022-02-271-16/+0
| | | | | | | | | | | | | | | | | | | | * Fix avatar/banner proxy Co-authored-by: mei23 <m@m544.net> * use getAvatarUrl * fix * join avatar and banner to improve performance * join * Update hybrid-timeline.ts * fix Co-authored-by: mei23 <m@m544.net> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: Use ESM (#8358)syuilo2022-02-2773-379/+379
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refacator: fix typwsyuilo2022-02-191-1/+1
|
* feat: Option to show replies in timeline (rebase #7685) (#8202)nullobsi2022-02-061-0/+1
| | | | | * Add an option for timeline replies. Credit to Emilis (puffaboo) * update db on request
* refactorsyuilo2022-02-043-7/+12
|
* refactorsyuilo2022-02-031-2/+2
|
* refactorsyuilo2022-02-032-2/+9
|
* refactor: fix typesyuilo2022-01-261-1/+1
|
* refactor, enhance: ドライブ引数のオブジェクト化, ↵MeiMei2022-01-231-3/+9
| | | | | | | | | | | 追加時のcomment指定 (#8180) * refactor: ドライブの引数をオブジェクト化する Resolve #8177 * Resolve #8181 * fix * archivePath
* Unifying Misskey-specific IRIs in JSON-LD `@context` Resolve #8116 (#8178)MeiMei2022-01-231-1/+1
| | | | | * Unifying Misskey-specific IRIs in JSON-LD `@context` Resolve #8116 * CHANGELOG
* enhance: convert svg to png of custom emojissyuilo2022-01-212-4/+6
|
* enhance: Forward report (#8001)Johann1502022-01-211-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * implement sending AP Flag object Optionally allow a user to select to forward a report about a remote user to the other instance. This is added in a backwards-compatible way. * add locale string * forward report only for moderators * add switch to moderator UI to forward report * fix report note url * return forwarded status from API apparently forgot to carry this over from my testing environment * object in Flag activity has to be an array For correct interoperability with Pleroma the "object" property of the Flag activity has to be an array. This array will in the future also hold the link to respective notes, so it makes sense to correct this on our side. * Update get-note-menu.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(server): use insert instead of savesyuilo2022-01-031-2/+2
|
* fix lintsyuilo2021-12-0937-92/+92
|
* refactoringsyuilo2021-12-031-3/+4
| | | | | https: //github.com/misskey-dev/misskey/pull/7901 Co-Authored-By: MeiMei <30769358+mei23@users.noreply.github.com>
* feat: Undo Accept (#7980)nullobsi2021-12-032-1/+30
| | | | | | | * allow breaking of follow * send undo * delete by using reject follow
* fix for lintsyuilo2021-11-134-525/+528
|
* viaMobileフラグ廃止syuilo2021-11-121-1/+0
| | | | Close #7965
* fix lint errorssyuilo2021-11-122-2/+2
|
* use eslintsyuilo2021-11-121-1/+1
|
* refactoringsyuilo2021-11-1279-0/+4246
Resolve #7779