]> cat aescling's git repositories - mastodon.git/commit
Add ability to disable login and mark accounts as memorial (#5615)
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 7 Nov 2017 18:06:44 +0000 (19:06 +0100)
committerGitHub <noreply@github.com>
Tue, 7 Nov 2017 18:06:44 +0000 (19:06 +0100)
commit1032f3994fdbd61c2f517057261ddc3559199b6b
treed039701515efc050dbf91124e8d32da2014498fb
parentcbbeec05be5cd0930a7be73bf673acc8d8105c12
Add ability to disable login and mark accounts as memorial (#5615)

Fix #5597
17 files changed:
app/controllers/admin/accounts_controller.rb
app/controllers/admin/suspensions_controller.rb
app/javascript/styles/mastodon/landing_strip.scss
app/mailers/notification_mailer.rb
app/mailers/user_mailer.rb
app/models/account.rb
app/models/user.rb
app/services/suspend_account_service.rb
app/views/accounts/_header.html.haml
app/views/accounts/show.html.haml
app/views/admin/accounts/show.html.haml
app/workers/admin/suspension_worker.rb
config/locales/en.yml
config/routes.rb
db/migrate/20171107143332_add_memorial_to_accounts.rb [new file with mode: 0644]
db/migrate/20171107143624_add_disabled_to_users.rb [new file with mode: 0644]
db/schema.rb