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/spec/controllers/api/v1
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
..
accounts Change bio limit from 160 to 500 (#10790) 6 years ago
apps
instances Add specs for Api::V1::Instances::PeersController (#9546) 6 years ago
lists
polls Add polls (#10111) 6 years ago
push
statuses Lint pass (#8876) 6 years ago
timelines Add scheduled statuses (#9706) 6 years ago
accounts_controller_spec.rb Add REST API for creating an account (#9572) 6 years ago
apps_controller_spec.rb
blocks_controller_spec.rb
conversations_controller_spec.rb Add scheduled statuses (#9706) 6 years ago
custom_emojis_controller_spec.rb
domain_blocks_controller_spec.rb
endorsements_controller_spec.rb Add spec for Api::V1::EndorsementsController (#9543) 6 years ago
favourites_controller_spec.rb Support min_id-based pagination in REST API (#8736) 6 years ago
filters_controller_spec.rb Add polls (#10111) 6 years ago
follow_requests_controller_spec.rb
follows_controller_spec.rb
instances_controller_spec.rb
lists_controller_spec.rb
media_controller_spec.rb Not to skip executable specs (#9753) 6 years ago
mutes_controller_spec.rb
notifications_controller_spec.rb Add `account_id` param to `GET /api/v1/notifications` (#10796) 6 years ago
polls_controller_spec.rb Fix poll API not requiring authentication on non-public polls (#10960) 6 years ago
reports_controller_spec.rb Support min_id-based pagination in REST API (#8736) 6 years ago
search_controller_spec.rb
statuses_controller_spec.rb
streaming_controller_spec.rb Lint pass (#8876) 6 years ago
suggestions_controller_spec.rb