]> cat aescling's git repositories - mastodon.git/commit
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Mon, 19 Aug 2019 17:31:32 +0000 (19:31 +0200)
committerThibaut Girka <thib@sitedethib.com>
Mon, 19 Aug 2019 19:49:35 +0000 (21:49 +0200)
commit1488be7d9683fb3442c6f7bd4fd911d224f0c929
tree42548a596bb118e08c14c4d0ae9eacb3e8b2f36b
parentb859eb001717dfc62aebb8eba47b84c75aebe4ef
parentd22f3a7d5140ef1c3ae6e9bd2241bbb5289af8d1
Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- app/controllers/home_controller.rb
- app/controllers/shares_controller.rb
- app/javascript/packs/public.js
- app/models/status.rb
- app/serializers/initial_state_serializer.rb
- app/views/home/index.html.haml
- app/views/layouts/public.html.haml
- app/views/public_timelines/show.html.haml
- app/views/shares/show.html.haml
- app/views/tags/show.html.haml
- config/initializers/content_security_policy.rb
- config/locales/en.yml
- config/webpack/shared.js
- package.json
45 files changed:
Gemfile
Gemfile.lock
app/controllers/about_controller.rb
app/controllers/accounts_controller.rb
app/controllers/application_controller.rb
app/controllers/follower_accounts_controller.rb
app/controllers/following_accounts_controller.rb
app/controllers/home_controller.rb
app/controllers/invites_controller.rb
app/controllers/public_timelines_controller.rb
app/controllers/shares_controller.rb
app/controllers/tags_controller.rb
app/helpers/application_helper.rb
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/packs/public.js
app/javascript/styles/mastodon/components.scss
app/models/account.rb
app/models/form/admin_settings.rb
app/models/media_attachment.rb
app/models/status.rb
app/serializers/activitypub/note_serializer.rb
app/serializers/initial_state_serializer.rb
app/views/admin/settings/edit.html.haml
app/views/home/index.html.haml
app/views/layouts/public.html.haml
app/views/public_timelines/show.html.haml
app/views/shares/show.html.haml
app/views/tags/show.html.haml
config/environments/production.rb
config/initializers/content_security_policy.rb
config/locales/en.yml
config/locales/ja.yml
config/locales/pl.yml
config/locales/simple_form.en.yml
config/locales/simple_form.ja.yml
config/routes.rb
config/settings.yml
config/webpack/shared.js
db/schema.rb
package.json
yarn.lock