summaryrefslogtreecommitdiff
path: root/src/services/relay.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-94/+0
| | | | Resolve #7779
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-191-8/+8
|
* refactor: refactoring importssyuilo2021-08-191-8/+8
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* Refactor (#7394)syuilo2021-03-241-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update define.ts * Update update.ts * Update user.ts * wip * wip * Update request.ts * URL * wip * wip * wip * wip * Update invite.ts * Update create.ts
* refactor: Use path aliassyuilo2021-03-231-1/+1
|
* リレーのHTTP-Signatureは投稿者の鍵でするように (#6357)MeiMei2020-05-151-3/+1
|
* pub-relay (#6341)MeiMei2020-05-101-0/+96
* pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど