]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Mon, 22 Oct 2018 15:51:38 +0000 (17:51 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 22 Oct 2018 15:51:38 +0000 (17:51 +0200)
commitdcded13a996e1b6b87444641eed66fc2d117e1af
tree1be2c25853e7196a38b0bebc13e9f5281a24d908
parent4739e0f090a04235669ef81fa432ae90bb62f4c4
parent4f0bdbaaaf6828d7ee6fd6e6023375b727c0afe5
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- .github/ISSUE_TEMPLATE/bug_report.md
  Took our version.
- CONTRIBUTING.md
  Updated the embedded copy of upstream's version.
- README.md
  Took our version.
- app/policies/status_policy.rb
  Not a real conflict, took code from both.
- app/views/layouts/embedded.html.haml
  Added upstream's changes (dns-prefetch) and fixed
  `%body.embed`
- app/views/settings/preferences/show.html.haml
  Reverted some of upstream changes, as we have a
  page dedicated for flavours and skins.
- config/initializers/content_security_policy.rb
  Kept our version of the CSP.
- config/initializers/doorkeeper.rb
  Not a real conflict, took code from both.
42 files changed:
.circleci/config.yml
CONTRIBUTING.md
Gemfile
Gemfile.lock
app/helpers/application_helper.rb
app/javascript/core/admin.js
app/javascript/mastodon/features/compose/components/compose_form.js
app/javascript/mastodon/initial_state.js
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/en.json
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/pl.json
app/javascript/styles/mastodon/components.scss
app/models/status.rb
app/models/stream_entry.rb
app/policies/status_policy.rb
app/serializers/initial_state_serializer.rb
app/serializers/rest/status_serializer.rb
app/views/admin/domain_blocks/new.html.haml
app/views/admin/reports/show.html.haml
app/views/admin/settings/edit.html.haml
app/views/layouts/embedded.html.haml
app/views/settings/preferences/show.html.haml
app/views/stream_entries/_simple_status.html.haml
config/environments/production.rb
config/initializers/content_security_policy.rb
config/initializers/doorkeeper.rb
config/locales/ca.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/gl.yml
config/locales/ja.yml
config/locales/nl.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/simple_form.ja.yml
config/locales/sk.yml
config/routes.rb
db/schema.rb
lib/mastodon/version.rb
This page took 0.232404 seconds and 4 git commands to generate.