- Oct 02, 2019
-
-
Eugen Rochko authored
-
- Sep 11, 2019
-
-
Eugen Rochko authored
Change all account actions except "none" to resolve all unresolved reports Refactor `SuspendAccountService` to be more readable
-
- Sep 10, 2019
-
-
Eugen Rochko authored
- Remove --background option - Add --concurrency(=5) option - Add progress bars
-
- Aug 03, 2019
-
-
Darius Kazemi authored
* 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
-
- Jul 30, 2019
-
-
Eugen Rochko authored
-
- May 09, 2019
-
-
Jeong Arm authored
* Remove custom emojis on domains purge * Change message "Removing" to "Removed"
-
- Jan 16, 2019
-
-
Eugen Rochko authored
Fix #9817
-
- Jan 15, 2019
-
-
Eugen Rochko authored
-
- Dec 03, 2018
-
-
Eugen Rochko authored
- Some associations were missing from the clean-up - Some attributes were not reset on suspension - Skip federation and streaming deletes when purging a dead domain - Move account association definitions to concern
-
- Oct 27, 2018
-
-
Eugen Rochko authored
Leave `tootctl accounts cull` to simply check removed accounts from live domains, and skip temporarily unavailable domains, while listing them in the final output for further action. Add `tootctl domains purge DOMAIN` to be able to purge a domain from that list manually
-