You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/app
ThibG d386d89179 Fix invalid votes from the API being accepted (#12601)
* Fix invalid votes from the API being accepted

Fixes #12556

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

* Please CodeClimate
6 years ago
..
chewy Fix needlessly indexing unsearchable statuses into ElasticSearch (#12041) 6 years ago
controllers Fix base64-encoded file uploads not being possible (#12748) 6 years ago
helpers Fix ruby 2.7 warnings about keyword parameters (#12824) 6 years ago
javascript Avoid using uppercase text-transform (#12684) 6 years ago
lib Add support for linking XMPP URIs in toots (#12709) 6 years ago
mailers Split AccountsHelper from StatusesHelper (#12078) 6 years ago
middleware Fix uncaught query param encoding errors (#12741) 6 years ago
models Remove dependency on OStatus2 gem (#12822) 6 years ago
policies
presenters Fix n+1 query for bookmarks on statuses (#12494) 6 years ago
serializers Fix IDN mentions not being processed, IDN domains not being rendered (#12715) 6 years ago
services Fix invalid votes from the API being accepted (#12601) 6 years ago
validators Fix invalid votes from the API being accepted (#12601) 6 years ago
views Use heading actions and placeholders in settings (#12801) 6 years ago
workers Suppress backtrace when delivering toots (#12798) 6 years ago