about summary refs log tree commit diff
path: root/lib/mastodon/accounts_cli.rb
AgeCommit message (Expand)Author
2023-03-08Add refreshing many accounts at once with "tootctl accounts refresh" (#23304)9p4
2023-03-03Fix tootctl accounts migrate error due to typo (#23567)Claire
2023-02-19Autofix Rubocop Style/RedundantBegin (#23703)Nick Schonning
2023-01-13Implement tootctl accounts prune (#18397)Jeong Arm
2023-01-13Add `tootctl accounts migrate` (#22330)Claire
2022-12-15Add --email and --dry-run options to `tootctl accounts delete` (#22328)Claire
2022-12-07Fix deprecation warning in `tootctl accounts rotate` (#22120)Claire
2022-10-27Add `--remove-role` option to `tootctl accounts modify` (#19477)Eugen Rochko
2022-08-13Minimal adjustments to the short description (#18001)Brayd
2022-07-05Add customizable user roles (#18641)Eugen Rochko
2022-04-06Remove sign-in token authentication, instead send e-mail about new sign-in (#...Eugen Rochko
2021-10-14Add optional domain restrict to tootctl accounts cull (#16511)Jeong Arm
2021-10-14Fix `tootctl accounts cull` not excluding domains on timeouts and certificate...Claire
2021-07-08Add ability to skip sign-in token authentication for specific users (#16427)Eugen Rochko
2021-01-29Fix “tootctl accounts unfollow” (#15639)ThibG
2020-12-26Fix being able to import more than allowed number of follows (#15384)ThibG
2020-12-22Fix external user creation failing when invite request text is required (#15405)ThibG
2020-12-19Fix "tootctl accounts fix-duplicates" (#15373)ThibG
2020-12-18Fix resolving accounts sometimes creating duplicate records for a given AP id...ThibG
2020-11-23Add `tootctl accounts merge` (#15201)Eugen Rochko
2020-11-08Add support for reversible suspensions through ActivityPub (#14989)Eugen Rochko
2020-09-15Change account suspensions to be reversible by default (#14726)Eugen Rochko
2020-02-22Add `--reset-password` option to `tootctl accounts modify` (#13126)ThibG
2019-10-06Remove unused option from tootctl accounts cull (#12074)Jeong Arm
2019-09-11Change deletes to preserve soft-deleted statuses in unresolved reports (#11805)Eugen Rochko
2019-09-10Change tootctl to use inline parallelization instead of Sidekiq (#11776)Eugen Rochko
2019-08-17Limit "tootctl accounts follow" to local accounts (#11592)Stanislas
2019-05-14Record account suspend/silence time and keep track of domain blocks (#10660)ThibG
2019-05-03Fix accounts created through tootctl not being always pre-approved (#10684)Eugen Rochko
2019-04-08Add `tootctl accounts reset-relationships` (#10483)Takeshi Umeda
2019-04-06Add `tootctl accounts approve` (#10480)Eugen Rochko
2019-04-04Fix `tootctl accounts cull` (#10460)Ben Lubar
2019-04-01Simplify culling and fix race condition (#10440)Jeong Arm
2019-01-20Fix `tootctl accounts delete` not deleting user record as well (#9874)Eugen Rochko
2019-01-01Add tootctl accounts follow ACCT (#9414)Eugen Rochko
2018-12-24Add REST API for creating an account (#9572)Eugen Rochko
2018-12-18Fix tootctl accounts rotate not updating public keys (#9556)Eugen Rochko
2018-11-20Touch account on successful response, change char shown when culled (#9293)Renato "Lond" Cerqueira
2018-10-27Do not remove "dead" domains in tootctl accounts cull (#9108)Eugen Rochko
2018-10-25cli: set exit_on_failure for all CLI classes (#9094)Sascha
2018-10-22Fix cull tripping on nil in last_webfingered_at (#9051)Eugen Rochko
2018-10-21Fix tootctl cull on dead servers (#9041)Jeong Arm
2018-09-29Fix tootctl accounts reattaching not unsuspending deleted account (#8812)Eugen Rochko
2018-09-28Add tootctl accounts backup (#8811)Eugen Rochko
2018-09-14Move more tasks to tootctl (#8675)Eugen Rochko
2018-09-09tootctl accounts [add|del|cull] (#8642)Eugen Rochko
2018-08-26Add CLI task for rotating keys (#8466)Eugen Rochko