]> cat aescling's git repositories - mastodon.git/commit
Follow call on locked account creates follow request instead
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Dec 2016 22:03:57 +0000 (23:03 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 22 Dec 2016 22:03:57 +0000 (23:03 +0100)
commitb891a81008d2cf595cb37432a8e1f36606db16d6
treee3b083966fc14dda46a2ec75586fdf566c2585aa
parent2d2154ba75279186b064c887452b7d6ee70b8ba2
Follow call on locked account creates follow request instead
Reflect "requested" relationship in API and UI
Reflect inability of private posts to be reblogged in the UI
Disable Webfinger for locked accounts
24 files changed:
app/assets/javascripts/components/components/icon_button.jsx
app/assets/javascripts/components/components/status_action_bar.jsx
app/assets/javascripts/components/features/account/components/header.jsx
app/assets/javascripts/components/features/status/components/action_bar.jsx
app/assets/stylesheets/components.scss
app/assets/stylesheets/forms.scss
app/controllers/api/v1/accounts_controller.rb
app/controllers/stream_entries_controller.rb
app/controllers/xrd_controller.rb
app/lib/feed_manager.rb
app/models/account.rb
app/models/follow_request.rb [new file with mode: 0644]
app/models/status.rb
app/services/follow_service.rb
app/services/reblog_service.rb
app/views/api/v1/accounts/relationship.rabl
app/views/api/v1/accounts/show.rabl
app/views/settings/profiles/show.html.haml
config/initializers/simple_form.rb
config/locales/simple_form.en.yml
db/migrate/20161222204147_create_follow_requests.rb [new file with mode: 0644]
db/schema.rb
spec/fabricators/follow_request_fabricator.rb [new file with mode: 0644]
spec/models/follow_request_spec.rb [new file with mode: 0644]