- 29 Sep, 2019 1 commit
-
-
ThibG authored
* Add voters count to polls * Add ActivityPub serialization and parsing of voters count * Add support for voters count in WebUI * Move incrementation of voters count out of redis lock * Reword “voters” to “people”
-
- 22 Sep, 2019 1 commit
-
-
ThibG authored
* Add own_votes field to poll results in REST API Fixes #10679 * Display user votes in WebUI * Update styling * Add vote checkmark to public pages
-
- 07 Jul, 2019 1 commit
-
-
Eugen Rochko authored
-
- 20 Mar, 2019 1 commit
-
-
ThibG authored
* Backend changes for custom emoji support in poll options * Serialize poll emojis in REST API * Render custom emojis in poll options * Render custom emoji in poll options on public pages
-
- 07 Mar, 2019 2 commits
-
-
Eugen Rochko authored
* Immediately display poll results to poll author * Refactor Poll#loaded_options and add Poll#voted? to improve DRYness
-
rinsuki authored
-
- 05 Mar, 2019 1 commit
-
-
Eugen Rochko authored
* Fix ActivityPub poll results being serialized even with hide_totals * Fix poll refresh button having a different font size * Display poll in OpenGraph description * Fix NoMethodError when serializing votes Regression from #10158 * Fix polls on public pages being broken for non-logged-in users * Do not show time remaining if poll has no expiration date
-
- 04 Mar, 2019 1 commit
-
-
ThibG authored
-