]> cat aescling's git repositories - mastodon.git/commitdiff
Merge branch 'master' into glitch-soc/merge-upstream
authorThibaut Girka <thib@sitedethib.com>
Sun, 23 Dec 2018 10:28:28 +0000 (11:28 +0100)
committerThibaut Girka <thib@sitedethib.com>
Sun, 23 Dec 2018 10:28:28 +0000 (11:28 +0100)
Conflicts:
- config/routes.rb
  Upstream changed some admin routes, conflict was because of an added :show
  action for statuses on our side. Kept it.

22 files changed:
1  2 
app/controllers/directories_controller.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/models/account.rb
app/models/concerns/account_associations.rb
app/views/admin/reports/show.html.haml
config/locales/ca.yml
config/locales/de.yml
config/locales/en.yml
config/locales/es.yml
config/locales/gl.yml
config/locales/ja.yml
config/locales/nl.yml
config/locales/oc.yml
config/locales/pl.yml
config/locales/pt-BR.yml
config/locales/simple_form.en.yml
config/locales/sk.yml
config/routes.rb
db/schema.rb

Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
index 918c69cc26d2bc09467304efebc3bdf6550970dd,7723a08af97a42851976ae1e4393e518138a478e..26566dfbc0be7267d7ef3f4836ba721cc5b1fd33
@@@ -183,9 -189,8 +192,8 @@@ Rails.application.routes.draw d
  
        resource :change_email, only: [:show, :update]
        resource :reset, only: [:create]
-       resource :silence, only: [:create, :destroy]
-       resource :suspension, only: [:new, :create, :destroy]
+       resource :action, only: [:new, :create], controller: 'account_actions'
 -      resources :statuses, only: [:index, :create, :update, :destroy]
 +      resources :statuses, only: [:index, :show, :create, :update, :destroy]
  
        resource :confirmation, only: [:create] do
          collection do
diff --cc db/schema.rb
Simple merge