mastodon/app/controllers
Eugen Rochko 6e9eda5331 ActivityPub migration procedure ()
* ActivityPub migration procedure

Once one account is detected as going from OStatus to ActivityPub,
invalidate WebFinger cache for other accounts from the same domain

* Unsubscribe from PuSH updates once we receive an ActivityPub payload

* Re-subscribe to PuSH unless already unsubscribed, regardless of protocol
..
activitypub ActivityPub migration procedure ()
admin ActivityPub migration procedure ()
api Fix - Re-add missing doorkeeper_authorize for /api/v1/verify_credentials ()
auth Redirect to PasswordController#new when reset_password_token is invalid ()
concerns Add alternate links to ActivityPub resources from HTML/HEAD variants ()
oauth Fix - before_action was called before protect_from_forgery
settings ActivityPub delivery ()
well_known Ensure well_known controllers use WEB_DOMAIN by including RoutingHelper ()
about_controller.rb Redesign the landing page, mount public timeline on it ()
account_follow_controller.rb Restful refactor of accounts/ routes ()
account_unfollow_controller.rb Restful refactor of accounts/ routes ()
accounts_controller.rb Redesign public profiles ()
application_controller.rb Add "signed in as" header to some pages ()
authorize_follows_controller.rb Add "signed in as" header to some pages ()
follower_accounts_controller.rb Set correct content-type for ActivityPub JSON ()
following_accounts_controller.rb Set correct content-type for ActivityPub JSON ()
home_controller.rb Web Push Notifications ()
intents_controller.rb Add protocol handler. Handle follow intents ()
manifests_controller.rb Fix - Add dynamic app manifest ()
media_controller.rb Extract authorization policy for viewing statuses ()
remote_follow_controller.rb Add "signed in as" header to some pages ()
shares_controller.rb Make share intent modal to make "signed in as" shown. ()
statuses_controller.rb Set correct content-type for ActivityPub JSON ()
stream_entries_controller.rb Add alternate links to ActivityPub resources from HTML/HEAD variants ()
tags_controller.rb Set correct content-type for ActivityPub JSON ()