]> cat aescling's git repositories - mastodon.git/commit
Add (back) option to set redirect notice on account without moving followers (#11994)
authorEugen Rochko <eugen@zeonfederated.com>
Sun, 29 Sep 2019 03:03:19 +0000 (05:03 +0200)
committerGitHub <noreply@github.com>
Sun, 29 Sep 2019 03:03:19 +0000 (05:03 +0200)
commit163ed91af381d86bb6c52546c983effa4c9a18c3
tree7de16b4e51f122c292819b323deb2cca99b7d337
parentb0cda7a504655f6ced33802af67cabb6f3e46e19
Add (back) option to set redirect notice on account without moving followers (#11994)

Fix #11913
app/controllers/settings/migration/redirects_controller.rb [new file with mode: 0644]
app/controllers/settings/migrations_controller.rb
app/models/account_migration.rb
app/models/form/redirect.rb [new file with mode: 0644]
app/views/auth/registrations/edit.html.haml
app/views/settings/migration/redirects/new.html.haml [new file with mode: 0644]
app/views/settings/migrations/show.html.haml
config/locales/en.yml
config/routes.rb