-
- Downloads
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
... | ... | @@ -15,6 +15,7 @@ |
"immutable": "^3.8.1", | ||
"isomorphic-fetch": "^2.2.1", | ||
"moment": "^2.14.1", | ||
"react-addons-pure-render-mixin": "^15.3.1", | ||
"react-immutable-proptypes": "^2.1.0", | ||
"react-redux": "^4.4.5", | ||
"redux": "^3.5.2", | ||
... | ... |
Please register or sign in to comment