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
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
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
flag_serializer.rb
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
like_serializer.rb
note_serializer.rb Immediately display poll results to poll author (#10187) 2019-03-07 22:53:47 +01:00
outbox_serializer.rb
public_key_serializer.rb
reject_follow_serializer.rb
remove_serializer.rb
undo_announce_serializer.rb Add federation relay support (#7998) 2018-07-13 02:16:06 +02:00
undo_block_serializer.rb
undo_follow_serializer.rb
undo_like_serializer.rb
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