1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-31 13:44:28 +03:00
Commit Graph

18965 Commits

Author SHA1 Message Date
9cd6c9859b Translated using Weblate (Hungarian)
Currently translated at 100.0% (1812 of 1812 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2019-09-24 16:34:51 +00:00
17e42eacd4 Merge pull request #3473 from matrix-org/jryans/rm-id-server-reg-and-reset
Remove id_server param from threepid_creds
2019-09-24 17:34:45 +01:00
ec9e7f5855 Remove id_server for MSISDN registration
For HSes that no longer need it, remove the id_server param when verifying
MSISDNs at registration.

Fixes https://github.com/vector-im/riot-web/issues/10941
2019-09-24 15:02:30 +01:00
e4dc87774b Merge branch 'origin/develop' into Weblate. 2019-09-24 13:57:53 +00:00
df33d0f74c Remove debug for https://github.com/vector-im/riot-web/issues/10940 2019-09-24 14:57:45 +01:00
0c51e41ea4 Remove id_server param for password reset
For HSes that no longer need it, remove the id_server param from password reset.

Part of https://github.com/vector-im/riot-web/issues/10941
2019-09-24 14:54:26 +01:00
9f47fad305 ignore keydown events while doing IME composition 2019-09-24 15:32:30 +02:00
4d151722ff delay DOM modification after compositionend 2019-09-24 15:32:08 +02:00
8c7a943972 Merge branch 'origin/develop' into Weblate. 2019-09-24 11:00:52 +00:00
7113772f9d Merge pull request #3472 from matrix-org/bwindels/fixlogout
Fix: make sure client exists while logging out
2019-09-24 11:00:47 +00:00
26a8398a0e make sure client exists while logging out 2019-09-24 12:53:33 +02:00
eed2695ddc Merge branch 'origin/develop' into Weblate. 2019-09-24 10:39:14 +00:00
a1d2629655 Translated using Weblate (Chinese (Traditional))
Currently translated at 100.0% (1812 of 1812 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-09-24 10:39:13 +00:00
86cbaf5b40 Merge pull request #3470 from matrix-org/bwindels/fix-details-arrow-webkit
Fix: hide details summary arrow in create room dialog on webkit too
2019-09-24 10:39:08 +00:00
761a70cd0d Merge branch 'origin/develop' into Weblate. 2019-09-24 00:51:30 +00:00
3ce47a0181 notify new screen after setting state 2019-09-24 01:51:21 +01:00
872adbeace Merge branch 'origin/develop' into Weblate. 2019-09-24 00:35:58 +00:00
b85dc7b5a8 add debug for vector-im/riot-web#10940 2019-09-24 01:35:43 +01:00
f5b605beaa unbreak tests (take 2); we no longer prompt for IS at register 2019-09-23 22:43:48 +01:00
fe1b786c50 unbreak tests; we no longer prompt for IS at register 2019-09-23 22:33:30 +01:00
8d750f25e5 Merge branch 'origin/develop' into Weblate. 2019-09-23 21:19:15 +00:00
2379a99f14 Translated using Weblate (Finnish)
Currently translated at 98.2% (1780 of 1812 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2019-09-23 21:19:15 +00:00
76d691c373 Merge pull request #3471 from matrix-org/matthew/room_name
put the room name in the title tag
2019-09-23 22:19:09 +01:00
54355c0e28 put the room name in the title tag
should fix https://github.com/vector-im/riot-web/issues/4454
2019-09-23 22:01:52 +01:00
151af65e4f hide details summary arrow in create room dialog on webkit too 2019-09-23 18:05:44 +02:00
cc015db24c Merge branch 'origin/develop' into Weblate. 2019-09-23 13:57:12 +00:00
4933b9b050 Merge pull request #3468 from matrix-org/bwindels/cider-autocomplete-fixes
Fix: when using autocomplete, ensure command is not sent as text, and @room notifs gets needed suffix
2019-09-23 13:57:07 +00:00
4aa11cdac8 Merge branch 'origin/develop' into Weblate. 2019-09-23 13:56:50 +00:00
4cc6fe0f19 Translated using Weblate (Korean)
Currently translated at 100.0% (1812 of 1812 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/
2019-09-23 13:56:50 +00:00
f4fd6d699b Merge pull request #3469 from matrix-org/bwindels/cider-deserialize-fixes
Fix: paragraphs not being preserved when editing in CIDER
2019-09-23 13:56:44 +00:00
7f4e070807 fix deserialize unit tests 2019-09-23 15:34:01 +02:00
04720db2a3 don't append extra newline after blockquote anymore
now that P prepends newline when not first element
2019-09-23 15:33:30 +02:00
2445421270 add extra newline before P tags (when not first node) 2019-09-23 15:06:22 +02:00
0a663398ed Use underscore for <em> when doing html > md
to be consistent with the format bar, which also uses underscores for italics
2019-09-23 14:59:53 +02:00
40f7fa8f94 add suffixes from provider to room and @room completions
this prevents the @room not working when not typing an extra space
2019-09-23 14:40:41 +02:00
228905bec2 insert command completion as command part (instead of plain)
this prevents the command being sent as plain text

this adds a `type` property to completions to decide which
parts should be inserted into the composer, hence deciding how
they will be rendered.
2019-09-23 14:39:19 +02:00
36cde97ac4 Merge branch 'origin/develop' into Weblate. 2019-09-23 12:31:27 +00:00
fc26850d9e Merge pull request #3467 from matrix-org/bwindels/cider-formatbar-zindex
Fix: formatbar appearing below other elements
2019-09-23 12:31:22 +00:00
30c0d7e7fc Merge branch 'origin/develop' into Weblate. 2019-09-23 12:22:24 +00:00
2c7c1ed2a3 Merge pull request #3466 from matrix-org/jryans/msisdn-submit-url
Use alternate MSISDN submit URL when returned by HS
2019-09-23 13:22:20 +01:00
0ab7962ebd add z-index to format bar so it appears above status area and reply wrapper 2019-09-23 14:06:59 +02:00
0ddb1ab7db Merge branch 'origin/develop' into Weblate. 2019-09-23 11:52:00 +00:00
1925e6b152 Translated using Weblate (Korean)
Currently translated at 100.0% (1801 of 1801 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ko/
2019-09-23 11:51:59 +00:00
eaf00955c3 Translated using Weblate (Japanese)
Currently translated at 58.8% (1059 of 1801 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2019-09-23 11:51:59 +00:00
1bbb68ce7f Translated using Weblate (Hungarian)
Currently translated at 100.0% (1801 of 1801 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2019-09-23 11:51:59 +00:00
7189ab812c Translated using Weblate (Esperanto)
Currently translated at 93.7% (1687 of 1801 strings)

Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2019-09-23 11:51:59 +00:00
133e68191a Merge pull request #3464 from matrix-org/bwindels/createroomdialog-makeover-rebased
FTUE: Create Room Dialog update
2019-09-23 11:51:53 +00:00
0ab9efc594 Delay IS access tokens 2019-09-23 12:28:41 +01:00
e98b753c21 Use alternate MSISDN submit URL when returned by HS
This changes MSISDN token submission to send to an arbitrary URL (instead of the
current IS) when the HS provides such a URL.

Fixes https://github.com/vector-im/riot-web/issues/10923
2019-09-23 12:21:25 +01:00
7d1cb43760 Merge pull request #64 from matrix-org/bwindels/createroomadjustments
Adjust create room dialog name field selector
2019-09-23 09:33:12 +00:00