Fix #463 - Fetch and display previews of URLs using OpenGraph tags
Showing
- Gemfile 1 addition, 0 deletionsGemfile
- Gemfile.lock 2 additions, 0 deletionsGemfile.lock
- app/assets/javascripts/components/actions/cards.jsx 40 additions, 0 deletionsapp/assets/javascripts/components/actions/cards.jsx
- app/assets/javascripts/components/actions/statuses.jsx 2 additions, 0 deletionsapp/assets/javascripts/components/actions/statuses.jsx
- app/assets/javascripts/components/features/status/components/card.jsx 96 additions, 0 deletions...avascripts/components/features/status/components/card.jsx
- app/assets/javascripts/components/features/status/components/detailed_status.jsx 3 additions, 0 deletions...components/features/status/components/detailed_status.jsx
- app/assets/javascripts/components/features/status/containers/card_container.jsx 8 additions, 0 deletions.../components/features/status/containers/card_container.jsx
- app/assets/javascripts/components/reducers/cards.jsx 14 additions, 0 deletionsapp/assets/javascripts/components/reducers/cards.jsx
- app/assets/javascripts/components/reducers/index.jsx 3 additions, 1 deletionapp/assets/javascripts/components/reducers/index.jsx
- app/assets/stylesheets/components.scss 6 additions, 0 deletionsapp/assets/stylesheets/components.scss
- app/controllers/api/v1/statuses_controller.rb 6 additions, 2 deletionsapp/controllers/api/v1/statuses_controller.rb
- app/models/preview_card.rb 20 additions, 0 deletionsapp/models/preview_card.rb
- app/models/status.rb 1 addition, 0 deletionsapp/models/status.rb
- app/services/fetch_link_card_service.rb 33 additions, 0 deletionsapp/services/fetch_link_card_service.rb
- app/services/post_status_service.rb 1 addition, 0 deletionsapp/services/post_status_service.rb
- app/views/api/v1/statuses/card.rabl 5 additions, 0 deletionsapp/views/api/v1/statuses/card.rabl
- app/workers/link_crawl_worker.rb 13 additions, 0 deletionsapp/workers/link_crawl_worker.rb
- config/application.rb 2 additions, 1 deletionconfig/application.rb
- config/initializers/inflections.rb 1 addition, 0 deletionsconfig/initializers/inflections.rb
- config/routes.rb 2 additions, 1 deletionconfig/routes.rb
Loading
Please register or sign in to comment