]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Fri, 13 Sep 2019 16:13:43 +0000 (18:13 +0200)
committerThibaut Girka <thib@sitedethib.com>
Fri, 13 Sep 2019 16:13:43 +0000 (18:13 +0200)
commit74c5b2bd08f844aac03ca6f9653bac4f4eea3a43
treeef0f56bc549ae22b134c749decadbd69f783b7e4
parentc7f71b974f1a57cd93f86e5a678018d4aea8e728
parent18331fefa2246facc818226043b1f9cc67cf6c1a
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- Gemfile
- app/controllers/api/v1/search_controller.rb
  Conflict because we changed the number of default results to be
  configurable
- app/lib/settings/scoped_settings.rb
  Addition of a new “noindex” site-wide setting,
  conflict due to our change of the two other site-wide settings
  (default flavour and skin instead of theme)
- spec/controllers/application_controller_spec.rb
  Addition of a new “noindex” site-wide setting,
  conflict due to our change of the two other site-wide settings
  (default flavour and skin instead of theme)
30 files changed:
.circleci/config.yml
Gemfile
Gemfile.lock
app/controllers/api/v2/search_controller.rb
app/controllers/application_controller.rb
app/helpers/application_helper.rb
app/javascript/mastodon/locales/defaultMessages.json
app/javascript/mastodon/locales/ja.json
app/javascript/mastodon/locales/pl.json
app/javascript/styles/mastodon/admin.scss
app/lib/formatter.rb
app/lib/settings/scoped_settings.rb
app/models/account.rb
app/models/form/admin_settings.rb
app/models/media_attachment.rb
app/models/status.rb
app/models/user.rb
app/services/remove_status_service.rb
app/views/admin/reports/show.html.haml
app/views/admin/settings/edit.html.haml
config/locales/en.yml
config/locales/ja.yml
config/locales/pl.yml
config/locales/simple_form.ja.yml
config/locales/simple_form.pl.yml
config/routes.rb
db/schema.rb
package.json
spec/controllers/application_controller_spec.rb
yarn.lock