]> cat aescling's git repositories - mastodon.git/commit
Fix admins being able to suspend their instance actor (#14567)
authorThibG <thib@sitedethib.com>
Tue, 15 Dec 2020 16:23:58 +0000 (17:23 +0100)
committerGitHub <noreply@github.com>
Tue, 15 Dec 2020 16:23:58 +0000 (17:23 +0100)
commit83579695593c941ab39ab545c10a7f711bf715fc
treec2ff160746dbc34222b73d40b19d689c5bfa0e62
parent8485c436d5d083c28df8c942fe521bfb46edfc9f
Fix admins being able to suspend their instance actor (#14567)

* Fix admin being able to suspend their own instance account

* Add text about the instance's own actor in admin view

* Change instance actor notice from flash message to template

* Do not list local instance actor in account moderation list
app/models/account.rb
app/models/account_filter.rb
app/policies/account_policy.rb
app/views/admin/accounts/show.html.haml
config/locales/en.yml
spec/models/account_filter_spec.rb