1
0
Fork 0
mirror of https://github.com/mastodon/mastodon.git synced 2024-08-20 21:08:15 -07:00
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
2019-06-04 20:10:26 +02:00
..
chewy
controllers Fix poll API not requiring authentication on non-public polls (#10960) 2019-06-04 20:10:26 +02:00
helpers Use <use /> to render transparent SVG logo instead of inserting it (#10845) 2019-05-27 03:33:39 +02:00
javascript Add profile directory link to single column navigation panel (#10963) 2019-06-04 19:50:38 +02:00
lib Handle blank poll options more gracefully (#10946) 2019-06-03 20:04:00 +02:00
mailers
models Add responsive panels to the single-column layout (#10820) 2019-05-25 21:27:00 +02:00
policies
presenters
serializers Add responsive panels to the single-column layout (#10820) 2019-05-25 21:27:00 +02:00
services
validators
views Use <use /> to render transparent SVG logo instead of inserting it (#10845) 2019-05-27 03:33:39 +02:00
workers