summaryrefslogtreecommitdiff
path: root/packages/backend/src/server/activitypub.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-181-254/+0
|
* fix: add id for activitypub follows (#8689)Johann1502022-06-041-1/+28
| | | | | | | | | | | | | | | | | * 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
* use http-signature module that supports hs2019 (#8635)Johann1502022-05-261-1/+1
|
* refactorsyuilo2022-03-261-1/+1
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-14/+14
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* refactorsyuilo2022-03-251-9/+4
|
* chore: add notesyuilo2022-03-211-0/+2
|
* perf(server): reduce db querysyuilo2022-03-211-5/+8
|
* fix esmsyuilo2022-03-011-1/+1
|
* refactor: Use ESM (#8358)syuilo2022-02-271-17/+17
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactor(backend): fix typesyuilo2022-01-261-2/+2
|
* fix lintsyuilo2021-12-091-6/+6
|
* refactoringsyuilo2021-11-121-0/+227
Resolve #7779