summaryrefslogtreecommitdiff
path: root/src/remote/activitypub (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* 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
|
* User blocking (Following part) (#3035)MeiMei2018-10-296-2/+92
| | | | | | | | | | | | | | | | * block wip * UndoBlock * UnBlock * wip * follow * UI * fix
* 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
|
* Fix following from Preroma does not complete (#2905)MeiMei2018-10-154-8/+22
| | | | | | * In Follow Accept/Reject, send previous received id * In Follow Accept/Reject, send Activity.actor
* Resolve #2600syuilo2018-10-131-2/+17
|
* Resolve #2894syuilo2018-10-131-0/+1
|
* ActivityPubのHTTPリクエストの強化 (#2820)MeiMei2018-10-052-1/+13
| | | | | | | | * Fix error handling in AP deliver * Set timeout to resolver * Tune looks
* リモートのピン留め投稿取得対応 (#2798)MeiMei2018-10-027-8/+110
| | | | | | | | * Fetch featured * Handle featured change * Fix typo
* Fix AP request error message is to long (#2760)MeiMei2018-09-241-0/+2
|
* Publish pinned notes (#2731)MeiMei2018-09-185-1/+23
|
* Refactorsyuilo2018-09-171-12/+16
|
* Fix #2725syuilo2018-09-172-12/+14
|
* Fix bugsyuilo2018-09-171-1/+10
|
* Fix #2101syuilo2018-09-171-1/+1
|
* Resolve #2101syuilo2018-09-103-1/+3
|
* Fix AP Announce detection (#2672)MeiMei2018-09-091-2/+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