-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve configuration #60
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,16 +30,7 @@ | |
"disable_login_language_selector": false, | ||
"disable_3pid_login": true, | ||
"brand": "Tchap", | ||
"integrations_ui_url": "https://scalar.vector.im/", | ||
"integrations_rest_url": "https://scalar.vector.im/api", | ||
"integrations_widgets_urls": [ | ||
"https://scalar.vector.im/_matrix/integrations/v1", | ||
"https://scalar.vector.im/api", | ||
"https://scalar-staging.vector.im/_matrix/integrations/v1", | ||
"https://scalar-staging.vector.im/api", | ||
"https://scalar-staging.riot.im/scalar/api" | ||
], | ||
"bug_report_endpoint_url": "https://element.io/bugreports/submit", | ||
"bug_report_endpoint_url": "/bugreports/submit", | ||
"uisi_autorageshake_app": "element-auto-uisi", | ||
"defaultCountryCode": "FR", | ||
"showLabsSettings": false, | ||
|
@@ -64,6 +55,10 @@ | |
"UIFeature.voip": false, | ||
"UIFeature.shareSocial": false, | ||
"UIFeature.registration": false, | ||
"UIFeature.urlPreviews" : false, | ||
"UIFeature.widgets" : false, | ||
"UIFeature.communities" : false, | ||
jdauphant marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"UIFeature.shareQrCode" : false, | ||
"layout": "bubble", | ||
"custom_themes": [ | ||
{ | ||
|
@@ -96,7 +91,7 @@ | |
"authFooterLinks": [] | ||
}, | ||
"jitsi": { | ||
"preferredDomain": "meet.element.io" | ||
"preferredDomain": "webconf.numerique.gouv.fr" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It's a test (may not work) |
||
}, | ||
"desktopBuilds": { | ||
"available": false | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,16 +25,7 @@ | |
"disable_login_language_selector": false, | ||
"disable_3pid_login": true, | ||
"brand": "Tchap", | ||
"integrations_ui_url": "https://scalar.vector.im/", | ||
"integrations_rest_url": "https://scalar.vector.im/api", | ||
"integrations_widgets_urls": [ | ||
"https://scalar.vector.im/_matrix/integrations/v1", | ||
"https://scalar.vector.im/api", | ||
"https://scalar-staging.vector.im/_matrix/integrations/v1", | ||
"https://scalar-staging.vector.im/api", | ||
"https://scalar-staging.riot.im/scalar/api" | ||
], | ||
"bug_report_endpoint_url": "https://element.io/bugreports/submit", | ||
"bug_report_endpoint_url": "/bugreports/submit", | ||
"uisi_autorageshake_app": "element-auto-uisi", | ||
"defaultCountryCode": "FR", | ||
"showLabsSettings": false, | ||
|
@@ -58,6 +49,10 @@ | |
"UIFeature.voip": false, | ||
"UIFeature.shareSocial": false, | ||
"UIFeature.registration": false, | ||
"UIFeature.urlPreviews" : false, | ||
"UIFeature.widgets" : false, | ||
"UIFeature.communities" : false, | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ça désactive la création de space There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. communities c'est pas la meme chose que spaces. Communities est deprecated. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. je sais mais ça masqué le bouton "+" des spaces quand je l'ai activé mais on peut enlever, le flag a été supprimé du code react-sdk entre-temps : matrix-org/matrix-react-sdk#8027 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. je travaille à enlever le bouton + des spaces, avec une methode plus reglo : #70 There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Il n'y a pas de soucis à enlever ça a disparu de toute façon
jdauphant marked this conversation as resolved.
Show resolved
Hide resolved
|
||
"UIFeature.shareQrCode" : false, | ||
"layout": "bubble", | ||
"custom_themes": [ | ||
{ | ||
|
@@ -90,7 +85,7 @@ | |
"authFooterLinks": [] | ||
}, | ||
"jitsi": { | ||
"preferredDomain": "meet.element.io" | ||
"preferredDomain": "webconf.numerique.gouv.fr" | ||
}, | ||
"desktopBuilds": { | ||
"available": false | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove widgets and integrations from the UI