mastodon/app/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 Add Japanese translation of terms and flash (#4137) 2017-07-10 14:04:05 +02:00
api Add attribute for default privacy to verify credentials (#4075) 2017-07-10 03:29:34 +02:00
auth
concerns
oauth
settings Add setting a always mark media as sensitive (#4136) 2017-07-10 14:00:32 +02:00
well_known
about_controller.rb
account_follow_controller.rb
account_unfollow_controller.rb
accounts_controller.rb
application_controller.rb Fix #4058 - Use a long-lived cookie to keep track of user-level sessions (#4091) 2017-07-07 23:25:15 +02:00
authorize_follows_controller.rb Remote following success page (#4129) 2017-07-10 18:05:06 +02:00
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb Replace OEmbed and initial state Rabl templates with serializers (#4110) 2017-07-08 14:51:05 +02:00
manifests_controller.rb
media_controller.rb
remote_follow_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb