chinwagsocial/spec/controllers/api/v1
Eugen Rochko 230a012f00
Add polls ()
* Add polls

Fix 

* 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
2019-03-03 22:18:23 +01:00
..
accounts Add specs for Accounts::PinsController () 2018-12-17 06:03:51 +01:00
apps Use raw status code on have_http_status () 2018-04-21 21:35:07 +02:00
instances Add specs for Api::V1::Instances::PeersController () 2018-12-17 11:35:55 +01:00
lists Add more granular OAuth scopes () 2018-07-05 18:31:35 +02:00
polls Add polls () 2019-03-03 22:18:23 +01:00
push Add REST API for Web Push Notifications subscriptions () 2018-05-11 11:49:12 +02:00
statuses Lint pass () 2018-10-04 12:36:53 +02:00
timelines Add scheduled statuses () 2019-01-05 12:43:28 +01:00
accounts_controller_spec.rb Add REST API for creating an account () 2018-12-24 19:12:38 +01:00
apps_controller_spec.rb Use raw status code on have_http_status () 2018-04-21 21:35:07 +02:00
blocks_controller_spec.rb Add more granular OAuth scopes () 2018-07-05 18:31:35 +02:00
conversations_controller_spec.rb Add scheduled statuses () 2019-01-05 12:43:28 +01:00
custom_emojis_controller_spec.rb Use raw status code on have_http_status () 2018-04-21 21:35:07 +02:00
domain_blocks_controller_spec.rb Add more granular OAuth scopes () 2018-07-05 18:31:35 +02:00
endorsements_controller_spec.rb Add spec for Api::V1::EndorsementsController () 2018-12-17 11:32:44 +01:00
favourites_controller_spec.rb Support min_id-based pagination in REST API () 2018-09-28 02:23:45 +02:00
filters_controller_spec.rb Add polls () 2019-03-03 22:18:23 +01:00
follow_requests_controller_spec.rb Add more granular OAuth scopes () 2018-07-05 18:31:35 +02:00
follows_controller_spec.rb Add more granular OAuth scopes () 2018-07-05 18:31:35 +02:00
instances_controller_spec.rb Use raw status code on have_http_status () 2018-04-21 21:35:07 +02:00
lists_controller_spec.rb Add more granular OAuth scopes () 2018-07-05 18:31:35 +02:00
media_controller_spec.rb Not to skip executable specs () 2019-01-10 15:12:31 +01:00
mutes_controller_spec.rb Make Api::V1::MutesController paginate properly () 2018-08-26 21:30:17 +02:00
notifications_controller_spec.rb Add scheduled statuses () 2019-01-05 12:43:28 +01:00
polls_controller_spec.rb Add polls () 2019-03-03 22:18:23 +01:00
reports_controller_spec.rb Support min_id-based pagination in REST API () 2018-09-28 02:23:45 +02:00
search_controller_spec.rb Add more granular OAuth scopes () 2018-07-05 18:31:35 +02:00
statuses_controller_spec.rb Add more granular OAuth scopes () 2018-07-05 18:31:35 +02:00
streaming_controller_spec.rb Lint pass () 2018-10-04 12:36:53 +02:00
suggestions_controller_spec.rb Re-add follow recommendations API () 2018-07-03 01:47:56 +02:00