From 924ea9db7ba0094945373a1f5318ad86bdb952ec Mon Sep 17 00:00:00 2001 From: rrenkert Date: Thu, 24 Oct 2024 15:40:54 +0200 Subject: [PATCH 1/2] Update restriction modes in models.yml --- models.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/models.yml b/models.yml index 70283dd4..f92196b1 100644 --- a/models.yml +++ b/models.yml @@ -126,17 +126,17 @@ organization: restriction_mode: B enable_chat: type: boolean - restriction_mode: B + restriction_mode: A limit_of_meetings: type: number description: Maximum of active meetings for the whole organization. 0 means no limitation at all - restriction_mode: B + restriction_mode: C default: 0 minimum: 0 limit_of_users: type: number description: Maximum of active users for the whole organization. 0 means no limitation at all - restriction_mode: B + restriction_mode: C default: 0 minimum: 0 default_language: @@ -161,16 +161,16 @@ organization: restriction_mode: A saml_attr_mapping: type: JSON - restriction_mode: A + restriction_mode: D saml_metadata_idp: type: text - restriction_mode: A + restriction_mode: D saml_metadata_sp: type: text - restriction_mode: A + restriction_mode: D saml_private_key: type: text - restriction_mode: A + restriction_mode: D vote_decrypt_public_main_key: type: string From 523679a62f7247a19509e608e53fd05a91c5e2be Mon Sep 17 00:00:00 2001 From: rrenkert Date: Thu, 24 Oct 2024 15:50:24 +0200 Subject: [PATCH 2/2] other restriction modes in models.yml --- models.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/models.yml b/models.yml index f92196b1..c6d4ffcf 100644 --- a/models.yml +++ b/models.yml @@ -818,13 +818,13 @@ meeting: # Configuration (only for the server owner) jitsi_domain: type: string - restriction_mode: B + restriction_mode: E jitsi_room_name: type: string - restriction_mode: B + restriction_mode: E jitsi_room_password: type: string - restriction_mode: B + restriction_mode: E # System template_for_organization_id: