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
Showing
- app/helpers/statuses_helper.rb 3 additions, 1 deletionapp/helpers/statuses_helper.rb
- app/javascript/mastodon/features/audio/index.js 13 additions, 10 deletionsapp/javascript/mastodon/features/audio/index.js
- app/javascript/mastodon/features/video/index.js 23 additions, 10 deletionsapp/javascript/mastodon/features/video/index.js
- app/javascript/styles/mastodon/basics.scss 26 additions, 1 deletionapp/javascript/styles/mastodon/basics.scss
- app/models/media_attachment.rb 8 additions, 11 deletionsapp/models/media_attachment.rb
- app/views/accounts/_og.html.haml 2 additions, 2 deletionsapp/views/accounts/_og.html.haml
- app/views/media/player.html.haml 16 additions, 2 deletionsapp/views/media/player.html.haml
- app/views/statuses/_detailed_status.html.haml 1 addition, 1 deletionapp/views/statuses/_detailed_status.html.haml
- app/views/statuses/_og_image.html.haml 15 additions, 2 deletionsapp/views/statuses/_og_image.html.haml
- app/views/statuses/_simple_status.html.haml 1 addition, 1 deletionapp/views/statuses/_simple_status.html.haml
- app/workers/post_process_media_worker.rb 6 additions, 0 deletionsapp/workers/post_process_media_worker.rb
- config/locales/en.yml 3 additions, 0 deletionsconfig/locales/en.yml
Please register or sign in to comment