]> cat aescling's git repositories - mastodon.git/commit
Bot nameplates (#7391)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 7 May 2018 07:31:07 +0000 (09:31 +0200)
committerGitHub <noreply@github.com>
Mon, 7 May 2018 07:31:07 +0000 (09:31 +0200)
commit42cd363542abf0a12a4e877b3ad26024f24577ef
treeb9539c370516cf0dcf1cc64b4975a1b6e84b9e56
parent0f0cc3f2eba9c8a701d735cd54206629eeea4ddb
Bot nameplates (#7391)

* Store actor type in database

* Add bot nameplate to web UI, add setting to preferences, API, AP
Fix #7365

* Fix code style issues
15 files changed:
app/controllers/api/v1/accounts/credentials_controller.rb
app/controllers/settings/profiles_controller.rb
app/javascript/mastodon/features/account/components/header.js
app/javascript/styles/mastodon/components.scss
app/javascript/styles/mastodon/forms.scss
app/models/account.rb
app/serializers/activitypub/actor_serializer.rb
app/serializers/rest/account_serializer.rb
app/services/activitypub/process_account_service.rb
app/views/accounts/_header.html.haml
app/views/settings/profiles/show.html.haml
config/locales/en.yml
config/locales/simple_form.en.yml
db/migrate/20180506221944_add_actor_type_to_accounts.rb [new file with mode: 0644]
db/schema.rb