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/controllers
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
..
activitypub Cache featured collections, as well as outbox, followers and following (#10467) 6 years ago
admin Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
api Fix poll API not requiring authentication on non-public polls (#10960) 6 years ago
auth Check that an invite link is valid before bypassing approval mode (#10657) 6 years ago
concerns Move signature verification stoplight to the requests themselves (#10813) 6 years ago
oauth
settings Add responsive panels to the single-column layout (#10820) 6 years ago
well_known Add Keybase integration (#10297) 6 years ago
about_controller.rb Add "why do you want to join" field to invite requests (#10524) 6 years ago
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
application_controller.rb
authorize_interactions_controller.rb
custom_css_controller.rb
directories_controller.rb Change icons of features on admin dashboard to remove bias (#10366) 6 years ago
emojis_controller.rb
filters_controller.rb
follower_accounts_controller.rb Cache featured collections, as well as outbox, followers and following (#10467) 6 years ago
following_accounts_controller.rb Cache featured collections, as well as outbox, followers and following (#10467) 6 years ago
home_controller.rb Record account suspend/silence time and keep track of domain blocks (#10660) 6 years ago
intents_controller.rb
invites_controller.rb
manifests_controller.rb
media_controller.rb
media_proxy_controller.rb
public_timelines_controller.rb
relationships_controller.rb Add order options to relationship manager UI (#10404) 6 years ago
remote_follow_controller.rb
remote_interaction_controller.rb
remote_unfollows_controller.rb
shares_controller.rb Fix admin validation being too strict about usernames (#10449) 6 years ago
statuses_controller.rb Add some caching for HTML versions of statuses pages (#10701) 6 years ago
stream_entries_controller.rb Add some caching for HTML versions of statuses pages (#10701) 6 years ago
tags_controller.rb