summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Better loggingsyuilo2019-02-033-21/+20
|
* send/receive user hashtags via AP (#4064)MeiMei2019-01-313-13/+19
|
* Avoid export defaultAya Morisawa2019-01-302-2/+2
|
* Rename html-to-mfm to fromHtmlAya Morisawa2019-01-302-6/+6
|
* 外部サービス認証情報の配信 (#3975)Acid Chicken (硫酸鶏)2019-01-243-16/+67
| | | | | | | | | | | | | | | | | | | | * 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
* リモートで投票を見たりしたりできるように (#3940)MeiMei2019-01-212-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* Fix sharedInbox recovery code (#3840)MeiMei2019-01-061-0/+2
|
* 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-221-2/+12
| | | | | | | | * Fix sharedInbox location * Perform update Following * Fix comment
* Resolve #3676 (#3677)Acid Chicken (硫酸鶏)2018-12-191-1/+1
|
* Update remote Emoji (#3680)MeiMei2018-12-191-1/+17
|
* Show user fields (#3590)MeiMei2018-12-112-0/+24
|
* Emoji support in profile (#3514)MeiMei2018-12-062-2/+27
| | | | | | * Emoji in profile * Add emojis to fields
* 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-011-1/+3
|
* Fix bug: ↵syuilo2018-11-241-1/+9
| | | | リモートユーザーのアイコンとバナーの色が取得されていない問題を修正
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2018-11-231-1/+8
|\
| * AP quote (#3384)MeiMei2018-11-231-1/+8
| |
* | Improve user operationssyuilo2018-11-232-3/+3
|/ | | | | Resolve #2197 Resolve #3367
* local only visibility (#3254)MeiMei2018-11-161-0/+1
| | | | | | * local only visibility * fix UI
* 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
|
* Remote custom emojis (#3074)MeiMei2018-11-023-0/+56
| | | | | | * Remote custom emojis * んほおおおおお
* Refactor and use original image for bannersyuilo2018-11-011-3/+3
|
* Refactorsyuilo2018-10-311-2/+3
|
* 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
|
* Resolve #2600syuilo2018-10-131-2/+17
|
* リモートのピン留め投稿取得対応 (#2798)MeiMei2018-10-022-6/+44
| | | | | | | | * Fetch featured * Handle featured change * Fix typo
* Resolve #2101syuilo2018-09-101-1/+1
|
* #2620syuilo2018-09-051-3/+3
|
* Receive Update activitymei232018-09-011-3/+5
|
* updatePersonで再割り当てを考慮するmei232018-09-011-1/+6
|
* Add missing updatePerson propertiesmei232018-09-011-1/+3
|
* Set Person.updatedAt at firstmei232018-09-011-0/+1
|
* Validate host on Personmei232018-08-291-19/+45
|
* ユーザーのアイコンにサムネイルを使うようにsyuilo2018-08-251-3/+3
| | | | Closes #2365
* ActivityPub resolve で 添付のNoteを使用しないようにmei232018-08-251-1/+3
|