]> cat aescling's git repositories - mastodon.git/commit
Fix uncaught parameter missing exceptions and missing error templates (#11702)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Aug 2019 23:34:47 +0000 (01:34 +0200)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 23:34:47 +0000 (01:34 +0200)
commit22ce4778eba300cdbd6a1eda94d49ce647ecdbaf
treed6f1315cb5e70ad58de75d483ffee17c60fd8e62
parent8ee4a2892c91323f3f213f132d5fb7cc4bb012c8
Fix uncaught parameter missing exceptions and missing error templates (#11702)
app/controllers/api/base_controller.rb
app/controllers/application_controller.rb
app/views/errors/400.html.haml [new file with mode: 0644]
app/views/errors/406.html.haml [new file with mode: 0644]
app/views/errors/503.html.haml [new file with mode: 0644]
config/locales/en.yml
spec/controllers/settings/two_factor_authentication/confirmations_controller_spec.rb
spec/controllers/settings/two_factor_authentications_controller_spec.rb