Commit Graph

6 Commits (16b776c68f8ce40c9e31b00d0ca8e5844b237ed4)

Author SHA1 Message Date
Eugen Rochko 24552b5160
Add whitelist mode ()
Eugen Rochko 1b052c7b2d
Remove expensive counters from federation page in admin UI ()
Eugen Rochko 707ddf7808
Change domain blocks to automatically support subdomains ()
* Change domain blocks to automatically support subdomains

If a more authoritative domain is blocked (example.com), then the
same block will be applied to a subdomain (foo.example.com)

* Match subdomains of existing accounts when blocking/unblocking domains

* Improve code style
Eugen Rochko 94e5e834f2
Improve performance of list of blocked domains by caching counts ()
Eugen Rochko 1c6588accc
Redesign admin instances area ()
Matt Jankowski a132332b86 Add Instance class to list admin records ()