mastodon/app/serializers/activitypub
ThibG 3a92885a86 Support pushing and receiving updates to poll tallies (#10209)
* Process incoming poll tallies update

* Send Update on poll vote

* Do not send Updates for a poll more often than once every 3 minutes

* Include voters in people to notify of results update

* Schedule closing poll worker on poll creation

* Add new notification type for ending polls

* Add front-end support for ended poll notifications

* Fix UpdatePollSerializer

* Fix Updates not being triggered by local votes

* Fix tests failure

* Fix web push notifications for closing polls

* Minor cleanup

* Notify voters of both remote and local polls when those close

* Fix delivery of poll updates to mentioned accounts and voters
2019-03-11 00:49:31 +01:00
..
accept_follow_serializer.rb Revert #4616 (#4638) 2017-08-19 02:23:47 +02:00
activity_serializer.rb Fix serialization of boosts (#10129) 2019-02-28 21:35:16 +01:00
actor_serializer.rb Add handler for Move activity (#9629) 2018-12-29 02:24:36 +01:00
add_serializer.rb Fix wrong target URIs in ActivityPub Add/Remove (#6668) 2018-03-07 05:58:24 +01:00
block_serializer.rb Fallback to old on-the-fly URI for follows/blocks if no stored URI (#7371) 2018-05-05 23:07:51 +02:00
collection_serializer.rb Improved remote thread fetching (#10106) 2019-02-28 15:22:21 +01:00
delete_actor_serializer.rb Add federation relay support (#7998) 2018-07-13 02:16:06 +02:00
delete_serializer.rb Add federation relay support (#7998) 2018-07-13 02:16:06 +02:00
emoji_serializer.rb Encode custom emojis as resolveable objects in ActivityPub (#5243) 2017-10-07 17:43:42 +02:00
flag_serializer.rb Federated reports (#6570) 2018-02-28 06:54:55 +01:00
follow_serializer.rb Fallback to old on-the-fly URI for follows/blocks if no stored URI (#7371) 2018-05-05 23:07:51 +02:00
image_serializer.rb Fix nil error in focal_point? (#6537) 2018-02-22 17:42:33 +01:00
like_serializer.rb Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00
note_serializer.rb Immediately display poll results to poll author (#10187) 2019-03-07 22:53:47 +01:00
outbox_serializer.rb Federate pinned statuses over ActivityPub (#6610) 2018-03-04 09:19:11 +01:00
public_key_serializer.rb Add public key declaration to actors (#4215) 2017-07-17 02:37:27 +02:00
reject_follow_serializer.rb Revert #4616 (#4638) 2017-08-19 02:23:47 +02:00
remove_serializer.rb Fix wrong target URIs in ActivityPub Add/Remove (#6668) 2018-03-07 05:58:24 +01:00
undo_announce_serializer.rb Add federation relay support (#7998) 2018-07-13 02:16:06 +02:00
undo_block_serializer.rb Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00
undo_follow_serializer.rb Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00
undo_like_serializer.rb Add ActivityPub inbox (#4216) 2017-08-08 21:52:15 +02:00
update_poll_serializer.rb Support pushing and receiving updates to poll tallies (#10209) 2019-03-11 00:49:31 +01:00
update_serializer.rb Add federation relay support (#7998) 2018-07-13 02:16:06 +02:00
vote_serializer.rb Store remote votes URI (#10158) 2019-03-04 22:51:23 +01:00