mastodon/app
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
2018-12-27 13:15:39 +01:00
..
chewy Get rid of Chewy order/limit warning (#8355) 2018-08-22 02:44:56 +02:00
controllers Add local followers page to admin account UI (#9610) 2018-12-27 13:15:39 +01:00
helpers Add support for Malayalam in language filter (#9624) 2018-12-25 18:29:30 +01:00
javascript Weblate translations (2018-12-27) (#9642) 2018-12-27 12:25:30 +01:00
lib Fix ThreadResolveWorker getting queued with invalid URLs (#9628) 2018-12-26 19:15:53 +01:00
mailers Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
models Add local followers page to admin account UI (#9610) 2018-12-27 13:15:39 +01:00
policies Add moderation warnings (#9519) 2018-12-22 20:02:09 +01:00
presenters Don't count suspended users in user count (#9380) 2018-11-27 18:49:37 +01:00
serializers Add account hashtags to ActivityPub actor JSON (#9450) 2018-12-13 05:22:01 +01:00
services Add REST API for creating an account (#9572) 2018-12-24 19:12:38 +01:00
validators Improve e-mail MX validator and add tests (#9489) 2018-12-10 22:53:25 +01:00
views Add local followers page to admin account UI (#9610) 2018-12-27 13:15:39 +01:00
workers Do no retry web push workers if the server returns a 4xx response (#9434) 2018-12-17 03:14:13 +01:00