discourse/plugins/poll/spec
Joffrey JAFFEUX 63bab32816 FEATURE: introduces minimum trust level for polls (#5391)
* FEATURE: introduces minimum trust level for polls

This commit makes `poll_enabled` less misleading and introduces `poll_minimum_trust_level_to_create`. If poll are enabled they will always be cooked, and if you have the required trust level you can create polls. As a side effect, it also fixes a bug where rebaking a post created by staff member when `poll_enabled=false` would end up not cooking it.

It also adds more tests to ensure settings are respected.

* admins should be whitelisted

* checks for admin in post validation

* test for >= instead of == trust level
2017-12-04 14:47:11 +01:00
..
controllers FEATURE: introduces minimum trust level for polls (#5391) 2017-12-04 14:47:11 +01:00
integration Fix all the errors to get our tests green on Rails 5.1. 2017-09-25 13:48:58 +08:00
lib Add rubocop to our build. (#5004) 2017-07-28 10:20:09 +09:00
helpers.rb Adds support for anonymous votes to the poll plugin 2016-04-23 22:44:09 +02:00