]> cat aescling's git repositories - mastodon.git/commit
Merge remote-tracking branch 'origin/master' into gs-master
authorDavid Yip <yipdw@member.fsf.org>
Thu, 3 May 2018 22:23:44 +0000 (17:23 -0500)
committerDavid Yip <yipdw@member.fsf.org>
Thu, 3 May 2018 22:23:44 +0000 (17:23 -0500)
commitc816701550d7cdb593371dc47d0b9430c78308b0
treecc4417d14de20e69fd5f9a58d66f84af4a623329
parent3a47842223ff93d8c057f804809f1b111dfd6f76
parenta7e71bbd08e089938fbf20ddef5768c2f3ee0702
Merge remote-tracking branch 'origin/master' into gs-master

  Conflicts:
  .travis.yml
  Gemfile.lock
  README.md
  app/controllers/settings/follower_domains_controller.rb
  app/controllers/statuses_controller.rb
  app/javascript/mastodon/locales/ja.json
  app/lib/feed_manager.rb
  app/models/media_attachment.rb
  app/models/mute.rb
  app/models/status.rb
  app/services/mute_service.rb
  app/views/home/index.html.haml
  app/views/stream_entries/_simple_status.html.haml
  config/locales/ca.yml
  config/locales/en.yml
  config/locales/es.yml
  config/locales/fr.yml
  config/locales/nl.yml
  config/locales/pl.yml
  config/locales/pt-BR.yml
  config/themes.yml
43 files changed:
.env.production.sample
Gemfile
Gemfile.lock
app/controllers/accounts_controller.rb
app/controllers/statuses_controller.rb
app/controllers/stream_entries_controller.rb
app/controllers/tags_controller.rb
app/javascript/core/admin.js
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/lib/feed_manager.rb
app/models/account.rb
app/models/concerns/account_interactions.rb
app/models/media_attachment.rb
app/models/mute.rb
app/models/status.rb
app/models/stream_entry.rb
app/models/user.rb
app/policies/status_policy.rb
app/views/admin/reports/show.html.haml
app/views/home/index.html.haml
app/views/stream_entries/_simple_status.html.haml
config/application.rb
config/environments/production.rb
config/locales/ca.yml
config/locales/en.yml
config/locales/es.yml
config/locales/fr.yml
config/locales/ja.yml
config/locales/ko.yml
config/locales/nl.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/simple_form.ja.yml
config/locales/simple_form.pl.yml
config/settings.yml
spec/controllers/api/v1/accounts/credentials_controller_spec.rb
spec/controllers/api/v1/mutes_controller_spec.rb
spec/models/account_spec.rb
spec/models/concerns/account_interactions_spec.rb
spec/services/notify_service_spec.rb
This page took 0.288193 seconds and 4 git commands to generate.