mastodon/lib
Darius Kazemi f96f45ef12 Add option to exclude suspended domains/subdomains from tootctl domains crawl ()
* Add "--exclude-suspended" to tootctl domains crawl

This new option ignores any instances suspended server-wide as
well as their associated subdomains. This queries all domain
blocks up front, then runs a regexp on each domain. This improves
performance over what may be the obvious implementation, which is
to ask `DomainBlocks.blocked?(domain)` for each domain -- this
hits the DB many times, slowing things down considerably.

* cleaning up code style

* Compiling regex

* Removing ternary operator
..
assets Add emoji autosuggest ()
devise Fix wrong string being used on login failure when using LDAP ()
generators Add post-deployment migration system ()
json_ld Bump json-ld-preloaded from 3.0.2 to 3.0.3 ()
mastodon Add option to exclude suspended domains/subdomains from tootctl domains crawl ()
paperclip Fix converted media being saved with original extension and mime type ()
tasks Add translators to AUTHORS.md ()
templates Add post-deployment migration system ()
cli.rb Add `tootctl preview_cards remove` ()