]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Sun, 12 Jan 2020 14:57:34 +0000 (15:57 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sun, 12 Jan 2020 14:57:34 +0000 (15:57 +0100)
commit980c004f0601bbfaf440c0ea56de408ccfd79007
tree8ed051d5e8b9c530b3282cfd84e34e50b3bcfa57
parent180f1383943ad171d8394ef9af7c7861bfc08056
parent24cd2126c6cfb80844ef9ffbf61647b3d9afdc68
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- `Gemfile.lock`:
  No real conflict, glitch-soc-only dependency (redcarpet) too close to an
  upstream one (rdf-normalize)
- `README.md`:
  we have different READMEs, discarded upstream's changes
- `app/views/admin/custom_emojis/index.html.haml`:
  No real conflict, different context because of glitch-soc theming
- `lib/mastodon/statuses_cli.rb`:
  Upstream added code to keep bookmarked statuses, we were already doing so
  with slightly different code. Discarded upstream's changes.
- `package.json`:
  No real conflict, glitch-soc-only dependency (favico.js) too close to
  an upstream one
24 files changed:
Gemfile
Gemfile.lock
app/helpers/accounts_helper.rb
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/admin.scss
app/javascript/styles/mastodon/components.scss
app/lib/formatter.rb
app/lib/sanitize_config.rb
app/models/account.rb
app/models/status.rb
app/views/admin/custom_emojis/index.html.haml
app/views/admin/reports/show.html.haml
app/views/layouts/admin.html.haml
config/locales/en.yml
config/locales/ja.yml
config/locales/pl.yml
config/locales/simple_form.en.yml
config/locales/simple_form.ja.yml
package.json
spec/models/status_spec.rb
yarn.lock