mastodon/app/controllers
STJrInuyasha 7a889a8e12 Remote following success page ()
* 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)
..
admin Add Japanese translation of terms and flash ()
api Add attribute for default privacy to verify credentials ()
auth Add overview of active sessions ()
concerns Fix - When redis feed is empty, fall back to database ()
oauth Fix - before_action was called before protect_from_forgery
settings Add setting a always mark media as sensitive ()
well_known Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper ()
about_controller.rb Customizable privacy policy from admin interface ()
account_follow_controller.rb Restful refactor of accounts/ routes ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Remove redundant call of recent scope in AccountsController ()
application_controller.rb Fix - Use a long-lived cookie to keep track of user-level sessions ()
authorize_follows_controller.rb Remote following success page ()
follower_accounts_controller.rb Introduce recent to Follow ()
following_accounts_controller.rb Introduce recent to Follow ()
home_controller.rb Replace OEmbed and initial state Rabl templates with serializers ()
manifests_controller.rb Fix - Add dynamic app manifest ()
media_controller.rb Extract authorization policy for viewing statuses ()
remote_follow_controller.rb Conditional validations no longer accept strings for if/unless ()
statuses_controller.rb Extract authorization policy for viewing statuses ()
stream_entries_controller.rb Extract authorization policy for viewing statuses ()
tags_controller.rb Return missing page when tag does not exist ()