mastodon / mastodon

Your self-hosted, globally interconnected microblogging community
https://joinmastodon.org
GNU Affero General Public License v3.0
47.22k stars 7k forks source link

Improve filters for federated instances in moderation interface #21743

Open rixx opened 1 year ago

rixx commented 1 year ago

Pitch

Currently, the moderation interface for federated instances has a filter for "moderation" ("all" or "limited") and "availability" ("all", "failing", "unavailable").

Please let us also filter for positive attributes: add a "moderation: none" filter, as well as an "availability: available" filter.

Motivation

Currently, when you're looking for an instance you're federating with, you have no choice but to either wade through a bunch of instances you have suspended or that don't work anymore, or to just go to the DB and query the list manually. This should be really easy to fix (though it would also be nice if you could switch to drop-downs like in the new 4.0 user filter interface, rather than this annoying top row filter interface).

ThisIsMissEm commented 3 months ago

I can only partially address this and provide a "Not Limited" filter, but the "availability: available" isn't possible at present.

Have opened this PR https://github.com/mastodon/mastodon/pull/31481