summaryrefslogtreecommitdiff
path: root/src/remote/activitypub (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Use internal logger instead of debug/console for loggingsyuilo2019-02-0311-47/+42
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* Better loggingsyuilo2019-02-033-21/+20
|
* [Server] Use logger for loggingsyuilo2019-02-033-7/+10
|
* Create type definition for 'http-signature' (#4049)Acid Chicken (硫酸鶏)2019-02-011-1/+1
| | | | | | * Create type definition for 'http-signature' * Follow lint
* send/receive user hashtags via AP (#4064)MeiMei2019-01-314-13/+23
|
* Create type definition for 'lookup-dns-cache' (#4051)Acid Chicken (硫酸鶏)2019-01-311-6/+6
|
* Create type definition for 'promise-any' (#4055)Acid Chicken (硫酸鶏)2019-01-311-1/+1
|
* Do not import as pack from AP renderer (#4048)MeiMei2019-01-311-1/+1
| | | | | | * Do not import as pack from AP renderer * rename
* Avoid export defaultAya Morisawa2019-01-304-6/+6
|
* Rename html-to-mfm to fromHtmlAya Morisawa2019-01-302-6/+6
|
* Rename html to toHtmlAya Morisawa2019-01-302-2/+2
|
* Module 'crypto' as import syntax (#4011)Acid Chicken (硫酸鶏)2019-01-301-1/+1
|
* 外部サービス認証情報の配信 (#3975)Acid Chicken (硫酸鶏)2019-01-244-20/+88
| | | | | | | | | | | | | | | | | | | | * 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-215-2/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Server] Fix bugsyuilo2019-01-211-29/+37
|
* AP Undo Like (#3933)MeiMei2019-01-202-1/+26
| | | | | | * AP Undo Like * rename
* Use cached and asynchronous DNS resolver for AP delivery (#3859)MeiMei2019-01-091-3/+30
|
* Fix sharedInbox recovery code (#3840)MeiMei2019-01-061-0/+2
|
* Privateの公開範囲を廃止syuilo2018-12-291-1/+1
|
* Resolve #3758syuilo2018-12-271-1/+1
|
* Fix error in featuredNotes (#3730)MeiMei2018-12-231-1/+1
|
* Fix: can not update remote Misskey user (#3731)MeiMei2018-12-231-3/+3
|
* Fix sharedInbox location (#3711)MeiMei2018-12-223-3/+14
| | | | | | | | * Fix sharedInbox location * Perform update Following * Fix comment
* Resolve #3676 (#3677)Acid Chicken (硫酸鶏)2018-12-194-4/+4
|
* Update remote Emoji (#3680)MeiMei2018-12-191-1/+17
|
* 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
* Show user fields (#3590)MeiMei2018-12-112-0/+24
|
* Fix follow duplicate (#3548)MeiMei2018-12-081-1/+9
| | | | | | * フォローとリクエスト両方存在しても解除する * 既にフォローしてても承認できるように
* lint fix (#3522)MeiMei2018-12-061-16/+25
|
* Resolve #3519syuilo2018-12-061-3/+7
|
* Emoji support in profile (#3514)MeiMei2018-12-064-3/+38
| | | | | | * 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
* Merge if-statements (#3478)Aya Morisawa2018-12-021-4/+2
|
* Fix syntax error (#3477)nico2018-12-021-1/+1
| | | src/remote/activitypub/models/person.ts(326,4): error TS1005: ',' expected.
* Simplify expressions (#3473)Aya Morisawa2018-12-021-2/+2
|
* No MFM parsing when remote note (#3470)MeiMei2018-12-021-2/+20
| | | | | | * Use tag for hashtag detection of remote note * No MFM parsing when remote note
* Allow hyphens in the middle of remote usernames (#3440)Acid Chicken (硫酸鶏)2018-12-011-1/+1
| | | | | | | | | | * Allow hyphens in the middle of remote usernames refs: d797c29db462de4a3d69a5077a1ae4d03195b6f2 * Make options fallback better * Make options flat
* AP CW (#3448)MeiMei2018-12-012-2/+6
|
* Fix bug: ↵syuilo2018-11-241-1/+9
| | | | リモートユーザーのアイコンとバナーの色が取得されていない問題を修正
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2018-11-233-1/+22
|\
| * AP quote (#3384)MeiMei2018-11-233-1/+22
| |
* | Improve user operationssyuilo2018-11-232-3/+3
|/ | | | | Resolve #2197 Resolve #3367
* 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-173-12/+40
|
* local only visibility (#3254)MeiMei2018-11-161-0/+1
| | | | | | * local only visibility * fix UI
* Fix bugsyuilo2018-11-091-1/+1
|
* Rename: setDifference -> difference (#3177)Aya Morisawa2018-11-091-2/+2
| | | | | | * Improve setDifference * Rename: setDifference -> difference
* Fix #3170 (#3173)Aya Morisawa2018-11-091-10/+4
|