summaryrefslogtreecommitdiff
path: root/src/remote (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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として送るように * あ
* Fix AP inbox Announce (#5641)MeiMei2019-12-152-15/+8
|
* Resolve syuilo#5548 (#5607)MeiMei2019-12-121-0/+7
|
* AP Signatureヘッダの特殊処理を削除 (#5628)MeiMei2019-12-111-5/+0
|
* Update dependencies :rocket:syuilo2019-11-241-1/+1
|
* Remove unused importsyuilo2019-11-181-1/+0
|
* Fix bugsyuilo2019-11-181-2/+2
|
* Refactorsyuilo2019-11-181-4/+4
|
* Refactorsyuilo2019-11-185-30/+10
|
* 無駄なAP deliverをしないように (#5589)MeiMei2019-11-091-0/+131
| | | | | | | | | | | | | | | | * DeliverManager, note/create * recipe * followers delivers * comment * rename * fix * cleanup
* APの統計とログの修正と強化 (#5585)MeiMei2019-11-071-30/+2
| | | | | | * Fix #5580 * Improve AP logging
* Store nodeinfo per federated instances (#5578)syuilo2019-11-051-0/+2
| | | | | | | | | | * Store nodeinfo per federated instances * Update fetch-nodeinfo.ts * Update fetch-nodeinfo.ts * update
* Preserve the attached order in AP (#5561)MeiMei2019-11-011-4/+6
| | | | | | | | | | * Preserve the attached order in AP * Revert "Preserve the attached order in AP" This reverts commit 8ac09cc81b1c216edccd2eba4bbdf0a194320883. * use IN
* Talk federation (#5534)MeiMei2019-10-293-2/+16
|
* Fix #5539 (#5542)MeiMei2019-10-282-14/+19
|
* Add ssl to elasticsearch config settings (#5527)Takeshi Umeda2019-10-211-0/+0
|
* Fix #5508 (#5509)MeiMei2019-10-161-2/+2
|
* Decrease tag limitsyuilo2019-09-271-2/+2
|
* Limit the tag counts to 100 (#5263)Acid Chicken (硫酸鶏)2019-09-271-2/+2
| | | | | | | | | | | | * Limit the tag counts to 256 * Update create.ts * Update create.ts * Update create.ts * Limit the user tag
* AP featured collectionの修正 / Collection Activityの対応 / ↵MeiMei2019-09-279-106/+77
| | | | | | | | | | | | | | typeの修正など (#5460) * resolver type / fix updateFeatured * type ApObject * fix strange type * AP Activity * Collection Activityが失敗したらとりあえず無視
* Fix typo - invalied (#5433)MeiMei2019-09-153-3/+3
| | | | | | * Fix typo - invelied * fix Valied
* AP Lock (#5410)MeiMei2019-09-093-56/+68
|
* AP Undo Announce (#5400)MeiMei2019-09-082-1/+21
| | | | | | * AP Undo Announce * Use activity id
* excludeNsfwやCWのNSFW扱いなど (#5341)MeiMei2019-08-271-1/+1
| | | | | | | | | | | | | | * NoteにisSensitive * Revert "NoteにisSensitive" This reverts commit 3d5bcfbaf078ff91257a508f817dd1ef4ea31d7b. * query excludeNsfw * AP deliverでCW付きはsensitiveにするように * excludeNsfwでCW付きも除くように
* Resolve #2716 (#5340)Satsuki Yanagi2019-08-251-2/+2
| | | | | | * Resolve #2716 * Update ja-JP.yml