summaryrefslogtreecommitdiff
path: root/src/remote (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
* updateHashtagを並列で行わないように (#5284)MeiMei2019-08-181-5/+3
|
* uuid() と lint (#5288)Satsuki Yanagi2019-08-181-2/+2
| | | | | | * Import only v4 uuid, uuid() without version is deprecated * Add Missing semicolon
* HTTPリクエストのKeep-AliveとPrxoy対応など (#5226)MeiMei2019-07-282-37/+13
| | | | | | | | | | * DriveのKeep-Alive, Proxy と APのProxy対応 * request系でKeep-Aliveするように * fix lookup-dns-cache.d.ts * remove debug output
* AP Emojiのupdatedは採用しないように (#5220)MeiMei2019-07-281-2/+3
| | | | | | * AP Emojiのupdatedは採用しない * updated判定は残す
* Fix question (#5197)MeiMei2019-07-204-10/+3
|
* Mastodonのリンクの所有者認証に対応 (#5161)MeiMei2019-07-181-2/+13
| | | | | | * Profile metadata を設定できるように * API desc
* Fix: AP object / actor type (#5086)MeiMei2019-06-288-83/+82
| | | | | | | | | | | | | | | | | | * attributedToがArrayの場合などに対応 * attachment以外で来るDocument系のObjectに対応 * Renote, Reply 対応 * 表示をいい感じに * fix type * revert as const * Fix Note / Question type * attributedToのtypeで複合配列を想定する
* Block all activities from suspended users (#5076)MeiMei2019-06-211-0/+2
|
* Use WHATWG APIsyuilo2019-06-184-4/+0
| | | | > New application code should use the WHATWG API.
* 閉鎖しているホストにはAP deliverしないように (#5057)MeiMei2019-06-151-4/+19
| | | | | | * 閉鎖しているホストにはAP deliverしないように * fix case
* 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: IPv4 onlyホストからDualstackホストにAP deliverできない (#4872)MeiMei2019-05-071-4/+11
|
* Fix #4704 (#4797)MeiMei2019-04-251-1/+1
| | | | | | * Fix #4632 * Fix #4795
* Cache metasyuilo2019-04-244-7/+4
|
* Fix: ↵MeiMei2019-04-212-16/+17
| | | | | | | | リモートユーザーの修復処理が自動的に実行されない など for v11 (#4764) * Fix #4761 * Fix: updatePersonができない
* Fix bugsyuilo2019-04-191-2/+1
|
* Fix bugsyuilo2019-04-191-2/+2
|
* Fix indentsyuilo2019-04-181-14/+14
|
* Better error handlingsyuilo2019-04-181-1/+3
|
* Refactorsyuilo2019-04-171-1/+1
|
* リファクタリング (#4587)Acid Chicken (硫酸鶏)2019-04-141-3/+1
| | | | | | | | | | | | * Use I cap * Avoid _ * Use default value instead of optional boolean * Bye useless variable * Bye verbose try-catch
* Better error handlingsyuilo2019-04-1412-27/+27
|