Merge branch 'master' into glitch-soc/merge-upstream
This commit is contained in:
@@ -6,6 +6,7 @@ en:
|
||||
about_this: About
|
||||
administered_by: 'Administered by:'
|
||||
api: API
|
||||
apps: Mobile apps
|
||||
closed_registrations: Registrations are currently closed on this instance. However! You can find a different instance to make an account on and get access to the very same network from there.
|
||||
contact: Contact
|
||||
contact_missing: Not set
|
||||
@@ -281,6 +282,7 @@ en:
|
||||
search: Search
|
||||
title: Known instances
|
||||
invites:
|
||||
deactivate_all: Deactivate all
|
||||
filter:
|
||||
all: All
|
||||
available: Available
|
||||
|
@@ -137,7 +137,12 @@ Rails.application.routes.draw do
|
||||
resources :email_domain_blocks, only: [:index, :new, :create, :destroy]
|
||||
resources :action_logs, only: [:index]
|
||||
resource :settings, only: [:edit, :update]
|
||||
resources :invites, only: [:index, :create, :destroy]
|
||||
|
||||
resources :invites, only: [:index, :create, :destroy] do
|
||||
collection do
|
||||
post :deactivate_all
|
||||
end
|
||||
end
|
||||
|
||||
resources :relays, only: [:index, :new, :create, :destroy] do
|
||||
member do
|
||||
|
Reference in New Issue
Block a user