summaryrefslogtreecommitdiff
path: root/src/remote (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use mfm-js for MFM parsing (#7415)syuilo2021-04-022-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update mfm.ts * wip * update mfmjs * refactor * nanka * Update mfm.ts * Update to-html.ts * Update to-html.ts * wip * fix test * fix test
* fix typesyuilo2021-03-241-2/+2
|
* Refactor (#7394)syuilo2021-03-2416-25/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-2339-57/+57
|
* perf(server): Cache user keypairsyuilo2021-03-223-13/+8
|
* refactor: Use Setsyuilo2021-03-211-3/+3
|
* Fix #7212 (#7215)MeiMei2021-02-171-14/+15
|
* refactor: resolve #7139syuilo2021-02-139-23/+14
|
* Resolve #7149syuilo2021-02-071-2/+3
|
* Parse followers audience from followers URI (#7112)InspectorCaracal2021-02-062-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add followersUri * add followersUri to audience parse * fetch followersUri * followersUri db migration * update followersUri * Rename 1611354329133-followersUri to 1611354329133-followersUri.ts * typo * Update person.ts * create/update person consistency * Update audience.ts * missing paren * tabs * use strict equality * Update audience.ts
* Resolve #6806 (#6935)syuilo2020-12-114-0/+5
| | | | | | | * :v: * :v: * Update privacy.vue
* メッセージ (トーク/チャット) 削除の連合 (#6789)MeiMei2020-11-012-3/+32
|
* Resolve #6087syuilo2020-10-191-1/+3
|
* ActivityPubでリモートのオブジェクトをGETするときのリク ↵MeiMei2020-10-182-1/+109
| | | | | | | ストをHTTP Signatureで署名するオプション (#6731) * Sign ActivityPub GET * Fix v12, v12.48.0 UI bug
* chore: better error textsyuilo2020-09-172-2/+2
|
* Channel (#6621)syuilo2020-08-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wop * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * add notes * wip * wip * wip * wip * sound * wip * add kick_gaba2 * wip
* Sign (request-target) Fix #6652 (#6656)MeiMei2020-08-151-1/+1
|
* 自分のノートにリアクションを押せるように (#6506)Xeltica2020-07-301-2/+0
| | | | | * resolve #6468 * リモートから来たセルフリアクションの対応
* feat(server): Fetch icon url of an instance (#6591)syuilo2020-07-261-2/+2
| | | | | | | * feat(server): Fetch icon url of an instance Resolve #6589 * chore: Rename the function
* feat: Blurhash integrationsyuilo2020-07-191-8/+8
| | | | Resolve #6559
* AP Delate Activityの修正 (#6512)MeiMei2020-07-112-10/+40
|
* プロフィールの「場所」「誕生日」を連合するように ↵MeiMei2020-06-214-2/+25
| | | | | | | | | Resove #6461 (#6463) * AP birthday, location * unset is null * isCatを検証対象に
* AP向けのアンケートのfallbackリンクなどを削除 (#6466)MeiMei2020-06-141-18/+1
|
* pub-relay (#6341)MeiMei2020-05-106-4/+77
| | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど
* Receive Flag (#6331)MeiMei2020-05-093-3/+39
|
* APリファクタとLD-Signatureの検証に対応 (#6300)MeiMei2020-05-0914-137/+903
| | | | | | | | | | | | | | | * DbResolver * inbox types * 認証順を変更 * User/Keyあたりをまとめる * LD-Signatue * Validate contexts url * LD-Signature DocumentLoaderにProxyとTimeout
* chore: Use kebab-case for file namessyuilo2020-04-264-4/+4
|
* リモートのカスタム絵文字リアクションを表示できるよ ↵MeiMei2020-04-142-9/+29
| | | | | | | | | | | | | | | | | | | に (#6239) * リモートのカスタム絵文字リアクションを表示できるように * AP * DBマイグレーション * ローカルのリアクションの. * fix * fix * fix * space
* プロキシの除外ホスト (#6244)MeiMei2020-04-121-2/+2
| | | | | | | | | | | * プロキシの除外ホスト * オブジェクトストレージとの通信にProxyを使うかを選択できるように * fix lint * コメント Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* Fix url type of AP object #6231 (#6234)MeiMei2020-04-113-6/+17
|
* Use node-fetch instead of request (#6228)MeiMei2020-04-093-43/+6
| | | | | | | | | | | * requestをnode-fetchになど * format * fix error * t * Fix test
* refactor: Use ===syuilo2020-04-0410-14/+14
|
* APメンションはaudienceじゃなくてtagを参照するなど (#6128)MeiMei2020-04-037-57/+123
| | | | | | | | | | | | | | | | | | | * APメンションはaudienceじゃなくてtagを参照するなど * AP/tag/Mentionではurlじゃなくてuriを提示する * createPersonでaliasが入力された場合に対応 * AP HTMLパースでMention/Hashtag判定にtagを使うように * fix * indent * use hashtag name * fix * URLエンコード不要だったら<>を使わないの条件が消えたたのを修正
* Use url if available (#6214)MeiMei2020-04-021-1/+2
| | | | | | | * Fix #6213 * other link * fix
* オブジェクトストレージでS3のvirtual-host形式のサポート ↵MeiMei2020-03-141-2/+2
| | | | | | | | | | | ど (#6148) * オブジェクトストレージでS3のvirtual-host形式のサポートなど * 表記揺れ * more simply * S3ならばs3ForcePathStyleしない
* Create ↵MeiMei2020-02-083-12/+23
| | | | | | | | | | | | | | ActivityでattributedToの補完とaudienceのコピーを行うように (#5873) * attributedTo * Create * copy audiences between activity <=> object * やっぱり匿名GETのpublicは必要 * fix
* EmojiReaction => EmojiReact (#5877)MeiMei2020-02-072-2/+3
|
* Fix #5848 (#5853)MeiMei2020-02-061-3/+16
|
* Correct Like id generation (#5852)MeiMei2020-02-061-5/+7
|
* リモート投稿にリモートでされたリアクションが表示さ ↵MeiMei2020-02-042-25/+14
| | | | | | | | | | | | | | | | | | るように (#5817) * 第3インスタンスへのLikeも受け入れるように * リアクション済みだったらエラーにせずに置き換えるように * Likeを第3インスタンスにdeliverするように * fix * fix * 同じリアクションがすでにされていたら何もしない * リモートから自身の投稿へリアクションした場合にエラーにならないように
* Resolve #1669syuilo2020-02-012-47/+1
|
* Fixsyuilo2020-01-301-1/+1
|
* AP audience (visibility) パースの修正 (#5783)MeiMei2020-01-305-68/+123
| | | | | | | | | | | | | | | | | | | * Refactor audience * audienceのないAP Object 対応 * fix * Update src/remote/activitypub/audience.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/remote/activitypub/audience.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Handle EmojiReaction activitiy (#5492)MeiMei2020-01-303-3/+4
| | | | | | | | | | * Handle some additional reaction activities * Revert "Handle some additional reaction activities" This reverts commit 1462ff12de08e8810023658e8ff7b5ee8bd7965b. * EmojiReaction
* v12 (#5712)syuilo2020-01-302-11/+0
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* Add Event activity-type support (#5785)MeiMei2020-01-302-5/+5
|
* Add Group and Organization to validActor (#5784)Takeshi Umeda2020-01-301-1/+1
|
* AP Actorの鍵とkeyIdのフォーマットの変更 (#5733)MeiMei2020-01-203-5/+9
| | | | | | * Node PKCS#8 * keyIdを#main-key形式に
* AP引用でquoteUrlに対応 (#5632)MeiMei2019-12-153-9/+38
| | | | | | | | | | | | | | | | | | | | | | * Supports quoteUrl * Quote resolveをリトライする * Update src/remote/activitypub/models/note.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/remote/activitypub/models/note.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/remote/activitypub/models/note.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/remote/activitypub/models/note.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Implement Talk has read federation (#5636)MeiMei2019-12-156-3/+47
| | | | | | | | | | * Talk read * fix * 複数のRead ActivityはCollectionとして送るように * あ