mastodon/spec/controllers
STJrInuyasha 7a889a8e12 Remote following success page (#4129)
* Added a success page to remote following
Includes follow-through links to web (the old redirect target) and back to the remote user's profile

* Use Account.new in spec instead of a fake with only id
(fixes spec)

* Fabricate(:account) over Account.new

* Remove self from the success text
(and all HTML with it)
2017-07-10 18:05:06 +02:00
..
admin Cover Admin::AccountsController more (#3327) 2017-06-29 01:43:10 +02:00
api Fix #1624 - Send e-mail notifications to admins about new reports (#3949) 2017-06-27 00:04:00 +02:00
auth Cover Auth::RegistrationsController more (#3353) 2017-06-25 21:42:55 +02:00
concerns Fix locale related specs (#3707) 2017-06-12 10:58:03 +02:00
oauth
settings Fix #3910 - Require OTP authentication to disable 2FA (#3935) 2017-06-25 23:51:46 +02:00
well_known
about_controller_spec.rb
account_follow_controller_spec.rb
account_unfollow_controller_spec.rb
accounts_controller_spec.rb
application_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 2017-06-07 12:59:28 -04:00
authorize_follows_controller_spec.rb Remote following success page (#4129) 2017-07-10 18:05:06 +02:00
follower_accounts_controller_spec.rb
following_accounts_controller_spec.rb
home_controller_spec.rb Replace OEmbed and initial state Rabl templates with serializers (#4110) 2017-07-08 14:51:05 +02:00
manifests_controller_spec.rb Add controller spec for manifests controller (#4003) 2017-06-30 13:43:34 +02:00
media_controller_spec.rb
remote_follow_controller_spec.rb
statuses_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 2017-06-07 12:59:28 -04:00
stream_entries_controller_spec.rb Use "match_array" only for order independent assertions (#3626) 2017-06-07 12:59:28 -04:00
tags_controller_spec.rb