mastodon/spec/controllers
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
..
activitypub Add specs for activitypub collections controller ()
admin Redesign admin instances area ()
api Add polls ()
auth fix: Execute PAM authentication tests on CircleCI ()
concerns Add spec for AccountableConcern#log_action ()
oauth Add force_login option to OAuth authorize page ()
settings Error message for avatar image that's too large. ()
well_known Serialize webfinger XML with Ox instead of Nokogiri ()
about_controller_spec.rb Compensate for scrollbar disappearing when media modal visible ()
account_follow_controller_spec.rb Cover AccountFollowController more in spec ()
account_unfollow_controller_spec.rb Cover AccountUnfollowController more in spec ()
accounts_controller_spec.rb Lint pass ()
application_controller_spec.rb Lint pass ()
authorize_interactions_controller_spec.rb Optimize the process of following someone ()
emojis_controller_spec.rb Misc. typos ()
follower_accounts_controller_spec.rb Add tests for followers_accounts_controller ()
following_accounts_controller_spec.rb Add tests for following accounts controller ()
home_controller_spec.rb Redirect from Web tag timeline to public tag timeline if not signed in ()
intents_controller_spec.rb Add remote interaction dialog for toots ()
invites_controller_spec.rb Lint pass ()
manifests_controller_spec.rb Use raw status code on have_http_status ()
media_controller_spec.rb Use raw status code on have_http_status ()
remote_follow_controller_spec.rb Use raw status code on have_http_status ()
remote_interaction_controller_spec.rb Add specs for RemoteInteractionController ()
remote_unfollows_controller_spec.rb Lint pass ()
shares_controller_spec.rb Add tests for shares_controller ()
statuses_controller_spec.rb Fix thread depth computation in statuses_controller ()
stream_entries_controller_spec.rb Misc. typos ()
tags_controller_spec.rb Redesign public hashtag page to use a masonry layout ()