David Baker
c063cec4d7
remove draft CSS reference
2019-12-06 13:44:51 +00:00
Travis Ralston
53366f62c1
Remove unused translations
...
```
F:\Workspaces\riot-web\riot-web>yarn prunei18n
yarn run v1.19.1
$ matrix-prune-i18n
ar.json: removed 20 translations
az.json: removed 1 translations
bg.json: removed 29 translations
bn_IN.json: removed 1 translations
ca.json: removed 28 translations
cs.json: removed 28 translations
da.json: removed 27 translations
de_DE.json: removed 29 translations
el.json: removed 27 translations
en_US.json: removed 28 translations
eo.json: removed 28 translations
es.json: removed 28 translations
eu.json: removed 28 translations
fa.json: removed 26 translations
fi.json: removed 27 translations
fr.json: removed 29 translations
ga.json: removed 3 translations
gl.json: removed 28 translations
he.json: removed 26 translations
hi.json: removed 28 translations
hr.json: removed 27 translations
hu.json: removed 29 translations
id.json: removed 27 translations
is.json: removed 27 translations
it.json: removed 29 translations
ja.json: removed 27 translations
jbo.json: removed 27 translations
ka.json: removed 27 translations
ko.json: removed 28 translations
lt.json: removed 27 translations
lv.json: removed 28 translations
ml.json: removed 25 translations
nb_NO.json: removed 16 translations
nl.json: removed 29 translations
nn.json: removed 28 translations
pl.json: removed 28 translations
pt.json: removed 27 translations
pt_BR.json: removed 28 translations
ro.json: removed 28 translations
ru.json: removed 29 translations
sk.json: removed 28 translations
sl.json: removed 3 translations
sq.json: removed 29 translations
sr.json: removed 28 translations
sr_Latn.json: removed 1 translations
sv.json: removed 28 translations
ta.json: removed 7 translations
te.json: removed 2 translations
th.json: removed 25 translations
tr.json: removed 28 translations
uk.json: removed 28 translations
vi.json: removed 9 translations
vls.json: removed 2 translations
zh_Hans.json: removed 28 translations
zh_Hant.json: removed 29 translations
Done in 0.19s.
```
Fixes https://github.com/vector-im/riot-web/issues/11539
2019-12-02 20:34:21 -07:00
Weblate
480e06a140
Merge branch 'origin/develop' into Weblate.
2019-11-28 16:22:54 +00:00
Aaron Raimist
3397165036
Remove mention of vector.im as default identity server on mobile guide
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2019-11-27 19:26:22 -06:00
take100yen
565f033330
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2019-11-27 15:45:42 +00:00
tleydxdy
0c423c224b
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2019-11-27 15:45:42 +00:00
Damir Jelić
222fea969d
Merge branch 'poljar/seshat-pr' into develop
2019-11-26 18:47:58 +01:00
Michael Telatynski
6b1ba5e150
Merge pull request #11301 from vector-im/t3chguy/remove_bluebird
...
get rid of bluebird
2019-11-25 13:31:03 +00:00
Alexis
33e72a9c08
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt/
2019-11-24 15:45:31 +00:00
dreboy30
99edcc0f97
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt/
2019-11-24 15:45:31 +00:00
Michael Telatynski
eac6c46d28
Merge branches 'develop' and 't3chguy/remove_bluebird' of https://github.com/vector-im/riot-web into t3chguy/remove_bluebird
2019-11-22 14:00:02 +00:00
David Baker
8b2ca56283
Merge pull request #11445 from vector-im/dbkr/dedup_theming_code
...
De-dup theming code
2019-11-21 09:44:22 +00:00
David Baker
135d5f4cc7
Merge pull request #11442 from vector-im/dbkr/system_dark_mode
...
Use new theme API in react-sdk
2019-11-20 16:32:32 +00:00
David Baker
e34c46c893
Dedup theming code
...
Following on from https://github.com/matrix-org/matrix-react-sdk/pull/3637
this removes the code dealing with themes in vector/index.js and uses the
code from react-sdk. The two did almost exactly the same thing but in
subtley different ways.
This code can be incredibly subtle though, so doing this a separate
PR.
2019-11-20 15:42:15 +00:00
Bruno Windels
5e049efc87
Merge pull request #11441 from vector-im/bwindels/fix-roomstatus-e2e-icon
...
preload warning triangle
2019-11-20 14:36:41 +00:00
David Baker
7294bec1c8
Use new theme API in react-sdk
...
A thesis presented in two parts. This part has the absolute minimum
logic changes to the themeing code in vector/index.js because I know
how subtle and fragile this code is. However, it also looks like it's
completely duplicated from react-sdk, so in the next part I'm going
to remove that logic and make it use the logic in react-sdk, then we
can see what breaks.
Requires https://github.com/matrix-org/matrix-react-sdk/pull/3637
2019-11-20 13:43:08 +00:00
Bruno Windels
0c9f0e52bd
preload warning triangle
2019-11-20 12:42:31 +01:00
Alexis
a142a5a30c
Translated using Weblate (Portuguese)
...
Currently translated at 87.0% (20 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt/
2019-11-20 05:45:16 +00:00
Damir Jelić
137bedb3f9
ElectronPlatform: Update the path for the BaseEventIndexManager class.
2019-11-19 13:34:00 +01:00
Damir Jelić
73b302f432
ElectronPlatform: Fix some type annotations.
2019-11-19 13:34:00 +01:00
Damir Jelić
4a25252626
ElectronPlatform: Rename the SeshatIndexerManager.
2019-11-19 13:34:00 +01:00
Volodymyr Kostyrko
eabd91c29c
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/uk/
2019-11-15 21:45:01 +00:00
Weblate
0eff02c69b
Merge branch 'origin/develop' into Weblate.
2019-11-14 16:25:24 +00:00
Damir Jelić
dd2c210cfb
electron-main: Rework the event index initialization and deletion.
2019-11-14 16:14:48 +01:00
Damir Jelić
7147af8f80
ElectronPlatform: Don't scope the event index per user.
2019-11-14 14:14:59 +01:00
Travis Ralston
6cf4fc1026
Trigger a theme change on startup, not just a tint change
...
Fixes https://github.com/vector-im/riot-web/issues/11370
2019-11-13 14:00:22 -07:00
Damir Jelić
c3c5756c7a
ElectronPlatform: Implement the EventIndexManager for Seshat.
2019-11-13 15:55:07 +01:00
take100yen
d7c4ef2fe7
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2019-11-13 11:44:52 +00:00
Travis Ralston
71fb2e04a9
fix catch block indentation
2019-11-12 15:14:11 -07:00
Travis Ralston
e84861f770
Apparently our eslint rules are different in different layers
2019-11-12 15:04:56 -07:00
Travis Ralston
ec9a38c2fe
Perform favicon updates twice in Chrome
...
See diff for why this arcane magic is needed.
Fixes https://github.com/vector-im/riot-web/issues/11347
2019-11-12 15:02:52 -07:00
Stanislav Lukeš
52a3f4e1a8
Translated using Weblate (Czech)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/cs/
2019-11-11 10:05:14 +00:00
Elwyn Malethan
b8af903703
Translated using Weblate (Welsh)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/cy/
2019-11-10 19:44:44 +00:00
shuji narazaki
f61aae7e3f
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2019-11-08 11:23:24 +00:00
dreamerchris
146ccc37a2
Translated using Weblate (Greek)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/el/
2019-11-06 13:44:29 +00:00
David Baker
7af68bddea
Remove the 'auto hide menu bar' option on Mac
...
The menu bar is at the top of the screen on Mac so this setting
does absolutely nothing.
2019-11-05 20:31:08 +00:00
Michael Telatynski
10e1d9093e
transform-async-to-promises: get rid of bluebird
2019-11-04 12:46:28 +00:00
shuji narazaki
7e3eee2591
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2019-11-04 06:44:22 +00:00
Elwyn Malethan
5c747f9db6
Added translation using Weblate (Welsh)
2019-11-03 11:35:39 +00:00
Daniel Løvbrøtte Olsen
ffa4616acf
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 78.3% (18 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nb_NO/
2019-11-02 04:44:12 +00:00
MamasLT
ec091ce8de
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (23 of 23 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lt/
2019-11-01 04:57:54 +00:00
Michael Telatynski
eab6ffe7db
Merge pull request #11258 from vector-im/t3chguy/hide_tray_icon
...
Add ability to hide tray icon on non-Mac (which has no tray icon)
2019-10-30 16:31:47 +00:00
Michael Telatynski
9820e59559
Merge hide-to-tray-icon with show-tray-icon
2019-10-30 14:32:28 +00:00
Michael Telatynski
1498872214
Add ability to hide tray icon on non-Mac (which has no tray icon)
2019-10-29 11:37:42 +00:00
Michael Telatynski
7062015e25
Merge pull request #11254 from vector-im/t3chguy/fix_skinning_replaces
...
Fix skinning replaces being broken since being rewritten as React FC's
2019-10-29 10:17:19 +00:00
Michael Telatynski
5ffdc79bc7
Fix skinning replaces being broken since being rewritten as React FC's
2019-10-28 18:17:52 +00:00
J. Ryan Stinnett
716c5c828b
Remove unneeded help about identity servers
...
The custom server path no longer shows an identity server field (for modern
homeservers), so it's confusing to have the help dialog reference it.
Fixes https://github.com/vector-im/riot-web/issues/11236
2019-10-28 15:44:41 +00:00
MamasLT
7e6d07ea88
Translated using Weblate (Lithuanian)
...
Currently translated at 62.5% (15 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lt/
2019-10-24 03:24:39 +00:00
Walter
8440abcee5
Translated using Weblate (Russian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2019-10-23 08:14:11 +00:00
Weblate
24e4162e76
Merge branch 'origin/develop' into Weblate.
2019-10-20 10:45:09 +00:00
Matthew Hodgson
4e619b1693
Merge branch 'develop' into patch-3
2019-10-20 11:44:38 +01:00
J. A. Durieux
83eae467f0
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2019-10-16 17:53:22 +00:00
Nils J. Haugen
36243fb4d3
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nn/
2019-10-12 21:52:11 +00:00
Damir Jelić
71023ae9df
ElectronPlatform: Fix lint errors.
2019-10-11 17:17:24 +02:00
Damir Jelić
1dbdd0a366
ElectronPlatform: Add support for a event index using Seshat.
2019-10-11 16:05:14 +02:00
Marek Ľach
fe99264553
Translated using Weblate (Slovak)
...
Currently translated at 95.8% (23 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/
2019-10-11 13:15:29 +00:00
Sava Radoš
83ed26e5b9
Translated using Weblate (Serbian (latin))
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr_Latn/
2019-10-10 14:54:15 +00:00
Sava Radoš
0d213fc6db
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2019-10-10 14:54:14 +00:00
Sava Radoš
3faf1912af
Added translation using Weblate (Serbian (latin))
2019-10-09 16:13:15 +00:00
Claus Conrad
1a36160c90
Translated using Weblate (Danish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/da/
2019-10-09 11:52:02 +00:00
David Baker
57672ad384
Request persistent storage on Electron
...
It's still not 100% clear whether storage is always persistent on
Electron, but we seem to be getting reports of it being deleted in
the wild on Electron, so let's try calling the API to request
persistent storage. It won't pop up a dialog on Electron. In the
worst case it will give us some logging so we know what the API calls
return.
We could do this on non-desktop too but it's a bit of a mess because
Firefox prompts the user but Chrome makes a decision itself based on
how much the user visits the site.
2019-10-04 12:17:01 +01:00
Sava Radoš
3de2b7fe43
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2019-10-01 10:21:04 +00:00
Hello World
8cbac6207d
Translated using Weblate (Thai)
...
Currently translated at 75.0% (18 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/th/
2019-09-30 08:14:16 +00:00
Sava Radoš
6e70c5faf6
Translated using Weblate (Serbian)
...
Currently translated at 79.2% (19 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2019-09-30 08:14:15 +00:00
Bruno P. Kinoshita
c555516f29
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2019-09-30 08:14:15 +00:00
Nils J. Haugen
55491d1198
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nn/
2019-09-30 08:14:15 +00:00
Claus Conrad
a06358779c
Translated using Weblate (Danish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/da/
2019-09-30 08:14:15 +00:00
Weblate
27ed1e94e9
Merge branch 'origin/develop' into Weblate.
2019-09-22 15:51:47 +00:00
Tuomas Hietala
5315519655
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fi/
2019-09-21 17:51:01 +00:00
Michael Telatynski
1018dc7ced
Don't log query parameters as they may contain secrets
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-09-21 17:44:58 +01:00
Weblate
8ef132bece
Merge branch 'origin/develop' into Weblate.
2019-09-12 09:23:35 +00:00
Szimszon
eafd1e52c4
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2019-09-12 09:23:35 +00:00
Nad Chishtie
634141637b
Remove extraneous content & styles. Style improvements.
2019-09-11 16:08:24 -07:00
Weblate
4bb1c39a2e
Merge branch 'origin/develop' into Weblate.
2019-09-11 16:42:29 +00:00
Travis Ralston
0b6c29d274
Merge pull request #10480 from vector-im/t3chguy/react16
...
Switch to React 16
2019-09-11 10:42:24 -06:00
Weblate
3627a78aed
Merge branch 'origin/develop' into Weblate.
2019-09-10 17:36:39 +00:00
David Baker
89e9ac8039
Merge pull request #10810 from vector-im/nadonomy/install-guide
...
Update install guide
2019-09-10 18:36:35 +01:00
David Baker
58171e4479
lint
2019-09-10 18:30:02 +01:00
David Baker
b8b10e79fe
Update button href dynamically
...
also make button a link 'cos buttons can't have hrefs
2019-09-10 18:27:57 +01:00
Nad Chishtie
845fbacd11
Update copy
2019-09-09 16:51:46 -07:00
Nad Chishtie
d1fb9c604a
Add id to button
2019-09-09 16:46:53 -07:00
Nad Chishtie
27afa3af74
Update styling & remove extraneous elements and copy in mobile install guide
2019-09-09 16:40:06 -07:00
송태섭
141651d825
Translated using Weblate (Korean)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2019-09-01 09:56:33 +00:00
송태섭
915a585dfa
Translated using Weblate (Korean)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2019-08-31 03:56:30 +00:00
송태섭
3b324000f4
Translated using Weblate (Korean)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2019-08-27 15:07:37 +00:00
Peter Vágner
dac9a318bb
Translated using Weblate (Slovak)
...
Currently translated at 75.0% (18 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/
2019-08-26 09:56:13 +00:00
송태섭
0b591efe81
Translated using Weblate (Korean)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2019-08-26 09:56:13 +00:00
Mine_My
97a0161e64
Translated using Weblate (Korean)
...
Currently translated at 70.8% (17 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2019-08-25 09:39:59 +00:00
송태섭
357ab6156e
Translated using Weblate (Korean)
...
Currently translated at 70.8% (17 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2019-08-25 09:39:59 +00:00
Michael Telatynski
7eefc9d856
Merge branch 'develop' of github.com:vector-im/riot-web into t3chguy/react16
2019-08-24 11:42:03 +01:00
MorbidMind
72c6707bdb
Translated using Weblate (Polish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2019-08-18 13:08:15 +00:00
Nathan Follens
0b5e79ed23
Translated using Weblate (West Flemish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/vls/
2019-08-16 10:08:06 +00:00
Weblate
f9199f259d
Merge branch 'origin/develop' into Weblate.
2019-08-14 15:28:43 +00:00
Travis Ralston
9ed647d280
Remove t3chguy's debug lines
2019-08-14 09:28:35 -06:00
Weblate
cb5bc580b0
Merge branch 'origin/develop' into Weblate.
2019-08-14 14:51:59 +00:00
Michael Telatynski
46dac869d5
Load config.json before loading language so default can apply
2019-08-14 12:29:25 +01:00
Michael Telatynski
d347ab08e7
Merge branches 'develop' and 't3chguy/react16' of github.com:vector-im/riot-web into t3chguy/react16
2019-08-10 00:20:30 +01:00
Weblate
12074a15a8
Merge branch 'origin/develop' into Weblate.
2019-08-08 19:30:42 +00:00
Travis Ralston
feb62793d2
Revert "Upgrade to babel@7 and support TypeScript"
...
This reverts commit 7b89893645
.
2019-08-08 13:30:33 -06:00
Weblate
04419ba24b
Merge branch 'origin/develop' into Weblate.
2019-08-08 19:30:22 +00:00
Travis Ralston
7b89893645
Upgrade to babel@7 and support TypeScript
...
See https://github.com/matrix-org/matrix-react-sdk/pull/3292
Like react-sdk#3292, this fixes the couple source files which mix imports and module exports (they can't be mixed anymore).
2019-08-08 13:30:11 -06:00
Michael Telatynski
6d7c4c4dd4
fix VectorCustomServerDialog props
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-06 18:30:08 +01:00
Michael Telatynski
da9f1d1fa3
discard create-react-class, no point using it here. use React.FC
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-06 18:22:11 +01:00
Michael Telatynski
509839e79e
Allow setting electron autoHideMenuBar and persist it
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-05 11:58:16 +01:00
Alexey Murz Korepov
9f675dda2a
Translated using Weblate (Russian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2019-08-02 06:49:51 +00:00
Michael Telatynski
06e7a48aaf
Switch to React 16.8
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-08-01 15:31:33 +01:00
Le Dang Trung
5599b37b59
Translated using Weblate (Vietnamese)
...
Currently translated at 95.8% (23 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/vi/
2019-07-29 08:29:27 +00:00
Valeh Farzaliyev
83e4dadcfe
Translated using Weblate (Azerbaijani)
...
Currently translated at 62.5% (15 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/az/
2019-07-29 08:29:27 +00:00
Brian J
cb988c505d
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2019-07-25 22:49:21 +00:00
Valeh Farzaliyev
762f027e2e
Translated using Weblate (Azerbaijani)
...
Currently translated at 41.7% (10 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/az/
2019-07-25 22:49:21 +00:00
Murali Ramakrishnan
5f38d1d3e9
Translated using Weblate (Tamil)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ta/
2019-07-18 13:16:37 +00:00
Weblate
8123593be5
Merge branch 'origin/develop' into Weblate.
2019-07-16 11:07:02 +00:00
Edgars Voroboks
673543df1d
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lv/
2019-07-16 11:07:02 +00:00
Tirifto
b1061c5a94
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2019-07-16 11:07:02 +00:00
Bruno Windels
8a022a4be0
Merge pull request #10349 from vector-im/bwindels/cachebust-config
...
Cachebust config file requests
2019-07-16 11:06:57 +00:00
Bruno Windels
2cf1aabcba
cachebust config file requests
2019-07-16 12:49:10 +02:00
Arnaud Castellanos Galea
edb6e26bc4
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/es/
2019-07-14 15:51:00 +00:00
Travis Ralston
a1432ef0f7
Merge pull request #10321 from vector-im/travis/rageshake-required
...
Require descriptions in mxSendRageshake and remove infinite loop in issue templates
2019-07-12 08:12:03 -06:00
Travis Ralston
79b519be72
Require a rageshake description in mxSendRageshake
2019-07-11 12:58:35 -06:00
random
87bf899396
Translated using Weblate (Italian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2019-07-03 14:53:35 +00:00
Slavi Pantaleev
089ef6f7cd
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2019-07-03 14:53:34 +00:00
kristbaum
2e1682fbf6
Translated using Weblate (German)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2019-07-02 14:50:11 +00:00
Benjamin
8956661eb7
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2019-06-30 14:29:43 +00:00
Benjamin
325a083e89
Translated using Weblate (English (United States))
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/en_US/
2019-06-30 14:29:43 +00:00
Jeff Huang
5918f757cd
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2019-06-30 14:29:43 +00:00
Nathan Follens
2ea640cee3
Translated using Weblate (West Flemish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/vls/
2019-06-28 17:09:38 +00:00
Szimszon
d52ccc0500
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2019-06-28 17:09:38 +00:00
Kévin C
63e76e109f
Translated using Weblate (French)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2019-06-28 17:09:38 +00:00
Nathan Follens
c8009487ab
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2019-06-28 17:09:38 +00:00
Osoitz
271be70806
Translated using Weblate (Basque)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eu/
2019-06-28 17:09:37 +00:00
Besnik Bleta
56a65d95e3
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2019-06-28 17:09:37 +00:00
Weblate
cdda490fc7
Merge branch 'origin/develop' into Weblate.
2019-06-27 23:24:48 +00:00
Travis Ralston
9d14f92c01
Merge pull request #10197 from vector-im/t3chguy/preload_warning.svg
...
Add e2e/warning.svg to preload
2019-06-27 17:24:44 -06:00
Tuomas Hietala
8fc125c5b5
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (24 of 24 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fi/
2019-06-27 23:22:56 +00:00
Weblate
846257957e
Merge branch 'origin/develop' into Weblate.
2019-06-27 20:09:52 +00:00
Michael Telatynski
575f013bc9
Add e2e/warning.svg to preload
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-06-27 20:59:11 +01:00
Travis Ralston
e49583f8e0
Copy from toml
2019-06-27 12:09:58 -06:00
Travis Ralston
67664365bd
Display a red box of anger for config syntax errors
...
Fixes https://github.com/vector-im/riot-web/issues/9519
2019-06-27 11:47:29 -06:00
Weblate
8530adc782
Merge branch 'origin/develop' into Weblate.
2019-06-27 12:49:07 +00:00
pebles
2c45299b6a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/es/
2019-06-27 12:49:06 +00:00
Benjamin
97f031c623
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2019-06-27 12:49:06 +00:00
Michael Telatynski
01a78feb41
unexport getConfig, it was never imported externally
2019-06-27 11:17:56 +01:00
Michael Telatynski
a70f6de2e4
cleanup
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-06-26 21:11:27 +01:00
Michael Telatynski
dbd198ec07
delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-06-26 21:10:28 +01:00
Michael Telatynski
974797648f
Move config-getting to VectorBasePlatform
...
in Electron get config via IPC from main process
which has access to the "local" config.json override file
and can make people happy :D
Remove bunch of duplicated code,
and move comments around to put them in the right place
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-06-26 21:08:04 +01:00
あかれぎ
c84ef8bdb5
Translated using Weblate (Japanese)
...
Currently translated at 81.0% (17 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2019-06-26 11:29:28 +00:00
Tirifto
0fb17c91d8
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2019-06-26 11:29:28 +00:00
Tuomas Hietala
470f6a8cbc
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fi/
2019-06-19 15:04:20 +00:00
BenjaminVettori
9e5712594c
Translated using Weblate (German)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2019-06-17 22:29:00 +00:00
Nathan Follens
c90cc096a1
Translated using Weblate (West Flemish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/vls/
2019-06-16 08:28:56 +00:00
Le Dang Trung
f1a6651f04
Translated using Weblate (Vietnamese)
...
Currently translated at 57.1% (12 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/vi/
2019-06-16 08:28:56 +00:00
Vitaly Lipatov
a36013f2e0
Translated using Weblate (Russian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2019-06-16 08:28:55 +00:00
random
36cebd565a
Translated using Weblate (Italian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2019-06-16 08:28:55 +00:00
Slavi Pantaleev
fefa2ee036
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2019-06-16 08:28:55 +00:00
Osoitz
446a4b16ee
Translated using Weblate (Basque)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eu/
2019-06-16 08:28:55 +00:00
Walter
504133fa1b
Translated using Weblate (Russian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2019-06-11 12:06:04 +00:00
Tirifto
7a8f2cf8cd
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2019-06-11 12:06:04 +00:00
Osoitz
9554a39a77
Translated using Weblate (Basque)
...
Currently translated at 95.2% (20 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eu/
2019-06-11 12:06:04 +00:00
Besnik Bleta
bea7eff017
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2019-06-09 11:06:01 +00:00
Nathan Follens
662d21d1aa
Translated using Weblate (West Flemish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/vls/
2019-06-07 19:43:22 +00:00
Szimszon
10b2156b12
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2019-06-07 19:43:22 +00:00
Kévin C
96870367cf
Translated using Weblate (French)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2019-06-07 19:43:22 +00:00
Nathan Follens
f414030e87
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2019-06-07 19:43:22 +00:00
Jeff Huang
4d6534bfe7
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2019-06-07 19:43:22 +00:00
Weblate
5ef2f185ad
Merge branch 'origin/develop' into Weblate.
2019-06-07 13:43:56 +00:00
Edgars Voroboks
d3dc6f42d1
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lv/
2019-06-06 07:19:38 +00:00
Mani Farone
9ca7d1bf56
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2019-06-06 07:19:38 +00:00
Slavi Pantaleev
f40226459b
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2019-06-06 07:19:38 +00:00
Travis Ralston
490595cb35
Use new copy for big red box
2019-06-05 11:32:33 -06:00
Travis Ralston
42be1d633c
Do not fail on server liveliness checks during startup
...
Also warn about deprecated config option usage.
See https://github.com/vector-im/riot-web/issues/9828
2019-06-04 23:44:33 -06:00
Nathan Follens
858229aaf8
Translated using Weblate (West Flemish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/vls/
2019-06-04 16:31:07 +00:00
Nathan Follens
7c3d3319c1
Translated using Weblate (West Flemish)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/vls/
2019-06-04 14:19:36 +00:00
Marco Cafolla
30307a8ae2
Translated using Weblate (Scots)
...
Currently translated at 4.8% (1 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sco/
2019-06-04 14:19:36 +00:00
Walter
a7d06eee2d
Translated using Weblate (Russian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2019-06-04 14:19:35 +00:00
random
10affe0d9c
Translated using Weblate (Italian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2019-06-04 14:19:35 +00:00
Walter
6549ce57e6
Translated using Weblate (German)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2019-06-04 14:19:35 +00:00
Nathan Follens
dd636c1654
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2019-06-04 14:19:35 +00:00
Jeff Huang
4c43f7d102
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2019-06-04 14:19:35 +00:00
Besnik Bleta
6ea8c95c8c
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2019-06-04 14:19:35 +00:00
Nathan Follens
5cf6cef49d
Added translation using Weblate (West Flemish)
2019-06-03 10:22:59 +00:00
Marco Cafolla
786e9bafc8
Added translation using Weblate (Scots)
2019-06-02 00:25:01 +00:00
Szimszon
261bbea934
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2019-06-01 18:11:30 +00:00
Kévin C
a4b5c233b7
Translated using Weblate (French)
...
Currently translated at 100.0% (21 of 21 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2019-06-01 18:11:30 +00:00
Weblate
a38e5bde3a
Merge branch 'origin/develop' into Weblate.
2019-05-31 17:03:43 +00:00
Travis Ralston
1459bfe7be
Merge pull request #9892 from vector-im/travis/check-login-for-config
...
Use the user's pre-existing HS when config validation fails
2019-05-31 11:03:38 -06:00
Travis Ralston
81ec75f81d
Change warning message
2019-05-31 10:44:20 -06:00
Weblate
b62c1277e5
Merge branch 'origin/develop' into Weblate.
2019-05-31 08:57:05 +00:00
Jeff Huang
688d73b143
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2019-05-31 08:57:05 +00:00
Travis Ralston
c5461b4509
Don't try and render null avatars in desktop notifications
...
as much fun as http://localhost:8080/null is to see
2019-05-30 20:04:16 -06:00
IevgenVovk
bba3fc01c9
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/uk/
2019-05-30 20:19:28 +00:00
Walter
ed065fa43d
Translated using Weblate (German)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2019-05-30 20:19:28 +00:00
Travis Ralston
52c3ff02ae
appease the linter
2019-05-29 12:12:12 -06:00
Travis Ralston
48a634bff4
Use the user's pre-existing HS when config validation fails
...
Only applies if the user appears to be logged in. If the user is not logged in, we scream loudly.
This is a temporary measure for https://github.com/vector-im/riot-web/issues/9828
Fixes https://github.com/vector-im/riot-web/issues/9835
2019-05-29 12:07:31 -06:00
Walter
3e5bd82434
Translated using Weblate (Russian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2019-05-29 15:27:56 +00:00
Nathan Follens
bc264ceaaf
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2019-05-28 17:25:42 +00:00
Walter
d5dc7334a1
Translated using Weblate (Russian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2019-05-27 17:41:22 +00:00
Besnik Bleta
a11ae18577
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2019-05-27 12:19:23 +00:00
random
7ea1193015
Translated using Weblate (Italian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2019-05-26 07:19:22 +00:00
Szimszon
5b69e7268e
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2019-05-26 07:19:22 +00:00
Kévin C
1e61918d1c
Translated using Weblate (French)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2019-05-26 07:19:22 +00:00
Tirifto
ee67cf7d49
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2019-05-26 07:19:22 +00:00
wonx
58f20b4fe5
Translated using Weblate (Catalan)
...
Currently translated at 90.0% (18 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2019-05-26 07:19:22 +00:00
Mani Farone
9525989560
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2019-05-26 07:19:22 +00:00
Slavi Pantaleev
c600f328a1
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (20 of 20 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2019-05-26 07:19:22 +00: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
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
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
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
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
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
Matthew Hodgson
03b2766ca8
use right android app id
2019-05-04 17:28:02 +01:00
Travis Ralston
a5092dc763
Fix tests to use new server config options
2019-05-03 11:06:32 -06:00
Travis Ralston
bf97fd67b4
Handle cases of no default server
2019-05-03 11:06:32 -06:00
Travis Ralston
45caa8baab
Add a couple notes
2019-05-03 11:06:32 -06:00
Travis Ralston
ab6ba0e0d8
Add some clarity to the config options
2019-05-03 11:06:32 -06:00
Travis Ralston
e7bf643d8b
Don't repackage the ValidatedDiscoveryConfig
...
It's usable as-is, and we can add things to it when we need to (ie: integrations).
2019-05-03 11:06:32 -06:00
Travis Ralston
c8caf6797d
Move bulk of discovery processing to react-sdk
2019-05-03 11:06:32 -06:00
Travis Ralston
51941eae49
Add note to self
2019-05-03 11:06:32 -06:00
Travis Ralston
5445632026
Use new js-sdk properties for getting discovery errors
...
Requires https://github.com/matrix-org/matrix-js-sdk/pull/899
2019-05-03 11:06:32 -06:00
Travis Ralston
f08491cee8
Validate default homeserver config before loading the app
...
Implements the process described here: https://github.com/vector-im/riot-web/issues/9290#issuecomment-481966910
The expectation is that later layers (like the react-sdk) will make use of the `validated_discovery_config` option instead of interpreting the config themselves.
We intentionally block the UI from loading here to avoid races between discovery and the app loading.
2019-05-03 11:06:32 -06:00
J. Ryan Stinnett
d4de7f5df3
Delay creating the Favico
instance
...
This avoids a canvas permission prompt from appearing on page load for users in
Firefox's resist fingerprinting mode. The prompt will still happen once you log
in and receive a notification, but at least this prevents it from happening
during the initial app experience.
Fixes https://github.com/vector-im/riot-web/issues/9605
2019-05-02 13:29:25 +01:00
Nad Chishtie
c70a2925a8
More responsive styling.
2019-04-09 17:05:41 +02:00
Nad Chishtie
17788b2027
Improved responsive styling.
2019-04-09 16:40:41 +02:00
Nad Chishtie
527dc1982e
Updated branding.
2019-04-09 16:40:04 +02:00
Weblate
0a79496f0c
Merge branch 'origin/develop' into Weblate.
2019-04-08 08:37:28 +00:00
Maros Dumitru
1d23f8c2f4
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/ro/
2019-04-08 08:37:25 +00:00
Tuomas Hietala
8d27ed986c
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/fi/
2019-04-08 08:37:25 +00:00
Nathan Follens
9b8607fc64
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/nl/
2019-04-08 08:37:25 +00:00
Filip Š
a5993419c4
Added translation using Weblate (Slovenian)
2019-04-07 19:34:31 +00:00
Travis Ralston
b72ae197e5
Use a different cookie to expire any cookies people may already have
...
We also check for a specific value in case people set it to `true` for some reason.
2019-04-03 18:11:25 -06:00
Travis Ralston
0d2668f2b1
Step cookie down to 4 hours
2019-04-03 18:01:09 -06:00
Travis Ralston
b1c885a266
Expire mobile guide cookie after 24 hours
...
See https://github.com/vector-im/riot-web/issues/9360
This is to prevent it from always working. Cookies without an expiration are supposed to expire at the end of the session, however the nature of mobile browsers means that the session is unlikely to ever end.
2019-04-02 11:18:05 -06:00
David Baker
bc70577701
Deleted translation using Weblate (English (United Kingdom))
2019-04-01 11:00:31 +00:00
Weblate
076c7f54a8
Merge branch 'origin/develop' into Weblate.
2019-04-01 08:41:48 +00:00
random
0837affa24
Translated using Weblate (Italian)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/it/
2019-04-01 08:41:46 +00:00
Micheál Ó hÓgáin
c82d4f3e44
Translated using Weblate (Irish)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/ga/
2019-04-01 08:41:46 +00:00
Samu Voutilainen
a898aad667
Translated using Weblate (Finnish)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/fi/
2019-04-01 08:41:45 +00:00
Carmen Bianca Bakker
f0a997629d
Translated using Weblate (Esperanto)
...
Currently translated at 63.1% (12 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/eo/
2019-04-01 08:41:45 +00:00
Eden Tyler-Moss
8ecdb484c3
Translated using Weblate (English (United Kingdom))
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/en_GB/
2019-04-01 08:41:45 +00:00
Nathan Follens
128abb46d2
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/nl/
2019-04-01 08:41:45 +00:00
Besnik Bleta
bfa2101da0
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/sq/
2019-04-01 08:41:45 +00:00
J. Ryan Stinnett
fa10022496
Add key
to footer links to appease React
2019-03-29 15:58:41 +00:00
Jonas Jelten
5a051824c0
configure auth footer links through sdkconfig
...
Signed-off-by: Jonas Jelten <jelten@in.tum.de>
2019-03-28 12:32:10 +01:00
Eden Tyler-Moss
f4a0ff3642
Added translation using Weblate (English (United Kingdom))
2019-03-26 14:44:27 +00:00
Peter Vágner
9d133eea75
Translated using Weblate (Slovak)
...
Currently translated at 63.1% (12 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/sk/
2019-03-26 10:58:31 +00:00
Micheál Ó hÓgáin
8b3f473b60
Translated using Weblate (Irish)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/ga/
2019-03-18 09:26:43 +00:00
Gene Wood
723d28e549
Translated using Weblate (English (United States))
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/en_US/
2019-03-18 09:26:42 +00:00
Micheál Ó hÓgáin
fae63d04e0
Added translation using Weblate (Irish)
2019-03-17 01:41:44 +00:00
Paulo Miranda
fa44eccf6b
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2019-03-13 14:04:16 +00:00
Sheogorath
1f9e518535
Translated using Weblate (German)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/de/
2019-03-13 14:04:16 +00:00
roket1428
eb40efefd1
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/tr/
2019-03-11 10:00:49 +00:00
pogback
e7625d48f6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: http://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2019-03-11 10:00:49 +00:00
Weblate
0e2938d7b3
[matrix] -> Matrix
2019-02-28 14:10:31 +00:00
David Baker
3b70faee24
Translated using Weblate (Hungarian)
...
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/hu/
2019-02-27 17:41:48 +00:00
Weblate
f899c75d0c
Merge remote-tracking branch 'origin/develop' into develop
2019-02-27 17:33:01 +00:00
hectorfdezlopez
5266d1bc11
Translated using Weblate (Spanish)
...
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/es/
2019-02-27 17:32:58 +00:00
Herman S
3acc6ee5c9
Translated using Weblate (Norwegian Bokmål)
...
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/nb_NO/
2019-02-27 17:32:58 +00:00
Szimszon
2c0b47a1e9
Translated using Weblate (Hungarian)
...
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/hu/
2019-02-27 17:32:57 +00:00
Akarshan Biswas
ea0ce23ac7
Translated using Weblate (Hindi)
...
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/hi/
2019-02-27 17:32:57 +00:00
Sotiris Papatheodorou
d644a73595
Translated using Weblate (Greek)
...
Currently translated at 84.2% (16 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/el/
2019-02-27 17:32:57 +00:00
Fridtjof Mund
c3c9b63326
Translated using Weblate (German)
...
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/de/
2019-02-27 17:32:57 +00:00
Samu Voutilainen
b10ec4db37
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-02-27 17:32:57 +00:00
ButterflyOfFire
5d555e044d
Translated using Weblate (Arabic)
...
Currently translated at 89.4% (17 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ar/
2019-02-27 17:32:56 +00:00
Paulo Miranda
0a0aa1c591
Translated using Weblate (Portuguese (Brazil))
...
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/pt_BR/
2019-02-27 13:50:43 +00:00
Stanislav Lukeš
af2921d0c4
Translated using Weblate (Czech)
...
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/cs/
2019-02-27 09:51:04 +00:00
Joar Wandborg
4beeba6cf6
Translated using Weblate (Swedish)
...
Currently translated at 94.7% (19 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2019-02-25 10:57:37 +00:00
Tim Stahel
0c742e5424
Translated using Weblate (Swedish)
...
Currently translated at 94.7% (18 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2019-02-25 10:57:37 +00:00
Michael Telatynski
5a3b9ae454
more matching
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-02-24 01:38:21 +00:00
Michael Telatynski
717495c4e0
specify return types to match superclass
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-02-24 01:21:18 +00:00
Michael Telatynski
714570443d
Allow configuration of whether closing window closes or minimizes to tray
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2019-02-24 01:08:01 +00:00
Akarshan Biswas
c691b248a2
Translated using Weblate (Hindi)
...
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/hi/
2019-02-22 06:53:27 +00:00
Jaroslav
a4f541adad
Translated using Weblate (Ukrainian)
...
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/uk/
2019-02-21 19:05:02 +00:00
Herman S
b87f1f7713
Translated using Weblate (Norwegian Bokmål)
...
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/nb_NO/
2019-02-20 12:13:24 +00:00
Jordi Mallach
3391689d29
Translated using Weblate (Catalan)
...
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/ca/
2019-02-18 11:30:22 +00:00
Bruno Windels
2e60037d9f
add cache busting for app icons and msapp config xml
2019-02-15 16:11:33 +01:00
hectorfdezlopez
8766fcd089
Translated using Weblate (Galician)
...
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/gl/
2019-02-15 09:34:50 +00:00
pebles
df1ff65796
Translated using Weblate (Spanish)
...
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/es/
2019-02-15 09:05:40 +00:00
Марко М. Костић
1a6efb3a1c
Translated using Weblate (Serbian)
...
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/sr/
2019-02-15 08:10:53 +00:00
Weblate
af4cd46721
Merge remote-tracking branch 'origin/develop' into develop
2019-02-14 09:32:23 +00:00
tleydxdy
b3147af553
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 94.7% (18 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2019-02-14 09:32:17 +00:00
J. Ryan Stinnett
01f9e48b79
Re-enable theme setting at startup
2019-02-13 10:47:51 +00:00
J. Ryan Stinnett
9a90336238
Remove hack for Status theme
2019-02-13 10:47:51 +00:00
Weblate
8e2529f068
Merge remote-tracking branch 'origin/develop' into develop
2019-02-13 09:39:14 +00:00
csybr
3cec252729
Translated using Weblate (Norwegian Nynorsk)
...
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/nn/
2019-02-13 09:39:10 +00:00
Daniel Løvbrøtte Olsen
9d0a6ef96d
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 89.4% (17 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nb_NO/
2019-02-13 09:39:10 +00:00
Samu Voutilainen
a87cc41914
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-02-13 06:56:37 +00:00
J. Ryan Stinnett
678904dcfb
Allow configuring auth header logo
2019-02-11 16:29:50 +00:00
J. Ryan Stinnett
18d898cc1f
Convert VectorAuthHeaderLogo to modern code style
2019-02-11 16:15:04 +00:00
J. Ryan Stinnett
86ced4cdad
Allow configuring welcome background image
2019-02-11 16:15:04 +00:00
J. Ryan Stinnett
aea2b1ebc9
Convert VectorAuthPage to modern code style
2019-02-11 16:15:03 +00:00
Osoitz
52d1f3baa6
Translated using Weblate (Basque)
...
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/eu/
2019-02-11 16:10:33 +00:00
sergio
39e80fb404
Translated using Weblate (Russian)
...
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/ru/
2019-02-11 10:25:27 +00:00
Karol Kosek
029d85c39b
Translated using Weblate (Polish)
...
Currently translated at 84.2% (16 of 19 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2019-02-11 10:25:26 +00:00
csybr
9d4f3a96ee
Translated using Weblate (Norwegian Nynorsk)
...
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/nn/
2019-02-11 10:25:26 +00:00
Slavi Pantaleev
5849621db3
Translated using Weblate (Bulgarian)
...
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/bg/
2019-02-09 08:10:36 +00:00
Jeff Huang
369ae5f333
Translated using Weblate (Chinese (Traditional))
...
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/zh_Hant/
2019-02-09 01:18:36 +00:00
Daniel Løvbrøtte Olsen
54d73b320a
Translated using Weblate (Norwegian Nynorsk)
...
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/nn/
2019-02-08 23:08:50 +00:00
Szimszon
04876690f7
Translated using Weblate (Hungarian)
...
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/hu/
2019-02-08 20:57:01 +00:00
Krombel
0571de8a21
Translated using Weblate (German)
...
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/de/
2019-02-08 20:24:18 +00:00
sergio
001a4908d2
Translated using Weblate (Russian)
...
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/ru/
2019-02-08 19:38:16 +00:00
Brendan Abolivier
e79bc5dc1b
Translated using Weblate (French)
...
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/fr/
2019-02-08 19:14:52 +00:00
Besnik Bleta
a0f800e0be
Translated using Weblate (Albanian)
...
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/sq/
2019-02-08 19:00:23 +00:00
Weblate
790aba72db
Merge remote-tracking branch 'origin/develop' into develop
2019-02-08 17:59:04 +00:00
Albin Stjerna
157cae29ff
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2019-02-08 17:59:00 +00:00
sergio
3b26f53bb6
Translated using Weblate (Russian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2019-02-08 17:59:00 +00:00
J. Ryan Stinnett
b00fb0e96a
Remove Riot linkification
2019-02-08 09:18:01 +00:00
J. Ryan Stinnett
dd51cccd7c
Move home to welcome, remove unused images
2019-02-07 17:10:38 +00:00
J. Ryan Stinnett
489282e047
HomePage renamed to EmbeddedPage
2019-02-07 16:38:18 +00:00
Krombel
1e76ef7a24
Translated using Weblate (German)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2019-02-02 01:23:14 +00:00
J. Ryan Stinnett
10f178e429
Fix background URL
2019-02-01 14:25:18 -06:00
J. Ryan Stinnett
6b359df6c6
Merge pull request #8364 from jryans/auth-bg
...
Add auth background image and update Riot logo
2019-02-01 14:13:36 -06:00
J. Ryan Stinnett
8bac9efd4c
Update Riot logo
2019-02-01 13:04:48 -06:00
Bruno Windels
f22c02ecc6
update i18n
2019-02-01 20:00:13 +01:00
J. Ryan Stinnett
bf0b2ea101
Add glass effect
2019-02-01 12:10:55 -06:00
J. Ryan Stinnett
42a3668efa
Add background image to auth pages
2019-02-01 10:31:40 -06:00
Albin Stjerna
d2fd997d77
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2019-02-01 14:04:10 +00:00
J. Ryan Stinnett
3eb550a15c
Spell homeserver correctly
2019-01-31 18:52:49 -06:00
csybr
69758f32dc
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 94.5% (35 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nn/
2019-01-31 22:30:32 +00:00
Daniel Løvbrøtte Olsen
a1c0a05804
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 67.5% (25 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nb_NO/
2019-01-31 22:30:32 +00:00
Bastian
55652e5b04
Translated using Weblate (German)
...
Currently translated at 94.5% (35 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2019-01-31 22:30:31 +00:00
Kévin C
7e81671c39
Translated using Weblate (French)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2019-01-31 22:30:31 +00:00
tleydxdy
a476da0230
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 97.2% (36 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2019-01-31 22:30:31 +00:00
Slavi Pantaleev
7640f2768d
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2019-01-30 21:44:23 +00:00
Szimszon
e96d773f04
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2019-01-30 20:15:28 +00:00
Besnik Bleta
cd96cf9cd7
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2019-01-30 17:14:52 +00:00
Kévin C
2ed598b09d
Translated using Weblate (French)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2019-01-30 16:04:15 +00:00
Daniel Løvbrøtte Olsen
d3df768f16
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 94.5% (35 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nn/
2019-01-30 14:36:22 +00:00
Jeff Huang
814255bfd0
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2019-01-30 13:13:58 +00:00
Weblate
2cc6f36b68
Merge remote-tracking branch 'origin/develop' into develop
2019-01-30 12:49:44 +00:00
Júlio Maranhão
a6409ee82d
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2019-01-30 12:49:44 +00:00
Sotiris Papatheodorou
c58b848cef
Translated using Weblate (Greek)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/el/
2019-01-30 12:49:43 +00:00
Jordi Mallach
4966148432
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2019-01-30 12:49:42 +00:00
J. Ryan Stinnett
b96fa43376
Tweak auth overflow on Windows and Linux
2019-01-29 10:20:11 -06:00
J. Ryan Stinnett
b0e4a9b08b
Clean up Custom Server Help dialog
2019-01-28 21:04:38 -06:00
David Baker
03de7f9901
Cache-bust olm.wasm
...
In the same way as we now do images/fonts
2019-01-28 14:09:28 +00:00
Paulo Miranda
8add007cf3
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2019-01-25 03:36:27 +00:00
David Baker
c773fcb946
Add target="_blank" to footer links
...
See https://github.com/matrix-org/matrix-react-sdk/pull/2496
2019-01-24 17:14:42 +00:00
David Baker
0022834af4
Merge pull request #8241 from vector-im/dbkr/fix_platform_name
...
Fix device names on desktop
2019-01-23 17:15:56 +00:00
David Baker
9aad7042a2
Fix device names on desktop
...
Apparently I really had a bad day with includes / indexOf
2019-01-23 16:53:50 +00:00
David Baker
9aa8b32df8
Merge pull request #8238 from vector-im/dbkr/lt_gt_desktop_notifs
...
Fix literal </> in notifications
2019-01-23 16:14:39 +00:00
David Baker
25ef0913bb
Fix registration nextLink on desktop
...
Another instance of detecting the file: protocol
Fixes https://github.com/vector-im/riot-web/issues/8235
2019-01-23 15:25:04 +00:00
David Baker
a5ed5be3cf
Fix literal </> in notifications
...
Apparently I couldn't decide whether I was writing indexOf(...) > -1
or .includes()
Fixes https://github.com/vector-im/riot-web/issues/8230
2019-01-23 14:47:31 +00:00
J. Ryan Stinnett
6d7492d92a
Add Riot logo via more targeted replacement
2019-01-22 22:41:16 -06:00
J. Ryan Stinnett
a2c84e7702
Remove dots between footer links
2019-01-22 19:51:24 -06:00
Adolfo Jayme-Barrientos
7a9a5e8dc3
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2019-01-22 13:22:16 +00:00
Paulo Miranda
9da35a7980
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2019-01-22 11:51:22 +00:00
J. Ryan Stinnett
41adcdc898
Rename LoginPage, Header, Footer views to Auth*
2019-01-21 19:11:57 -06:00
J. Ryan Stinnett
e98346e7cd
Rename login directory to auth
2019-01-21 17:46:03 -06:00
J. Ryan Stinnett
7a3df1c7d6
Support image URLs in HTML templates
...
Expands the image build process to also support the right paths when used in
HTML templates.
2019-01-18 08:39:16 -06:00
Travis Ralston
e3d807b053
Merge pull request #8156 from vector-im/develop
...
Develop->Experimental
2019-01-17 16:00:52 -07:00
Weblate
e0b4875615
Merge remote-tracking branch 'origin/develop' into develop
2019-01-17 10:16:34 +00:00
Paulo Miranda
bbfd1448c5
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2019-01-17 10:16:34 +00:00
Paulo Miranda
d482d3c907
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt/
2019-01-17 10:16:34 +00:00
J. Ryan Stinnett
99b5695fec
Fix SdkConfig import to use transformed module
...
This was originally added in #7755 , which pulled in the original source for the
module, breaking ancient browsers without support for classes (#8082 ).
2019-01-11 17:51:19 -06:00
J. Ryan Stinnett
05f9cf453d
Fix SdkConfig import to use transformed module
...
This was originally added in #7755 , which pulled in the original source for the
module, breaking ancient browsers without support for classes (#8082 ).
2019-01-11 17:37:20 -06:00
David Baker
373c587ef8
Merge pull request #8003 from vector-im/develop
...
Merge develop into experimental
2019-01-03 18:56:03 +00:00
Paulo Miranda
ca024673b9
Translated using Weblate (Portuguese)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt/
2019-01-03 14:55:05 +00:00
Weblate
ef7d8a6d94
Merge remote-tracking branch 'origin/develop' into develop
2019-01-03 10:09:38 +00:00
Le Dang Trung
0cc8027fd9
Translated using Weblate (Vietnamese)
...
Currently translated at 48.6% (18 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/vi/
2019-01-03 10:09:38 +00:00
David Baker
9e085511fd
Merge pull request #7943 from vector-im/dbkr/electron_custom_protocol
...
Electron: Load app from custom protocol
2019-01-03 10:09:31 +00:00
Le Dang Trung
344184f239
Added translation using Weblate (Vietnamese)
2018-12-25 03:54:18 +00:00
David Baker
751a1dc543
Add tool to migrate logins between origins
...
App checks at startup for an existing session, if there isn't one,
it will start the tool to check for a login in the file:// origin.
If there is one, it will copy the login over to the vector://vector
origin.
In principle this could also be used to migrate logins between
other origins on the web if this were ever required.
This includes a minified copy of the browserified js-sdk with
a getAllEndToEndSessions() function added to the crypto store
(https://github.com/matrix-org/matrix-js-sdk/pull/812 ). This is
not great, but for a short-lived tool this seems better than
introducing more entry points into webpack only used for the
electron app.
2018-12-21 19:14:25 +00:00
David Baker
4274c7287a
Fix the IndexedDB worker
...
Looks like this was broken in the webpack 4 upgrade due to the
worker script setter and the bundle being re-ordered in index.html.
* Remove the loop: we only use two scripts now, so import them
explicitly
* Remove outdated olm import code.
* Stop generating a script import for each theme: we were pulling
in 3 js files that did absolutely nothing.
* Fix worker 'onmessage' scope (set it as a global rather than
trying to make it an ES6 module which it isn't).
* Fail hard if the indexeddb worker script isn't set to avoid
this happening again.
2018-12-20 11:11:52 +00:00
Weblate
2830b6caf4
Merge remote-tracking branch 'origin/develop' into develop
2018-12-20 07:49:36 +00:00
David Baker
baf3df5736
Merge pull request #7920 from vector-im/dbkr/fix_indexeddb_worker
...
Fix the IndexedDB worker
2018-12-20 07:49:29 +00:00
David Baker
7527bdd2c7
Fix the IndexedDB worker
...
Looks like this was broken in the webpack 4 upgrade due to the
worker script setter and the bundle being re-ordered in index.html.
* Remove the loop: we only use two scripts now, so import them
explicitly
* Remove outdated olm import code.
* Stop generating a script import for each theme: we were pulling
in 3 js files that did absolutely nothing.
* Fix worker 'onmessage' scope (set it as a global rather than
trying to make it an ES6 module which it isn't).
* Fail hard if the indexeddb worker script isn't set to avoid
this happening again.
2018-12-19 22:05:04 +00:00
Weblate
7b43ec757c
Merge remote-tracking branch 'origin/develop' into develop
2018-12-19 15:05:01 +00:00
J. Ryan Stinnett
8cd37d28da
Clarify line number instructions
...
Signed-off-by: J. Ryan Stinnett <jryans@gmail.com>
2018-12-19 15:04:54 +00:00
Weblate
76833d478b
Merge remote-tracking branch 'origin/develop' into develop
2018-12-19 09:48:16 +00:00
David Baker
ff45dc6430
Remove unused commented line
2018-12-19 09:29:05 +00:00
David Baker
0c428efea0
lint
2018-12-18 18:03:47 +00:00
David Baker
19f1489c92
Run the Desktop app in a sandbox
...
* Turn off node integration in the electron renderer process
* Enable the chromium sandbox to put the renderer into its own process
* Expose just the ipc module with a preload script
* Introduce a little IPC call wrapper so we can call into the
renderer process and await on the result.
* Use this in a bunch of places we previously used direct calls
to electron modules.
* Convert other uses of node, eg. use of process to derive the
platform (just look at the user agent)
* Strip out the desktopCapturer integration which doesn't appear
to have ever worked (probably best to just wait until
getDisplayMedia() is available in chrome at this point:
https://github.com/vector-im/riot-web/issues/4880 ).
2018-12-18 17:42:55 +00:00
random
0daf7c9af7
Translated using Weblate (Italian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-12-18 01:22:08 +00:00
Akarshan Biswas
868ec82997
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hi/
2018-12-10 13:54:17 +00:00
angelo-martinovic
d0a35f378b
Translated using Weblate (Croatian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hr/
2018-12-05 17:37:24 +00:00
angelo-martinovic
2648fe066e
Added translation using Weblate (Croatian)
2018-12-05 16:26:02 +00:00
Weblate
844dbcf740
Merge remote-tracking branch 'origin/develop' into develop
2018-11-29 21:56:33 +00:00
Travis Ralston
373f850002
Safely bind console.log and default withLogs to true
2018-11-29 13:13:46 -07:00
Travis Ralston
ac34ca11df
Appease the linter
2018-11-27 16:11:58 -07:00
Travis Ralston
710e295b44
Add a function to send a rageshake from the console
...
This is mostly useful for cases when the UI is broken or the user can't access the button because they aren't logged in. This is particularly helpful for troubleshooting issues with .well-known discovery if/when they come up.
Ref: https://github.com/vector-im/riot-web/issues/4802
2018-11-27 16:03:37 -07:00
Bruno Windels
22a1a7343b
Merge branch 'develop' into experimental
2018-11-26 13:11:03 +01:00
Weblate
c3b05cb34e
Merge remote-tracking branch 'origin/develop' into develop
2018-11-23 07:53:16 +00:00
David Baker
704a599811
Put back modernizr import
...
In a way that hopefully makes the linter happy and makes it implicit
that it's side-effecting a global.
2018-11-22 18:27:53 +00:00
David Baker
1dfaf70562
Revert "Revert "Run lint on travis builds and use modern node versions""
2018-11-22 18:25:55 +00:00
Weblate
dc92b126c7
Merge remote-tracking branch 'origin/develop' into develop
2018-11-22 18:18:06 +00:00
David Baker
f701e2601a
Revert "Run lint on travis builds and use modern node versions"
2018-11-22 18:17:09 +00:00
Weblate
8cb8890ab3
Merge remote-tracking branch 'origin/develop' into develop
2018-11-22 18:01:09 +00:00
David Baker
a7a5679bfa
Merge pull request #7490 from aaronraimist/lint
...
Run lint on travis builds and use modern node versions
2018-11-22 18:01:04 +00:00
Weblate
9eaba3d3f5
Merge remote-tracking branch 'origin/develop' into develop
2018-11-22 16:32:45 +00:00
David Baker
092ae7ef2f
Fix missing js-sdk logging
...
Some of the js-sdk logging was going missing due to js-sdk's
loglevel library being initialised before the rageshake logging.
Fix by doing the rageshake setup within an import, as commented.
2018-11-22 16:21:55 +00:00
David Baker
bbb128b672
Merge branch 'develop' into lint
2018-11-22 11:23:02 +00:00
Bruno Windels
c7c271fb01
Merge branch 'develop' into experimental
2018-11-21 10:38:16 +00:00
Akarshan Biswas
c15151a0af
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hi/
2018-11-16 19:36:37 +00:00
Akarshan Biswas
06740e5480
Translated using Weblate (Hindi)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hi/
2018-11-16 15:09:25 +00:00
toriko
d3cae13552
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2018-11-13 18:19:26 +00:00
Victor Grousset
ae90b9877a
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2018-11-06 12:22:01 +00:00
పవి
e19dbe4f3b
Translated using Weblate (Telugu)
...
Currently translated at 27.0% (10 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/te/
2018-10-29 05:23:04 +00:00
Bruno Windels
18daa186b0
Merge branch 'develop' into experimental
2018-10-26 15:33:57 +02:00
Travis Ralston
10efaaa078
Merge branch 'develop' into lint
2018-10-25 16:06:02 -06:00
David Baker
9b80aa76ce
Merge pull request #7385 from vector-im/dbkr/wasm
...
Support WebAssembly version of Olm
2018-10-25 15:58:24 +01:00
Bruno Windels
c68770c0aa
ignore setting and always show dharma theme for now
2018-10-23 15:51:06 +02:00
Aaron Raimist
c470e2dcfb
Actually I'll just fix the errors myself and get rid of lintwithexclusions
...
I seemingly need babel-eslint version 8 for VectorHomePage.js but might as well just upgrade to version 10
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-19 21:04:55 -05:00
Aaron Raimist
fe11ae73db
Run lintwithexclusions on travis builds
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-19 20:59:07 -05:00
Aaron Raimist
6abd1de8b8
eslint --fix on src/
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-19 20:59:06 -05:00
Weblate
deaeb1a715
Merge remote-tracking branch 'origin/develop' into develop
2018-10-18 18:26:13 +00:00
David Baker
2854c0969b
Don't set tags on notifications
...
They are to suppress notifications that don't want to be shown in
addition to each other. This makes no sense for our notifications:
they're each for independent messages. Also settings tags on
notifications makes electron crash on windows when you close the
notif, as per https://github.com/vector-im/riot-web/issues/7512
2018-10-18 19:07:59 +01:00
Weblate
1de5e61888
Merge remote-tracking branch 'origin/develop' into develop
2018-10-18 17:44:16 +00:00
David Baker
47493fa7d9
Merge branch 'master' into develop
2018-10-18 18:43:58 +01:00
David Baker
bb907d49c9
Typo
2018-10-18 18:35:01 +01:00
David Baker
231ca253f2
Stop electron crashing
...
Workaround temporarily by not closing notifs on win32 as per
comment.
Fixes https://github.com/vector-im/riot-web/issues/7512
2018-10-18 18:31:06 +01:00
Tom Van Eyck
8e9d7d97f6
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2018-10-16 08:37:31 +00:00
Travis Ralston
47ade14e07
Merge pull request #6831 from MTRNord/patch-8
...
Fix Tinter.setTheme to not fire using Firefox
2018-10-12 13:55:43 -06:00
David Baker
80f0964342
Translated using Weblate (English (United States))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/en_US/
2018-10-11 09:58:31 +00:00
Weblate
3488f04dd4
Merge remote-tracking branch 'origin/develop' into develop
2018-10-09 03:18:28 +00:00
Aaron Raimist
d836ad8dbc
Undo turning warnings back on ( #7409 )
...
I guess that turns on warnings for everything, not just riot-web
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-05 11:05:25 -05:00
Aaron Raimist
d035efb14e
Fix lint warnings and turn warnings back on ( #7409 )
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-05 10:41:45 -05:00
Aaron Raimist
401c85ad5b
Fix Promise.defer warnings in WebPlatform.js ( #7409 )
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-05 10:23:06 -05:00
Aaron Raimist
54c46df0dc
Fix Promise.defer warnings in index.js ( #7409 )
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-05 10:23:06 -05:00
Aaron Raimist
a5fb33de02
Fix Promise.defer warnings in getconfig.js ( #7409 )
...
Signed-off-by: Aaron Raimist <aaron@raim.ist>
2018-10-05 10:23:05 -05:00
David Baker
e277d02f83
Merge remote-tracking branch 'origin/develop' into dbkr/wasm
2018-10-05 14:04:43 +01:00
Weblate
218da8a18a
Merge remote-tracking branch 'origin/develop' into develop
2018-10-05 12:25:31 +00:00
David Baker
e28180f3d5
Merge pull request #7462 from vector-im/dbkr/gone_away_is_the_bluebird
...
Silence bluebird warnings
2018-10-05 13:25:26 +01:00
David Baker
bccccb2758
Silence bluebird warnings
2018-10-05 12:15:29 +01:00
Besnik Bleta
46587450cb
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2018-10-05 10:10:27 +00:00
Besnik Bleta
f17712fab3
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2018-10-05 10:06:27 +00:00
David Baker
c5ee92f4c3
Fall back to legacy asm.js Olm
2018-10-04 20:11:34 +01:00
David Baker
4f5b61b798
Translated using Weblate (English (United States))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/en_US/
2018-10-04 17:33:38 +00:00
Weblate
085dcfe7bc
Merge remote-tracking branch 'origin/develop' into develop
2018-10-04 11:45:20 +00:00
toriko
b6d5f350e4
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2018-10-04 11:45:19 +00:00
David Baker
a356264801
Fix double-closed tags
2018-10-04 10:49:28 +01:00
IMIN
70319e4939
Translated using Weblate (Korean)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2018-10-03 04:53:44 +00:00
IMIN
20ce990763
Translated using Weblate (Korean)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2018-10-02 17:45:43 +00:00
David Baker
30f0a7932b
Merge remote-tracking branch 'origin/develop' into dbkr/wasm
2018-10-02 16:58:31 +01:00
giqtaqisi
18f8ea8519
Translated using Weblate (Lojban)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/jbo/
2018-10-01 15:04:21 +00:00
giqtaqisi
a1a417329c
Translated using Weblate (Lojban)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/jbo/
2018-10-01 13:12:29 +00:00
giqtaqisi
2d78bc95ec
Translated using Weblate (Lojban)
...
Currently translated at 62.1% (23 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/jbo/
2018-10-01 08:41:19 +00:00
Silvano
4f720e9c3b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-10-01 08:41:19 +00:00
Ryu SASAOKA
0374c91ee7
Translated using Weblate (English (United States))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/en_US/
2018-10-01 08:41:19 +00:00
giqtaqisi
f3ee639dcc
Added translation using Weblate (Lojban)
2018-09-30 14:30:15 +00:00
toriko
74a2b5a958
Translated using Weblate (Japanese)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2018-09-30 09:58:26 +00:00
David Baker
894e31fe73
Don't show mobile guide if deep linking
...
Other part of https://github.com/vector-im/riot-web/issues/7378
2018-09-28 11:23:46 +01:00
David Baker
ac81080185
Merge pull request #7408 from vector-im/dbkr/unnecessary_custom_server
...
Don't show custom server bit on matrix.org
2018-09-28 10:32:06 +01:00
David Baker
bc8323f96b
Don't show custom server bit on matrix.org
...
On mobile guide
Part of https://github.com/vector-im/riot-web/issues/7378
2018-09-27 18:19:33 +01:00
Matthew Hodgson
a38661c0f0
Merge pull request #7387 from vector-im/matthew/webpack4
...
Webpack4
2018-09-27 16:21:43 +01:00
David Baker
1f34d2d644
Kill off olm-loader
...
Now that Olm needs to be inited asynchronously anyway, we can just
pass the options to Olm.init(), and as long as we do that before we
start the js-sdk, we're all good.
This will means the olm js is now part of the main bundle but since
it's now just a wrapper around the wasm, this is probably faster.
Also add the directwatch flag to olm.wasm because otherwise it
doesn't seem to copy the file in watch mode...
2018-09-26 16:44:52 +01:00
Matthew Hodgson
c57c653535
Merge branch 'develop' into matthew/webpack4
2018-09-26 00:15:56 +01:00
Silvano
07b56426ad
Translated using Weblate (Italian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-09-25 22:54:39 +00:00
Adolfo Jayme-Barrientos
43f9f2a0f2
Translated using Weblate (Catalan)
...
Currently translated at 97.2% (36 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-09-25 22:54:38 +00:00
ali almi
d01824f711
Translated using Weblate (Arabic)
...
Currently translated at 81.0% (30 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ar/
2018-09-25 22:54:38 +00:00
David Baker
c511902356
Support WebAssembly version of Olm.
...
* Olm no longer supports setting the stack/memory size at runtime,
so don't (they're now set to be that in the Olm build).
* Copy the wasm file from the Olm library (see multiple comments
about it being in the wrong place and webpack being awful).
2018-09-25 17:55:41 +01:00
Ionut Zaharia
1b8f1f5610
Translated using Weblate (Romanian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ro/
2018-09-11 21:09:43 +00:00
Victor Grousset
11a1915e61
Translated using Weblate (Esperanto)
...
Currently translated at 97.2% (36 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2018-09-10 10:48:55 +00:00
Weblate
22abe5a815
Merge remote-tracking branch 'origin/develop' into develop
2018-09-05 14:48:11 +00:00
Bruno Windels
d10fda36af
fix config not loading correctly anymore
2018-09-05 16:38:00 +02:00
Weblate
f47a9f93a5
Merge remote-tracking branch 'origin/develop' into develop
2018-09-05 10:31:06 +00:00
Weblate
8ef2eec504
Merge remote-tracking branch 'origin/develop' into develop
2018-09-05 10:21:41 +00:00
David Baker
e23195fd86
Conditionally show custom server bit
2018-09-04 10:08:52 +01:00
David Baker
9c8ef4240c
Instructions for installing mobile apps
...
Replace the native js dialog with a page telling you how to
download the apps and how to set your HS URL.
2018-09-03 20:38:30 +01:00
Andri
daa3e1351b
Translated using Weblate (English (United States))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/en_US/
2018-09-03 13:39:34 +00:00
David Baker
e2bad5bdc8
Tidy up index.js
...
Non-functional changes (before I start messing with it).
Switch to import, move code out of the top level, switch to one
consistent way of declaring functions, keep imports at the top.
2018-09-03 13:01:52 +01:00
Andri
2209059e84
Translated using Weblate (English (United States))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/en_US/
2018-08-30 14:55:19 +00:00
Andrey Silversburg
b335da75db
Translated using Weblate (Indonesian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/id/
2018-08-30 14:49:14 +00:00
csybr
2041b77b39
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nn/
2018-08-30 10:33:44 +00:00
csybr
f7f21a006e
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 37.8% (14 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nb_NO/
2018-08-30 10:33:44 +00:00
vejetaryenvampir
a76908e2fd
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/tr/
2018-08-23 14:38:30 +00:00
csybr
f79da66c36
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nn/
2018-08-23 14:38:30 +00:00
random
8a64b47644
Translated using Weblate (Italian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-08-23 14:38:30 +00:00
vejetaryenvampir
a3b1b1ec60
Translated using Weblate (Turkish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/tr/
2018-08-20 19:19:30 +00:00
Mary Ghelaghutashvili
1d00254d6c
Translated using Weblate (Georgian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ka/
2018-08-14 08:24:43 +00:00
Mary Ghelaghutashvili
2e1392ccf8
Added translation using Weblate (Georgian)
2018-08-14 06:51:27 +00:00
maraf24
fce68e491a
Translated using Weblate (Polish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2018-08-13 15:01:19 +00:00
csybr
2a4b322ec1
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nn/
2018-08-13 15:01:19 +00:00
Moo
95018efa52
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lt/
2018-08-13 15:01:19 +00:00
Szimszon
f31f16cd0d
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-08-13 15:01:19 +00:00
ButterflyOfFire
5df085848b
Translated using Weblate (Arabic)
...
Currently translated at 16.2% (6 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ar/
2018-08-13 15:01:18 +00:00
Moo
1d50eb0d7f
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lt/
2018-08-12 21:17:27 +00:00
csybr
789ec0baef
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nn/
2018-08-12 18:27:43 +00:00
csybr
30d7ee892e
Added translation using Weblate (Norwegian Nynorsk)
2018-08-11 16:47:25 +00:00
kR
ad9f786646
Translated using Weblate (Polish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2018-08-02 10:57:46 +00:00
pebles
b05a8b6dd3
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/es/
2018-07-30 17:25:03 +00:00
Kyf Lee
d3f94a4847
Translated using Weblate (Korean)
...
Currently translated at 94.5% (35 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2018-07-30 11:23:53 +00:00
Marcel
5b32ecb719
[Tinter.setTheme fix] add missing comment and move old to correct position
2018-07-24 13:38:49 +02:00
Kyf Lee
6cd979d8d3
Translated using Weblate (Korean)
...
Currently translated at 94.5% (35 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ko/
2018-07-20 14:01:38 +00:00
Hugues De Keyzer
c6c2a77c3a
Translated using Weblate (French)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2018-07-20 14:01:38 +00:00
Miguel Branco
47cfe7a877
Translated using Weblate (Galician)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/gl/
2018-06-20 09:14:17 +00:00
Sandipan Banerjee
a182174fba
Translated using Weblate (Bengali (India))
...
Currently translated at 2.7% (1 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bn_IN/
2018-06-20 09:14:16 +00:00
Paweł Kozioł
ef91fce621
Translated using Weblate (Polish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2018-06-19 20:22:43 +00:00
Kenneth Larsson
9fa5f16ca0
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2018-06-12 13:40:04 +00:00
Yao Wei
5d7fb0e388
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2018-06-12 13:40:03 +00:00
Kenneth Larsson
17180d31d7
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2018-06-06 14:41:12 +00:00
Iulian
65f101e7bb
Translated using Weblate (Romanian)
...
Currently translated at 8.1% (3 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ro/
2018-06-06 14:41:11 +00:00
Marcel
58de839621
Fix Tinter.setTheme to not fire using Firefox
...
This if checks if we got a Firefox using a variable that is undefined everywhere except in Firefox. In Firefox because of how it renders the DOM ensure that css is always loaded before it loads/runs the js code. Therefor onload 1. never triggers and 2. we can just call setTheme.
2018-05-31 22:32:29 +02:00
Sveinn í Felli
787252ef81
Translated using Weblate (Icelandic)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/is/
2018-05-28 08:46:13 +00:00
Joachim Nielandt
b80180df22
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2018-05-28 07:13:36 +00:00
Iulian
fb7a8b7696
Added translation using Weblate (Romanian)
2018-05-26 03:41:22 +00:00
Simone Salsi
14f5d2a489
Translated using Weblate (Italian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-05-18 10:17:13 +00:00
Sotiris Papatheodorou
fece64039d
Translated using Weblate (Greek)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/el/
2018-05-14 16:45:24 +00:00
Jan Kudrik
b93f98252b
Translated using Weblate (Czech)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/cs/
2018-05-11 20:47:02 +00:00
David Baker
8f4953c182
Merge branch 'develop' into webpack4
2018-05-11 16:27:50 +01:00
Xose M
0771549ef3
Translated using Weblate (Galician)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/gl/
2018-05-11 10:44:09 +00:00
Sotiris Papatheodorou
445a5b4f38
Translated using Weblate (Greek)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/el/
2018-05-10 11:17:21 +00:00
Luke Barnard
7f50fb3023
Merge branch 'master' into develop
2018-05-09 13:32:06 +01:00
Simone Salsi
83d9ca080a
Translated using Weblate (Italian)
...
Currently translated at 97.2% (36 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-05-09 10:51:52 +00:00
Walter
a8a5d9e053
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/uk/
2018-05-04 17:55:51 +00:00
daniel tygel
5bab9a7e34
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2018-05-04 17:18:52 +00:00
Kenneth Larsson
81c2bf6814
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2018-05-03 20:29:24 +00:00
Goudarz Jafari
d2e4d3bc1c
Translated using Weblate (Persian)
...
Currently translated at 97.2% (36 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fa/
2018-04-30 15:18:30 +00:00
Peter Vágner
181efcfbae
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/
2018-04-28 21:43:22 +00:00
Weblate
d291a7cccd
Merge remote-tracking branch 'origin/develop' into develop
2018-04-27 14:42:42 +00:00
David Baker
5c722f31ff
Merge pull request #6625 from vector-im/luke/fix-compatibility-page
...
Enforce loading babel-polyfill first
2018-04-27 15:42:37 +01:00
Luke Barnard
9b055171ab
Enforce loading babel-polyfill first
...
This is to avoid loading anything before loading the polyfill, otherwise
we risk loading dependencies (such as React) before it.
This was causing the compatibility page to fail somehow.
See https://github.com/facebook/react/issues/8379
Fixes https://github.com/vector-im/riot-web/issues/6562
2018-04-27 13:32:09 +01:00
MTRNord
02a185f2fe
Update Webpack to version 4
2018-04-27 11:32:59 +02:00
Марко М. Костић
53f44c5459
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2018-04-26 17:01:56 +00:00
David Baker
981bd94615
Change CSS dependencies to not hardcoded paths
...
Add add direct dependencies on the packages they come from, because
referring to them by path like this doesn't work in a frash
checkout / npm install because of how npm lays out the packages.
2018-04-25 17:33:18 +01:00
Ivan Shapovalov
ae3158ff00
Translated using Weblate (Russian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
я думаю, сленговое "релиз" даже более знакомо и читабельно, чем "выпуск"
2018-04-25 10:21:59 +00:00
Ivan Shapovalov
ed51a8794d
Translated using Weblate (Russian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2018-04-24 09:44:13 +00:00
Osoitz
c94d5c1a9a
Translated using Weblate (Basque)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eu/
2018-04-23 04:14:14 +00:00
Megumin
9eb449484e
Translated using Weblate (Icelandic)
...
Currently translated at 67.5% (25 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/is/
2018-04-21 19:28:44 +00:00
RainSlide
5aed7a375d
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-04-21 19:28:44 +00:00
Kévin C
aa82513c7e
Translated using Weblate (French)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2018-04-21 13:08:51 +00:00
Ralitsa Bozhkova
4107c64ac2
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-04-21 11:38:25 +00:00
Sveinn í Felli
ff214c48f5
Translated using Weblate (Icelandic)
...
Currently translated at 59.4% (22 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/is/
2018-04-21 08:08:10 +00:00
Sveinn í Felli
a012522e88
Translated using Weblate (Icelandic)
...
Currently translated at 37.8% (14 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/is/
2018-04-21 07:08:20 +00:00
Gergely Bakos
9036f14e84
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-04-21 06:33:13 +00:00
Yao Wei
e450f31588
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2018-04-21 02:43:48 +00:00
Andrey
7c15c6847b
Translated using Weblate (Russian)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2018-04-20 18:49:50 +00:00
RainSlide
9cb26c8748
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-04-20 16:14:07 +00:00
Bamstam
1396a26b6d
Translated using Weblate (German)
...
Currently translated at 100.0% (37 of 37 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2018-04-20 14:57:23 +00:00
David Baker
8d88e3be11
Run i18n and prune i18n
...
Any translations added to components now in react-sdk should be
merged over to react-sdk in 196b855cd5
2018-04-20 15:53:35 +01:00
Morten Juhl-Johansen Zölde-Fej
189e7e628b
Translated using Weblate (Danish)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/da/
2018-04-20 14:18:28 +00:00
Weblate
1d43870433
Merge branch 'develop' of https://github.com/vector-im/riot-web into develop
...
Conflicts:
src/i18n/strings/da.json
src/i18n/strings/eo.json
src/i18n/strings/fr.json
src/i18n/strings/hu.json
src/i18n/strings/ja.json
src/i18n/strings/nl.json
src/i18n/strings/pl.json
src/i18n/strings/sk.json
src/i18n/strings/zh_Hans.json
2018-04-20 14:17:09 +00:00
adrian-007
33920d72f6
Translated using Weblate (Polish)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2018-04-20 14:04:19 +00:00
Megumin
4b8985f850
Translated using Weblate (Icelandic)
...
Currently translated at 56.1% (124 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/is/
2018-04-20 14:04:19 +00:00
Gergely Bakos
0be1d8e854
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-04-20 14:04:19 +00:00
Kévin C
db3db2c49e
Translated using Weblate (French)
...
Currently translated at 99.5% (220 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2018-04-20 14:04:19 +00:00
RainSlide
fb2f063f58
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-04-20 14:04:18 +00:00
Val
1853e55431
Translated using Weblate (French)
...
Currently translated at 98.6% (218 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2018-04-20 06:23:09 +00:00
Szimszon
d90cd33541
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-04-18 19:35:24 +00:00
Peter Vágner
45b62e9866
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/
2018-04-18 15:31:04 +00:00
toriko
6b509a1222
Translated using Weblate (Japanese)
...
Currently translated at 99.0% (219 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2018-04-18 15:31:04 +00:00
RainSlide
316a1b835f
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-04-18 15:31:03 +00:00
Matthew Hodgson
104a4150ae
PR feedback; fix staticness and add ;s
2018-04-18 16:20:42 +01:00
Matthew Hodgson
e046a72750
flesh out status todo comment
2018-04-18 16:20:32 +01:00
Matthew Hodgson
df3fb83da3
move deps to sdk for stuff now in the sdk
2018-04-18 10:53:17 +01:00
Matthew Hodgson
7ee534388b
convert VectorHomePage into ES6 and have it nicely override HomePage
2018-04-18 10:20:35 +01:00
lighthawk
c84d279d69
Translated using Weblate (Japanese)
...
Currently translated at 65.6% (145 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2018-04-17 03:08:29 +00:00
toriko
21ee1828b3
Translated using Weblate (Japanese)
...
Currently translated at 63.3% (140 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2018-04-17 01:39:58 +00:00
Sveinn í Felli
96ef7b4075
Translated using Weblate (Icelandic)
...
Currently translated at 52.4% (116 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/is/
2018-04-16 09:31:51 +00:00
Sveinn í Felli
f14e725d13
Translated using Weblate (Icelandic)
...
Currently translated at 50.6% (112 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/is/
2018-04-16 09:10:57 +00:00
Nathan van Beelen
f1ff09f303
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2018-04-16 08:32:06 +00:00
Matthew Hodgson
ce36dec767
run prune-i18n to bring translations inline now most are moved to react-sdk
2018-04-15 23:22:26 +01:00
Matthew Hodgson
b8d4866824
run gen-i18n to refresh translations now most are moved to react-sdk
2018-04-15 23:22:06 +01:00
Sveinn í Felli
c988f4d093
Translated using Weblate (Icelandic)
...
Currently translated at 29.8% (66 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/is/
2018-04-15 09:50:32 +00:00
Sveinn í Felli
62d48014c9
Added translation using Weblate (Icelandic)
2018-04-15 08:49:11 +00:00
lighthawk
d3cc6f594b
Translated using Weblate (Japanese)
...
Currently translated at 35.7% (79 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2018-04-15 05:36:14 +00:00
toriko
32dab7a1ba
Translated using Weblate (Japanese)
...
Currently translated at 35.7% (79 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2018-04-15 05:34:57 +00:00
Matthew Hodgson
a46b718b4a
copy resources from their new locations
2018-04-13 01:49:52 +01:00
Matthew Hodgson
d6931252c1
move rageshake to sdk
2018-04-13 01:35:55 +01:00
Matthew Hodgson
aefb782892
move conference handler to matrix-react-sdk
2018-04-13 01:25:08 +01:00
Matthew Hodgson
3d20a64502
export enum via method for convenience from matrix-react-sdk
2018-04-13 01:25:00 +01:00
Matthew Hodgson
f569fddf15
make VectorHomePage override HomePage
2018-04-13 00:42:58 +01:00
Matthew Hodgson
e899fece3c
move themes to res to match sdk
2018-04-12 20:21:26 +01:00
Gergely Bakos
a70f3fe622
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-04-12 12:08:15 +00:00
Weblate
03ee99281f
Merge remote-tracking branch 'origin/develop' into develop
2018-04-12 10:46:34 +00:00
RainSlide
fa1e383db1
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-04-12 10:46:33 +00:00
Matthew Hodgson
3ecbfae371
move everything not explicitly riot (or status) branded into matrix-react-sdk
2018-04-11 23:49:52 +01:00
Travis Ralston
5845a1ec7a
Merge branch 'develop' into travis/remove-presence
2018-04-11 15:18:30 -06:00
Tirifto
4382e8aaee
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2018-04-11 07:32:45 +00:00
Weblate
3487960559
Merge remote-tracking branch 'origin/develop' into develop
2018-04-10 16:00:18 +00:00
NotAFile
7262291dda
change vector-web repo to riot-web in changelog
...
closes #6479
Signed-off-by: Adrian Tschira <nota@notafile.com>
2018-04-10 15:57:16 +02:00
Weblate
bc835950b3
Merge remote-tracking branch 'origin/develop' into develop
2018-04-10 12:54:11 +00:00
Luke Barnard
b751c74374
Move membershipBusy spinner next to leave/join group button
2018-04-10 13:53:00 +01:00
Morten Juhl-Johansen Zölde-Fej
ed0cc7a23a
Translated using Weblate (Danish)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/da/
2018-04-10 10:06:46 +00:00
Matthew Hodgson
df5ffb5a6d
remove spurious opacity from createGroupButton and rename it to not be a total misnomer...
2018-04-09 22:59:28 +01:00
harcesz
2c54cf9e39
Translated using Weblate (Polish)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2018-04-09 13:12:22 +00:00
Daniel D
4081555048
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/es/
2018-04-07 21:10:42 +00:00
Weblate
992bd15f4a
Merge remote-tracking branch 'origin/develop' into develop
2018-04-05 16:17:49 +00:00
Dudi Maroshi
c173a67bae
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/he/
2018-04-05 16:17:49 +00:00
Luke Barnard
7f78c75246
Merge pull request #6415 from vector-im/luke/feature-group-set-joinable
...
Add CSS for new group admin radio button
2018-04-05 17:17:44 +01:00
Dudi Maroshi
853661f3bb
Translated using Weblate (Hebrew)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/he/
2018-04-05 15:19:19 +00:00
Weblate
e4a7dc6998
Merge remote-tracking branch 'origin/develop' into develop
2018-04-04 13:59:16 +00:00
Walter
7f82cecf6c
Translated using Weblate (Ukrainian)
...
Currently translated at 96.3% (213 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/uk/
2018-04-04 13:59:16 +00:00
Andrey
0625669352
Translated using Weblate (Russian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2018-04-04 13:59:15 +00:00
Moo
e77e67db70
Translated using Weblate (Lithuanian)
...
Currently translated at 96.3% (213 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lt/
2018-04-04 13:59:15 +00:00
Yao Wei
9c7feb3150
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2018-04-04 13:59:15 +00:00
Richard Lewis
0296919dfb
Remove top margin
2018-04-04 13:48:33 +01:00
Oriol Gual
0cbc85f81f
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-04-04 10:10:59 +00:00
WSKaCrs
b2b0536e08
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-04-03 13:44:18 +00:00
Walter
03ff2cebdd
Translated using Weblate (Russian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2018-04-02 15:44:07 +00:00
Peter Vágner
74f85756a5
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/
2018-03-31 13:05:34 +00:00
Xose M
a204629a9d
Translated using Weblate (Galician)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/gl/
2018-03-30 13:31:48 +00:00
Weblate
050f04bed7
Merge remote-tracking branch 'origin/develop' into develop
2018-03-29 21:22:25 +00:00
Richard Lewis
e72422976d
Add stickers content container styling.
2018-03-29 22:22:15 +01:00
Luke Barnard
723d269915
Add CSS for new group admin radio button
2018-03-29 17:02:19 +01:00
Weblate
0930d7dbea
Merge remote-tracking branch 'origin/develop' into develop
2018-03-29 15:12:58 +00:00
Richard Lewis
1abe5771fd
Merge pull request #6242 from vector-im/rxl881/snapshot
...
Stickerpacks
2018-03-29 16:12:53 +01:00
m4sk1n
6c6178b7d9
Translated using Weblate (Polish)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2018-03-28 08:56:33 +00:00
Weblate
2d763238d3
Merge remote-tracking branch 'origin/develop' into develop
2018-03-27 16:32:10 +00:00
Andrey
d34fda26d3
Translated using Weblate (Russian)
...
Currently translated at 96.8% (214 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2018-03-27 16:32:09 +00:00
Mirek Jurczyszyn
78e80cd2b2
Translated using Weblate (Polish)
...
Currently translated at 99.0% (219 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2018-03-27 16:32:09 +00:00
Oskars
76728abc86
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lv/
2018-03-27 16:32:09 +00:00
random
4e1422da6b
Translated using Weblate (Italian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-03-27 16:32:09 +00:00
Kévin C
c2ad79f05a
Translated using Weblate (French)
...
Currently translated at 96.8% (214 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2018-03-27 16:32:08 +00:00
Yao Wei
4a060c6d8b
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2018-03-27 16:32:08 +00:00
Ralitsa Bozhkova
265c14d697
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-03-27 16:32:08 +00:00
Besnik Bleta
e36b63f38c
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2018-03-27 16:32:08 +00:00
Luke Barnard
7673d2aa51
Fix missing import
2018-03-27 17:19:57 +01:00
random
3667507ee8
Translated using Weblate (Italian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-03-27 12:51:11 +00:00
Luke Barnard
95f0aaac68
Force gemini on HomePage
2018-03-27 11:54:10 +01:00
riotimbuggggg
ad67096b9a
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2018-03-27 08:47:57 +00:00
Besnik Bleta
69c133e868
Translated using Weblate (Albanian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2018-03-26 19:11:39 +00:00
Besnik Bleta
c34e78cfc4
Translated using Weblate (Albanian)
...
Currently translated at 99.5% (220 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sq/
2018-03-26 19:10:00 +00:00
Besnik Bleta
34b3d069f8
Added translation using Weblate (Albanian)
2018-03-26 15:59:01 +00:00
Richard Lewis
e3a3dec8a2
Move variables out of state.
2018-03-26 11:53:39 +01:00
Richard Lewis
700515cce3
Add some comments.
2018-03-26 11:48:29 +01:00
Richard Lewis
e36d972d94
Bind function in constructor.
2018-03-26 11:36:42 +01:00
Yao Wei
f3a47a2ae5
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
The message appears in the home page of Riot.im, suggesting channels you should join for Matrix development #matrix-dev
2018-03-25 05:27:27 +00:00
Yao Wei
b071c14066
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2018-03-25 05:04:54 +00:00
Yao Wei
90d51cf328
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2018-03-25 04:56:49 +00:00
Ralitsa Bozhkova
5fae676f7c
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-03-24 10:15:22 +00:00
Oskars
4ffbe03f58
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lv/
2018-03-22 23:34:40 +00:00
Szimszon
5ea6a602ca
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-03-22 18:49:05 +00:00
Osoitz
41fc17a62a
Translated using Weblate (Basque)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eu/
2018-03-22 13:40:03 +00:00
Krombel
0a92bccc4e
Translated using Weblate (German)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2018-03-20 21:08:02 +00:00
Weblate
8273fba131
Merge remote-tracking branch 'origin/develop' into develop
2018-03-20 11:06:39 +00:00
David Baker
c99ca372d6
Merge pull request #6354 from vector-im/luke/reword-BugReportDialog
...
Reword the BugReportDialog.js as per @lampholder
2018-03-20 11:06:35 +00:00
Luke Barnard
324774ec2f
Reword the BugReportDialog.js as per @lampholder
...
See https://github.com/matrix-org/matrix-react-sdk/pull/1740#issuecomment-369597662
2018-03-20 10:52:50 +00:00
Weblate
967623c784
Merge remote-tracking branch 'origin/develop' into develop
2018-03-19 14:49:36 +00:00
Luke Barnard
f5a58258f9
Take TagPanel out of labs
2018-03-19 14:11:48 +00:00
Marek Jędrzejewski
0d483ab5f3
Translated using Weblate (Polish)
...
Currently translated at 97.2% (215 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2018-03-19 13:19:09 +00:00
Weblate
2c56baae02
Merge remote-tracking branch 'origin/develop' into develop
2018-03-16 18:08:00 +00:00
Luke Barnard
7dc82e2e7a
Force update RoomSubList after reading a room
...
so that the notification count is updated.
Previously we relied on a force update from RoomList, which was
removed as part of the optimisations in
https://github.com/matrix-org/matrix-react-sdk/pull/1801
2018-03-16 17:55:29 +00:00
Weblate
2b526f3ea1
Merge remote-tracking branch 'origin/develop' into develop
2018-03-16 16:09:56 +00:00
random
154f55fafd
Translated using Weblate (Italian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-03-16 16:09:55 +00:00
Luke Barnard
71786116d8
Ensure entire LeftPanel is faded when settings open
...
so as to prevent interaction with TagPanel.
Fixes https://github.com/vector-im/riot-web/issues/6184
2018-03-16 15:56:25 +00:00
ButterflyOfFire
3d48880240
Translated using Weblate (Arabic)
...
Currently translated at 26.6% (59 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ar/
2018-03-16 11:44:01 +00:00
Geeman9
ac93044286
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lt/
2018-03-15 18:07:05 +00:00
Geeman9
e754e85ab6
Translated using Weblate (Lithuanian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lt/
2018-03-15 13:50:55 +00:00
Weblate
eeeafe050b
Merge remote-tracking branch 'origin/develop' into develop
2018-03-15 13:33:18 +00:00
stuve20
ceb06b7cca
Translated using Weblate (Swedish)
...
Currently translated at 91.8% (203 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2018-03-15 13:33:18 +00:00
Geeman9
319f8e7f95
Translated using Weblate (Lithuanian)
...
Currently translated at 96.8% (214 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lt/
2018-03-15 13:33:18 +00:00
Luke Barnard
6dc7592389
Merge pull request #6313 from vector-im/luke/perf-room-list-dnd
...
Implement a simple shouldComponentUpdate for DNDRoomTile
2018-03-15 13:33:12 +00:00
Luke Barnard
fd8b36eb1c
Use React.PureComponent instead of reimplementing it
2018-03-15 13:09:29 +00:00
Weblate
db64cb7ca4
Merge remote-tracking branch 'origin/develop' into develop
2018-03-15 09:21:17 +00:00
Luke Barnard
527e8306b2
Merge pull request #6317 from vector-im/dbkr/og_image_sort_of_configurable
...
Remove og:image with status.im URL
2018-03-15 09:21:12 +00:00
Weblate
7e814247ec
Merge remote-tracking branch 'origin/develop' into develop
2018-03-15 09:20:25 +00:00
stuve20
905ce347da
Translated using Weblate (Swedish)
...
Currently translated at 91.4% (202 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2018-03-15 09:20:25 +00:00
Geeman9
4ee20b3b61
Translated using Weblate (Lithuanian)
...
Currently translated at 74.2% (164 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lt/
2018-03-15 09:20:24 +00:00
István
2d8a816125
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-03-15 09:20:24 +00:00
David Baker
96f374ed69
Remove og:image with status.im URL
...
And make it configurable, albeit only at buuld time, as hopefully
explained in the README.
2018-03-14 18:34:26 +00:00
Luke Barnard
c08d7d915d
Add change delay warning in GroupView settings
2018-03-14 18:13:59 +00:00
Luke Barnard
04b1678c7f
Implement a simple shouldComponentUpdate for DNDRoomTile
...
because otherwise beautiful dnd spends a lot of time requesting
animation frames pointlessly.
2018-03-14 15:06:13 +00:00
Richard Lewis
85fca9dee8
Style sticker content rather than thumbnail.
2018-03-14 11:11:48 +00:00
random
58325bfb73
Translated using Weblate (Italian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-03-14 09:57:53 +00:00
Richard Lewis
8d8580a213
Cleanup comments. Reduce default app tile height to 280px.
2018-03-13 10:57:43 +00:00
Richard Lewis
d2f4bb2dd3
Fix spinner position / height.
2018-03-13 10:49:55 +00:00
Weblate
a3c80b7178
Merge remote-tracking branch 'origin/develop' into develop
2018-03-12 18:06:05 +00:00
Matthew Hodgson
74b45322b2
Merge pull request #6289 from vector-im/luke/fix-tag-panel-clear-cosmetics
...
Correctly position mx_TagPanel_clearButton
2018-03-12 18:05:59 +00:00
Weblate
3d6984e8e3
Merge remote-tracking branch 'origin/develop' into develop
2018-03-12 18:05:26 +00:00
Matthew Hodgson
5bfa052a48
Merge pull request #6290 from vector-im/luke/fix-tag-tile-avatar-border-gap
...
Fix gap between avatar and border
2018-03-12 18:05:22 +00:00
Weblate
456f9833fa
Merge remote-tracking branch 'origin/develop' into develop
2018-03-12 17:54:09 +00:00
Luke Barnard
dfb0eb5233
Merge pull request #6303 from vector-im/luke/fix-group-invite-flow
...
Fix bug where cannot send group invite on GroupMemberInfo phase
2018-03-12 17:54:04 +00:00
Weblate
2f0d3f1313
Merge remote-tracking branch 'origin/develop' into develop
2018-03-12 17:53:10 +00:00
Luke Barnard
afb9fdf4ec
Fix bug where cannot send group invite on GroupMemberInfo phase
...
by not reusing the same function and invoking separate conditions
to decide what the function does but instead using different
functions.
Also, show the GroupMemberList after inviting a member, otherwise
we might end up looking at the member we were already looking at
instead of the updated list of members.
2018-03-12 17:18:30 +00:00
Luke Barnard
647c7d7629
Fix themeing bug with Firefox where "disabled" ignored
...
A bug in firefox means "disabled" isn't honoured when set in the
HTML. Doing `a.disabled = false` does work however, and Chrome
also appears to honour this.
2018-03-12 16:15:17 +00:00
Nathan van Beelen
52ce709840
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2018-03-09 14:23:53 +00:00
Weblate
1b9bd33692
Merge remote-tracking branch 'origin/develop' into develop
2018-03-09 02:00:35 +00:00
Matthew Hodgson
aa54032500
force refresh when updating the app
2018-03-09 01:45:44 +00:00
Richard Lewis
351f9b32ea
Remove broken transitions.
2018-03-08 23:54:44 +00:00
Luke Barnard
abb8413c16
Fix gap between avatar and border
...
With the caveat that this will give a solid background
to group avatars with transparency when they are selected.
2018-03-08 18:01:05 +00:00
Luke Barnard
2bdaf5026d
Correctly position mx_TagPanel_clearButton
2018-03-08 17:05:13 +00:00
Weblate
511a192d8b
Merge remote-tracking branch 'origin/develop' into develop
2018-03-08 15:08:08 +00:00
Luke Barnard
c3ebe1f591
Merge pull request #6288 from vector-im/luke/e2e-request-keys-button
...
Changes for E2E "fudge-button"
2018-03-08 15:08:02 +00:00
Luke Barnard
1119098eec
Alter style of TooltipButton_helpText
...
- Aligned to the "start" of the text (left for LTR, right for RTL)
- Increase width by 200px
2018-03-08 14:11:36 +00:00
Luke Barnard
8d5717b812
Allow arbitrary React nodes in RoomTooltip
2018-03-08 14:11:06 +00:00
Luke Barnard
9f5211061e
CSS for E2E "fudge-button" UI
...
See https://github.com/matrix-org/matrix-react-sdk/pull/1791
2018-03-08 14:10:33 +00:00
Richard Lewis
38efebb8d3
Split out sticker CSS
2018-03-08 12:31:23 +00:00
Weblate
a4d8e9e4e5
Merge remote-tracking branch 'origin/develop' into develop
2018-03-07 14:23:27 +00:00
Ralitsa Bozhkova
2baa77a93f
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-03-07 14:23:25 +00:00
Luke Barnard
c051492286
Merge pull request #6286 from vector-im/luke/fix-tag-panel-empty
...
Make sure mx_TagPanel_tagTileContainer occupies full height
2018-03-07 14:23:22 +00:00
Luke Barnard
63b696ff6c
Make sure mx_TagPanel_tagTileContainer occupies full height
...
so that the user can drag groups to an empty TagPanel
fixes https://github.com/vector-im/riot-web/issues/6276
2018-03-07 11:47:52 +00:00
Richard Lewis
6785d75ad2
Remove logging.
2018-03-06 14:46:40 +00:00
Richard Lewis
78ae1ada3c
Fix tooltip vertical positioning.
2018-03-06 14:21:31 +00:00
Richard Lewis
d77ab891a0
Update tooltip position on scroll.
2018-03-06 11:25:15 +00:00
Richard Lewis
9fc7435ea2
Correctly position tooltips relative to parent element.
2018-03-06 10:47:53 +00:00
Weblate
b2da66d670
Merge remote-tracking branch 'origin/develop' into develop
2018-03-06 09:56:28 +00:00
Luke Barnard
1b6cb2da68
Add transparent CSS class for RoomTile
2018-03-05 12:34:51 +00:00
Ralitsa Bozhkova
7d7079a389
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (221 of 221 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-03-05 11:29:28 +00:00
Weblate
9b0abbe52c
Merge remote-tracking branch 'origin/develop' into develop
2018-03-01 15:05:19 +00:00
Kenneth Larsson
33c2806ffb
Translated using Weblate (Swedish)
...
Currently translated at 87.4% (195 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sv/
2018-03-01 15:05:19 +00:00
RainSlide
244d3c98b6
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-03-01 15:05:18 +00:00
Ralitsa Bozhkova
ce66bfbd6c
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-03-01 15:05:17 +00:00
Jakub Kalousek
b3ab4231bc
Translated using Weblate (Czech)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/cs/
2018-02-28 22:21:15 +00:00
Luke Barnard
d23c02b196
gen-i18n
2018-02-28 18:19:12 +00:00
Luke Barnard
174061db57
Add setting to disable TagPanel
2018-02-28 18:16:37 +00:00
RainSlide
63bbbfb839
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
更易于理解一些?
2018-02-28 04:03:10 +00:00
RainSlide
3a1886e80e
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.1% (221 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-02-28 04:02:42 +00:00
Jeff Huang
c2bf929e63
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2018-02-28 00:03:57 +00:00
Klaus Marx
a316face83
Translated using Weblate (German)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2018-02-27 16:06:42 +00:00
Weblate
9ad9c82c85
Merge remote-tracking branch 'origin/develop' into develop
2018-02-27 15:11:26 +00:00
daniel tygel
80d0f196c4
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2018-02-27 15:11:26 +00:00
Luke Barnard
56ca1bc7ee
Merge pull request #6257 from vector-im/luke/groups-my-groups-microcopy
...
CSS for my groups microcopy
2018-02-27 15:11:21 +00:00
Luke Barnard
14824c2b77
CSS for my groups microcopy
2018-02-27 09:39:04 +00:00
daniel tygel
fb6c01a0ea
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2018-02-26 20:43:32 +00:00
Weblate
2410fc9754
Merge remote-tracking branch 'origin/develop' into develop
2018-02-26 12:19:37 +00:00
Matthew Hodgson
09619339fd
Merge pull request #6245 from spantaleev/wider-media-dropdown
...
Make media dropdown wider
2018-02-26 12:19:32 +00:00
Weblate
bb87cf6996
Merge remote-tracking branch 'origin/develop' into develop
2018-02-26 12:18:59 +00:00
Matthew Hodgson
aeb423ce1b
Merge pull request #6244 from spantaleev/gracefully-degrading-dropdowns
...
Make dropdowns with long options degrade more gracefully
2018-02-26 12:18:53 +00:00
Weblate
2a65a43039
Merge remote-tracking branch 'origin/develop' into develop
2018-02-26 09:50:33 +00:00
Ralitsa Bozhkova
d0a99c4f2d
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-26 09:50:32 +00:00
Luke Barnard
514338ec8a
Remove distracting highlight on unfilter button background
2018-02-26 09:49:35 +00:00
Katie Wolfe
53cfaa3c45
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2018-02-24 14:55:16 +00:00
Luca Weiss
7487ac75f7
Translated using Weblate (Esperanto)
...
Currently translated at 98.6% (220 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2018-02-24 14:54:10 +00:00
Katie Wolfe
54e0aaf8e0
Translated using Weblate (Esperanto)
...
Currently translated at 98.2% (219 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eo/
2018-02-24 14:52:08 +00:00
Slavi Pantaleev
e73b7c973d
Make media dropdown wider
...
The media dropdown would sometimes contain options
with long text, which can't possibly fit in 200px.
(e.g. `Monitor of Built-in Audio Digital Stereo (HDMI)`)
Dedicating some more space resolves the problem.
Signed-off-by: Slavi Pantaleev <slavi@devture.com>
2018-02-24 10:02:32 +02:00
Slavi Pantaleev
985dd44b66
Make dropdowns with long options degrade more gracefully
...
If not enough space was dedicated to a dropdown,
it would previously make option text overlap.
With this patch, each option can potentially span
multiple lines. This is weird, but it's a better
degradation than making option text overlap.
Signed-off-by: Slavi Pantaleev <slavi@devture.com>
2018-02-24 09:54:45 +02:00
Richard Lewis
c198dd381f
Pull in changes from develop
2018-02-23 17:31:24 +00:00
Weblate
e80bd9b4e5
Merge remote-tracking branch 'origin/develop' into develop
2018-02-23 16:43:01 +00:00
Matthew Hodgson
3bf04095b1
Merge pull request #6223 from vector-im/luke/fix-tag-tile-context-tinting
...
Fix un-tinted "View Community" icon in TagTile context menu
2018-02-23 16:42:55 +00:00
Weblate
912f953f85
Merge remote-tracking branch 'origin/develop' into develop
2018-02-23 16:36:20 +00:00
Matthew Hodgson
93c2462089
Merge pull request #6160 from vector-im/luke/fix-room-list-drop-target-bg
...
Fix RoomDropTarget and emptySubListTip to have containers
2018-02-23 16:36:14 +00:00
Weblate
a991960998
Merge remote-tracking branch 'origin/develop' into develop
2018-02-23 16:28:34 +00:00
Ralitsa Bozhkova
447373676b
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-23 16:28:32 +00:00
Matthew Hodgson
15b7af9a84
Merge pull request #6154 from rugk/patch-2
...
Fix syntax error of wrong use of self-closing HTML tag
2018-02-23 16:28:28 +00:00
Matthew Hodgson
c315a59717
remove doubly-closed tag
2018-02-23 16:27:34 +00:00
Slavi Pantaleev
aedecfb06c
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-23 16:08:15 +00:00
Xose M
15231615d4
Translated using Weblate (Galician)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/gl/
2018-02-23 07:26:53 +00:00
Weblate
2d093a8c2a
Merge remote-tracking branch 'origin/develop' into develop
2018-02-22 14:50:51 +00:00
Slavi Pantaleev
030d5e04a3
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-22 14:50:49 +00:00
Luke Barnard
1139a3fa89
Simplify roomsublist bg colour
...
This should not have a noticeable effect on the end result.
2018-02-22 11:49:29 +00:00
Luke Barnard
f67b4570a8
Use translucent black for RoomSubList bg to fix tinting
...
The alternative is to specify yet another colour that we have to
worry about when applying tinting, which is currently quite
fragile and requires changes to many parts of the app, including
all themes that don't require the colour to be tinted.
By using translucent black, we effectively take the secondary
accent colour of the LeftPanel and make it more black.
Note: This does not preserve the previous colour we were using,
although the alternative above does allow for this.
2018-02-22 11:48:48 +00:00
lukebarnard
c0055ebbeb
Fix un-tinted "View Community" icon in TagTile context menu
2018-02-21 21:27:02 +00:00
Weblate
8bdf9d75cf
Merge remote-tracking branch 'origin/develop' into develop
2018-02-21 18:05:59 +00:00
Ralitsa Bozhkova
d4dea52c6b
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-21 18:05:57 +00:00
Luke Barnard
15d8878ac0
Rename TagPanel_logo to TagPanel_clearButton
2018-02-21 17:14:25 +00:00
Luke Barnard
2deb07a25b
CSS for changing "R" to "X" for clearing group filter
2018-02-21 15:05:51 +00:00
Weblate
e0a872a7c5
Merge remote-tracking branch 'origin/develop' into develop
2018-02-20 17:15:26 +00:00
Ralitsa Bozhkova
48f3b90208
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-20 17:15:24 +00:00
Matthew Hodgson
bc5129f839
actually, simpler globe
2018-02-20 17:15:17 +00:00
Matthew Hodgson
fb5369f7d2
globe icon
2018-02-20 17:15:17 +00:00
Weblate
f6bcab18be
Merge remote-tracking branch 'origin/develop' into develop
2018-02-19 09:59:30 +00:00
Kacper Fronc
a35a80ca4f
Translated using Weblate (Polish)
...
Currently translated at 97.3% (217 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pl/
2018-02-19 09:59:29 +00:00
Andrey Silversburg
0da2034a3e
Translated using Weblate (Indonesian)
...
Currently translated at 86.9% (194 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/id/
2018-02-19 09:59:29 +00:00
Slavi Pantaleev
4ab94b397a
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-19 09:59:28 +00:00
Luke Barnard
e3e60bd372
Merge pull request #6187 from vector-im/luke/feature-tag-panel-global-filter
...
CSS for new global TagPanel filter
2018-02-19 09:59:25 +00:00
Weblate
d0a38df67a
Merge remote-tracking branch 'origin/develop' into develop
2018-02-16 22:22:37 +00:00
Travis Ralston
514e042eec
Separate the middle panel from the room list
...
Signed-off-by: Travis Ralston <travpc@gmail.com>
2018-02-16 14:53:52 -07:00
Luke Barnard
86d554b1dc
CSS for new global TagPanel filter
2018-02-16 17:44:27 +00:00
Weblate
57b34267c5
Merge remote-tracking branch 'origin/develop' into develop
2018-02-16 11:53:35 +00:00
Tulir Asokan
4fc49850e1
Translated using Weblate (Finnish)
...
Currently translated at 99.5% (222 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fi/
2018-02-16 11:53:34 +00:00
Ralitsa Bozhkova
5e25844ea8
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-16 11:53:33 +00:00
Luke Barnard
0605d96014
Only use DNDRoomTile for editable sub lists
...
Otherwise, the DND tile will expect to be within a Droppable,
which is not supported by react-beautiful-dnd. This was causing
errors when receiving an invite.
Fixes #6144
2018-02-16 11:02:52 +00:00
Марко М. Костић
37a912e7ee
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2018-02-16 10:40:39 +00:00
Weblate
f33bddaadd
Merge remote-tracking branch 'origin/develop' into develop
2018-02-15 14:51:12 +00:00
Ralitsa Bozhkova
5740274528
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-15 14:51:10 +00:00
Luke Barnard
332640c4ba
Merge pull request #6131 from vector-im/luke/fix-scrollbars-on-jump-to-first
...
Adjust CSS to prevent scrollbars on message panel spinner
2018-02-15 14:51:06 +00:00
Luke Barnard
5c354dda23
Fix messagePanelSpinner flex order in RightPanel
2018-02-15 14:34:44 +00:00
Luke Barnard
9e1e7e0dbe
Fix RoomDropTarget and emptySubListTip to have containers
...
so that the correct background colour can be used to surround both.
2018-02-15 14:09:38 +00:00
Osoitz
8c17fafaca
Translated using Weblate (Basque)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eu/
2018-02-15 13:35:24 +00:00
Ralitsa Bozhkova
ac5e42d0dd
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-15 13:14:21 +00:00
rugk
b9eab9fe29
Prevent referrers from being sent
...
Fix https://github.com/vector-im/riot-web/issues/6147
2018-02-15 13:31:31 +01:00
rugk
e3dcaebe9b
Merge branch 'develop' into patch-2
2018-02-15 13:16:34 +01:00
Weblate
7fe65703f7
Merge remote-tracking branch 'origin/develop' into develop
2018-02-15 11:05:31 +00:00
Ralitsa Bozhkova
9d3b96e746
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/es/
2018-02-15 11:05:31 +00:00
Ralitsa Bozhkova
e47c22a23e
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 98.6% (220 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2018-02-15 11:05:30 +00:00
Ralitsa Bozhkova
06818761ef
Translated using Weblate (Bulgarian)
...
Currently translated at 66.8% (149 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-15 11:05:29 +00:00
Ralitsa Bozhkova
6419fc73f5
Translated using Weblate (Belarusian)
...
Currently translated at 32.2% (72 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/be/
2018-02-15 11:05:29 +00:00
Aziz Ibrahimov
c62b4ed9b1
Translated using Weblate (Azerbaijani)
...
Currently translated at 13.4% (30 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/az/
2018-02-15 11:05:29 +00:00
Luke Barnard
f64fefa9ae
Use grab
as some browsers e.g. firefox support it
2018-02-15 10:52:10 +00:00
Aziz Ibrahimov
2f5fc5a764
Added translation using Weblate (Azerbaijani)
2018-02-15 10:02:14 +00:00
rugk
ba7991deba
Fix syntax error of wrong use of self-closing HTML tag
...
Firefox complaint about this in the source code view:
2018-02-15 02:36:05 +01:00
Luke Barnard
594d510f4f
Simplify MyGroups hierachy
2018-02-14 17:54:29 +00:00
Luke Barnard
453b7d1007
Implement riot-web side of dragging GroupTile avatars to TagPanel
...
for adding groups to the TagPanel.
2018-02-14 16:37:32 +00:00
Luke Barnard
7ac350ea36
Give mx_RoomView_messageListWrapper its min-height: 100%
back
...
because the spinner now exists separately to it
(as mx_RoomView_messagePanelSpinner) so their CSS is disentangled.
2018-02-14 11:17:21 +00:00
Luke Barnard
b3bb2d2aa5
Merge branch 'develop' into luke/fix-scrollbars-on-jump-to-first
2018-02-14 10:51:20 +00:00
Weblate
9139dcbd1e
Merge remote-tracking branch 'origin/develop' into develop
2018-02-14 10:42:55 +00:00
Ralitsa Bozhkova
14b0e85850
Translated using Weblate (Bulgarian)
...
Currently translated at 16.1% (36 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-14 10:42:52 +00:00
Luke Barnard
009e01c1b0
Fix LeftPanel size being incorrect when TagPanel disabled
...
A previous PR (#6134 ) assumed that the TagPanel feature
would always be enabled, leading to strangeness when it
wasn't: #6136 .
(FTR the original layout bug was #6133 )
2018-02-14 10:18:12 +00:00
Szimszon
0d85a46e84
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-02-14 07:52:15 +00:00
Weblate
d05b221a6c
Merge remote-tracking branch 'origin/develop' into develop
2018-02-13 22:03:03 +00:00
Ralitsa Bozhkova
54f4563303
Translated using Weblate (Bulgarian)
...
Currently translated at 14.3% (32 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-13 22:03:02 +00:00
Matthew Hodgson
9abda76d9e
Merge branch 'develop' into luke/fix-tag-panel-collapse
2018-02-13 22:02:49 +00:00
Weblate
42582c7ccd
Merge remote-tracking branch 'origin/develop' into develop
2018-02-13 20:45:44 +00:00
Simó Albert i Beltran
c88a59c228
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/es/
2018-02-13 20:45:44 +00:00
Ralitsa Bozhkova
b54f949fe6
Translated using Weblate (Bulgarian)
...
Currently translated at 13.4% (30 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/bg/
2018-02-13 20:45:43 +00:00
Richard Lewis
55cacfba82
Temporary hack to constrain LLP container size.
2018-02-13 20:42:46 +00:00
Walter
3bc1eef39b
Translated using Weblate (Russian)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2018-02-13 18:56:54 +00:00
Simó Albert i Beltran
ee7add05ae
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-02-13 18:46:42 +00:00
Kévin C
e7d1c04bb5
Translated using Weblate (French)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2018-02-13 18:25:15 +00:00
Simó Albert i Beltran
247a3cebb9
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (223 of 223 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/es/
2018-02-13 18:00:42 +00:00
Weblate
03be7eb32c
Merge remote-tracking branch 'origin/develop' into develop
2018-02-13 17:28:52 +00:00
Ralitsa Bozhkova
2524c5f861
Added translation using Weblate (Bulgarian)
2018-02-13 17:22:45 +00:00
Luke Barnard
11b0cc8211
Merge branch 'develop' into luke/feature-tag-panel-tile-context-menu
2018-02-13 17:00:19 +00:00
Luke Barnard
285c4f91d3
Fix TagPanel from collapsing to < 60px when LP collapsed
...
Fixes https://github.com/vector-im/riot-web/issues/6133
2018-02-13 15:17:51 +00:00
Weblate
084ebe6e16
Merge remote-tracking branch 'origin/develop' into develop
2018-02-13 14:18:56 +00:00
David Baker
e67147213b
Merge pull request #6096 from vector-im/luke/room-list-flux
...
Make room tagging flux-y
2018-02-13 14:18:50 +00:00
Luke Barnard
85c0b8dea3
Adjust CSS to prevent scrollbars on message panel spinner
...
when clicking on permalinks/jump to first
2018-02-13 14:15:22 +00:00
Weblate
aec3c9961c
Merge remote-tracking branch 'origin/develop' into develop
2018-02-13 10:00:58 +00:00
Oskars
c7aafd8410
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lv/
2018-02-13 10:00:57 +00:00
lighthawk
c0720d5d24
Translated using Weblate (Japanese)
...
Currently translated at 33.3% (74 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ja/
2018-02-13 10:00:57 +00:00
Luke Barnard
2269c94579
Move groups button to TagPanel
2018-02-13 09:44:25 +00:00
Luke Barnard
e36baa8c3a
Fix quotes on import
2018-02-12 18:47:29 +00:00
Luke Barnard
d47c9d8b6e
Add context menu to TagPanel
...
See https://github.com/matrix-org/matrix-react-sdk/pull/1743
2018-02-12 18:02:55 +00:00
Oskars
93a381218c
Translated using Weblate (Latvian)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/lv/
2018-02-10 12:34:50 +00:00
Richard Lewis
095130a569
Hide apps drawer
2018-02-09 13:23:56 +00:00
Weblate
47df5d2d60
Merge remote-tracking branch 'origin/develop' into develop
2018-02-09 12:28:42 +00:00
Osoitz
d3c1072842
Translated using Weblate (Basque)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eu/
2018-02-09 12:28:40 +00:00
David Baker
d904212033
Merge branch 'release-v0.13.5' into develop
2018-02-09 12:28:26 +00:00
David Baker
62e90ceb0d
Sanity check URLs with isUrlPermitted
...
Thanks to walle303 for letting us know these weren't being checked.
2018-02-09 12:20:31 +00:00
Luke Barnard
0cdebcce89
Move sublist sorting to RoomListStore
...
NB: fixUndefinedOrdering was removed completely because it was
code dealing with legacy favourites.
see matrix-org/matrix-react-sdk@9b0df191
2018-02-08 16:28:42 +00:00
Luke Barnard
495090c9ba
Remove now unused RoomSubList code
2018-02-08 14:08:20 +00:00
Марко М. Костић
f41a70fe1f
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2018-02-07 20:36:40 +00:00
Weblate
bdbf0427a1
Merge remote-tracking branch 'origin/develop' into develop
2018-02-07 18:03:48 +00:00
lukebarnard
4b7561a75e
Fix long group name pushing settings cog into void
2018-02-07 17:40:00 +00:00
Simó Albert i Beltran
31af7c583f
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/es/
2018-02-07 13:57:00 +00:00
Weblate
2d0ea28a39
Merge remote-tracking branch 'origin/develop' into develop
2018-02-07 12:14:15 +00:00
Марко М. Костић
0f475a0e10
Translated using Weblate (Serbian)
...
Currently translated at 98.6% (219 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2018-02-07 12:14:15 +00:00
Robert A. Viana
f3bae5c090
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 99.5% (221 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/pt_BR/
2018-02-07 12:14:14 +00:00
Szimszon
ca2767fd04
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-02-07 12:14:14 +00:00
Krombel
c659c81341
Translated using Weblate (German)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2018-02-07 12:14:14 +00:00
Kévin C
7eab0eca5b
Translated using Weblate (French)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2018-02-07 12:14:14 +00:00
lukebarnard
95c45362d5
Fix horizontal scrollbar under certain circumstances
...
specifically when trailing whitespace is not wrapped onto the next
line of the block.
Fixes #6077
2018-02-07 12:02:00 +00:00
Jeff Huang
8efce30d7f
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hant/
2018-02-07 11:57:50 +00:00
Peter Vágner
44a727b205
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/
2018-02-07 08:56:04 +00:00
lukebarnard
662942ec29
Use dispatch to change room tags from RoomTileContextMenu
2018-02-06 11:52:39 +00:00
lukebarnard
83996c09d9
General delint, cleanup
2018-02-06 11:51:46 +00:00
lukebarnard
e46f436a47
Prefer context.matrixClient in LeftPanel
2018-02-06 11:50:34 +00:00
Simó Albert i Beltran
3cbaa95184
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-02-06 10:41:59 +00:00
Weblate
8c75bed687
Merge remote-tracking branch 'origin/develop' into develop
2018-02-05 14:28:03 +00:00
Марко М. Костић
481476f835
Translated using Weblate (Serbian)
...
Currently translated at 98.6% (219 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2018-02-05 14:28:03 +00:00
Luke Barnard
680a0191be
Merge pull request #6067 from vector-im/t3chguy/fix_usercontent_pointer
...
Split MImageBody into MFileBody to match JS Classes.
2018-02-05 14:27:57 +00:00
Michael Telatynski
3abf1458fb
Add cursor:pointer so that calculated CSS includes it for iframe style
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-02-05 13:25:43 +00:00
Michael Telatynski
00b7cc512b
Split MImageBody into MImageBody,MFileBody to match react-sdk
...
and having the classnames match their components.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-02-05 13:25:09 +00:00
Nathan van Beelen
2a58de5cfc
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/nl/
2018-02-04 14:24:39 +00:00
Osoitz
c3b000a368
Translated using Weblate (Basque)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eu/
2018-02-02 08:28:22 +00:00
Kévin C
675bebee33
Translated using Weblate (French)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/fr/
2018-02-01 17:46:52 +00:00
Szimszon
cefd744aba
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/hu/
2018-02-01 16:15:54 +00:00
Krombel
325c9662c5
Translated using Weblate (German)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/de/
2018-02-01 15:13:02 +00:00
Andrey
8b35a7b10f
Translated using Weblate (Russian)
...
Currently translated at 100.0% (222 of 222 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ru/
2018-02-01 11:33:01 +00:00
Weblate
a6155c98ec
Merge branch 'develop' of https://github.com/vector-im/riot-web into develop
...
Conflicts:
src/i18n/strings/eo.json
2018-02-01 10:24:21 +00:00
Марко М. Костић
a26473b722
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2018-02-01 09:48:47 +00:00
Xose M
ed5162ef4e
Translated using Weblate (Galician)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/gl/
2018-02-01 09:48:46 +00:00
Tong Hui
930deaea9d
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-02-01 09:48:45 +00:00
Simó Albert i Beltran
b80be62bb7
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-02-01 09:48:45 +00:00
Osoitz
11806f2aa2
Translated using Weblate (Basque)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/eu/
2018-02-01 09:48:45 +00:00
Walter
078d156824
Translated using Weblate (Ukrainian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/uk/
2018-01-29 17:06:45 +00:00
Iru Cai (vimacs)
88c4cb6eba
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/zh_Hans/
2018-01-27 16:55:15 +00:00
Xose M
bc4f8c4c2a
Translated using Weblate (Galician)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/gl/
2018-01-26 14:26:24 +00:00
d1d4c
7ee205a447
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-01-26 13:06:57 +00:00
Ramon Vilar
f6c49a2472
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-01-26 02:25:21 +00:00
lukebarnard
37fe3ac676
Prevent RoomTiles from being dragged into other droppables
...
for the time being at least.
2018-01-25 22:51:40 +01:00
lukebarnard
2926154dce
Modify LeftPanel to include a DragDropContext
...
that handles drag and drop for TagPanel and RoomList. This is to
allow the future feature of dragging between the two components.
2018-01-25 22:30:58 +01:00
Michael Telatynski
662a6297e7
FilteredList, now being a controlled component does not need state
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-01-25 21:06:35 +00:00
Michael Telatynski
04bca93e0d
Merge branch 'develop' of github.com:vector-im/riot-web into t3chguy/devtools-118247
2018-01-25 20:59:31 +00:00
d1d4c
5c6a265b86
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-01-24 17:53:36 +00:00
David Baker
b0a3bd6591
Merge pull request #6017 from vector-im/t3chguy/rich_quoting_linear
...
Linear Rich Quoting
2018-01-24 18:53:33 +01:00
d1d4c
8b7a941a6e
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-01-24 08:55:16 +00:00
Michael Telatynski
22b7298542
add comments
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-01-23 20:28:39 +00:00
Michael Telatynski
9d1a3c9011
Merge branch 'develop' of github.com:vector-im/riot-web into t3chguy/highlight_things
2018-01-23 20:19:27 +00:00
Michael Telatynski
c2aa8137bb
sort components scss
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-01-23 20:02:47 +00:00
d1d4c
4d0b02c683
Translated using Weblate (Catalan)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/ca/
2018-01-23 19:46:06 +00:00
Peter Vágner
0df6f85843
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/
2018-01-22 22:21:55 +00:00
A.G
13dd8e2c76
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-01-22 22:21:55 +00:00
Luke Barnard
9d387c32a5
Merge pull request #5929 from vector-im/t3chguy/num_members_tooltip
...
T3chguy/num members tooltip
2018-01-22 22:21:50 +00:00
Michael Telatynski
f5fc86258f
s/Highlight/SyntaxHighlight/
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-01-22 18:59:18 +00:00
Michael Telatynski
321f16d8a3
rename variable as it was horrible to read camelCased
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-01-22 18:54:22 +00:00
Michael Telatynski
d57a10e0b2
Merge branches 'develop' and 't3chguy/rich_quoting_linear' of github.com:vector-im/riot-web into t3chguy/rich_quoting_linear
2018-01-22 16:53:51 +00:00
Michael Telatynski
202f0e2163
Add EventTile_quote styling for less margin-right when in QuotePreview
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-01-22 16:42:08 +00:00
pincopallopino
77d8fe3ef1
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-01-20 23:00:26 +00:00
A.G
3e5833e9f2
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-01-20 22:59:29 +00:00
pincopallopino
2b26be73f6
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-01-20 22:59:22 +00:00
A.G
ce6338b853
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-01-20 22:59:12 +00:00
vricci
52c5293a12
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-01-20 22:59:04 +00:00
A.G
568e1f4f90
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-01-20 22:58:48 +00:00
vricci
29f05c09d6
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-01-20 22:58:18 +00:00
A.G
888a77b4bb
Translated using Weblate (Italian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/it/
2018-01-20 22:57:00 +00:00
pebles
4eeb7989f6
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/es/
2018-01-20 16:34:07 +00:00
Michael Telatynski
3764a5d4b7
Merge branch 'develop' of github.com:vector-im/riot-web into t3chguy/highlight_things
2018-01-20 13:55:52 +00:00
Peter Vágner
189b7236af
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sk/
2018-01-20 11:54:14 +00:00
Matthew Hodgson
8855cc294e
converge on 'noisy' to mean noisy notifs
2018-01-19 16:52:54 +00:00
Weblate
935b85afe7
Merge remote-tracking branch 'origin/develop' into develop
2018-01-19 14:49:58 +00:00
Марко М. Костић
68f19f9558
Translated using Weblate (Serbian)
...
Currently translated at 100.0% (220 of 220 strings)
Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/sr/
2018-01-18 21:05:10 +00:00
lukebarnard
d55d3658f0
Use classNames instead of inline style
...
Theres no benefit to using inline styles
2018-01-18 18:08:18 +00:00
lukebarnard
3481283af8
Swap RoomList to react-beautiful-dnd
...
Includes themeing
See matrix-org/matrix-react-sdk#1711
2018-01-18 17:54:39 +00:00
Richard Lewis
738b59fd42
Call for update on window resize.
2018-01-18 12:01:29 +00:00
Richard Lewis
c340032bd1
Move sticker related CSS to its own file.
2018-01-17 15:49:03 +00:00
Richard Lewis
de597d4f5d
Make background lighter.
2018-01-17 15:13:29 +00:00
Richard Lewis
854b537695
Update sticker toggle icons.
2018-01-17 11:27:57 +00:00
Richard Lewis
f4816b99ff
Add stickerpack manage integration link styling.
2018-01-17 00:05:16 +00:00
Richard Lewis
56ae96fc75
Sticker content styling
2018-01-16 21:46:50 +00:00
Richard Lewis
f8643e9a96
Add styling and image for stickerpack placeholder.
2018-01-16 18:35:04 +00:00
Richard Lewis
a7f0b11002
Add generic element context menu / popover.
2018-01-16 18:15:17 +00:00