forked from External/greenlight
Add setting for recording visibility (#634)
This commit is contained in:
committed by
Jesus Federico
parent
2c37f87cbc
commit
c4eeee3d40
@ -48,6 +48,12 @@ en:
|
||||
regular: Regular
|
||||
lighten: Lighten
|
||||
Darken: Darken
|
||||
recording_visibility:
|
||||
public: Public
|
||||
private: Private
|
||||
info: Set the default recording visbility for new recordings
|
||||
title: Recording Default Visibility
|
||||
warning: This setting will only be applied to rooms that aren't running
|
||||
registration:
|
||||
info: Change the way that users register to the website
|
||||
title: Registration Method
|
||||
|
@ -54,6 +54,7 @@ Rails.application.routes.draw do
|
||||
post '/registration_method/:method', to: 'admins#registration_method', as: :admin_change_registration
|
||||
post '/approve/:user_uid', to: 'admins#approve', as: :admin_approve
|
||||
post '/room_limit', to: 'admins#room_limit', as: :admin_room_limit
|
||||
post '/default_recording_visibility', to: 'admins#default_recording_visibility', as: :admin_recording_visibility
|
||||
end
|
||||
|
||||
scope '/themes' do
|
||||
|
Reference in New Issue
Block a user