summaryrefslogtreecommitdiff
path: root/packages/backend/src/remote/activitypub/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-1826-841/+0
|
* fix: wrong type for isVisibleForMeJohann1502022-05-241-1/+1
|
* fix(activitypub): add authorization checks (#8534)Johann1502022-05-193-11/+15
| | | | | * fix spelling * fix(activitypub): add authorization checks
* refactor: fix typesyuilo2022-04-171-0/+0
|
* chore: fix lintsyuilo2022-04-032-2/+2
|
* perf(server): use cached user info in getUserFromApIdsyuilo2022-03-261-1/+1
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-268-9/+9
| | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update following.ts * wip * wip * wip * Update resolve-user.ts * maxQueryExecutionTime * wip * wip
* perf(server): refactor and performance improvementssyuilo2022-03-2526-58/+61
|
* refactor: Use ESM (#8358)syuilo2022-02-2726-153/+153
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* refactorsyuilo2022-02-043-7/+12
|
* fix lintsyuilo2021-12-095-7/+7
|
* 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
* refactoringsyuilo2021-11-1226-0/+799
Resolve #7779