You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/lib
Darius Kazemi f96f45ef12 Add option to exclude suspended domains/subdomains from tootctl domains crawl (#11454)
* 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
5 years ago
..
assets Add emoji autosuggest (#5053) 7 years ago
devise Fix wrong string being used on login failure when using LDAP (#8534) 6 years ago
generators Add post-deployment migration system (#8182) 6 years ago
json_ld Bump json-ld-preloaded from 3.0.2 to 3.0.3 (#11316) 5 years ago
mastodon Add option to exclude suspended domains/subdomains from tootctl domains crawl (#11454) 5 years ago
paperclip Fix converted media being saved with original extension and mime type (#11130) 5 years ago
tasks Add translators to AUTHORS.md (#9865) 6 years ago
templates Add post-deployment migration system (#8182) 6 years ago
cli.rb Add `tootctl preview_cards remove` (#11320) 5 years ago