summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* 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
* プロフィールの「場所」「誕生日」を連合するように ↵MeiMei2020-06-211-0/+8
| | | | | | | | | Resove #6461 (#6463) * AP birthday, location * unset is null * isCatを検証対象に
* APリファクタとLD-Signatureの検証に対応 (#6300)MeiMei2020-05-091-19/+5
| | | | | | | | | | | | | | | * DbResolver * inbox types * 認証順を変更 * User/Keyあたりをまとめる * LD-Signatue * Validate contexts url * LD-Signature DocumentLoaderにProxyとTimeout
* chore: Use kebab-case for file namessyuilo2020-04-261-1/+1
|
* Fix url type of AP object #6231 (#6234)MeiMei2020-04-112-5/+5
|
* refactor: Use ===syuilo2020-04-043-4/+4
|
* APメンションはaudienceじゃなくてtagを参照するなど (#6128)MeiMei2020-04-034-55/+72
| | | | | | | | | | | | | | | | | | | * 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
* Create ↵MeiMei2020-02-081-11/+5
| | | | | | | | | | | | | | ActivityでattributedToの補完とaudienceのコピーを行うように (#5873) * attributedTo * Create * copy audiences between activity <=> object * やっぱり匿名GETのpublicは必要 * fix
* Fix #5848 (#5853)MeiMei2020-02-061-3/+16
|
* Resolve #1669syuilo2020-02-011-8/+1
|
* Fixsyuilo2020-01-301-1/+1
|
* AP audience (visibility) パースの修正 (#5783)MeiMei2020-01-301-32/+20
| | | | | | | | | | | | | | | | | | | * 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>
* v12 (#5712)syuilo2020-01-301-1/+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-301-2/+2
|
* AP引用でquoteUrlに対応 (#5632)MeiMei2019-12-151-9/+35
| | | | | | | | | | | | | | | | | | | | | | * 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-151-1/+1
| | | | | | | | | | * Talk read * fix * 複数のRead ActivityはCollectionとして送るように * あ
* Remove unused importsyuilo2019-11-181-1/+0
|
* Fix bugsyuilo2019-11-181-2/+2
|
* Refactorsyuilo2019-11-181-4/+4
|
* 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
* Talk federation (#5534)MeiMei2019-10-291-0/+8
|
* Fix #5539 (#5542)MeiMei2019-10-281-3/+3
|
* 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-271-2/+3
| | | | | | | | | | | | | | typeの修正など (#5460) * resolver type / fix updateFeatured * type ApObject * fix strange type * AP Activity * Collection Activityが失敗したらとりあえず無視
* Fix typo - invalied (#5433)MeiMei2019-09-151-1/+1
| | | | | | * Fix typo - invelied * fix Valied
* AP Lock (#5410)MeiMei2019-09-091-21/+16
|
* Resolve #2716 (#5340)Satsuki Yanagi2019-08-251-2/+2
| | | | | | * Resolve #2716 * Update ja-JP.yml
* updateHashtagを並列で行わないように (#5284)MeiMei2019-08-181-5/+3
|
* AP Emojiのupdatedは採用しないように (#5220)MeiMei2019-07-281-2/+3
| | | | | | * AP Emojiのupdatedは採用しない * updated判定は残す
* Fix question (#5197)MeiMei2019-07-202-4/+2
|
* Fix: AP object / actor type (#5086)MeiMei2019-06-282-20/+26
| | | | | | | | | | | | | | | | | | * attributedToがArrayの場合などに対応 * attachment以外で来るDocument系のObjectに対応 * Renote, Reply 対応 * 表示をいい感じに * fix type * revert as const * Fix Note / Question type * attributedToのtypeで複合配列を想定する
* Use WHATWG APIsyuilo2019-06-181-1/+0
| | | | > New application code should use the WHATWG API.
* Resolve #365syuilo2019-06-151-3/+5
|
* Fix: ピン留め投稿の表示順がおかしい (#4906)MeiMei2019-05-121-1/+7
| | | | | | * Fix: syuilo#4904 * fix comment
* Validate Note on createNote (#4881)MeiMei2019-05-091-2/+26
|
* Fix #4704 (#4797)MeiMei2019-04-251-1/+1
| | | | | | * Fix #4632 * Fix #4795
* Cache metasyuilo2019-04-242-3/+2
|
* Fix: ↵MeiMei2019-04-211-12/+7
| | | | | | | | リモートユーザーの修復処理が自動的に実行されない など for v11 (#4764) * Fix #4761 * Fix: updatePersonができない
* Fix bugsyuilo2019-04-191-2/+1
|
* Fix bugsyuilo2019-04-191-2/+2
|
* Better error handlingsyuilo2019-04-143-15/+15
|
* Fix bugsyuilo2019-04-131-1/+1
|
* リプライ先をエラー時に無視すると本来は投票なのに投 ↵syuilo2019-04-131-6/+8
| | | | じゃないと扱われおかしくなるのでエラーにするように
* Refactorsyuilo2019-04-131-1/+1
|
* strictNullChecks (#4666)syuilo2019-04-135-119/+121
| | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip