Merge branch 'master' into glitch-soc/merge-upstream

Conflicts:
- app/views/admin/pending_accounts/index.html.haml
  No real conflict, upstream changes too close to glitch-specific
  theming system changes.
- config/navigation.rb
  Upstream redesigned the settings navigation, took those changes
  and re-inserted the flavours menu.
This commit is contained in:
Thibaut Girka
2019-04-10 09:16:08 +02:00
89 changed files with 482 additions and 383 deletions

View File

@ -217,10 +217,11 @@ Rails.application.routes.draw do
end
end
resources :pending_accounts, only: [:index, :update] do
resources :pending_accounts, only: [:index] do
collection do
post :approve_all
post :reject_all
post :batch
end
end