]> cat aescling's git repositories - mastodon.git/commit
Add notifications for statuses deleted by moderators (#17204)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 17 Jan 2022 08:41:33 +0000 (09:41 +0100)
committerGitHub <noreply@github.com>
Mon, 17 Jan 2022 08:41:33 +0000 (09:41 +0100)
commit14f436c457560862fafabd753eb314c8b8a8e674
tree905e62fd68c52efc9eec5b63d7170eee0c0c93a7
parentd5c9feb7b7fc489afbd0a287431fe07b42451ef0
Add notifications for statuses deleted by moderators (#17204)
59 files changed:
app/controllers/admin/account_moderation_notes_controller.rb
app/controllers/admin/accounts_controller.rb
app/controllers/admin/report_notes_controller.rb
app/controllers/admin/reported_statuses_controller.rb [deleted file]
app/controllers/admin/reports_controller.rb
app/controllers/admin/statuses_controller.rb
app/controllers/api/v1/admin/account_actions_controller.rb
app/controllers/api/v1/admin/accounts_controller.rb
app/controllers/api/v1/admin/dimensions_controller.rb
app/controllers/api/v1/admin/measures_controller.rb
app/controllers/api/v1/admin/reports_controller.rb
app/controllers/api/v1/admin/retention_controller.rb
app/controllers/api/v1/admin/trends/tags_controller.rb
app/helpers/admin/filter_helper.rb
app/javascript/mastodon/components/admin/ReportReasonSelector.js [new file with mode: 0644]
app/javascript/mastodon/components/status_action_bar.js
app/javascript/mastodon/features/status/components/action_bar.js
app/javascript/styles/mailer.scss
app/javascript/styles/mastodon/admin.scss
app/javascript/styles/mastodon/polls.scss
app/lib/admin/metrics/measure/resolved_reports_measure.rb
app/mailers/user_mailer.rb
app/models/account_warning.rb
app/models/admin/account_action.rb
app/models/admin/status_batch_action.rb [new file with mode: 0644]
app/models/admin/status_filter.rb [new file with mode: 0644]
app/models/concerns/account_associations.rb
app/models/form/status_batch.rb [deleted file]
app/models/report.rb
app/models/report_filter.rb
app/serializers/rest/admin/report_serializer.rb
app/services/remove_status_service.rb
app/views/admin/action_logs/index.html.haml
app/views/admin/report_notes/_report_note.html.haml
app/views/admin/reports/_action_log.html.haml [deleted file]
app/views/admin/reports/_status.html.haml
app/views/admin/reports/show.html.haml
app/views/admin/statuses/index.html.haml
app/views/admin/statuses/show.html.haml [deleted file]
app/views/notification_mailer/_status.text.erb
app/views/user_mailer/warning.html.haml
app/views/user_mailer/warning.text.erb
app/workers/scheduler/user_cleanup_scheduler.rb
config/locales/en.yml
config/routes.rb
db/migrate/20211231080958_add_category_to_reports.rb [new file with mode: 0644]
db/migrate/20220115125126_add_report_id_to_account_warnings.rb [new file with mode: 0644]
db/migrate/20220115125341_fix_account_warning_actions.rb [new file with mode: 0644]
db/migrate/20220116202951_add_deleted_at_index_on_statuses.rb [new file with mode: 0644]
db/post_migrate/20220109213908_remove_action_taken_from_reports.rb [new file with mode: 0644]
db/schema.rb
spec/controllers/admin/report_notes_controller_spec.rb
spec/controllers/admin/reported_statuses_controller_spec.rb [deleted file]
spec/controllers/admin/reports_controller_spec.rb
spec/controllers/admin/statuses_controller_spec.rb
spec/fabricators/report_fabricator.rb
spec/mailers/previews/user_mailer_preview.rb
spec/models/form/status_batch_spec.rb [deleted file]
spec/models/report_spec.rb