The frontend will now be an OAuth app, auto-authorized. The frontend will use...
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
Showing
- Dockerfile 2 additions, 2 deletionsDockerfile
- app/assets/javascripts/components/actions/meta.jsx 8 additions, 0 deletionsapp/assets/javascripts/components/actions/meta.jsx
- app/assets/javascripts/components/actions/statuses.jsx 52 additions, 4 deletionsapp/assets/javascripts/components/actions/statuses.jsx
- app/assets/javascripts/components/components/composer_drawer.jsx 1 addition, 0 deletions...ets/javascripts/components/components/composer_drawer.jsx
- app/assets/javascripts/components/containers/root.jsx 11 additions, 0 deletionsapp/assets/javascripts/components/containers/root.jsx
- app/assets/javascripts/components/reducers/index.jsx 3 additions, 1 deletionapp/assets/javascripts/components/reducers/index.jsx
- app/assets/javascripts/components/reducers/meta.jsx 13 additions, 0 deletionsapp/assets/javascripts/components/reducers/meta.jsx
- app/controllers/api_controller.rb 8 additions, 0 deletionsapp/controllers/api_controller.rb
- app/controllers/home_controller.rb 7 additions, 0 deletionsapp/controllers/home_controller.rb
- app/views/home/index.html.haml 1 addition, 1 deletionapp/views/home/index.html.haml
- config/environments/development.rb 2 additions, 0 deletionsconfig/environments/development.rb
- config/initializers/doorkeeper.rb 4 additions, 4 deletionsconfig/initializers/doorkeeper.rb
- db/migrate/20160826155805_add_superapp_to_oauth_applications.rb 5 additions, 0 deletions...rate/20160826155805_add_superapp_to_oauth_applications.rb
- db/schema.rb 7 additions, 6 deletionsdb/schema.rb
- db/seeds.rb 2 additions, 7 deletionsdb/seeds.rb
- package.json 1 addition, 0 deletionspackage.json
Loading
Please register or sign in to comment