]> cat aescling's git repositories - mastodon.git/commit
Profile redirect notes (#5746)
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 18 Nov 2017 18:39:02 +0000 (19:39 +0100)
committerGitHub <noreply@github.com>
Sat, 18 Nov 2017 18:39:02 +0000 (19:39 +0100)
commit58cede4808baa4db6cc143b80ef23e8179a8415b
treeacaac099fc46d9293768f9fa70c1d1826d06d7e8
parent6be72a3ec6d87af4de245b96fea45191ac01114e
Profile redirect notes (#5746)

* Serialize moved accounts into REST and ActivityPub APIs

* Parse federated moved accounts from ActivityPub

* Add note about moved accounts to public profiles

* Add moved account message to web UI

* Fix code style issues
18 files changed:
app/javascript/mastodon/features/account/components/header.js
app/javascript/mastodon/features/account_timeline/components/header.js
app/javascript/mastodon/features/account_timeline/components/moved_note.js [new file with mode: 0644]
app/javascript/mastodon/reducers/accounts.js
app/javascript/mastodon/selectors/index.js
app/javascript/styles/mastodon/components.scss
app/javascript/styles/mastodon/landing_strip.scss
app/lib/activitypub/adapter.rb
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/accounts/_moved_strip.html.haml [new file with mode: 0644]
app/views/accounts/show.html.haml
config/locales/en.yml
db/migrate/20171118012443_add_moved_to_account_id_to_accounts.rb [new file with mode: 0644]
db/schema.rb