]> cat aescling's git repositories - mastodon.git/commit
Fix #463 - Fetch and display previews of URLs using OpenGraph tags
authorEugen Rochko <eugen@zeonfederated.com>
Fri, 20 Jan 2017 00:00:14 +0000 (01:00 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Fri, 20 Jan 2017 00:00:14 +0000 (01:00 +0100)
commitf0de621e76b5a5ba3f7e67bd88c0183aac22b985
tree06ecec4ca807eadc7ec743d64074fb9030e172f7
parent8d0284f8d9bc22a6dd3bad1054fd8d78cbf32060
Fix #463 - Fetch and display previews of URLs using OpenGraph tags
26 files changed:
Gemfile
Gemfile.lock
app/assets/javascripts/components/actions/cards.jsx [new file with mode: 0644]
app/assets/javascripts/components/actions/statuses.jsx
app/assets/javascripts/components/features/status/components/card.jsx [new file with mode: 0644]
app/assets/javascripts/components/features/status/components/detailed_status.jsx
app/assets/javascripts/components/features/status/containers/card_container.jsx [new file with mode: 0644]
app/assets/javascripts/components/reducers/cards.jsx [new file with mode: 0644]
app/assets/javascripts/components/reducers/index.jsx
app/assets/stylesheets/components.scss
app/controllers/api/v1/statuses_controller.rb
app/models/preview_card.rb [new file with mode: 0644]
app/models/status.rb
app/services/fetch_link_card_service.rb [new file with mode: 0644]
app/services/post_status_service.rb
app/views/api/v1/statuses/card.rabl [new file with mode: 0644]
app/workers/link_crawl_worker.rb [new file with mode: 0644]
config/application.rb
config/initializers/inflections.rb
config/routes.rb
db/migrate/20170119214911_create_preview_cards.rb [new file with mode: 0644]
db/schema.rb
lib/statsd_monitor.rb [moved from app/lib/statsd_monitor.rb with 100% similarity]
spec/fabricators/preview_card_fabricator.rb [new file with mode: 0644]
spec/models/preview_card_spec.rb [new file with mode: 0644]
spec/models/subscription_spec.rb