summaryrefslogtreecommitdiff
path: root/packages/backend/src/services/blocking/create.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-181-145/+0
|
* fix: add id for activitypub follows (#8689)Johann1502022-06-041-4/+9
| | | | | | | | | | | | | | | | | * add id for activitypub follows * fix lint * fix: follower must be local, followee must be remote Misskey will only use ActivityPub follow requests for users that are local and are requesting to follow a remote user. This check is to ensure that this endpoint can not be used by other services or instances. * fix: missing import * render block with id * fix comment
* fix: Promises -> Promise (#8545)Johann1502022-04-251-1/+1
|
* await promises (#8519)Johann1502022-04-191-11/+6
|
* improve webhooksyuilo2022-04-031-4/+2
|
* feat: Webhook (#8457)syuilo2022-04-021-2/+20
| | | | | | | | | | | * feat: introduce webhook * wip * wip * wip * Update CHANGELOG.md
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-3/+3
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* refactor: Use ESM (#8358)syuilo2022-02-271-12/+12
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* fix lintsyuilo2021-12-091-6/+6
|
* refactoringsyuilo2021-11-121-0/+129
Resolve #7779