mastodon/app/controllers/admin
Matt Jankowski 7273f6c03c
Some checks are pending
Check i18n / check-i18n (push) Waiting to run
CodeQL / Analyze (javascript) (push) Waiting to run
CodeQL / Analyze (ruby) (push) Waiting to run
Check formatting / lint (push) Waiting to run
Ruby Linting / lint (push) Waiting to run
Historical data migration test / test (14-alpine) (push) Waiting to run
Historical data migration test / test (15-alpine) (push) Waiting to run
Historical data migration test / test (16-alpine) (push) Waiting to run
Historical data migration test / test (17-alpine) (push) Waiting to run
Ruby Testing / build (production) (push) Waiting to run
Ruby Testing / build (test) (push) Waiting to run
Ruby Testing / test (.ruby-version) (push) Blocked by required conditions
Ruby Testing / test (3.2) (push) Blocked by required conditions
Ruby Testing / test (3.3) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (.ruby-version) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.2) (push) Blocked by required conditions
Ruby Testing / ImageMagick tests (3.3) (push) Blocked by required conditions
Ruby Testing / End to End testing (.ruby-version) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.2) (push) Blocked by required conditions
Ruby Testing / End to End testing (3.3) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, docker.elastic.co/elasticsearch/elasticsearch:8.10.2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (.ruby-version, opensearchproject/opensearch:2) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.2, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Ruby Testing / Elastic Search integration testing (3.3, docker.elastic.co/elasticsearch/elasticsearch:7.17.13) (push) Blocked by required conditions
Move shared params to common method in admin/reports/actions (#35353)
2025-07-14 09:23:18 +00:00
..
announcements Add ability to email announcements to all users (#33928) 2025-03-06 14:05:27 +00:00
disputes Use async_count in more view locations (#32086) 2024-10-04 12:29:43 +00:00
fasp Basic FASP support (#34031) 2025-03-28 12:16:40 +00:00
instances Implement Instance Moderation Notes (#31529) 2025-06-25 08:15:44 +00:00
reports Move shared params to common method in admin/reports/actions (#35353) 2025-07-14 09:23:18 +00:00
settings
terms_of_service Add effective date to terms of service (#33993) 2025-03-05 09:01:33 +00:00
trends Limit count to pending&trending on admin/trends/tags page (#35120) 2025-06-23 13:30:12 +00:00
users Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
webhooks
account_actions_controller.rb Fix error handling for blank actions in account moderation action form (#35246) 2025-07-03 14:42:48 +00:00
account_moderation_notes_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
accounts_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
action_logs_controller.rb Add Account.auditable scope, fix N+1 in admin/action_logs#index (#28812) 2024-01-19 01:39:30 +00:00
announcements_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
base_controller.rb Remove duplicate cache header setting before action (#33833) 2025-02-05 09:19:08 +00:00
change_emails_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
confirmations_controller.rb Fix Style/GuardClause cop in app/controllers (#28420) 2024-01-25 15:13:41 +00:00
custom_emojis_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
dashboard_controller.rb Use async count in admin dashboard (#30606) 2024-09-06 16:52:35 +00:00
domain_allows_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
domain_blocks_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
email_domain_blocks_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
export_domain_allows_controller.rb File cleanup/organization in controllers/concerns (#27846) 2023-11-30 14:39:41 +00:00
export_domain_blocks_controller.rb Add specs for Instance model scopes and add with_domain_follows scope (#28767) 2024-01-25 15:28:27 +00:00
follow_recommendations_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
instances_controller.rb Implement Instance Moderation Notes (#31529) 2025-06-25 08:15:44 +00:00
invites_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
ip_blocks_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
relationships_controller.rb
relays_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
report_notes_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
reports_controller.rb Fix sort order of moderation notes on Reports and Accounts (#31528) 2024-09-06 14:58:36 +00:00
resets_controller.rb
roles_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
rules_controller.rb Change rule translation interface to display english name and populate empty translations (#35170) 2025-06-25 10:02:19 +00:00
settings_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
site_uploads_controller.rb Redirect back after site upload deletion (#30141) 2024-05-06 13:31:39 +00:00
software_updates_controller.rb Fix Mastodon listing updates older or equal to current version (#33906) 2025-02-12 14:27:42 +00:00
statuses_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
tags_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
terms_of_service_controller.rb Add effective date to terms of service (#33993) 2025-03-05 09:01:33 +00:00
warning_presets_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00
webhooks_controller.rb Use expect for admin/ controllers (#33686) 2025-01-27 14:05:16 +00:00