mastodon/spec
Eugen Rochko 2982211167 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-11-19 16:25:28 -06:00
..
controllers Fix poll API not requiring authentication on non-public polls (#10960) 2019-11-19 16:25:28 -06:00
fabricators add option to automatically space out boosts over configurable random intervals 2019-08-07 01:08:34 -05:00
features rubocop issues - Cleaning up (#8912) 2018-10-08 04:50:11 +02:00
fixtures Second round of Rspec fixes. 2019-05-21 03:16:23 -05:00
helpers add a domain policy viewer at `/policies` 2019-07-30 16:36:24 -05:00
lib Second round of Rspec fixes. 2019-05-21 03:16:23 -05:00
mailers Add invite request to pending account notification e-mail (#10528) 2019-04-10 00:36:01 +02:00
models add option to automatically space out boosts over configurable random intervals 2019-08-07 01:08:34 -05:00
policies Drop remaining OStatus and PuSH code, as well as related database items. 2019-05-21 03:16:23 -05:00
presenters Merge branch 'master' into glitch-soc/merge-upstream 2019-03-14 17:17:20 +01:00
requests Second round of Rspec fixes. 2019-05-21 03:16:23 -05:00
routing Move create/destroy actions for api/v1/statuses to namespace (#3678) 2017-06-10 09:39:26 +02:00
serializers/activitypub Improved remote thread fetching (#10106) 2019-02-28 15:22:21 +01:00
services Fix NotifyService test with regards to reblogs (#10928) 2019-11-19 16:18:09 -06:00
support Second round of Rspec fixes. 2019-05-21 03:16:23 -05:00
validators Merge branch 'master' into glitch-soc/merge-upstream 2019-05-19 21:53:44 +02:00
views add a domain policy viewer at `/policies` 2019-07-30 16:36:24 -05:00
workers Second round of Rspec fixes. 2019-05-21 03:16:23 -05:00
rails_helper.rb Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers (#9819) 2019-01-15 23:11:46 +01:00
spec_helper.rb Disable simplecov on CircleCI (#7416) 2018-05-09 16:59:58 +02:00