summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/renderer (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 外部サービス認証情報の配信 (#3975)Acid Chicken (硫酸鶏)2019-01-241-4/+21
| | | | | | | | | | | | | | | | | | | | * Update person.ts * Update person.ts * Update person.ts * Update person.ts * Create original model * Make type formal * Update person.ts * Follow @mei23's review refs: https://github.com/syuilo/misskey/pull/3975#pullrequestreview-195770172
* 投票未対応インスタンス向けメッセージをわかりやすく ↵MeiMei2019-01-211-2/+4
| | | | | | | | | | | | | | | | る (#3944) * Poll message * fix * fix * とりあえず日本語にしちゃう * TODO * fix
* リモートで投票を見たりしたりできるように (#3940)MeiMei2019-01-212-2/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix type * expose Question * Note refs Question * rename * wip * リモート投票の場合リプライ送信 * voteの実装をservicesに移動 * 投票受信 * debug * つくる * Revert "つくる" This reverts commit 0c9245886680b7d3b93a0278642f4cf6a43b5cb2. * APIの実装はもどし * Send Update * AP type * Recv Update * Revert "Recv Update" This reverts commit ffda39c0936d8e023f64603edabeb8e0eb9fc370. * Revert "AP type" This reverts commit 63d8bbe29dd6f326773214346350607cc4381996. * Revert "Send Update" This reverts commit 171b046de549f1478e928dee3177eeefab341fcf. * リモートで投票を見る * 投票はDM * Provides choices as text for AP * 絵文字 * fix error * revert * APからには不要な処理を削除 * Revert "APからには不要な処理を削除" This reverts commit 8b5d8af9b0cc4d4ad0cf21de59827ff21df99560. * てぬき * めんどい * ちっ * remove unused code
* Fix sharedInbox location (#3711)MeiMei2018-12-221-0/+1
| | | | | | | | * Fix sharedInbox location * Perform update Following * Fix comment
* Resolve #3676 (#3677)Acid Chicken (硫酸鶏)2018-12-193-3/+3
|
* Send original URL for quote (#3668)MeiMei2018-12-191-3/+2
|
* No @ for account name (#3586)MeiMei2018-12-121-1/+1
| | | | | | * No @ for account name * Use @ for GitHub
* lint fix (#3522)MeiMei2018-12-061-16/+25
|
* Resolve #3519syuilo2018-12-061-3/+7
|
* Emoji support in profile (#3514)MeiMei2018-12-062-1/+11
| | | | | | * Emoji in profile * Add emojis to fields
* 外部サービス連携情報をPersonのfieldsに乗せて配信する (#3499)Acid Chicken (硫酸鶏)2018-12-061-1/+24
| | | | | | | | | | | | * Update person.ts * Update person.ts refs: https://github.com/syuilo/misskey/pull/3499#issuecomment-444484557 * Update person.ts refs: https://github.com/syuilo/misskey/pull/3499#pullrequestreview-181755475
* AP CW (#3448)MeiMei2018-12-011-1/+3
|
* AP quote (#3384)MeiMei2018-11-231-0/+13
|
* Improve MFM parser (#3337)syuilo2018-11-211-12/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Refactor * Refactor * wip * wip * wip * wip * Refactor * Refactor * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Clean up * Update misskey-flavored-markdown.ts * wip * wip * wip * wip * Update parser.ts * wip * Add new test * wip * Add new test * Add new test * wip * Refactor * Update parse.ts * Refactor * Update parser.ts * wip
* Renote visibility (#3290)MeiMei2018-11-172-2/+17
|
* Fix bugsyuilo2018-11-091-1/+1
|
* Clean upsyuilo2018-11-051-6/+4
|
* Refactoring & ↵syuilo2018-11-051-4/+1
| | | | 設定でTwemojiを使うかどうか切り替えられるように
* Remote custom emojis (#3074)MeiMei2018-11-022-5/+46
| | | | | | * Remote custom emojis * んほおおおおお
* Refactorsyuilo2018-10-312-4/+4
|
* User blocking (Following part) (#3035)MeiMei2018-10-291-0/+8
| | | | | | | | | | | | | | | | * block wip * UndoBlock * UnBlock * wip * follow * UI * fix
* Fix following from Preroma does not complete (#2905)MeiMei2018-10-153-7/+21
| | | | | | * In Follow Accept/Reject, send previous received id * In Follow Accept/Reject, send Activity.actor
* Publish pinned notes (#2731)MeiMei2018-09-184-1/+22
|
* Refactorsyuilo2018-09-171-12/+16
|
* Fix #2725syuilo2018-09-171-0/+14
|
* Fix bugsyuilo2018-09-171-1/+10
|
* Fix #2101syuilo2018-09-171-1/+1
|
* Resolve #2101syuilo2018-09-101-0/+1
|
* ActivityPub Outboxの修正とactivity idのURLを実装 (#2662)MeiMei2018-09-081-1/+1
| | | | | | | | | | * Fix Outbox structure * Implement activity endpoint * Use in instead of or * Use in, addition
* #2620syuilo2018-09-051-2/+2
|
* Use Tombstone for Deletemei232018-09-021-0/+4
|
* Use string interpolationAya Morisawa2018-09-011-1/+1
|
* Send Update activitymei232018-09-011-0/+14
|
* Send actor in Deletemei232018-08-251-1/+5
|
* Send actor in Undo Followmei232018-08-251-1/+5
|
* Create Note activity にも toとccmei232018-08-251-2/+7
|
* Send actor in CreateNote, Announcemei232018-08-252-4/+13
|
* Add Activity id if missingmei232018-08-251-7/+16
|
* #2378syuilo2018-08-221-1/+2
|
* Fix リモートにNSFWが効かないmei232018-08-191-1/+4
|
* Fix Announce Activitymei232018-08-171-5/+15
|
* Provide id in announce activitysyuilo2018-08-171-1/+2
|
* Implement ActivityPub Followers/Following/Outboxmei232018-08-143-6/+58
|
* ActivityPub visibility on sendmei232018-08-132-4/+18
|
* Fix ActivityPub attachment urlmei232018-08-122-2/+2
|
* #1334syuilo2018-07-202-5/+12
|
* Fix #1781syuilo2018-06-261-1/+3
|
* Fix bugsyuilo2018-06-231-1/+1
|
* Fix bugsyuilo2018-06-191-2/+2
|
* yattasyuilo2018-06-1811-18/+21
|