]> cat aescling's git repositories - mastodon.git/commitdiff
Merge branch 'main' into glitch-soc/merge-upstream
authorClaire <claire.github-309c@sitedethib.com>
Wed, 24 Mar 2021 09:53:50 +0000 (10:53 +0100)
committerClaire <claire.github-309c@sitedethib.com>
Wed, 24 Mar 2021 09:53:50 +0000 (10:53 +0100)
17 files changed:
1  2 
Gemfile
Gemfile.lock
app/controllers/application_controller.rb
app/javascript/mastodon/features/compose/components/compose_form.js
app/lib/activitypub/activity/create.rb
app/lib/feed_manager.rb
app/lib/settings/scoped_settings.rb
app/models/user.rb
app/views/layouts/application.html.haml
config/environments/production.rb
config/initializers/content_security_policy.rb
package.json
spec/controllers/api/v1/accounts/credentials_controller_spec.rb
spec/controllers/application_controller_spec.rb
spec/lib/activitypub/activity/create_spec.rb
streaming/index.js
yarn.lock

diff --cc Gemfile
Simple merge
diff --cc Gemfile.lock
index 0f32a76b7d5b45ef14d009584367d355edcdf983,a62305dc05072f70ee8a779a7ed1a3cd9778ac91..9dc12a8516676f1bd6ba3900e44919e314542761
@@@ -768,12 -804,11 +805,12 @@@ DEPENDENCIE
    rack (~> 2.2.3)
    rack-attack (~> 6.5)
    rack-cors (~> 1.1)
-   rails (~> 5.2.4.5)
+   rails (~> 6.1.3)
    rails-controller-testing (~> 1.0)
-   rails-i18n (~> 5.1)
+   rails-i18n (~> 6.0)
    rails-settings-cached (~> 0.6)
    rdf-normalize (~> 0.4)
 +  redcarpet (~> 3.5)
    redis (~> 4.2)
    redis-namespace (~> 1.8)
    rqrcode (~> 1.2)
Simple merge
Simple merge
Simple merge
index 32681773f8895f69c77b8da9383058af544bc607,436024ee35e46910aefd335a7455193ca7a93281..3daaf93a92d3b1d421a0aef2da20d23b86ecd879
  
      = stylesheet_link_tag '/inert.css', skip_pipeline: true, media: 'all', id: 'inert-style'
  
 +    = yield :header_tags
 +
 +    -#  These must come after :header_tags to ensure our initial state has been defined.
 +    = render partial: 'layouts/theme', object: @core
 +    = render partial: 'layouts/theme', object: @theme
 +
      - if Setting.custom_css.present?
-       = stylesheet_link_tag custom_css_path, media: 'all'
+       = stylesheet_link_tag custom_css_path, host: request.host, media: 'all'
  
 -    = yield :header_tags
 -
    %body{ class: body_classes }
      = content_for?(:content) ? yield(:content) : yield
  
Simple merge
diff --cc package.json
Simple merge
Simple merge
diff --cc yarn.lock
Simple merge