mastodon/app/controllers
unarist b01a19fe39 Fetch reblogs as Announce activity instead of Note object ()
* Process Create / Announce activity in FetchRemoteStatusService

* Use activity URL in ActivityPub for reblogs

* Redirect to the original status on StatusesController#show
..
activitypub ActivityPub migration procedure ()
admin Fix typo in admin/status_controller.rb ()
api Fix - Re-add missing doorkeeper_authorize for /api/v1/verify_credentials ()
auth Redirect to PasswordController#new when reset_password_token is invalid ()
concerns Support more variations of ActivityPub keyId in signature ()
oauth Fix - before_action was called before protect_from_forgery
settings Use checkboxes for application scope setting ()
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 Fetch reblogs as Announce activity instead of Note object ()
stream_entries_controller.rb Add alternate links to ActivityPub resources from HTML/HEAD variants ()
tags_controller.rb Set correct content-type for ActivityPub JSON ()