]> cat aescling's git repositories - mastodon.git/commit
Add protocol handler. Handle follow intents (#4511)
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 14 Aug 2017 02:53:31 +0000 (04:53 +0200)
committerGitHub <noreply@github.com>
Mon, 14 Aug 2017 02:53:31 +0000 (04:53 +0200)
commit3c6503038ecad20f1b8fa0c9ea7e46087c6e3f22
tree3da0736f8e6643260c8cea7176e583fcb0c46575
parent96e9ed13ded6def1d96260178ee9d9e7ad3e5d23
Add protocol handler. Handle follow intents (#4511)

* Add protocol handler. Handle follow intents

* Add share intent

* Improve code in intents controller

* Adjust share form CSS
12 files changed:
app/controllers/intents_controller.rb [new file with mode: 0644]
app/controllers/shares_controller.rb [new file with mode: 0644]
app/javascript/mastodon/containers/compose_container.js [new file with mode: 0644]
app/javascript/mastodon/containers/mastodon.js
app/javascript/mastodon/features/standalone/compose/index.js [new file with mode: 0644]
app/javascript/mastodon/reducers/compose.js
app/javascript/packs/share.js [new file with mode: 0644]
app/javascript/styles/containers.scss
app/presenters/initial_state_presenter.rb
app/serializers/initial_state_serializer.rb
app/views/shares/show.html.haml [new file with mode: 0644]
config/routes.rb