summaryrefslogtreecommitdiff
path: root/packages/backend/src/remote/activitypub/db-resolver.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* なんかもうめっちゃ変えたsyuilo2022-09-181-155/+0
|
* fix bugsyuilo2022-06-041-3/+3
|
* fix: ensure resolver does not fetch local resources via HTTP(S) (#8733)Johann1502022-06-041-48/+53
| | | | | | | | | | | | | | | | | | | | | * refactor: parseUri types and checks The type has been refined to better represent what it actually is. Uses of parseUri are now also checking the parsed object type before resolving. * cannot resolve URLs with fragments * also take remaining part of URL into account Needed for parsing the follows URIs. * Resolver uses DbResolver for local * remove unnecessary use of DbResolver Using DbResolver would mean that the URL is parsed and handled again. This duplicated processing can be avoided by querying the database directly. * fix missing property name
* perf(server): use cached user info in getUserFromApIdsyuilo2022-03-261-7/+7
|
* refactorsyuilo2022-03-261-12/+12
|
* refactor: migrate to typeorm 3.0 (#8443)syuilo2022-03-261-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-251-17/+27
|
* perf(server): reduce db querysyuilo2022-03-201-3/+3
|
* refactor: Use ESM (#8358)syuilo2022-02-271-9/+9
| | | | | | | | | | | | | | | * wip * wip * fix * clean up * Update tsconfig.json * Update activitypub.ts * wip
* fix lintsyuilo2021-12-091-11/+11
|
* refactoringsyuilo2021-11-121-0/+140
Resolve #7779