Compare commits

...

4 Commits

Author SHA1 Message Date
32f684a88a New version v1.7.14 2020-11-30 19:09:21 +01:00
26a25f1f34 Fix unknown version inside settings » about 2020-11-30 00:25:00 +01:00
b6e2375d57 Adjust default config
- Disable anonymous usage data prompt: Close #5
- Disable bug reports
- No hosting signup link
- Link to own privacy policy
2020-11-30 00:06:20 +01:00
f455ac64c3 Merge upstream v1.7.14 2020-11-26 14:00:13 +01:00
6 changed files with 6 additions and 16 deletions

View File

@ -40,6 +40,7 @@ setup:
web: export DIST_VERSION=$(WEB_OUT_DIST_VERSION)
web: setup
$(YARN) --cwd element-web dist
echo "$(VERSION)" > element-web/webapp/version
desktop-common: web
$(YARN) --cwd element-desktop run fetch --cfgdir ''

View File

@ -11,30 +11,19 @@
"https://scalar-staging.vector.im/api",
"https://scalar-staging.riot.im/scalar/api"
],
"hosting_signup_link": "https://element.io/matrix-services?utm_source=element-web&utm_medium=web",
"bug_report_endpoint_url": "https://element.io/bugreports/submit",
"roomDirectory": {
"servers": [
"matrix.org"
]
},
"piwik": {
"url": "https://piwik.riot.im/",
"siteId": 1,
"policyUrl": "https://element.io/cookie-policy"
},
"enable_presence_by_hs_url": {
"https://matrix.org": false,
"https://matrix-client.matrix.org": false
},
"terms_and_conditions_links": [
{
"url": "https://element.io/privacy",
"url": "https://schildi.chat/desktop/privacy",
"text": "Privacy Policy"
},
{
"url": "https://element.io/cookie-policy",
"text": "Cookie Policy"
}
]
}