J. Ryan Stinnett
95d36c1f29
Fix Twemoji loading on Windows dev machines
...
This corrects our path handling on Windows development machines for
paths referenced in JS and HTML files. Both images and fonts (like
Twemoji) were afflicted (with Windows-style backslash path delimiters),
but browsers seems to tolerate them in the `src` attribute of images, so
we didn't notice that variant before.
2019-05-28 14:31:42 +01:00
Travis Ralston
982416b3f7
Merge pull request #9848 from spantaleev/make-docker-image-smaller
...
Base Docker image on nginx:alpine, not the larger nginx:latest
2019-05-27 11:41:18 -06:00
Slavi Pantaleev
4e63e3b0de
Base Docker image on nginx:alpine, not the larger nginx:latest
...
`nginx:latest` is based on Debian Stretch and is listed as being 45MB,
while `nginx:alpine` is based on Alpine 3.9 and is just 7MB.
Basing the riot-web Docker image on `nginx:alpine` should
make it 38MB smaller compared to the current situation.
The nginx version seems to be "latest mainline" on both (currently 1.15.12),
judging by each Dockerfile:
- e5123eea0d/mainline/stretch/Dockerfile
- e5123eea0d/mainline/alpine/Dockerfile
2019-05-27 11:57:37 +03:00
J. Ryan Stinnett
28ffca1f84
Ignore /electron_app/pub
2019-05-24 11:34:03 +01:00
J. Ryan Stinnett
e129db4978
Upgrade electron-builder
2019-05-24 11:29:02 +01:00
J. Ryan Stinnett
734d8a8151
Clarify Electron steps
2019-05-24 11:28:12 +01:00
Travis Ralston
afdaca0515
Merge pull request #9779 from vector-im/travis/feature/wellknown2
...
Validate homeserver configuration prior to loading the app
2019-05-23 10:56:19 -06:00
Travis Ralston
26d8056755
Merge branch 'develop' into travis/feature/wellknown2
2019-05-22 23:06:09 -06:00
Travis Ralston
b772bc75a9
Update copyright
2019-05-22 22:57:39 -06:00
David Baker
001b7fb799
electron 4.2.2
2019-05-22 12:51:41 +01:00
David Baker
260f819e38
Merge pull request #9802 from RiotTranslateBot/weblate-riot-web-riot-web
...
Update from Weblate
2019-05-22 12:45:41 +01:00
Weblate
6306bc0c90
Merge branch 'origin/develop' into Weblate.
2019-05-21 12:27:12 +00:00
J. Ryan Stinnett
913bc6da93
Update yarn.lock
2019-05-21 13:27:02 +01:00
Weblate
6ac035f0b1
Merge branch 'origin/develop' into Weblate.
2019-05-21 10:33:16 +00:00
Matthew Hodgson
fa1b2fe70f
Merge pull request #9766 from vector-im/matthew/twemoji
...
remove emojione
2019-05-21 11:33:12 +01:00
Travis Ralston
fa9d2a81a3
Merge branch 'develop' into travis/feature/wellknown2
2019-05-20 19:48:54 -06:00
Matthew Hodgson
4cbe6c1000
remove emojione
2019-05-19 21:26:11 +01:00
Weblate
c203d3356b
Merge branch 'origin/develop' into Weblate.
2019-05-19 15:09:55 +00:00
Karol Kosek
d617d8ebb3
Translated using Weblate (Polish)
...
Currently translated at 89.5% (17 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2019-05-19 15:09:55 +00:00
Edgars Voroboks
43d2c3bbc8
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lv/
2019-05-19 15:09:55 +00:00
Matthew Hodgson
3e17e9f00d
tell webpack about woff & woff2 files
2019-05-19 16:09:47 +01:00
Filip Š
b54a53d1ac
Translated using Weblate (Slovenian)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sl/
2019-05-18 14:15:56 +00:00
Tuomas Hietala
bdb0f5e81c
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fi/
2019-05-18 14:15:55 +00:00
Fendo
29398a0ab5
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2019-05-18 14:15:55 +00:00
Travis Ralston
7a65dc96cd
Merge pull request #9726 from vector-im/travis/wk/mobileguide
...
Show resolved homeserver configuration on the mobile guide
2019-05-17 11:01:42 -06:00
Travis Ralston
1ac5df3cd0
Merge branch 'develop' into travis/feature/wellknown2
2019-05-16 12:58:09 -06:00
Travis Ralston
39d1293350
Merge pull request #9721 from vector-im/travis/wk/fallback_hs
...
Flag the validated config as the default config
2019-05-16 12:47:01 -06:00
Travis Ralston
6f8c6bf13e
Merge pull request #9736 from vector-im/travis/docker-test
...
Make Dockerfile work for develop and other branches
2019-05-16 08:43:44 -06:00
Travis Ralston
51f56719c0
Merge pull request #9719 from vector-im/travis/wk/clarify_is_hs_url
...
Clarify comment on is_url and hs_url handling
2019-05-16 08:41:34 -06:00
Tom Lant
45e8c26864
Update issue templates
2019-05-16 11:24:45 +01:00
Travis Ralston
3123b429f7
Increase timeout for yarn install in Docker builds
...
Otherwise we run into problems where Docker Hub's limited machines timeout trying to download our dependencies
2019-05-15 16:24:25 -06:00
David Baker
05a2cb1020
Merge branch 'master' into develop
2019-05-15 14:40:16 +01:00
David Baker
5aa88abacc
v1.1.2
2019-05-15 14:36:52 +01:00
David Baker
e749420196
Prepare changelog for v1.1.2
2019-05-15 14:36:51 +01:00
David Baker
8ac5957186
v1.1.2
2019-05-15 14:34:59 +01:00
David Baker
d0def4a80f
react-sdk 1.1.2
2019-05-15 14:34:13 +01:00
J. Ryan Stinnett
5a6be9a665
Add message editing to sample also
2019-05-15 11:12:12 +01:00
Bruno Windels
734221cc3f
Merge pull request #9728 from vector-im/bwindels/message-edit-editor
...
add description of new labs feature for message editing
2019-05-15 09:23:34 +00:00
Bruno Windels
f5e7dd5164
add description of new labs feature for message editing
2019-05-15 10:02:50 +01:00
Travis Ralston
22cc33eb15
Do a simple .well-known lookup for default_server_name for mobile guide
2019-05-14 17:57:04 -06:00
Travis Ralston
559416dcae
Show most homeserver options on the mobile guide
...
This doesn't cover default_server_name because that pulls in a questionable amount of JS.
See https://github.com/vector-im/riot-web/issues/9290
2019-05-14 17:00:06 -06:00
Travis Ralston
68a7550080
Flag the validated config as the default config
...
For use in the rest of the app.
See https://github.com/vector-im/riot-web/issues/9290
2019-05-14 13:12:34 -06:00
Travis Ralston
7f5589c01b
Clarify comment on is_url and hs_url handling
...
We don't actually need to do anything because the app transparently handles this.
See https://github.com/vector-im/riot-web/issues/9290
2019-05-14 12:53:13 -06:00
David Baker
da9cde6d18
Merge branch 'master' into develop
2019-05-14 14:04:34 +01:00
David Baker
5aa8326dfc
v1.1.1
2019-05-14 14:01:01 +01:00
David Baker
e4ed0994ce
Prepare changelog for v1.1.1
2019-05-14 14:01:01 +01:00
David Baker
875d1b209a
v1.1.1
2019-05-14 13:53:31 +01:00
David Baker
8ed44e6b64
matrix-react-sdk v1.1.1
2019-05-14 13:52:05 +01:00
Travis Ralston
886828caa8
Merge pull request #9496 from vector-im/travis/guests/block-ui
...
Validate default homeserver config before loading the app
2019-05-10 11:20:33 -06:00
David Baker
814b5297ad
Merge branch 'master' into develop
2019-05-07 16:05:58 +01:00