]> cat aescling's git repositories - mastodon.git/commit
Public profile endorsements (accounts picked by profile owner) (#8146)
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 9 Aug 2018 07:56:53 +0000 (09:56 +0200)
committerGitHub <noreply@github.com>
Thu, 9 Aug 2018 07:56:53 +0000 (09:56 +0200)
commitf2404de871f0bdfda5c9aeeeb4c6c4d10a8da8ab
treef45577d1fe26ea56f7323b940f506f8875d7344e
parent80176a3814abad7f5c9023f97b5d4d82b73c089d
Public profile endorsements (accounts picked by profile owner) (#8146)
21 files changed:
app/controllers/accounts_controller.rb
app/controllers/api/v1/accounts/pins_controller.rb [new file with mode: 0644]
app/helpers/home_helper.rb
app/javascript/mastodon/actions/accounts.js
app/javascript/mastodon/features/account/components/action_bar.js
app/javascript/mastodon/features/account_timeline/components/header.js
app/javascript/mastodon/features/account_timeline/containers/header_container.js
app/javascript/mastodon/reducers/relationships.js
app/javascript/styles/mastodon/widgets.scss
app/models/account.rb
app/models/account_pin.rb [new file with mode: 0644]
app/models/concerns/account_interactions.rb
app/presenters/account_relationships_presenter.rb
app/serializers/rest/relationship_serializer.rb
app/views/accounts/show.html.haml
config/locales/en.yml
config/routes.rb
db/migrate/20180808175627_create_account_pins.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/account_pin_fabricator.rb [new file with mode: 0644]
spec/models/account_pin_spec.rb [new file with mode: 0644]