mastodon/app/views/user_mailer
Eugen Rochko 564efd0651
Add appeals (#17364)
* Add appeals

* Add ability to reject appeals and ability to browse pending appeals in admin UI

* Add strikes to account page in settings

* Various fixes and improvements

- Add separate notification setting for appeals, separate from reports
- Fix style of links in report/strike header
- Change approving an appeal to not restore statuses (due to federation complexities)
- Change style of successfully appealed strikes on account settings page
- Change account settings page to only show unappealed or recently appealed strikes

* Change appealed_at to overruled_at

* Fix missing method error
2022-02-14 21:27:53 +01:00
..
appeal_approved.html.haml Add appeals (#17364) 2022-02-14 21:27:53 +01:00
appeal_approved.text.erb Add appeals (#17364) 2022-02-14 21:27:53 +01:00
appeal_rejected.html.haml Add appeals (#17364) 2022-02-14 21:27:53 +01:00
appeal_rejected.text.erb Add appeals (#17364) 2022-02-14 21:27:53 +01:00
backup_ready.html.haml
backup_ready.text.erb
confirmation_instructions.html.haml
confirmation_instructions.text.erb
email_changed.html.haml
email_changed.text.erb
password_change.html.haml
password_change.text.erb
reconfirmation_instructions.html.haml
reconfirmation_instructions.text.erb
reset_password_instructions.html.haml
reset_password_instructions.text.erb
sign_in_token.html.haml
sign_in_token.text.erb
two_factor_disabled.html.haml
two_factor_disabled.text.erb
two_factor_enabled.html.haml
two_factor_enabled.text.erb
two_factor_recovery_codes_changed.html.haml
two_factor_recovery_codes_changed.text.erb
warning.html.haml Add appeals (#17364) 2022-02-14 21:27:53 +01:00
warning.text.erb
webauthn_credential_added.html.haml
webauthn_credential_added.text.erb
webauthn_credential_deleted.html.haml
webauthn_credential_deleted.text.erb
webauthn_disabled.html.haml
webauthn_disabled.text.erb
webauthn_enabled.html.haml
webauthn_enabled.text.erb
welcome.html.haml
welcome.text.erb