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
Eugen Rochko 48fee1a800
Fix poll API not requiring authentication on non-public polls (#10960)
* Fix poll API not requiring authentication on non-public polls

That API does not reveal the content of the status, i.e. the question
itself, nor who the author is, nor which status it belongs to, but it
does reveal the poll options and how many answers they got

Fix #10959

* Add test
6 years ago
..
chewy
controllers Fix poll API not requiring authentication on non-public polls (#10960) 6 years ago
helpers Use `<use />` to render transparent SVG logo instead of inserting it (#10845) 6 years ago
javascript Add profile directory link to single column navigation panel (#10963) 6 years ago
lib Handle blank poll options more gracefully (#10946) 6 years ago
mailers
models
policies
presenters
serializers
services
validators
views Use `<use />` to render transparent SVG logo instead of inserting it (#10845) 6 years ago
workers