summaryrefslogtreecommitdiff
path: root/src/remote (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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 self host detection (#3201)MeiMei2018-11-111-1/+4
|
* 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
|
* On remote notes, not use content for detecting mentions (#3170)MeiMei2018-11-091-0/+21
| | | | | | * On remote note, detect mentioned users from to/cc * fix
* Fix #3149syuilo2018-11-071-1/+5
|
* Clean upsyuilo2018-11-052-12/+4
|
* Refactoring & ↵syuilo2018-11-052-5/+2
| | | | 設定でTwemojiを使うかどうか切り替えられるように
* Fix bug for Mastodon(?)syuilo2018-11-041-1/+1
|
* Improve admin dashboardsyuilo2018-11-031-0/+10
|
* Remote custom emojis (#3074)MeiMei2018-11-026-5/+108
| | | | | | * Remote custom emojis * んほおおおおお
* Refactor and use original image for bannersyuilo2018-11-011-3/+3
|
* Refactorsyuilo2018-10-313-6/+7
|
* Fix: can't recognize rebirthed instance user (#3046)MeiMei2018-10-311-11/+58
| | | | | | | | | | | | | | * resync uri from WebFinger * trigger resync on user page * allways update on resync * Revert "trigger resync on user page" This reverts commit 8ff139fb49ee61ad55e4b42c562f8a2c3f8098ac. * background resync
* User blocking (Following part) (#3035)MeiMei2018-10-296-2/+92
| | | | | | | | | | | | | | | | * block wip * UndoBlock * UnBlock * wip * follow * UI * fix
* Fix: Unexpected remote user is selected (#3032)MeiMei2018-10-281-1/+1
|
* Implement #2993syuilo2018-10-241-0/+15
|
* Refactoringsyuilo2018-10-231-2/+2
|
* Fix several file processings (#2968)MeiMei2018-10-211-2/+2
| | | | | | * Ignore image error in person * Fix hang while processing empty file
* Refactorsyuilo2018-10-211-2/+2
|
* Resolve #2963syuilo2018-10-211-2/+2
|
* Refactoringsyuilo2018-10-211-2/+2
|
* Fix #2920syuilo2018-10-161-11/+13
|