]> cat aescling's git repositories - mastodon.git/commit
Add ability to use remote follow function on other sites
authorEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Dec 2016 15:54:54 +0000 (16:54 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 29 Dec 2016 15:54:54 +0000 (16:54 +0100)
commitd7dc84439c60069a0cb9eeca81dc61c297a8667b
tree167ee6db4fdc7008e2e517a0e983edb9721f4a7a
parent8b94d283fb45f054ee5193b0cec8586461d636b1
Add ability to use remote follow function on other sites
18 files changed:
app/assets/stylesheets/accounts.scss
app/assets/stylesheets/application.scss
app/assets/stylesheets/forms.scss
app/controllers/authorize_follow_controller.rb [new file with mode: 0644]
app/helpers/authorize_follow_helper.rb [new file with mode: 0644]
app/views/accounts/_grid_card.html.haml
app/views/authorize_follow/error.html.haml [new file with mode: 0644]
app/views/authorize_follow/new.html.haml [new file with mode: 0644]
app/views/oauth/authorizations/error.html.haml
app/views/oauth/authorizations/new.html.haml
app/views/oauth/authorizations/show.html.haml
app/views/xrd/webfinger.json.rabl
app/views/xrd/webfinger.xml.ruby
config/application.rb
config/locales/en.yml
config/routes.rb
spec/controllers/authorize_follow_controller_spec.rb [new file with mode: 0644]
spec/helpers/authorize_follow_helper_spec.rb [new file with mode: 0644]