mastodon/app/controllers
Matt Jankowski a4859446ab Coverage for remote follows (#2694)
* Add coverage for create with empty acct value

* Add coverage for create with webfinger failure

* Add coverage for create with webfinger providing bad values

* Add coverage for create when webfinger is good

* Add coverage for session[:remote_follow] having data

* Simplify how remote follow pulls acct from session

* Remote follow behaves more like model

* Move the discovery portions of remote follow out of controller

* Check for suspended accounts
2017-05-02 00:44:23 +02:00
..
admin
api
auth Fix Rubocop offences (#2630) 2017-05-01 16:31:02 +02:00
concerns Fix Rubocop offences (#2630) 2017-05-01 16:31:02 +02:00
oauth
settings Filter on allowed user language preferences (#2361) 2017-05-01 17:42:13 +02:00
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
api_controller.rb
application_controller.rb Error responses cleanup (#2692) 2017-05-01 22:24:36 +02:00
authorize_follows_controller.rb
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb
media_controller.rb
remote_follow_controller.rb Coverage for remote follows (#2694) 2017-05-02 00:44:23 +02:00
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb