You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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)
9 years ago
..
admin Add Japanese translation of terms and flash (#4137) 9 years ago
api Add attribute for default privacy to verify credentials (#4075) 9 years ago
auth Add overview of active sessions (#3929) 9 years ago
concerns Fix #2619 - When redis feed is empty, fall back to database (#3721) 9 years ago
oauth
settings Add setting a always mark media as sensitive (#4136) 9 years ago
well_known Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper (#2388) 9 years ago
about_controller.rb Customizable privacy policy from admin interface (#4062) 9 years ago
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) 9 years ago
authorize_follows_controller.rb Remote following success page (#4129) 9 years ago
follower_accounts_controller.rb
following_accounts_controller.rb
home_controller.rb Replace OEmbed and initial state Rabl templates with serializers (#4110) 9 years ago
manifests_controller.rb Fix #3063 - Add dynamic app manifest (#3563) 9 years ago
media_controller.rb
remote_follow_controller.rb
statuses_controller.rb
stream_entries_controller.rb
tags_controller.rb