summaryrefslogtreecommitdiff
path: root/src/remote/activitypub/kernel (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Ignore 4xx references in AP (#4463)MeiMei2019-03-101-1/+13
| | | | | | * Ignore 4xx references * remove unnecessary comment
* Implement Update Question (#4435)MeiMei2019-03-072-0/+33
| | | | | | | | | | | | | | * Update remote votes count * save updatedAt * deliver Update * use renderNote * use id * fix typeof
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-063-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start working * WIP: Enhance poll * Fix bug * Use `name` in voting note refs: https://github.com/syuilo/misskey/issues/4407#issuecomment-469057296 * Fix style * Refactor Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> * WIP: Update poll editor * Fix bug * Fix bug refs: https://github.com/syuilo/misskey/pull/4409#discussion_r * Fix typo * Better design * Beautify poll editor * Fix UI * Fix bug refs: https://github.com/syuilo/misskey/pull/4409#discussion_r262217524 * Add debug logging * Fix bug * Log deliver * fix vote * Update ap/show refs: https://github.com/syuilo/misskey/pull/4409#issuecomment-469652386 * Update poll view * Maybe done * Add tests * Fix path * Fix test * Fix test * Fix test * Fix expired check on AP * Update note.ts * Squashed commit of the following: commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e Author: mei23 <m@m544.net> Date: Wed Mar 6 05:16:14 2019 +0900 tune commit 83ff421a6e978243f80ba9ec820189bc897e6e3b Author: mei23 <m@m544.net> Date: Wed Mar 6 05:01:14 2019 +0900 fallback commit 0b566af973b115ade9e75ea4b8094ee2b329dabc Author: mei23 <m@m544.net> Date: Wed Mar 6 04:40:12 2019 +0900 Note commit cc0296dd6127580ac584c40398db3f762a311f8b Author: mei23 <m@m544.net> Date: Wed Mar 6 04:33:58 2019 +0900 createで送る * Squashed commit of the following: commit ae696b1ed12568b27c27367ac5a77035c97c9a1f Author: mei23 <m@m544.net> Date: Wed Mar 6 06:11:17 2019 +0900 fix commit b735e354e7a9e64534c4f17d04ecbc65fb735c21 Author: mei23 <m@m544.net> Date: Wed Mar 6 06:08:33 2019 +0900 messge commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e Author: mei23 <m@m544.net> Date: Wed Mar 6 05:16:14 2019 +0900 tune commit 83ff421a6e978243f80ba9ec820189bc897e6e3b Author: mei23 <m@m544.net> Date: Wed Mar 6 05:01:14 2019 +0900 fallback commit 0b566af973b115ade9e75ea4b8094ee2b329dabc Author: mei23 <m@m544.net> Date: Wed Mar 6 04:40:12 2019 +0900 Note commit cc0296dd6127580ac584c40398db3f762a311f8b Author: mei23 <m@m544.net> Date: Wed Mar 6 04:33:58 2019 +0900 createで送る * Fix typo * Update vote.ts * Update vote.ts * Update poll-editor.vue * Update tslint.json * Fix layout * Add note * Fix bug * Rename text key * 投票するときに投稿として扱わないように (#4425) * wip * 形式をMastodonと合わせた * Bye something * Use - instead of ~ * Redundancy * Yes! * Refactor * Use moment instead of Date * Fix indent * Refactor if (votes.length) は必要なさそう * Clean up * Bye Date * Clean * Fix timer is not displayed * Fix リモートから無期限pollにvoteできない * Fix vote actor
* Use internal logger instead of debug/console for loggingsyuilo2019-02-0311-47/+42
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* AP Undo Like (#3933)MeiMei2019-01-202-1/+26
| | | | | | * AP Undo Like * rename
* Privateの公開範囲を廃止syuilo2018-12-291-1/+1
|
* Resolve #3758syuilo2018-12-271-1/+1
|
* Fix follow duplicate (#3548)MeiMei2018-12-081-1/+9
| | | | | | * フォローとリクエスト両方存在しても解除する * 既にフォローしてても承認できるように
* Merge if-statements (#3478)Aya Morisawa2018-12-021-4/+2
|
* Renote visibility (#3290)MeiMei2018-11-171-10/+23
|
* User blocking (Following part) (#3035)MeiMei2018-10-294-1/+78
| | | | | | | | | | | | | | | | * block wip * UndoBlock * UnBlock * wip * follow * UI * fix
* Fix following from Preroma does not complete (#2905)MeiMei2018-10-151-1/+1
| | | | | | * In Follow Accept/Reject, send previous received id * In Follow Accept/Reject, send Activity.actor
* リモートのピン留め投稿取得対応 (#2798)MeiMei2018-10-023-0/+54
| | | | | | | | * Fetch featured * Handle featured change * Fix typo
* Fix Announce Activitymei232018-08-171-1/+3
|
* Fix can't process cancel of follow request from remotemei232018-07-081-1/+1
|
* Fix can't process follow accept/reject from remotemei232018-07-082-2/+2
|
* yattasyuilo2018-06-188-13/+14
|
* Fix bugsyuilo2018-06-131-0/+5
|
* wipsyuilo2018-06-021-1/+12
|
* wipsyuilo2018-06-024-4/+4
|
* wipsyuilo2018-06-014-2/+70
|
* wipsyuilo2018-05-312-0/+62
|
* Implement delete notesyuilo2018-05-281-8/+2
|
* wipsyuilo2018-04-291-4/+11
|
* wipsyuilo2018-04-281-2/+2
|
* 他のMisskeyインスタンスにリアクション情報を伝えるようにsyuilo2018-04-231-1/+11
|
* AP: 投票をレンダリングsyuilo2018-04-221-1/+0
|
* Fix bugsyuilo2018-04-183-3/+10
|
* Refactorsyuilo2018-04-173-3/+3
|
* :v:syuilo2018-04-091-4/+0
|
* :v:syuilo2018-04-091-4/+0
|
* wipsyuilo2018-04-0912-0/+369