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/concerns
ThibG 1364e9e4ae Fix follow/unfollow buttons on public profile (fixes #7036) (#7040)
* 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
7 years ago
..
account_controller_concern.rb
accountable_concern.rb Add logging of admin actions (#5757) 7 years ago
authorization.rb Add moderator role and add pundit policies for admin actions (#5635) 7 years ago
export_controller_concern.rb
localized.rb If DEFAULT_LOCALE is set, enforce it instead of HTTP request locale (#6817) 7 years ago
obfuscate_filename.rb
rate_limit_headers.rb Apply a 25x rate limit by IP even to authenticated requests (#5948) 7 years ago
remote_account_controller_concern.rb Fix follow/unfollow buttons on public profile (fixes #7036) (#7040) 7 years ago
signature_authentication.rb Allow retrieval of private statuses (single or in outbox) using HTTP signatures (#6225) 7 years ago
signature_verification.rb Rename ResolveRemoteAccountService to ResolveAccountService (#6327) 7 years ago
user_tracking_concern.rb Fix #6331 (#6341) 7 years ago