mastodon/app/services
ThibG d386d89179 Fix invalid votes from the API being accepted ()
* Fix invalid votes from the API being accepted

Fixes 

- Ensure `choice` is an integer instead of silently converting to 0
- Ensure `choice` corresponds to an actual choice of the poll

* Please CodeClimate
..
activitypub Clarify keyword arguments with ** ()
concerns Add whitelist mode ()
account_search_service.rb Fix account search with no query ()
after_block_domain_from_account_service.rb Change account domain block to clear out notifications and follows ()
after_block_service.rb Change account domain block to clear out notifications and follows ()
app_sign_up_service.rb Add `reason` param to `POST /api/v1/accounts` REST API ()
authorize_follow_service.rb Remove Salmon and PubSubHubbub ()
backup_service.rb Fix backups stopping due to read timeouts ()
base_service.rb Remove unused AtomBuilderHelper ()
batched_remove_status_service.rb Fix remote and staff-removed statuses leaving media behind for a day ()
block_domain_service.rb Change domain block behavior to update user records before deleting data ()
block_service.rb Fix BlockService trying to reject incorrect follow request ()
bootstrap_timeline_service.rb Admin setting to disable default follows ()
fan_out_on_write_service.rb Fix non-lowercase hashtags not being picked up by the streaming API ()
favourite_service.rb Remove Salmon and PubSubHubbub ()
fetch_link_card_service.rb Fix link crawler not specifying accepted content-type ()
fetch_oembed_service.rb Fix link crawler not specifying accepted content-type ()
fetch_remote_status_service.rb Fix an error when ActivityPub::FetchRemoteStatusService url is called with nil ()
fetch_resource_service.rb Use quality values in Accept field to explicitly prefer JSON over HTML ()
follow_service.rb Fix various issues with account migration ()
hashtag_query_service.rb Fix hashtag timeline REST API accepting too many hashtags ()
import_service.rb Export and import show_reblogs together with following list ()
move_service.rb Fix account migration not affecting followers on origin server ()
mute_service.rb Add conversations API ()
notify_service.rb Add follow_request notification type ()
post_status_service.rb Add voters count support ()
precompute_feed_service.rb Fix code style of regeneration-related code ()
process_hashtags_service.rb Change hashtags to preserve first-used casing ()
process_mentions_service.rb Fix IDN mentions not being processed, IDN domains not being rendered ()
reblog_service.rb Remove Salmon and PubSubHubbub ()
reject_follow_service.rb Remove Salmon and PubSubHubbub ()
remove_status_service.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
report_service.rb Refactor all ActivityPub deliveries to be serialized and signed through one concern ()
resolve_account_service.rb Fix acct URIs with IDN domains not being resolved ()
resolve_url_service.rb Fix URL search not returning private toots user has access to ()
search_service.rb Fix error when using search API with no query ()
suspend_account_service.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
tag_search_service.rb Add `exclude_unreviewed` param to `GET /api/v2/search` REST API ()
unallow_domain_service.rb Change deletes to preserve soft-deleted statuses in unresolved reports ()
unblock_domain_service.rb Add domain block notes ()
unblock_service.rb Remove Salmon and PubSubHubbub ()
unfavourite_service.rb Remove Salmon and PubSubHubbub ()
unfollow_service.rb Fix Move handler queuing jobs that will fail if account is suspended ()
unmute_service.rb Fix - Muting
update_account_service.rb Fix follow requests N+1 ()
verify_link_service.rb Rescue SSL error in verify link service ()
vote_service.rb Fix invalid votes from the API being accepted ()