summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Better error handlingsyuilo2019-04-121-1/+7
|
* Fix bugsyuilo2019-04-121-1/+1
|
* トランザクションを使うようにしたりsyuilo2019-04-121-34/+37
|
* Clean upsyuilo2019-04-121-4/+0
|
* Fix: AP actor Service のサポートが不完全 (v11) (#4662)MeiMei2019-04-111-1/+2
|
* Clean upsyuilo2019-04-101-1/+1
|
* Fix bugsyuilo2019-04-101-0/+1
|
* テーブル分割syuilo2019-04-101-13/+10
|
* Fix bugsyuilo2019-04-101-2/+2
|
* More punysyuilo2019-04-102-8/+6
|