Skip to content

Commit

Permalink
Remove emails and identity server settings (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdauphant authored Jul 20, 2022
1 parent cd23d5e commit 52837ce
Show file tree
Hide file tree
Showing 4 changed files with 92 additions and 33 deletions.
29 changes: 22 additions & 7 deletions config.dev.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@
"UIFeature.voip": false,
"UIFeature.shareSocial": false,
"UIFeature.registration": false,
"UIFeature.urlPreviews" : false,
"UIFeature.widgets" : false,
"UIFeature.shareQrCode" : false,
"MessageComposerInput.showPollsButton" : false,
"Spaces.allRoomsInHome" : true,
"UIFeature.urlPreviews": false,
"UIFeature.widgets": false,
"UIFeature.shareQrCode": false,
"UIFeature.thirdPartyId": false,
"UIFeature.identityServer": false,
"MessageComposerInput.showPollsButton": false,
"Spaces.allRoomsInHome": true,
"layout": "bubble",
"custom_themes": [
{
Expand All @@ -86,8 +88,21 @@
"togglesw-off-color": "#c1c9d6",
"eventbubble-self-bg": "#e4e4f3",
"eventbubble-others-bg": "#f4f4f4",
"username-colors": ["#000091", "#000091", "#000091", "#000091", "#000091", "#000091", "#000091", "#000091"],
"avatar-background-colors": ["#8F96A4", "#8F96A4", "#8F96A4"]
"username-colors": [
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091"
],
"avatar-background-colors": [
"#8F96A4",
"#8F96A4",
"#8F96A4"
]
}
}
]
Expand Down
34 changes: 23 additions & 11 deletions config.preprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@
"default_federate": true,
"default_theme": "custom-Tchap",
"roomDirectory": {
"servers": [
"i.tchap.gouv.fr",
"e.tchap.gouv.fr"
]
"servers": ["i.tchap.gouv.fr", "e.tchap.gouv.fr"]
},
"enable_presence_by_hs_url": {
"https://matrix.i.tchap.gouv.fr": false,
Expand All @@ -49,11 +46,13 @@
"UIFeature.voip": false,
"UIFeature.shareSocial": false,
"UIFeature.registration": false,
"UIFeature.urlPreviews" : false,
"UIFeature.widgets" : false,
"UIFeature.shareQrCode" : false,
"MessageComposerInput.showPollsButton" : false,
"Spaces.allRoomsInHome" : true,
"UIFeature.urlPreviews": false,
"UIFeature.widgets": false,
"UIFeature.shareQrCode": false,
"UIFeature.thirdPartyId": false,
"UIFeature.identityServer": false,
"MessageComposerInput.showPollsButton": false,
"Spaces.allRoomsInHome": true,
"layout": "bubble",
"custom_themes": [
{
Expand All @@ -79,8 +78,21 @@
"togglesw-off-color": "#c1c9d6",
"eventbubble-self-bg": "#e4e4f3",
"eventbubble-others-bg": "#f4f4f4",
"username-colors": ["#000091", "#000091", "#000091", "#000091", "#000091", "#000091", "#000091", "#000091"],
"avatar-background-colors": ["#8F96A4", "#8F96A4", "#8F96A4"]
"username-colors": [
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091"
],
"avatar-background-colors": [
"#8F96A4",
"#8F96A4",
"#8F96A4"
]
}
}
]
Expand Down
29 changes: 22 additions & 7 deletions config.prod.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,11 +154,13 @@
"UIFeature.voip": false,
"UIFeature.shareSocial": false,
"UIFeature.registration": false,
"UIFeature.urlPreviews" : false,
"UIFeature.widgets" : false,
"UIFeature.shareQrCode" : false,
"MessageComposerInput.showPollsButton" : false,
"Spaces.allRoomsInHome" : true,
"UIFeature.urlPreviews": false,
"UIFeature.widgets": false,
"UIFeature.shareQrCode": false,
"UIFeature.thirdPartyId": false,
"UIFeature.identityServer": false,
"MessageComposerInput.showPollsButton": false,
"Spaces.allRoomsInHome": true,
"layout": "bubble",
"custom_themes": [
{
Expand All @@ -184,8 +186,21 @@
"togglesw-off-color": "#c1c9d6",
"eventbubble-self-bg": "#e4e4f3",
"eventbubble-others-bg": "#f4f4f4",
"username-colors": ["#000091", "#000091", "#000091", "#000091", "#000091", "#000091", "#000091", "#000091"],
"avatar-background-colors": ["#8F96A4", "#8F96A4", "#8F96A4"]
"username-colors": [
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091"
],
"avatar-background-colors": [
"#8F96A4",
"#8F96A4",
"#8F96A4"
]
}
}
]
Expand Down
33 changes: 25 additions & 8 deletions config.sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,11 @@
"uisi_autorageshake_app": "element-auto-uisi",
"default_country_code": "FR",
"show_labs_settings": false,
"features": { },
"features": {},
"default_federate": true,
"default_theme": "custom-Tchap",
"room_directory": {
"servers": [
"i.tchap.gouv.fr"
]
"servers": ["i.tchap.gouv.fr"]
},
"enable_presence_by_hs_url": {
"https://matrix.i.tchap.gouv.fr": false,
Expand All @@ -54,8 +52,14 @@
"breadcrumbs": true,
"UIFeature.voip": false,
"UIFeature.shareSocial": false,
"MessageComposerInput.showPollsButton" : false,
"Spaces.allRoomsInHome" : true,
"UIFeature.registration": false,
"UIFeature.urlPreviews": false,
"UIFeature.widgets": false,
"UIFeature.shareQrCode": false,
"UIFeature.thirdPartyId": false,
"UIFeature.identityServer": false,
"MessageComposerInput.showPollsButton": false,
"Spaces.allRoomsInHome": true,
"custom_themes": [
{
"name": "Tchap",
Expand All @@ -80,8 +84,21 @@
"togglesw-off-color": "#c1c9d6",
"eventbubble-self-bg": "#e4e4f3",
"eventbubble-others-bg": "#f4f4f4",
"username-colors": ["#000091", "#000091", "#000091", "#000091", "#000091", "#000091", "#000091", "#000091"],
"avatar-background-colors": ["#8F96A4", "#8F96A4", "#8F96A4"]
"username-colors": [
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091",
"#000091"
],
"avatar-background-colors": [
"#8F96A4",
"#8F96A4",
"#8F96A4"
]
}
}
]
Expand Down

0 comments on commit 52837ce

Please sign in to comment.