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
Eugen Rochko 230a012f00
Add polls (#10111)
* Add polls

Fix #1629

* Add tests

* Fixes

* Change API for creating polls

* Use name instead of content for votes

* Remove poll validation for remote polls

* Add polls to public pages

* When updating the poll, update options just in case they were changed

* Fix public pages showing both poll and other media
6 years ago
..
controllers Add polls (#10111) 6 years ago
fabricators Add polls (#10111) 6 years ago
features
fixtures Fix undefined method error in sidekiq (#9807) 6 years ago
helpers
lib Fix Announce activities of unknown statuses not fetching those statuses (#10065) 6 years ago
mailers
models Add polls (#10111) 6 years ago
policies
presenters
requests
routing
serializers/activitypub Improved remote thread fetching (#10106) 6 years ago
services Improved remote thread fetching (#10106) 6 years ago
support
validators Add support for IPv6 only MXes in Email validation (#10009) 6 years ago
views
workers Improved remote thread fetching (#10106) 6 years ago
rails_helper.rb Disable Same-Site cookie implementation to fix SSO issues on WebKit browsers (#9819) 6 years ago
spec_helper.rb