Add setting for recording visibility (#634)

This commit is contained in:
shawn-higgins1
2019-07-22 15:39:49 -04:00
committed by Jesus Federico
parent 2c37f87cbc
commit c4eeee3d40
8 changed files with 64 additions and 2 deletions

View File

@ -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

View File

@ -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