mastodon/app/controllers/concerns
ThibG 1364e9e4ae Fix follow/unfollow buttons on public profile (fixes ) ()
* Fix follow/unfollow buttons on public profile

- Present non-logged users with web+mastodon:// URLs for remote accounts
- Present logged-in users with appropriate links (authorize_follows and
  remote_unfollows) for remote accounts

* Do not cache rendered cards if user is logged in
..
account_controller_concern.rb Add alternate links to ActivityPub resources from HTML/HEAD variants ()
accountable_concern.rb Add logging of admin actions ()
authorization.rb Add moderator role and add pundit policies for admin actions ()
export_controller_concern.rb Remove exports/base controller in favor of shared concern ()
localized.rb If DEFAULT_LOCALE is set, enforce it instead of HTTP request locale ()
obfuscate_filename.rb Remove methods from ObfuscateFilename and spec ()
rate_limit_headers.rb Apply a 25x rate limit by IP even to authenticated requests ()
remote_account_controller_concern.rb Fix follow/unfollow buttons on public profile (fixes ) ()
signature_authentication.rb Allow retrieval of private statuses (single or in outbox) using HTTP signatures ()
signature_verification.rb Rename ResolveRemoteAccountService to ResolveAccountService ()
user_tracking_concern.rb Fix ()