mastodon/lib/mastodon/cli
Matt Jankowski 4cdf62e576
Extract `rebuild_index` method in maintenance CLI (#28911)
2024-01-25 15:26:51 +00:00
..
accounts.rb Rename and refactor `User#confirm!` to `User#mark_email_as_confirmed!` (#28735) 2024-01-15 18:04:58 +00:00
base.rb Add spec coverage for `CLI::Media#remove_orphans` command (#28267) 2024-01-03 14:12:56 +00:00
cache.rb
canonical_email_blocks.rb
domains.rb Add spec for `CLI::Domains#crawl` command (#28271) 2023-12-08 09:51:57 +00:00
email_domain_blocks.rb Add spec coverage for `CLI::EmailDomainBlocks` commands (#28181) 2023-12-04 09:44:54 +00:00
emoji.rb
federation.rb Use heredoc on federation CLI warning strings (#28578) 2024-01-04 09:21:27 +00:00
feeds.rb
ip_blocks.rb
main.rb
maintenance.rb Extract `rebuild_index` method in maintenance CLI (#28911) 2024-01-25 15:26:51 +00:00
media.rb Fix `Style/RedundantParentheses` cop (#28176) 2023-12-01 16:00:44 +00:00
preview_cards.rb Standardize on Thor methods in CLI classes (#28566) 2024-01-03 15:08:08 +00:00
progress_helper.rb
search.rb Remove the `stub_stdout` wrapper around CLI specs (#28340) 2023-12-13 10:14:19 +00:00
settings.rb
statuses.rb Add `created_before` and `updated_before` scopes to `MediaAttachment` (#28869) 2024-01-24 10:32:54 +00:00
upgrade.rb