]> cat aescling's git repositories - mastodon.git/commit
Add local followers page to admin account UI (#9610)
authorchr v1.x <chr@chronal.net>
Thu, 27 Dec 2018 12:15:39 +0000 (04:15 -0800)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 27 Dec 2018 12:15:39 +0000 (13:15 +0100)
commitc3465f699e345e6909271a3159293783df0f0891
tree45d8086bc278500392e023d5a01603f9e2bd93e9
parentb41f715180704f605ac7ddfac7df2fa827a7e209
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
app/controllers/admin/followers_controller.rb [new file with mode: 0644]
app/models/account.rb
app/views/admin/accounts/show.html.haml
app/views/admin/followers/index.html.haml [new file with mode: 0644]
config/locales/en.yml
config/routes.rb