iceshrimp-legacy/src/remote/activitypub/renderer
Acid Chicken (硫酸鶏) 725600da8f Enhance poll (#4409)
* 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
2019-03-06 22:55:47 +09:00
..
accept.ts Fix following from Preroma does not complete (#2905) 2018-10-15 16:51:22 +09:00
add.ts Publish pinned notes (#2731) 2018-09-18 13:08:27 +09:00
announce.ts Renote visibility (#3290) 2018-11-17 03:25:48 +09:00
block.ts Resolve #3676 (#3677) 2018-12-19 21:20:25 +09:00
create.ts Create Note activity にも toとcc 2018-08-25 14:23:51 +09:00
delete.ts Resolve #3676 (#3677) 2018-12-19 21:20:25 +09:00
document.ts Refactor 2018-10-31 22:35:02 +09:00
emoji.ts Remote custom emojis (#3074) 2018-11-02 08:59:40 +09:00
follow-user.ts Implement ActivityPub Followers/Following/Outbox 2018-08-14 20:13:32 +09:00
follow.ts Fix following from Preroma does not complete (#2905) 2018-10-15 16:51:22 +09:00
hashtag.ts Use string interpolation 2018-09-01 23:12:51 +09:00
image.ts Refactor 2018-10-31 22:35:02 +09:00
index.ts Do not import as pack from AP renderer (#4048) 2019-01-31 02:29:35 +09:00
key.ts Use id in uri instead of username 2018-04-08 15:15:22 +09:00
like.ts yatta 2018-06-18 14:28:43 +09:00
mention.ts yatta 2018-06-18 14:28:43 +09:00
note.ts Enhance poll (#4409) 2019-03-06 22:55:47 +09:00
ordered-collection-page.ts Implement ActivityPub Followers/Following/Outbox 2018-08-14 20:13:32 +09:00
ordered-collection.ts Publish pinned notes (#2731) 2018-09-18 13:08:27 +09:00
person.ts send/receive user hashtags via AP (#4064) 2019-01-31 20:42:45 +09:00
question.ts Enhance poll (#4409) 2019-03-06 22:55:47 +09:00
reject.ts Fix following from Preroma does not complete (#2905) 2018-10-15 16:51:22 +09:00
remove.ts Publish pinned notes (#2731) 2018-09-18 13:08:27 +09:00
tombstone.ts Use Tombstone for Delete 2018-09-02 08:02:43 +09:00
undo.ts Resolve #3676 (#3677) 2018-12-19 21:20:25 +09:00
update.ts Send Update activity 2018-09-01 20:23:01 +09:00
vote.ts Enhance poll (#4409) 2019-03-06 22:55:47 +09:00