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
chr v1.x c3465f699e Add local followers page to admin account UI (#9610)
* Add local followers page to admin account UI

For moderation, I often find myself wondering who, locally, is following
a remote user. Currently, to see this, I have to go back to the web UI,
paste in their full handle, click their profile, and go to the
"Followers" tab (plus, this information is incidental, and if mastodon
ever decides to resolve all of the follower information, there will be
no place local followers are shown). This PR adds a new page which is
accessible via the "following" count on the admin's account view
page, which shows the local followers. (It has filter parameters for
account location to indicate that only local followers are shown, and
leave room for expansion if mastodon ever decides to store the entire
remote follow list).

* Normalize en.yml
6 years ago
..
activitypub Add specs for activitypub collections controller (#9484) 6 years ago
admin Add local followers page to admin account UI (#9610) 6 years ago
api Add exclude_reblogs option to account statuses API (#9640) 6 years ago
auth Add REST API for creating an account (#9572) 6 years ago
concerns Fix signature verification stoplight triggering on non-timeout errors (#9617) 6 years ago
oauth Add force_login option to OAuth authorize page (#8655) 6 years ago
settings Create Settings::BaseController (#9507) 6 years ago
well_known Make host_meta/webfinger replies cacheable (fixes #6100) (#6101) 7 years ago
about_controller.rb Update /terms and /about/more to use public layout (#8142) 7 years ago
account_follow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
account_unfollow_controller.rb Restful refactor of accounts/ routes (#2133) 8 years ago
accounts_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 6 years ago
application_controller.rb Remove intermediary arrays when creating hash maps from results (#9291) 6 years ago
authorize_interactions_controller.rb Add remote interaction dialog for toots (#8202) 6 years ago
custom_css_controller.rb Add admin custom CSS setting (#8399) 6 years ago
directories_controller.rb Show 40 profiles per directory page instead of 30 (#9609) 6 years ago
emojis_controller.rb Unuse ActiveRecord::Base#cache_key (#8185) 6 years ago
filters_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
follower_accounts_controller.rb Add preference to hide following/followers lists (#7532) 7 years ago
following_accounts_controller.rb Add preference to hide following/followers lists (#7532) 7 years ago
home_controller.rb Ensure single user is a local user (fixes #8154) (#8157) 7 years ago
intents_controller.rb Add remote interaction dialog for toots (#8202) 6 years ago
invites_controller.rb Set @body_classes to admin layout (#9081) 6 years ago
manifests_controller.rb Make Chrome splash screen same color as web UI's background color (#5169) 7 years ago
media_controller.rb fix CSP / X-Frame-Options for media embeds (#9558) 6 years ago
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed (#7511) 7 years ago
remote_follow_controller.rb Add remote interaction dialog for toots (#8202) 6 years ago
remote_interaction_controller.rb Add remote interaction dialog for toots (#8202) 6 years ago
remote_unfollows_controller.rb Add tests for remote_unfollows_controller (#7879) 7 years ago
shares_controller.rb Add REST API for Web Push Notifications subscriptions (#7445) 7 years ago
statuses_controller.rb Fix thread depth computation in statuses_controller (#9426) 6 years ago
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses (#7285) 7 years ago
tags_controller.rb Allow joining several hashtags in a single column (#8904) 6 years ago