]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'main' into glitch-soc/merge-upstream
authorClaire <claire.github-309c@sitedethib.com>
Tue, 20 Apr 2021 10:17:14 +0000 (12:17 +0200)
committerClaire <claire.github-309c@sitedethib.com>
Tue, 20 Apr 2021 10:17:14 +0000 (12:17 +0200)
commite2a2bc90213a653b772b457499cedbfe2e830d74
treec97643e3977ce9110fdf081ed3f3a70ae1a4457f
parentdf326b8b5c0659edb2aca77690a892f228b0e099
parentb5ac17c4b6bfa85494fd768bbf1af87ca79b622b
Merge branch 'main' into glitch-soc/merge-upstream

Conflicts:
- `README.md`:
  Upstream updated copyright year, we don't mention it so kept our version.
- `app/controllers/admin/dashboard_controller.rb`:
  Not really a conflict, upstream change (removing the spam checker) too close
  to glitch-soc changes. Ported upstream changes.
- `app/models/form/admin_settings.rb`:
  Same.
- `app/services/remove_status_service.rb`:
  Same.
- `app/views/admin/settings/edit.html.haml`:
  Same.
- `config/settings.yml`:
  Same.
- `config/environments/production.rb`:
  Not a real conflict, upstream added a default HTTP header, but we have
  extra headers in glitch-soc.
  Added the header.
22 files changed:
Gemfile
Gemfile.lock
app/controllers/admin/dashboard_controller.rb
app/helpers/application_helper.rb
app/javascript/styles/mastodon/components.scss
app/lib/activitypub/activity/create.rb
app/lib/formatter.rb
app/lib/tag_manager.rb
app/models/account.rb
app/models/form/admin_settings.rb
app/services/process_mentions_service.rb
app/services/remove_status_service.rb
app/views/admin/dashboard/index.html.haml
app/views/admin/settings/edit.html.haml
config/environments/production.rb
config/initializers/content_security_policy.rb
config/navigation.rb
config/routes.rb
config/settings.yml
db/schema.rb
package.json
yarn.lock