Skip to content
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

Merged
merged 3 commits into from
Jun 28, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Comment on lines -33 to -39
Copy link
Contributor Author

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

"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,
Expand All @@ -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": [
{
Expand Down Expand Up @@ -96,7 +91,7 @@
"authFooterLinks": []
},
"jitsi": {
"preferredDomain": "meet.element.io"
"preferredDomain": "webconf.numerique.gouv.fr"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's a test (may not work)

},
"desktopBuilds": {
"available": false
Expand Down
17 changes: 6 additions & 11 deletions config.preprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -58,6 +49,10 @@
"UIFeature.voip": false,
"UIFeature.shareSocial": false,
"UIFeature.registration": false,
"UIFeature.urlPreviews" : false,
"UIFeature.widgets" : false,
"UIFeature.communities" : false,
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ça désactive la création de space

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

communities c'est pas la meme chose que spaces. Communities est deprecated.

Copy link
Contributor Author

@jdauphant jdauphant Jun 24, 2022

Choose a reason for hiding this comment

The 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

Copy link
Contributor

Choose a reason for hiding this comment

The 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
Du coup ca va nous eviter ce truc louche avec les communities, je re-propose qu'on l'enlève :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The 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": [
{
Expand Down Expand Up @@ -90,7 +85,7 @@
"authFooterLinks": []
},
"jitsi": {
"preferredDomain": "meet.element.io"
"preferredDomain": "webconf.numerique.gouv.fr"
},
"desktopBuilds": {
"available": false
Expand Down