]> cat aescling's git repositories - mastodon.git/commit
Add batch suspend for accounts in admin UI (#17009)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 5 Dec 2021 20:48:39 +0000 (21:48 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Dec 2021 20:48:39 +0000 (21:48 +0100)
commit0fb9536d3888cd7b6013c239d5be85f095a6e8ad
tree6069121c5535398eeeb65c8ad082d8176f100ab3
parent2e2ea6bb6b409a706c6e76ed63307a2a1f4f1ae7
Add batch suspend for accounts in admin UI (#17009)
26 files changed:
app/controllers/admin/accounts_controller.rb
app/controllers/admin/pending_accounts_controller.rb [deleted file]
app/controllers/concerns/accountable_concern.rb
app/helpers/admin/action_logs_helper.rb
app/helpers/admin/dashboard_helper.rb
app/javascript/styles/mastodon/accounts.scss
app/javascript/styles/mastodon/tables.scss
app/javascript/styles/mastodon/widgets.scss
app/models/account.rb
app/models/account_filter.rb
app/models/admin/action_log.rb
app/models/admin/action_log_filter.rb
app/models/form/account_batch.rb
app/views/admin/accounts/_account.html.haml
app/views/admin/accounts/index.html.haml
app/views/admin/dashboard/index.html.haml
app/views/admin/instances/show.html.haml
app/views/admin/ip_blocks/_ip_block.html.haml
app/views/admin/pending_accounts/_account.html.haml [deleted file]
app/views/admin/pending_accounts/index.html.haml [deleted file]
app/views/admin_mailer/new_pending_account.text.erb
config/locales/en.yml
config/navigation.rb
config/routes.rb
spec/controllers/admin/accounts_controller_spec.rb
spec/models/account_filter_spec.rb