]> cat aescling's git repositories - mastodon.git/commit
Fix various issues around OpenGraph representation of media (#14133)
authorEugen Rochko <eugen@zeonfederated.com>
Wed, 24 Jun 2020 23:33:01 +0000 (01:33 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 23:33:01 +0000 (01:33 +0200)
commit662a49dc3f06749936cedd7349092bbe622f0bc6
treee70453a48a765854ca0510412ab48accd0d13e6d
parente9ff61ca0704d9570950875e1b72556c4114424f
Fix various issues around OpenGraph representation of media (#14133)

- Fix audio attachments not being represented in OpenGraph tags
- Fix audio being represented as "1 image" in OpenGraph descriptions
- Fix video metadata being overwritten by paperclip-av-transcoder
- Fix embedded player not using Mastodon's UI
- Fix audio/video progress bars not moving smoothly
- Fix audio/video buffered bars not displaying correctly
12 files changed:
app/helpers/statuses_helper.rb
app/javascript/mastodon/features/audio/index.js
app/javascript/mastodon/features/video/index.js
app/javascript/styles/mastodon/basics.scss
app/models/media_attachment.rb
app/views/accounts/_og.html.haml
app/views/media/player.html.haml
app/views/statuses/_detailed_status.html.haml
app/views/statuses/_og_image.html.haml
app/views/statuses/_simple_status.html.haml
app/workers/post_process_media_worker.rb
config/locales/en.yml