]> cat aescling's git repositories - mastodon.git/commit
The frontend will now be an OAuth app, auto-authorized. The frontend will use an...
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 26 Aug 2016 17:12:19 +0000 (19:12 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 26 Aug 2016 17:12:19 +0000 (19:12 +0200)
commit92afd296509de82e7550f67064b032db916b1f63
tree6d723210f723d0a74317805352e7912b70c54240
parent44e57f64dd8b00900c31d7fd56fda94f4e69e986
The frontend will now be an OAuth app, auto-authorized. The frontend will use an access token for API requests
Adding better errors for the API controllers, posting a simple status works from the frontend now
16 files changed:
Dockerfile
app/assets/javascripts/components/actions/meta.jsx [new file with mode: 0644]
app/assets/javascripts/components/actions/statuses.jsx
app/assets/javascripts/components/components/composer_drawer.jsx
app/assets/javascripts/components/containers/root.jsx
app/assets/javascripts/components/reducers/index.jsx
app/assets/javascripts/components/reducers/meta.jsx [new file with mode: 0644]
app/controllers/api_controller.rb
app/controllers/home_controller.rb
app/views/home/index.html.haml
config/environments/development.rb
config/initializers/doorkeeper.rb
db/migrate/20160826155805_add_superapp_to_oauth_applications.rb [new file with mode: 0644]
db/schema.rb
db/seeds.rb
package.json