Weblate
b51fbfd0c8
Merge branch 'origin/develop' into Weblate.
2020-06-03 09:59:19 +00:00
Michael Telatynski
6d11b4f99b
Merge pull request #4688 from matrix-org/t3chguy/autocomplete-scrollintoview
...
add null-guard for Autocomplete containerRef
2020-06-03 10:59:14 +01:00
Michael Telatynski
eb536ff2f7
Merge branches 'develop' and 't3chguy/e2eedefault' of github.com:matrix-org/matrix-react-sdk into t3chguy/e2eedefault
...
Conflicts:
src/components/views/dialogs/CreateRoomDialog.js
src/components/views/dialogs/InviteDialog.js
src/components/views/right_panel/UserInfo.js
src/createRoom.js
2020-06-03 10:51:17 +01:00
Weblate
bde8cc7bd6
Merge branch 'origin/develop' into Weblate.
2020-06-03 09:45:52 +00:00
Michael Telatynski
936445ab2d
Merge pull request #4660 from matrix-org/t3chguy/kill_UDE_and_UDD
...
Remove legacy codepaths for Unknown Device Error (UDE/UDD) handling
2020-06-03 10:45:47 +01:00
Weblate
38be84e677
Merge branch 'origin/develop' into Weblate.
2020-06-03 09:42:24 +00:00
Kévin C
89c33b2c38
Translated using Weblate (French)
...
Currently translated at 100.0% (2303 of 2303 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-06-03 09:42:24 +00:00
Priit Jõerüüt
a165066d19
Translated using Weblate (Estonian)
...
Currently translated at 57.3% (1320 of 2303 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-06-03 09:42:24 +00:00
Jeff Huang
d33cd5d6f8
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2303 of 2303 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-06-03 09:42:19 +00:00
Michael Telatynski
653b2ff060
Merge pull request #4655 from matrix-org/t3chguy/remove_cross_signing
...
Remove feature_cross_signing
2020-06-03 10:42:13 +01:00
Michael Telatynski
b120488857
add null-guard for Autocomplete containerRef
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-03 10:39:28 +01:00
David Baker
5844a2dd9b
indenting (that somehow the linter doesn't care about?)
2020-06-03 10:09:38 +01:00
David Baker
b60a1d3b66
Import components
2020-06-03 09:55:48 +01:00
Michael Telatynski
7cfeda96d0
Merge pull request #4670 from matrix-org/t3chguy/autocomplete-scrollintoview
...
Autocomplete: use scrollIntoView for auto-scroll to fix it
2020-06-03 09:55:00 +01:00
Travis Ralston
6d96d66c03
Split the left panel into new and old for new room list designs
...
Though we consider the "room list" to mean the RoomList component specifically, the room list is actually the entire left panel as far as the user is concerned.
The new proposed designs for the room list modify the whole left panel, so we had might as well break it into new and old now instead of later. This "new" left panel is a bare-bones implementation and meant to only provide the absolute basic feature set to function for those who enable the experimental room list, for whatever reason. This is not intended to be a final implementation, or even remotely close to what it could be. An example of this is the lack of breadcrumbs. Given they are likely to change, they are excluded from this temporary skeleton completely.
This also includes a purple/pink bar between the tag panel and left panel. This is so we can, if needed, differentiate between people who made the mistake of turning on the experimental room list while the overall aesthetic makes it indistinguishable. Once the designs are moderately approved, we can (and definitely should) remove the hideous indicator.
2020-06-02 19:26:07 -06:00
Travis Ralston
1f1f613777
Add a focus_composer dispatcher action
...
and use it
2020-06-02 19:07:46 -06:00
Michael Telatynski
d99babfe05
Merge branches 'develop' and 't3chguy/e2eedefault' of github.com:matrix-org/matrix-react-sdk into t3chguy/e2eedefault
2020-06-02 21:51:05 +01:00
Michael Telatynski
48c535e578
hide setup encryption toasts on an e2ee-default:false config
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-02 21:40:32 +01:00
David Baker
b83ecb1781
Merge remote-tracking branch 'origin/develop' into dbkr/recovery_keys_over_passphrases
2020-06-02 18:53:54 +01:00
David Baker
0046e204a0
Make the continue button actually work
2020-06-02 18:30:37 +01:00
David Baker
397b95c5fa
lint
2020-06-02 18:03:32 +01:00
David Baker
5624cf5ceb
Add option to reset keys to the encryption setup screen
2020-06-02 17:55:27 +01:00
Jorik Schellekens
c0ac44e471
Change internal font size from from 15 to 20.
2020-06-02 17:10:22 +01:00
David Baker
e06ba2003b
Prompt for recovery key on login rather than passphrase
...
Only show passphrase options at all if the user has a passphrase on
their SSSS key.
2020-06-02 16:32:15 +01:00
Michael Telatynski
113a9d71b5
Fix login loop where the sso flow returns to #/login
...
due to fragmentAfterLogin going back to `#/login`
and https://github.com/vector-im/riot-web/issues/11643
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-02 16:26:07 +01:00
Michael Telatynski
3fbfb62bc9
Merge branches 'develop' and 't3chguy/emoji_picker_composer' of github.com:matrix-org/matrix-react-sdk into t3chguy/emoji_picker_composer
2020-06-02 14:00:37 +01:00
Michael Telatynski
ef1d682683
i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-02 13:51:58 +01:00
Michael Telatynski
3020e395c1
iterate PR
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-02 13:48:08 +01:00
LinAGKar
8672e4849e
Translated using Weblate (Swedish)
...
Currently translated at 64.4% (1482 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2020-06-02 12:29:56 +00:00
Weblate
9b975820a3
Merge branch 'origin/develop' into Weblate.
2020-06-02 09:14:19 +00:00
XoseM
833732e732
Translated using Weblate (Galician)
...
Currently translated at 52.3% (1204 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-06-02 09:14:19 +00:00
Slavi Pantaleev
2794bf3c00
Translated using Weblate (Bulgarian)
...
Currently translated at 95.6% (2201 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2020-06-02 09:14:18 +00:00
J. Ryan Stinnett
0717c7749e
Merge pull request #4347 from MTRNord/fix-register-auth-with-new-spec
...
Make auth argument in the register request compliant with r0.6.0
2020-06-02 10:14:09 +01:00
Weblate
945ebfc45c
Merge branch 'origin/develop' into Weblate.
2020-06-02 06:22:20 +00:00
Travis Ralston
613b994f9d
Revert "Prevent PersistedElements overflowing scrolled areas"
2020-06-02 00:21:31 -06:00
Travis Ralston
73a8e77d32
Add initial filtering support to new room list
...
For https://github.com/vector-im/riot-web/issues/13635
This is an incomplete implementation and is mostly dumped in this state for review purposes. The remainder of the features/bugs are expected to be in more bite-sized chunks.
This exposes the RoomListStore on the window for easy access to things like the new filter functions (used in debugging).
This also adds initial handling of "new rooms" to the client, though the support is poor.
Known bugs:
* [ ] Regenerates the entire room list when a new room is seen.
* [ ] Doesn't handle 2+ filters at the same time very well (see gif. will need a priority/ordering of some sort).
* [ ] Doesn't handle room order changes within a tag yet, despite the docs implying it does.
2020-06-01 16:49:22 -06:00
Michael Telatynski
5025de5525
Merge branches 'develop' and 't3chguy/e2eedefault' of github.com:matrix-org/matrix-react-sdk into t3chguy/e2eedefault
2020-06-01 23:28:21 +01:00
Michael Telatynski
d3523afd29
delint scss and i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-01 23:11:47 +01:00
Michael Telatynski
2dda93bf1a
delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-01 23:09:57 +01:00
Michael Telatynski
702bbe3bcd
Add e2ee-default:false notice to Setting>Security
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-01 23:09:14 +01:00
Michael Telatynski
a2fb96eb8f
Update Create Room Dialog microcopy for e2ee-default:false
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-01 22:59:14 +01:00
Michael Telatynski
366c60cb2d
fix ee listener add
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-01 22:57:51 +01:00
Weblate
42a3dda39d
Merge branch 'origin/develop' into Weblate.
2020-06-01 21:44:10 +00:00
Travis Ralston
4dda573527
i18n
2020-06-01 15:43:29 -06:00
Travis Ralston
5b6118dad4
Remove the unused GroupsButton too
2020-06-01 15:39:22 -06:00
Michael Telatynski
3f72a590f5
move e2ee-default switch to well-known from config.json
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-01 22:37:12 +01:00
Michael Telatynski
cbc2aee746
Add js-sdk mechanism for polling client well-known for config
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-01 22:35:16 +01:00
Travis Ralston
ad617f9e3a
Remove unused TagPanelButtons
...
This isn't used, and is just confusing. The feedback dialog is still used by the top left menu.
2020-06-01 15:35:08 -06:00
Weblate
f2b33f7577
Merge branch 'origin/develop' into Weblate.
2020-06-01 21:00:56 +00:00
Jorik Schellekens
c66a277409
Merge pull request #4679 from JorikSchellekens/joriks/fix-irc-resize-save
...
Pass roomId to IRCTimelineProfileResizer
2020-06-01 22:00:51 +01:00
Michael Telatynski
8848a2ea64
Merge branches 'develop' and 't3chguy/e2eedefault' of github.com:matrix-org/matrix-react-sdk into t3chguy/e2eedefault
...
Conflicts:
src/components/views/dialogs/InviteDialog.js
2020-06-01 21:42:31 +01:00
Jorik Schellekens
5bba62c28b
Pass roomId to IRCTimelineProfileResizer
2020-06-01 18:27:10 +01:00
Weblate
0d075fc8ad
Merge branch 'origin/develop' into Weblate.
2020-06-01 17:22:27 +00:00
Jorik Schellekens
5caae2051b
Merge pull request #4678 from JorikSchellekens/joriks/draggable-cleanup-console
...
Remove logging to console for irc name resize
2020-06-01 18:22:23 +01:00
Weblate
0b95080356
Merge branch 'origin/develop' into Weblate.
2020-06-01 17:12:09 +00:00
Jorik Schellekens
85faa8ac23
Merge pull request #4677 from JorikSchellekens/joriks/fix-dark-theme-selection
...
Use arrow functions instead of binding `this`
2020-06-01 18:12:05 +01:00
Jorik Schellekens
6801751745
No logging
2020-06-01 18:08:52 +01:00
Jorik Schellekens
7db95b614a
Revert to arrow functions to bind this
2020-06-01 18:01:12 +01:00
Weblate
70423178de
Merge branch 'origin/develop' into Weblate.
2020-06-01 16:58:08 +00:00
Jorik Schellekens
8fea9e831e
Merge pull request #4665 from JorikSchellekens/joriks/appearance-tab
...
Create and use stylised checkboxes
2020-06-01 17:58:03 +01:00
Weblate
bcf732b763
Merge branch 'origin/develop' into Weblate.
2020-06-01 16:57:47 +00:00
Jorik Schellekens
c1adee376f
Merge pull request #4676 from JorikSchellekens/joriks/fix-irc-resizer
...
useIRCLayout moved to props
2020-06-01 17:57:43 +01:00
Jorik Schellekens
df18638164
useIRCLayout moved to props
2020-06-01 17:34:42 +01:00
Weblate
24234c9d9c
Merge branch 'origin/develop' into Weblate.
2020-06-01 16:25:49 +00:00
Nils J. Haugen
7d0ccabe6c
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 55.6% (1279 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2020-06-01 16:25:48 +00:00
random
a57ef5c170
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2302 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-06-01 16:25:48 +00:00
notramo
d19c5b8400
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2302 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2020-06-01 16:25:48 +00:00
Tuomas Hietala
858b52cd85
Translated using Weblate (Finnish)
...
Currently translated at 95.7% (2204 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2020-06-01 16:25:48 +00:00
Michael Telatynski
19e8fa01f2
use import instead of getComponent
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-01 17:05:53 +01:00
Jorik Schellekens
53129cafc7
Move comment
2020-06-01 15:36:55 +01:00
Jorik Schellekens
fb9b14ec51
Remove superflous list
2020-06-01 15:35:25 +01:00
Michael Telatynski
7b2f2daf2c
Upload and Paste to Upload tweaks
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-06-01 15:00:55 +01:00
Jorik Schellekens
69747b6114
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into joriks/appearance-tab
2020-06-01 14:32:31 +01:00
Jorik Schellekens
9e9bcb4974
Move id generator into constrcutor
2020-06-01 12:04:47 +01:00
Weblate
044010adb7
Merge branch 'origin/develop' into Weblate.
2020-05-31 20:17:29 +00:00
notramo
610c35e8cc
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2302 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2020-05-31 20:17:28 +00:00
Szimszon
179da0132b
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2302 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2020-05-31 20:17:27 +00:00
XoseM
609e35b5ea
Translated using Weblate (Galician)
...
Currently translated at 51.9% (1195 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-31 20:17:25 +00:00
Kévin C
fc638ffc3e
Translated using Weblate (French)
...
Currently translated at 100.0% (2302 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-31 20:17:22 +00:00
Tirifto
7c290b4b5d
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2302 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-31 20:17:22 +00:00
Stanislav Lukeš
5da9c414e3
Translated using Weblate (Czech)
...
Currently translated at 94.4% (2172 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
2020-05-31 20:17:21 +00:00
Jeff Huang
cf465a4595
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2302 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-31 20:17:20 +00:00
Besnik Bleta
dff352081b
Translated using Weblate (Albanian)
...
Currently translated at 99.9% (2299 of 2302 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-05-31 20:17:20 +00:00
Jorik Schellekens
419857c29c
Merge pull request #4647 from JorikSchellekens/joriks/fix-filepanel-regression
...
Fix FilePanel and NotificationsPanel regression
2020-05-31 21:17:14 +01:00
Michael Telatynski
66a945b26c
Merge branches 'develop' and 't3chguy/autocomplete-scrollintoview' of github.com:matrix-org/matrix-react-sdk into t3chguy/autocomplete-scrollintoview
2020-05-30 13:41:00 +01:00
Michael Telatynski
bc83984a62
tidy up the ref to ref with a forwardRef and initialComponent signature
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-30 13:30:59 +01:00
Weblate
ed93b13741
Merge branch 'origin/develop' into Weblate.
2020-05-30 11:54:47 +00:00
Michael Telatynski
6472ca451e
Merge pull request #4669 from matrix-org/t3chguy/toasts6_1
...
Allow deferring of Update Toast until the next morning
2020-05-30 12:54:42 +01:00
Weblate
f7bbc0c337
Merge branch 'origin/develop' into Weblate.
2020-05-30 11:46:59 +00:00
Jeff Huang
111a656ab6
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2301 of 2301 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-30 11:46:59 +00:00
Michael Telatynski
097f27c822
Merge pull request #4668 from matrix-org/t3chguy/toasts6
...
Give contextual feedback for manual update check instead of banner
2020-05-30 12:46:53 +01:00
Michael Telatynski
8087b521e6
Autocomplete: use scrollIntoView for auto-scroll instead of broken manual scrollTop calculation
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-29 21:42:33 +01:00
Michael Telatynski
0bbf971bac
Update src/dispatcher/actions.ts
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
2020-05-29 20:50:47 +01:00
Weblate
4346207811
Merge branch 'origin/develop' into Weblate.
2020-05-29 19:47:36 +00:00
Michael Telatynski
3f76b73b50
Merge pull request #4659 from matrix-org/t3chguy/dialog_cancel_space
...
Dialog wrap title instead of taking same space as the close/cancel button
2020-05-29 20:47:31 +01:00
Weblate
0e6b2b1b87
Merge branch 'origin/develop' into Weblate.
2020-05-29 19:16:19 +00:00
MamasLT
f0f8051ef3
Translated using Weblate (Lithuanian)
...
Currently translated at 66.1% (1520 of 2301 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-29 19:16:19 +00:00
Michael Telatynski
0b44e30517
Merge pull request #4627 from matrix-org/t3chguy/modular-utm
...
Update Modular hosting link
2020-05-29 20:16:13 +01:00
Michael Telatynski
9431393bda
Allow deferring of Update Toast until the next morning
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-29 19:59:47 +01:00
Jorik Schellekens
b61f1704d3
Merge branch 'develop' into joriks/fix-filepanel-regression
2020-05-29 19:14:19 +01:00
Michael Telatynski
f45c584c8a
Correct the GenericToast props to show the two modes of operation
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-29 19:13:59 +01:00
Michael Telatynski
efd0da44a1
Give contextual feedback for manual update check instead of banner
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-29 18:24:45 +01:00
Weblate
3a4f0a43d5
Merge branch 'origin/develop' into Weblate.
2020-05-29 16:47:09 +00:00
Travis Ralston
822a126cb6
Merge pull request #4663 from JorikSchellekens/develop
...
Fix field placeholder regression
2020-05-29 10:47:04 -06:00
David Baker
631184c661
Fix upgrading with already trusted backup
2020-05-29 15:55:16 +01:00
David Baker
f54bac0e95
Use recovery keys over passphrases
...
Step 1 - change CreateSecretStorageDialog to just give a recovery key
rather than a passphrase.
2020-05-29 15:42:07 +01:00
Weblate
8b3d2f12c5
Merge branch 'origin/develop' into Weblate.
2020-05-29 14:34:07 +00:00
yuuki-san
4a29dc34fe
Translated using Weblate (Slovak)
...
Currently translated at 68.2% (1570 of 2301 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2020-05-29 14:34:07 +00:00
call_xz
658608e86c
Translated using Weblate (Japanese)
...
Currently translated at 57.3% (1319 of 2301 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2020-05-29 14:34:06 +00:00
random
92a2743ac4
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2301 of 2301 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-05-29 14:34:04 +00:00
XoseM
6bc1811809
Translated using Weblate (Galician)
...
Currently translated at 50.0% (1151 of 2301 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-29 14:34:03 +00:00
Kévin C
28017f5b04
Translated using Weblate (French)
...
Currently translated at 100.0% (2301 of 2301 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-29 14:34:00 +00:00
Travis Ralston
ea064afca4
Fix/document a number of UIA oddities
...
Edition 2 of https://github.com/matrix-org/matrix-react-sdk/pull/3211
Fixes https://github.com/vector-im/riot-web/issues/13837
2020-05-29 08:23:59 -06:00
Michael Telatynski
f40cfe4a3b
Implement new design with new iconography
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-29 15:00:27 +01:00
Michael Telatynski
ccd0c952e3
Merge branches 'develop' and 't3chguy/emoji_picker_composer' of github.com:matrix-org/matrix-react-sdk into t3chguy/emoji_picker_composer
...
Conflicts:
src/components/views/rooms/MessageComposer.js
2020-05-29 14:53:42 +01:00
Michael Telatynski
d02a18bfff
Apply FocusLock to ImageView to capture Escape handling
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-29 01:44:09 +01:00
Jorik Schellekens
66c0d53f3e
Create and use stylised checkboxes
2020-05-28 22:33:00 +01:00
Zoe
472c421150
Bubble up a decline-to-render of verification events to outside wrapper
...
This stops the event from appearing as a blank line.
2020-05-28 21:41:31 +01:00
Jorik Schellekens
6559fd499e
Fix field placeholder regression
2020-05-28 21:09:42 +01:00
Weblate
14a4c31e58
Merge branch 'origin/develop' into Weblate.
2020-05-28 18:12:39 +00:00
Besnik Bleta
2740db5874
Translated using Weblate (Albanian)
...
Currently translated at 99.9% (2298 of 2301 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-05-28 18:12:39 +00:00
Michael Telatynski
ab116e1e63
Merge pull request #4661 from matrix-org/t3chguy/notifier-race
...
Try and fix the Notifier race
2020-05-28 19:12:32 +01:00
Michael Telatynski
227fc24d3a
delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-28 19:04:34 +01:00
Michael Telatynski
2530ec8419
Try and fix the Notifier race
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-28 19:03:42 +01:00
Weblate
8b94f3a66a
Merge branch 'origin/develop' into Weblate.
2020-05-28 17:52:09 +00:00
Besnik Bleta
66c7551c2c
Translated using Weblate (Albanian)
...
Currently translated at 99.0% (2279 of 2301 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-05-28 17:52:09 +00:00
Hubert Chathi
ec24350801
Merge pull request #4657 from matrix-org/uhoreg/keytar
...
set the client's pickle key if the platform can store one
2020-05-28 13:52:02 -04:00
Weblate
cadf5c30ad
Merge branch 'origin/develop' into Weblate.
2020-05-28 17:21:37 +00:00
MamasLT
9c502ea821
Translated using Weblate (Lithuanian)
...
Currently translated at 66.5% (1529 of 2299 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-28 17:21:37 +00:00
Tirifto
ffb829108b
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2299 of 2299 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-28 17:21:36 +00:00
Michael Telatynski
0242b6f3f3
Merge pull request #4624 from matrix-org/t3chguy/toasts3_2
...
Migrate Banners to Toasts
2020-05-28 18:21:28 +01:00
Michael Telatynski
c4d6367a17
Swap priorities of Desktop Notifications and Update toasts
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-28 17:30:43 +01:00
Michael Telatynski
8aaa7825ef
Also kill off things that these kept behind
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-28 17:12:19 +01:00
Hubert Chathi
dc4a2191c1
really fix types
2020-05-28 12:04:32 -04:00
Michael Telatynski
f0cabd55c0
Remove legacy codepaths for Unknown Device Error (UDE/UDD) handling
...
as we now always `setGlobalErrorOnUnknownDevices(false)`
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-28 17:01:22 +01:00
Hubert Chathi
0859827910
fix types
2020-05-28 11:56:48 -04:00
Michael Telatynski
03058bacbd
Dialog wrap title instead of taking same space as the close/cancel button
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-28 16:48:50 +01:00
Hubert Chathi
30120dc0c7
Merge remote-tracking branch 'upstream/develop' into keytar
2020-05-28 11:15:36 -04:00
Weblate
540059a5ed
Merge branch 'origin/develop' into Weblate.
2020-05-28 13:54:15 +00:00
MamasLT
542d81699a
Translated using Weblate (Lithuanian)
...
Currently translated at 66.5% (1529 of 2299 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-28 13:54:14 +00:00
Jorik Schellekens
9034889414
Reorder interfaces
2020-05-28 14:43:01 +01:00
Jorik Schellekens
c9d5ed4d00
i18n
2020-05-28 14:32:20 +01:00
Jorik Schellekens
81922231ed
Move Appearance tab to ts
2020-05-28 13:55:07 +01:00
Hubert Chathi
73c35ff80e
set the client's pickle key if the platform can store one
2020-05-28 00:05:45 -04:00
Travis Ralston
9e2d80b8c8
Update documentation and auth dict submissions
2020-05-27 13:16:49 -06:00
Travis Ralston
81cae66732
Merge branch 'develop' into fix-register-auth-with-new-spec
2020-05-27 12:02:46 -06:00
Weblate
0188a0eebb
Merge branch 'origin/develop' into Weblate.
2020-05-27 16:07:17 +00:00
Michael Telatynski
0fd5714e21
Merge pull request #4606 from matrix-org/t3chguy/peeking-races
...
Fix room alias lookup vs peeking race condition
2020-05-27 17:07:12 +01:00
Weblate
8ffe415f0a
Merge branch 'origin/develop' into Weblate.
2020-05-27 16:05:38 +00:00
Jorik Schellekens
46134f5368
Merge pull request #4651 from JorikSchellekens/joriks/fix-encryption-icons-irc
...
Fix encryption icon miss-alignment
2020-05-27 17:05:32 +01:00
yuuki-san
4726ebaf9d
Translated using Weblate (Slovak)
...
Currently translated at 68.7% (1580 of 2299 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2020-05-27 16:04:12 +00:00
MamasLT
687cc4e77a
Translated using Weblate (Lithuanian)
...
Currently translated at 64.6% (1486 of 2299 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-27 16:04:07 +00:00
random
6c323a1991
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2299 of 2299 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-05-27 16:04:06 +00:00
XoseM
8b23eb1db3
Translated using Weblate (Galician)
...
Currently translated at 49.1% (1129 of 2299 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-27 16:04:04 +00:00
Michael Telatynski
e35c9d5bbf
more testing
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-27 15:18:43 +01:00
Michael Telatynski
48de174576
remove debug
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-27 12:20:20 +01:00
Michael Telatynski
efa47f1a8e
Change out debug
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-27 12:02:51 +01:00
Michael Telatynski
3dade4e759
tweak
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-27 11:48:48 +01:00
Michael Telatynski
254ed4b1b6
Add debug lined to figure out e2e test failure
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-27 11:33:42 +01:00
Michael Telatynski
cc68f53fc2
tidy up and delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-27 10:47:01 +01:00
Michael Telatynski
cf50e1a408
i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-27 10:31:30 +01:00
Michael Telatynski
2b432b0d82
Remove feature_cross_signing
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-27 10:28:25 +01:00
Weblate
b603e3ef18
Merge branch 'origin/develop' into Weblate.
2020-05-27 09:24:47 +00:00
yuuki-san
a2a950e00e
Translated using Weblate (Slovak)
...
Currently translated at 66.7% (1537 of 2306 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2020-05-27 09:24:47 +00:00
call_xz
3f6774560e
Translated using Weblate (Japanese)
...
Currently translated at 56.9% (1312 of 2306 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ja/
2020-05-27 09:24:46 +00:00
XoseM
f4651bf898
Translated using Weblate (Galician)
...
Currently translated at 46.8% (1080 of 2306 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-27 09:24:45 +00:00
Kévin C
e79d29b6a3
Translated using Weblate (French)
...
Currently translated at 100.0% (2306 of 2306 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-27 09:24:43 +00:00
Jeff Huang
005b1fa080
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2306 of 2306 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-27 09:24:41 +00:00
David Baker
8bac26c5e3
Merge pull request #4648 from matrix-org/dbkr/remove_keyshare_dialog
...
Remove the keyshare dialog
2020-05-27 10:24:33 +01:00
Michael Telatynski
c492ae97fd
Merge branches 'develop' and 't3chguy/toasts3_2' of github.com:matrix-org/matrix-react-sdk into t3chguy/toasts3_2
2020-05-27 09:45:38 +01:00
Weblate
69f4e8e68e
Merge branch 'origin/develop' into Weblate.
2020-05-27 02:06:23 +00:00
Travis Ralston
515304d32e
Merge pull request #4654 from matrix-org/travis/roomlist/badge-updates
...
Update badge counts in new room list as needed
2020-05-26 20:06:17 -06:00
Travis Ralston
8370fa8bb4
Event.decrypted from the client
2020-05-26 19:56:56 -06:00
Travis Ralston
bf8a3d4419
Bind to the room instead of the client
...
Also add the other missing deregister handlers
2020-05-26 16:20:51 -06:00
Travis Ralston
a9c54153ee
Update badge counts in new room list as needed
2020-05-26 14:16:33 -06:00
Weblate
9b46787dd3
Merge branch 'origin/develop' into Weblate.
2020-05-26 19:49:55 +00:00
Imre Kristoffer Eilertsen
bca58bed02
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 56.5% (1304 of 2306 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nb_NO/
2020-05-26 19:49:55 +00:00
poljar
6c10cbc903
EventIndex: Use a warning when redactions don't have an event id.
...
Co-authored-by: Travis Ralston <travpc@gmail.com>
2020-05-26 21:48:10 +02:00
Damir Jelić
58f0814530
EventIndex: Handle invalid m.room.redaction events correctly.
...
Clients might send invalid redaction events, such events will not have a
valid redacts field containing the event id of the associated event that
was redacted.
Skip such events instead of ending up looping over the checkpoint
forever.
2020-05-26 21:27:45 +02:00
Weblate
cc1de6124b
Merge branch 'origin/develop' into Weblate.
2020-05-26 19:04:56 +00:00
MamasLT
906da4eb1c
Translated using Weblate (Lithuanian)
...
Currently translated at 64.5% (1488 of 2306 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-26 19:04:55 +00:00
Damir Jelić
403a64bcc6
EventIndex: Print out the checkpoint if there was an error during a crawl.
2020-05-26 20:48:22 +02:00
Jorik Schellekens
73213422a9
fix encryption icon missalignment
2020-05-26 18:15:06 +01:00
David Baker
a496dafd41
Remove the keyshare dialog
...
Fixes https://github.com/vector-im/riot-web/issues/11908
2020-05-26 16:51:20 +01:00
Weblate
354d8d6fef
Merge branch 'origin/develop' into Weblate.
2020-05-26 15:13:08 +00:00
Jorik Schellekens
076a3e058d
Merge pull request #4635 from JorikSchellekens/joriks/field-ts
...
Move Field to Typescript
2020-05-26 16:13:03 +01:00
Jorik Schellekens
fcbd197e7d
Fix file list regression
2020-05-26 15:56:16 +01:00
Weblate
8f5c0c7c81
Merge branch 'origin/develop' into Weblate.
2020-05-26 14:18:13 +00:00
Stanislav Lukeš
f51c93ba68
Translated using Weblate (Czech)
...
Currently translated at 94.4% (2177 of 2306 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
2020-05-26 14:18:12 +00:00
Bruno Windels
3fc060c754
Merge pull request #4646 from matrix-org/bwindels/detectnetworkfailureforjoin
...
Use connection error to detect network problem
2020-05-26 14:18:06 +00:00
Weblate
1e21c043cf
Merge branch 'origin/develop' into Weblate.
2020-05-26 13:26:09 +00:00
Stanislav Lukeš
c2ccac0d76
Translated using Weblate (Czech)
...
Currently translated at 93.8% (2163 of 2306 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
2020-05-26 13:26:09 +00:00
Bruno Windels
f3ac96fa56
Merge pull request #4641 from matrix-org/bwindels/defaultfontsize
...
Revert default font size to 15px
2020-05-26 13:26:03 +00:00
Bruno Windels
cfe5173235
use connection error to detect network problem
2020-05-26 15:23:12 +02:00
Weblate
0cf2e2452e
Merge branch 'origin/develop' into Weblate.
2020-05-26 13:22:27 +00:00
Bruno Windels
d45a597528
Merge pull request #4645 from matrix-org/bwindels/addloggingforfailtojoinroom
...
Add logging when room join fails
2020-05-26 13:22:22 +00:00
Bruno Windels
f1282179fb
add logging when we fail to join a room
2020-05-26 14:58:09 +02:00
Weblate
076d3ab00f
Merge branch 'origin/develop' into Weblate.
2020-05-26 12:55:07 +00:00
David Baker
e5c4d6fdcd
Merge pull request #4644 from matrix-org/dbkr/kill_encryptedeventdialog
...
Remove EncryptedEventDialog
2020-05-26 13:55:02 +01:00
Michael Telatynski
fb73bac4cf
Update UpdateToast's priority to 30
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-26 13:53:28 +01:00
Weblate
2f5eedd996
Merge branch 'origin/develop' into Weblate.
2020-05-26 12:48:53 +00:00
Michael Telatynski
b7428fcf35
Merge pull request #4618 from matrix-org/t3chguy/toasts3
...
Migrate Toasts to Typescript and to granular priority system
2020-05-26 13:48:47 +01:00
David Baker
d2fe4bcecd
Unused imports
2020-05-26 13:46:47 +01:00
Weblate
9c56f30dae
Merge branch 'origin/develop' into Weblate.
2020-05-26 12:45:44 +00:00
Michael Telatynski
0cec16d3b1
Merge pull request #4632 from matrix-org/t3chguy/confusing_copy
...
Update Crypto Store Too New copy
2020-05-26 13:45:40 +01:00
Weblate
4ebf5d66a7
Merge branch 'origin/develop' into Weblate.
2020-05-26 12:41:21 +00:00
MamasLT
6017481566
Translated using Weblate (Lithuanian)
...
Currently translated at 64.4% (1495 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-26 12:41:21 +00:00
Michael Telatynski
d1084afb92
Merge pull request #4643 from matrix-org/t3chguy/fix-memberavatar
...
MemberAvatar should not have its own letter fallback, it should use BaseAvatar
2020-05-26 13:41:15 +01:00
David Baker
352727906e
i18n
2020-05-26 13:40:36 +01:00
Michael Telatynski
c74d890774
Merge branches 'develop' and 't3chguy/toasts3' of github.com:matrix-org/matrix-react-sdk into t3chguy/toasts3
...
Conflicts:
src/@types/global.d.ts
src/components/structures/ToastContainer.tsx
2020-05-26 13:38:17 +01:00
David Baker
7e45a71a8a
Remove EncryptedEventDialog
...
https://github.com/matrix-org/matrix-react-sdk/pull/4412 disabled it
when cross signing was enabled so it is essentially gone now anyway.
Fixes https://github.com/vector-im/riot-web/issues/11752
2020-05-26 13:37:57 +01:00
Michael Telatynski
0713139dc5
Merge branches 'develop' and 't3chguy/confusing_copy' of github.com:matrix-org/matrix-react-sdk into t3chguy/confusing_copy
2020-05-26 13:35:18 +01:00
Michael Telatynski
f8d2124aa3
MemberAvatar should not have its own letter fallback, it should use BaseAvatar's
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-26 13:33:47 +01:00
Bruno Windels
cce53d8ab9
revert default font size to 15px
2020-05-26 14:11:36 +02:00
Weblate
6993e7d193
Merge branch 'origin/develop' into Weblate.
2020-05-26 11:17:53 +00:00
Szimszon
1b8a7a33a4
Translated using Weblate (Hungarian)
...
Currently translated at 99.2% (2304 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2020-05-26 11:17:52 +00:00
Jorik Schellekens
ba3fe850e0
Implement review
...
- lint member order
- cleaner type coersion
- specify access modifiers everywhere
2020-05-26 12:09:23 +01:00
Michael Telatynski
b27ab6663e
Merge branch 'develop' into t3chguy/fix_upload_abort
2020-05-26 12:04:36 +01:00
Weblate
7f3eafea99
Merge branch 'origin/develop' into Weblate.
2020-05-26 11:03:57 +00:00
Michael Telatynski
a64de63f00
Merge pull request #4633 from matrix-org/t3chguy/group-view-guest
...
fix viewGroup to actually show the group if possible
2020-05-26 12:03:52 +01:00
Weblate
406c79d06d
Merge branch 'origin/develop' into Weblate.
2020-05-26 11:02:31 +00:00
Michael Telatynski
8062e5a6e8
Merge pull request #4634 from matrix-org/t3chguy/passphrase-copy
...
Update confirm passphrase copy
2020-05-26 12:02:27 +01:00
Weblate
1fb6d41bf4
Merge branch 'origin/develop' into Weblate.
2020-05-26 11:02:12 +00:00
Michael Telatynski
e049ead25f
Merge pull request #4636 from matrix-org/t3chguy/emojipickera11y
...
Improve accessibility of the emoji picker
2020-05-26 12:02:07 +01:00
Weblate
30dc76713a
Merge branch 'origin/develop' into Weblate.
2020-05-26 11:00:06 +00:00
MamasLT
d7f8fdec52
Translated using Weblate (Lithuanian)
...
Currently translated at 64.3% (1492 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-26 11:00:06 +00:00
Michael Telatynski
c00fd326c5
Merge pull request #4613 from matrix-org/t3chguy/toasts1
...
Improve style of toasts to match Figma
2020-05-26 11:59:58 +01:00
Michael Telatynski
f4d69a9844
Merge pull request #4626 from matrix-org/t3chguy/redact_react
...
Fix reacting to redactions
2020-05-26 11:58:54 +01:00
Michael Telatynski
47af85b7b9
Merge pull request #4628 from matrix-org/t3chguy/message_sent
...
Fix sentMessageAndIsAlone by dispatching `message_sent` more consistently
2020-05-26 11:58:14 +01:00
David Baker
7b646d5d39
Merge pull request #4640 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
...
Update from Weblate
2020-05-26 10:04:11 +01:00
Michael Telatynski
707e22ad09
Merge pull request #4402 from matrix-org/t3chguy/alias
...
Replace `alias` with `address` in copy for consistency
2020-05-26 09:36:58 +01:00
MamasLT
9f4691cb77
Translated using Weblate (Lithuanian)
...
Currently translated at 64.3% (1494 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-26 08:36:48 +00:00
Weblate
94d3e4f045
Merge branch 'origin/develop' into Weblate.
2020-05-25 22:24:18 +00:00
Travis Ralston
1c9b5eb42d
Appease the tests
2020-05-25 16:14:51 -06:00
Travis Ralston
e5c2d17015
Move the instance definition to the Window
2020-05-25 16:06:05 -06:00
Travis Ralston
0cec74cc2b
Appease the linter (and the project)
...
Also export the interface that the project expects to be able to import :|
2020-05-25 15:59:15 -06:00
Travis Ralston
bd2d13edd2
Convert the MatrixClientPeg to TypeScript
2020-05-25 15:52:05 -06:00
Travis Ralston
982e81f9a3
Rename MatrixClientPeg to ts
2020-05-25 15:43:21 -06:00
Weblate
20ae161f00
Merge branch 'origin/develop' into Weblate.
2020-05-25 21:29:32 +00:00
toastbroot
3a4c65553c
Translated using Weblate (German)
...
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-05-25 21:29:31 +00:00
Kim Brose
f15e111e9a
Translated using Weblate (German)
...
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-05-25 21:29:31 +00:00
T. Küchel
01cf6cacb3
Translated using Weblate (German)
...
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-05-25 21:29:31 +00:00
Michael Telatynski
ddcfe881c4
Merge pull request #4629 from matrix-org/t3chguy/fix-baseavatar-hooks
...
Fix BaseAvatar wrongly retrying urls
2020-05-25 22:29:22 +01:00
Weblate
d6644cf950
Merge branch 'origin/develop' into Weblate.
2020-05-25 18:05:57 +00:00
MamasLT
c8329a1acf
Translated using Weblate (Lithuanian)
...
Currently translated at 62.0% (1439 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-25 18:05:57 +00:00
Michael Telatynski
608a1feb03
Merge pull request #4637 from matrix-org/t3chguy/edit_highlights
...
Fix event highlights not being updated to reflect edits
2020-05-25 19:05:50 +01:00
Michael Telatynski
0861b1fbec
remove redundant props
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-25 19:05:02 +01:00
Michael Telatynski
148f215d4e
clean up
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-25 19:02:44 +01:00
Jorik Schellekens
dfc73626fa
Fix import
2020-05-25 18:18:47 +01:00
Jorik Schellekens
035c4fae50
Refactor Payloads
2020-05-25 18:12:15 +01:00
Jorik Schellekens
fc1f14f5aa
Appease the types
2020-05-25 17:53:09 +01:00
Jorik Schellekens
303691eb72
Missing export
2020-05-25 17:37:07 +01:00
Jorik Schellekens
b4624baf2f
Merge branch 'develop' into joriks/field-ts
2020-05-25 17:29:25 +01:00
Jorik Schellekens
d10d887996
Explain unsafe coerce
2020-05-25 16:53:09 +01:00
Jorik Schellekens
5c9398a6b1
Types exiliary files
2020-05-25 16:47:57 +01:00
Michael Telatynski
1a47ceb322
Fix event highlight with edits
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-25 16:17:46 +01:00
Michael Telatynski
6677a3f20e
Implement Tabs with Automatic Activation pattern for EmojiPicker header
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-25 15:46:44 +01:00
Michael Telatynski
457f4c82db
Make some ARIA promises
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-25 14:59:03 +01:00
Weblate
2eda2730bb
Merge branch 'origin/develop' into Weblate.
2020-05-25 12:48:39 +00:00
strix aluco
cec8fa3595
Translated using Weblate (Ukrainian)
...
Currently translated at 27.9% (647 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/uk/
2020-05-25 12:48:39 +00:00
MamasLT
0ef0f81fc6
Translated using Weblate (Lithuanian)
...
Currently translated at 61.7% (1432 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-25 12:48:39 +00:00
Samu Voutilainen
4395c59eb1
Translated using Weblate (Finnish)
...
Currently translated at 96.1% (2232 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2020-05-25 12:48:29 +00:00
Tirifto
2a2967d88b
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-25 12:48:26 +00:00
J. A. Durieux
10e433314c
Translated using Weblate (Dutch)
...
Currently translated at 91.6% (2126 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2020-05-25 12:48:26 +00:00
Travis Ralston
0e41bde875
Merge pull request #4625 from matrix-org/travis/new-badges
...
Calculate badges in the new room list more reliably
2020-05-25 06:48:16 -06:00
Jorik Schellekens
63f78b0808
Move tooltip to ts
2020-05-25 13:40:05 +01:00
Michael Telatynski
c73c3ae927
Update confirm passphrase copy
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-25 11:35:21 +01:00
Michael Telatynski
c372e8edee
fix viewGroup to actually show the group if possible
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-25 11:29:56 +01:00
Michael Telatynski
1f52b5e203
Update Crypto Store Too New copy
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-25 10:59:31 +01:00
Michael Telatynski
4a08c8ceda
sort file
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-24 16:00:57 +01:00
Michael Telatynski
0705883c8f
Convert ContentMessages to Typescript
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-24 15:47:52 +01:00
Michael Telatynski
50b8445d4d
fix Content Messages upload abort
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-24 15:13:53 +01:00
Michael Telatynski
cf7acded50
Simply BaseAvatar hooks
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-24 14:12:16 +01:00
Michael Telatynski
02ddda587b
Fix useEventEmitter to support passing all callback arguments
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-24 14:11:25 +01:00
Michael Telatynski
5e00481639
Fix sentMessageAndIsAlone by dispatching message_sent
more consistently
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-24 13:08:29 +01:00
Domant3lis
490a104108
Translated using Weblate (Lithuanian)
...
Currently translated at 55.2% (1281 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-23 23:33:18 +00:00
MamasLT
f6e45a0405
Translated using Weblate (Lithuanian)
...
Currently translated at 55.2% (1281 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-23 23:33:18 +00:00
Michael Telatynski
22dba5f794
Merge branches 't3chguy/toasts3' and 't3chguy/toasts3_1' of github.com:matrix-org/matrix-react-sdk into t3chguy/toasts3_1
2020-05-23 11:22:19 +01:00
Weblate
5d39355acf
Merge branch 'origin/develop' into Weblate.
2020-05-23 10:20:21 +00:00
MamasLT
dd8c65eba2
Translated using Weblate (Lithuanian)
...
Currently translated at 52.8% (1227 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-23 10:20:21 +00:00
XoseM
9dcfe6db6a
Translated using Weblate (Galician)
...
Currently translated at 46.2% (1073 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-23 10:20:15 +00:00
Tuomas Hietala
77910d2d54
Translated using Weblate (Finnish)
...
Currently translated at 94.5% (2195 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2020-05-23 10:20:12 +00:00
Jeff Huang
e751b789aa
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-23 10:20:11 +00:00
Slavi Pantaleev
020a1841c7
Translated using Weblate (Bulgarian)
...
Currently translated at 94.6% (2196 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2020-05-23 10:20:11 +00:00
Osoitz
6a48b54889
Translated using Weblate (Basque)
...
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2020-05-23 10:20:07 +00:00
Michael Telatynski
4892d8cdd0
Merge branches 't3chguy/toasts3' and 't3chguy/toasts3_2' of github.com:matrix-org/matrix-react-sdk into t3chguy/toasts3_2
2020-05-23 11:19:20 +01:00
Michael Telatynski
880e16aaa2
Merge branches 'develop' and 't3chguy/leaks' of github.com:matrix-org/matrix-react-sdk into t3chguy/leaks
...
Conflicts:
src/components/views/avatars/BaseAvatar.js
test/components/views/messages/TextualBody-test.js
2020-05-23 11:12:58 +01:00
Michael Telatynski
efeb8a8487
Merge branches 'develop' and 't3chguy/toasts3' of github.com:matrix-org/matrix-react-sdk into t3chguy/toasts3
2020-05-23 11:01:36 +01:00
Michael Telatynski
d29ba5b597
fix priority sorting to highest first
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-23 09:02:35 +01:00
Michael Telatynski
066dd4b611
Update Modular hosting link
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-23 08:48:28 +01:00
Michael Telatynski
fe03d02cf6
Fix reacting to redactions
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-23 08:43:15 +01:00
Travis Ralston
3a3ddbf7c4
Add missing documentation
2020-05-22 18:10:30 -06:00
Travis Ralston
a19e27d11c
Calculate badges in the new room list more reliably
...
Fixes https://github.com/vector-im/riot-web/issues/13757
This uses a different way of calculating the badges by using about 6 less variables, and consolidating the remaining ones down.
2020-05-22 18:05:09 -06:00
Michael Telatynski
3d2b56aecd
i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 23:23:23 +01:00
Michael Telatynski
4193426808
delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 23:14:33 +01:00
Michael Telatynski
891ba1bbe3
Replace New Version Bar with a Toast
...
discards the `new_version` dispatch
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 23:08:45 +01:00
Michael Telatynski
9f060d1132
i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 22:34:32 +01:00
Michael Telatynski
29cfb47a83
fix copy
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 22:33:13 +01:00
Michael Telatynski
ccf9e65123
Migrate Server Limit Bar Banner to a Toast
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 22:27:19 +01:00
Michael Telatynski
5d0040b8b3
Migrate Password Nag Bar Banner to a Toast
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 22:15:22 +01:00
Michael Telatynski
c91f8c2631
Migrate Analytics Banner to a Toast
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 22:04:21 +01:00
Michael Telatynski
89292ca47b
Fix toast priority sorting to put the highest priority into slot[0]
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 22:03:16 +01:00
Michael Telatynski
3732d1f5a5
Migrate Desktop Notifications MatrixToolbar to a Toast
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 21:56:25 +01:00
Michael Telatynski
a977b8c4ca
Fix lifecycle to reset things before it starts them
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 21:55:43 +01:00
Michael Telatynski
08fadb092c
Remove redundant component
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 21:43:15 +01:00
Weblate
e639c547f5
Merge branch 'origin/develop' into Weblate.
2020-05-22 13:57:35 +00:00
MamasLT
efb3dd2e25
Translated using Weblate (Lithuanian)
...
Currently translated at 48.7% (1131 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-22 13:57:34 +00:00
XoseM
24c3791196
Translated using Weblate (Galician)
...
Currently translated at 44.4% (1030 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-22 13:57:34 +00:00
XoseM
8a1ace43da
Translated using Weblate (Galician)
...
Currently translated at 44.4% (1030 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-22 13:57:34 +00:00
Michael Telatynski
696f158be0
Merge pull request #4614 from matrix-org/t3chguy/toasts2
...
Convert BasePlatform and BaseEventIndexManager to Typescript
2020-05-22 14:57:25 +01:00
Michael Telatynski
49c0748990
delint and i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 14:32:41 +01:00
Michael Telatynski
4e67e46863
fix countSeen
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 14:29:30 +01:00
Michael Telatynski
c464abaa49
Iterate toast count indicator more logically
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 14:28:01 +01:00
Weblate
ec61809798
Merge branch 'origin/develop' into Weblate.
2020-05-22 13:04:02 +00:00
Michael Telatynski
ac0d794877
Fix: Tag_DM is not defined
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 13:49:56 +01:00
Michael Telatynski
a822ab49d5
i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 13:40:30 +01:00
Michael Telatynski
14cee41360
Convert things to Typescript and re-use a generic component
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 13:29:53 +01:00
Michael Telatynski
b21e5ba10b
Set new granular priorities
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 12:57:48 +01:00
Michael Telatynski
3bf5e003a1
Convert DeviceListener to Typescript
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 12:54:03 +01:00
Michael Telatynski
dc37469808
Convert ToastContainer and ToastStore to Typescript
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 12:47:40 +01:00
Michael Telatynski
37bd59bf90
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/peeking-races
2020-05-22 11:18:19 +01:00
Michael Telatynski
67ffe94df4
Fix typo and improve error context
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-22 11:18:14 +01:00
Weblate
ba72d5eac4
Merge branch 'origin/develop' into Weblate.
2020-05-22 09:47:55 +00:00
MamasLT
fe357e530d
Translated using Weblate (Lithuanian)
...
Currently translated at 48.5% (1127 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-22 09:47:54 +00:00
random
ead1fc59fa
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-05-22 09:47:54 +00:00
XoseM
f00ce9aace
Translated using Weblate (Galician)
...
Currently translated at 43.7% (1014 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-22 09:47:54 +00:00
Kévin C
19667964a7
Translated using Weblate (French)
...
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-22 09:47:51 +00:00
Priit Jõerüüt
f0c8f20cf6
Translated using Weblate (Estonian)
...
Currently translated at 54.8% (1273 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-22 09:47:50 +00:00
Tirifto
cb270ba0d5
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2322 of 2322 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-22 09:47:48 +00:00
David Baker
6bfa31cd47
run i18n which is unhappy about 'create room' for some reason
2020-05-22 10:34:00 +01:00
Weblate
00abaa7cc4
Merge branch 'origin/develop' into Weblate.
2020-05-21 19:30:40 +00:00
MamasLT
41a11bbdb2
Translated using Weblate (Lithuanian)
...
Currently translated at 48.4% (1124 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-21 19:30:40 +00:00
Travis Ralston
7ff850deea
Merge pull request #4253 from matrix-org/travis/room-list-2
...
Rewrite the room list store
2020-05-21 13:30:32 -06:00
Travis Ralston
e3c0b47116
Hyphenize algorithm directories
2020-05-21 11:56:04 -06:00
yuuki-san
565562ab5c
Translated using Weblate (Slovak)
...
Currently translated at 67.1% (1558 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2020-05-21 17:55:08 +00:00
MamasLT
e849d28874
Translated using Weblate (Lithuanian)
...
Currently translated at 48.2% (1119 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-21 17:55:07 +00:00
XoseM
3741c296aa
Translated using Weblate (Galician)
...
Currently translated at 42.0% (974 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-21 17:55:05 +00:00
Travis Ralston
a11985f239
Which component? The room list!
2020-05-21 11:54:38 -06:00
Travis Ralston
559dd98d01
Fix comment style to be less bothersome
2020-05-21 11:53:16 -06:00
Michael Telatynski
3ae38714c1
make ts happy
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-21 18:25:52 +01:00
Michael Telatynski
7b0e51a703
delint
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-21 18:11:21 +01:00
Michael Telatynski
b27f1fa6db
Convert BasePlatform and BaseEventIndexManager to Typescript
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-21 18:06:36 +01:00
Michael Telatynski
f539a960e1
re-add brackets
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-21 17:50:32 +01:00
Michael Telatynski
1dfd62c142
iterate alignment
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-21 17:47:35 +01:00
Michael Telatynski
6a0ffe905f
Iterate text alignment
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-21 17:12:16 +01:00
Michael Telatynski
7e7c48e046
Improve style of toasts to match Figma
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-21 16:32:19 +01:00
Weblate
9cb1c18367
Merge branch 'origin/develop' into Weblate.
2020-05-21 11:54:51 +00:00
yuuki-san
6d92f54934
Translated using Weblate (Slovak)
...
Currently translated at 66.7% (1547 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2020-05-21 11:54:51 +00:00
MamasLT
a3e790d72c
Translated using Weblate (Lithuanian)
...
Currently translated at 47.0% (1090 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-21 11:54:48 +00:00
yuuki-san
53d90234c3
Translated using Weblate (Czech)
...
Currently translated at 94.7% (2198 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
2020-05-21 11:54:46 +00:00
David Baker
5d1c01fd6f
Fix key backup restore with SSSS
...
The room / session ID params come after the backupInfo for restoring
from SSSS so the options object was being passed into the wrong param.
Roll on TypeScript.
This meant restoring backups worked fine when the key was cached but
failed when it wasn't.
Regressed in https://github.com/matrix-org/matrix-react-sdk/pull/4507
2020-05-21 12:26:27 +01:00
Weblate
9ab04998be
Merge branch 'origin/develop' into Weblate.
2020-05-21 10:07:33 +00:00
yuuki-san
3b353f1e7a
Translated using Weblate (Slovak)
...
Currently translated at 65.3% (1515 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2020-05-21 10:07:32 +00:00
MamasLT
0409932b4d
Translated using Weblate (Lithuanian)
...
Currently translated at 46.4% (1076 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-21 10:07:31 +00:00
random
23bfa6f11e
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2321 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-05-21 10:07:29 +00:00
Kévin C
4c39b6a988
Translated using Weblate (French)
...
Currently translated at 100.0% (2321 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-21 10:07:29 +00:00
Tirifto
19b9776e89
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2321 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-21 10:07:28 +00:00
Jeff Huang
b1c80df0b4
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2321 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-21 10:07:27 +00:00
Besnik Bleta
2828cc1d25
Translated using Weblate (Albanian)
...
Currently translated at 99.9% (2318 of 2321 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-05-21 10:07:26 +00:00
poljar
af286ade4e
Merge pull request #4608 from matrix-org/poljar/eventindex-null-token
...
Handle null tokens in the crawler loop.
2020-05-21 12:07:18 +02:00
Weblate
b1f288926e
Merge branch 'origin/develop' into Weblate.
2020-05-20 14:29:56 +00:00
MamasLT
a40d795153
Translated using Weblate (Lithuanian)
...
Currently translated at 45.8% (1059 of 2314 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2020-05-20 14:29:56 +00:00
random
31ac5aaa77
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2314 of 2314 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-05-20 14:29:54 +00:00
Xose M
1f75caf6d2
Translated using Weblate (Galician)
...
Currently translated at 41.1% (950 of 2314 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-20 14:29:54 +00:00
Kévin C
a462a374cb
Translated using Weblate (French)
...
Currently translated at 100.0% (2314 of 2314 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-20 14:29:52 +00:00
Samu Voutilainen
402c1b0d65
Translated using Weblate (Finnish)
...
Currently translated at 94.3% (2183 of 2314 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2020-05-20 14:29:52 +00:00
Tirifto
48a66a817f
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2314 of 2314 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-20 14:29:46 +00:00
Jeff Huang
b0e0073970
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2314 of 2314 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-20 14:29:46 +00:00
Jorik Schellekens
50a44405f0
CONSTANT_CASING
2020-05-20 15:17:47 +01:00
Jorik Schellekens
4e9a139e8b
lint
2020-05-20 14:49:18 +01:00
Jorik Schellekens
82b76192ae
Fixes, lints and i18n
2020-05-20 14:44:56 +01:00
Jorik Schellekens
6d9d4ee547
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into joriks/font-scaling-slider
2020-05-20 13:46:17 +01:00
Jorik Schellekens
55e72dd5bf
Remove min and max font setting
2020-05-20 13:45:54 +01:00
Jorik Schellekens
3e30df17fb
Slider is more responsive
2020-05-20 13:07:33 +01:00
Damir Jelić
db72c645ba
EventIndex: Add a missing semicolon.
2020-05-20 11:14:37 +02:00
Damir Jelić
86ad6de41e
EventIndex: Handle null tokens in the crawler loop as well.
...
This is similar to 5eb510387c
. But now the
checkpoint arrived during a crawl.
2020-05-20 11:06:52 +02:00
Weblate
415eff127f
Merge branch 'origin/develop' into Weblate.
2020-05-19 21:29:03 +00:00
Travis Ralston
b96c1ada8a
Merge pull request #4494 from pv/auxpanel-scrolling-persisted
...
Prevent PersistedElements overflowing scrolled areas
2020-05-19 15:28:58 -06:00
Weblate
1caaa67850
Merge branch 'origin/develop' into Weblate.
2020-05-19 17:44:04 +00:00
Jorik Schellekens
323d0762fc
Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into joriks/irc-ui
2020-05-19 18:03:44 +01:00
Jorik Schellekens
2e325191bc
Merge remote-tracking branch 'nv/develop' into joriks/irc-ui
2020-05-19 17:18:36 +01:00
Jorik Schellekens
286828b3bb
Disable irc mode in notifiactions panel
2020-05-19 16:15:13 +01:00
Weblate
94b5fb1b64
Merge branch 'origin/develop' into Weblate.
2020-05-19 14:58:09 +00:00
Kim Brose
894412ca4c
Translated using Weblate (German)
...
Currently translated at 99.8% (2308 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-05-19 14:58:09 +00:00
Tirifto
dda0d2102c
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2312 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-19 14:58:08 +00:00
David Baker
4bf2e5fd8e
Remove SSSS key upgrade check from rageshake
...
This code doesn't exist anymore as the SSSS symmetric upgrade stuff
has been removed.
Fixes https://github.com/vector-im/riot-web/issues/13715
2020-05-19 15:40:26 +01:00
Michael Telatynski
af2eed2228
Fix room alias lookup vs peeking race condition
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-19 13:18:50 +01:00
Weblate
87b0c09b0c
Merge branch 'origin/develop' into Weblate.
2020-05-19 10:58:05 +00:00
rkfg
3cd0381202
Translated using Weblate (Russian)
...
Currently translated at 89.8% (2075 of 2311 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2020-05-19 10:58:05 +00:00
Michael Telatynski
e7d37228f2
Merge pull request #4603 from matrix-org/t3chguy/add_room_tooltip
...
Label the create room button better than "Add room"
2020-05-19 11:57:59 +01:00
Michael Telatynski
0016d8e744
Add e2ee_default_for_private_rooms to control default e2ee behaviour
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-19 11:36:44 +01:00
Priit Jõerüüt
82ca614fa7
Translated using Weblate (Estonian)
...
Currently translated at 53.6% (1239 of 2311 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-19 10:24:42 +00:00
Travis Ralston
38920e7f30
Merge branch 'develop' into travis/room-list-2
2020-05-18 23:23:59 -06:00
Weblate
86dca5292c
Merge branch 'origin/develop' into Weblate.
2020-05-19 05:22:44 +00:00
yuuki-san
b9c31b27a2
Translated using Weblate (Slovak)
...
Currently translated at 64.9% (1500 of 2311 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2020-05-19 05:22:44 +00:00
Travis Ralston
9aff2e836e
Merge pull request #4593 from matrix-org/travis/dispatcher-types
...
Convert the dispatcher to TypeScript
2020-05-18 23:22:32 -06:00
Jorik Schellekens
7bb7f30b8f
missed one
2020-05-18 22:02:22 +01:00
Jorik Schellekens
bba6b2c441
Appease i18n
2020-05-18 17:06:54 +01:00
Jorik Schellekens
4deeef5fca
Remove ability to remove avatars
2020-05-18 16:57:00 +01:00
Jorik Schellekens
5380e76b7b
lint
2020-05-18 16:43:47 +01:00
Jorik Schellekens
17f535e5f8
Fix review problems
...
- removed superfluous position and classes
- fixed compact view
- fixed event list summary avatar and text overlap
- fixed a problem where the mention list refuses to load.
2020-05-18 16:37:10 +01:00
Weblate
89297a5133
Merge branch 'origin/develop' into Weblate.
2020-05-18 10:08:16 +00:00
yuuki-san
a8e92589ad
Translated using Weblate (Slovak)
...
Currently translated at 62.7% (1450 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2020-05-18 10:08:16 +00:00
Michael Telatynski
1eea203db6
Merge pull request #4599 from matrix-org/t3chguy/progress_colour
...
Consolidate password/passphrase fields into a component & add dynamic colour to progress
2020-05-18 11:08:08 +01:00
Michael Telatynski
54640dcaac
Merge pull request #4590 from matrix-org/t3chguy/userview
...
UserView, show Welcome page in the mid panel instead of empty space
2020-05-18 11:07:49 +01:00
Michael Telatynski
a864643d98
Label the create room button something better than "Add room"
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-18 10:37:02 +01:00
yuuki-san
5ea4cc1c5b
Translated using Weblate (Slovak)
...
Currently translated at 62.3% (1441 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2020-05-18 09:14:53 +00:00
Xose M
7c5842c208
Translated using Weblate (Galician)
...
Currently translated at 40.0% (925 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/gl/
2020-05-18 09:14:52 +00:00
Priit Jõerüüt
0662c231a5
Translated using Weblate (Estonian)
...
Currently translated at 53.3% (1233 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-18 09:14:51 +00:00
Pepper.Cabbit.Snoopy
3ffa333f31
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 62.7% (1450 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2020-05-18 09:14:47 +00:00
Priit Jõerüüt
0feb55ff4f
Translated using Weblate (Estonian)
...
Currently translated at 51.4% (1188 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-16 18:06:27 +00:00
Szimszon
c09745e183
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (2312 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2020-05-16 07:22:08 +00:00
Travis Ralston
798e7a1f86
Merge branch 'develop' into travis/dispatcher-types
2020-05-15 09:56:02 -06:00
Weblate
7260e34d1c
Merge branch 'origin/develop' into Weblate.
2020-05-15 13:33:32 +00:00
random
16bdbfd67d
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2312 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-05-15 13:33:32 +00:00
Szimszon
ae9d700c93
Translated using Weblate (Hungarian)
...
Currently translated at 99.4% (2299 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2020-05-15 13:33:31 +00:00
Kévin C
b27ac71680
Translated using Weblate (French)
...
Currently translated at 100.0% (2312 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-15 13:33:31 +00:00
Tuomas Hietala
7d15fea5f9
Translated using Weblate (Finnish)
...
Currently translated at 91.2% (2108 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2020-05-15 13:33:30 +00:00
Priit Jõerüüt
9542851c25
Translated using Weblate (Estonian)
...
Currently translated at 50.9% (1176 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-15 13:33:29 +00:00
Tirifto
acfacb9b95
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2312 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-15 13:33:27 +00:00
Jeff Huang
7ae10d0ba8
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2312 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-15 13:33:27 +00:00
Besnik Bleta
4ef32598ed
Translated using Weblate (Albanian)
...
Currently translated at 99.9% (2309 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sq/
2020-05-15 13:33:26 +00:00
David Baker
07eed94b35
Merge pull request #4600 from matrix-org/dbkr/fix_email_sent_to_blank
...
Make email auth component fail better if server claims email isn't validated
2020-05-15 14:33:20 +01:00
David Baker
523067e5f9
Make email auth component fail better if server claims email isn't validated
...
https://github.com/matrix-org/synapse/issues/7512 means that (at least)
sometimes after clicking on the email validation link and being redirected
to riot, the server will claim the email identity auth stage is still incomplete.
This meant that we displayed the email identity UIA component but with an empty
email address, because we don't know that in the new session. Work around this by
assuming that if the email UIA component is being displayed but we don't have an
email address input, the link has been clicked and we're just waiting for the poll.
Also don't fire off an initial register request if we're already mid-UI-auth, because
that's confusing and unnecessary.
Also also remove unused requestingToken state.
Fixes https://github.com/vector-im/riot-web/issues/13434
2020-05-15 13:32:12 +01:00
Michael Telatynski
5844bee8f2
Merge branches 'develop' and 't3chguy/leaks' of github.com:matrix-org/matrix-react-sdk into t3chguy/leaks
...
Conflicts:
src/components/views/avatars/BaseAvatar.js
2020-05-15 00:16:41 +01:00
Travis Ralston
21e471375e
Revert "Add temporary timing functions to old RoomListStore"
...
This reverts commit 82b55ffd77
.
2020-05-14 14:20:43 -06:00
Travis Ralston
5cfe29de66
Update AsyncStore's docs to be slightly more clear
2020-05-14 14:20:01 -06:00
Travis Ralston
b7ba9b3c41
Replace ChaoticAlgorithm with NaturalAlgorithm for list behaviour
2020-05-14 14:16:26 -06:00
Priit Jõerüüt
51165dc669
Translated using Weblate (Estonian)
...
Currently translated at 50.3% (1162 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-14 20:07:16 +00:00
Travis Ralston
91a997da14
Replace ChaoticAlgorithm for tag sorting with deterministic behaviour
...
aka: implement the algorithms.
2020-05-14 14:06:48 -06:00
Michael Telatynski
89c16603fc
Remove the now inlined ZxcvbnProgressBar.tsx
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 21:06:18 +01:00
Michael Telatynski
f2979f3fd8
replace zxcvbn field in CreateKeyBackupDialog with PassphraseField
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 20:59:46 +01:00
Michael Telatynski
865495dd69
replace zxcvbn field in CreateSecretStorageDialog with PassphraseField
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 20:50:22 +01:00
Travis Ralston
6cb1efc1a4
Use the new TS dispatcher
2020-05-14 13:45:17 -06:00
Travis Ralston
2b4c19e9ba
Merge branch 'travis/dispatcher-types' into travis/room-list-2
2020-05-14 13:40:37 -06:00
Travis Ralston
8e047c3731
Update README for room list store
2020-05-14 13:26:17 -06:00
Michael Telatynski
cf3c4d9e5f
Extract Password field from Registration into a reusable component
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 20:20:36 +01:00
Travis Ralston
9fbd489b3b
Update i18n
2020-05-14 13:03:43 -06:00
Travis Ralston
aafbd7f208
Update misc documentation and spell indices correctly
2020-05-14 13:01:51 -06:00
Michael Telatynski
eb6796bd0e
Migrate PasswordScorer to TypeScript
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 19:53:09 +01:00
Travis Ralston
f8cbadaba5
Clean up comments in skeleton components
2020-05-14 12:53:00 -06:00
Travis Ralston
c37352679d
Fix bold rooms not bolding
2020-05-14 12:46:16 -06:00
Travis Ralston
e8c33161ec
Initial work on badges
...
This doesn't work for bold rooms
2020-05-14 12:46:16 -06:00
Travis Ralston
6bdcbd0f3d
Support switching rooms
2020-05-14 12:46:16 -06:00
Travis Ralston
715dd7e1b6
Prepare tooltip for collapsed support
2020-05-14 12:46:16 -06:00
Travis Ralston
9f0810240f
Clean up imports and other minor lints
2020-05-14 12:46:16 -06:00
Travis Ralston
df3d5c4159
Update i18n for room list
2020-05-14 12:46:16 -06:00
Travis Ralston
cb3d17ee28
Bare minimum for rendering a room list
...
This is non-interactive and missing most features users will expect to have
2020-05-14 12:46:16 -06:00
Travis Ralston
e88788f4e9
Handle event decryption too
2020-05-14 12:46:16 -06:00
Travis Ralston
4a0d14e322
Make missing rooms throw instead
...
For now at least. We shouldn't encounter this case until we get around to adding support for newly-joined rooms.
2020-05-14 12:46:16 -06:00
Travis Ralston
e1fab9a5b6
Work out the new category index for each room update
...
See comments within for details on what this means.
2020-05-14 12:46:16 -06:00
Travis Ralston
ea34bb3022
Make component index happy
2020-05-14 12:46:16 -06:00
Travis Ralston
5dda7f02cf
Early handling of dispatched events
...
A possible approach to handling the various triggers for recategorizing rooms.
2020-05-14 12:46:16 -06:00
Travis Ralston
09b7f39df8
Simple rendering of the room list for visual aid
...
This is largely meant to prove the algorithm works and nothing more.
2020-05-14 12:45:35 -06:00
Travis Ralston
ecf8090b75
Handle DMs
2020-05-14 12:44:49 -06:00
Travis Ralston
d244eeb5d5
Break up algorithms and use the new layering
...
Sorting and ordering has now been split apart. The ImportanceAlgorithm also finally makes use of the sorting.
So far metrics look okay at 3ms for a simple account, though this could potentially get worse due to the multiple loops involved (one for tags, one for categories, one for ordering). We might be able to feed a whole list of rooms into the thing and have it regenerate the lists on demand.
2020-05-14 12:44:49 -06:00
Travis Ralston
e7fffee175
Remove the need for a tag manager
...
Instead putting the tag handling in the Algorithm class
2020-05-14 12:44:49 -06:00
Travis Ralston
9c0422691a
Add another thought
...
Maybe we can speed up the algorithm if we know why we're doing the update.
2020-05-14 12:44:49 -06:00
Travis Ralston
00d400b516
Possible framework for a proof of concept
...
This is the fruits of about 3 attempts to write code that works. None of those attempts are here, but how edition 4 could work is at least documented now.
2020-05-14 12:44:49 -06:00
Travis Ralston
becaddeb80
Categorize rooms by effective membership
2020-05-14 12:44:49 -06:00
Travis Ralston
861268d39f
Invent an AsyncStore and use it for room lists
...
This is to get around the problem of a slow dispatch loop. Instead of slowing the whole app down to deal with room lists, we'll just raise events to say we're ready.
Based upon the EventEmitter class.
2020-05-14 12:44:29 -06:00
Travis Ralston
08419d195e
Initial breakout for room list rewrite
...
This does a number of things (sorry):
* Estimates the type changes needed to the dispatcher (later to be replaced by https://github.com/matrix-org/matrix-react-sdk/pull/4593 )
* Sets up the stack for a whole new room list store, and later components for usage.
* Create a proxy class to ensure the app still functions as expected when the various stores are enabled/disabled
* Demonstrates a possible structure for algorithms
2020-05-14 12:44:29 -06:00
Travis Ralston
82b55ffd77
Add temporary timing functions to old RoomListStore
...
This is to identify how bad of a state we're in to start with.
2020-05-14 12:41:37 -06:00
Michael Telatynski
8dd561d28a
Convert Validation to TypeScript
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 19:33:17 +01:00
Michael Telatynski
93a608a644
flatten out passwordSafe as it was a derived state value
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 19:31:40 +01:00
Weblate
6323a7d749
Merge branch 'origin/develop' into Weblate.
2020-05-14 18:29:14 +00:00
Michael Telatynski
562c5aa9c5
Merge pull request #4588 from matrix-org/t3chguy/kbd1
...
Add new keyboard shortcuts for jump to unread and upload file
2020-05-14 19:29:09 +01:00
Weblate
472e0aff7b
Merge branch 'origin/develop' into Weblate.
2020-05-14 17:50:16 +00:00
Christian Paul
13922a71d3
Translated using Weblate (German)
...
Currently translated at 100.0% (2309 of 2309 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-05-14 17:50:16 +00:00
Priit Jõerüüt
2565f75183
Translated using Weblate (Estonian)
...
Currently translated at 48.2% (1113 of 2309 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-14 17:50:15 +00:00
Tirifto
7ef4562304
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2309 of 2309 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-14 17:50:13 +00:00
Michael Telatynski
38da33941b
Merge pull request #4594 from matrix-org/t3chguy/linkify-local-domains
...
accept and linkify local domains like those from mDNS
2020-05-14 18:50:08 +01:00
Michael Telatynski
09a4af49f3
Consolidate zxcvbn progress bars into a component and add dynamic colour
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 18:49:55 +01:00
Tentarial
77df85b0ac
Translated using Weblate (German)
...
Currently translated at 100.0% (2309 of 2309 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-05-14 16:48:38 +00:00
Christian Paul
f35a8bffc9
Translated using Weblate (German)
...
Currently translated at 100.0% (2309 of 2309 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-05-14 16:48:38 +00:00
Weblate
fc4052a159
Merge branch 'origin/develop' into Weblate.
2020-05-14 16:31:33 +00:00
Christian Paul
9c04188ceb
Translated using Weblate (German)
...
Currently translated at 99.7% (2300 of 2308 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2020-05-14 16:31:33 +00:00
Priit Jõerüüt
e96fa6db33
Translated using Weblate (Estonian)
...
Currently translated at 46.9% (1082 of 2308 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-14 16:31:33 +00:00
Tirifto
777040208a
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2308 of 2308 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-14 16:31:32 +00:00
Michael Telatynski
239197a3cb
Merge pull request #4394 from matrix-org/t3chguy/qrcode
...
wrap node-qrcode in a React FC and use it for ShareDialog
2020-05-14 17:31:26 +01:00
Michael Telatynski
dd747a9a09
Merge pull request #4585 from matrix-org/t3chguy/sso_hash
...
Pass screenAfterLogin through SSO in the callback url
2020-05-14 17:30:31 +01:00
Travis Ralston
cae28b48d6
Remove debugging that causes email addresses to load forever
...
This was left in by accident for https://github.com/matrix-org/matrix-react-sdk/pull/4557
2020-05-14 09:43:34 -06:00
Weblate
5ac6794f62
Merge branch 'origin/develop' into Weblate.
2020-05-14 14:48:25 +00:00
Michael Telatynski
087d514c4c
Merge pull request #4595 from matrix-org/t3chguy/edit_crash
...
Fix message edits dialog being wrong and sometimes crashing
2020-05-14 15:48:19 +01:00
Michael Telatynski
e241da3af0
Fix diff wrong route offsets because of skipping a node insert
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 15:35:38 +01:00
Weblate
691d3924fa
Merge branch 'origin/develop' into Weblate.
2020-05-14 13:52:24 +00:00
random
91134601f6
Translated using Weblate (Italian)
...
Currently translated at 100.0% (2308 of 2308 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2020-05-14 13:52:24 +00:00
Priit Jõerüüt
72e5e2e4b9
Translated using Weblate (Estonian)
...
Currently translated at 46.8% (1079 of 2308 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-14 13:52:23 +00:00
Stanislav Lukeš
822b4b4fff
Translated using Weblate (Czech)
...
Currently translated at 95.2% (2198 of 2308 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
2020-05-14 13:52:23 +00:00
Travis Ralston
acc17e6026
Merge pull request #4584 from matrix-org/travis/deactivate-fix
...
Acquire a new session before enacting deactivation
2020-05-14 07:52:17 -06:00
Michael Telatynski
edba204408
accept and linkify local domains like those from mDNS
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 13:04:30 +01:00
Michael Telatynski
4c7d703275
Reuse QRCode for VerificationQRCode and specify widths
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-14 11:20:27 +01:00
Michael Telatynski
1ba19e78f8
Merge branches 'develop' and 't3chguy/qrcode' of github.com:matrix-org/matrix-react-sdk into t3chguy/qrcode
...
Conflicts:
package.json
2020-05-14 10:50:42 +01:00
Weblate
0872c0a23d
Merge branch 'origin/develop' into Weblate.
2020-05-14 08:10:50 +00:00
Imre Kristoffer Eilertsen
9869ae4672
Translated using Weblate (Norwegian Bokmål)
...
Currently translated at 57.6% (1332 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nb_NO/
2020-05-14 08:10:49 +00:00
Kévin C
1af2bdbc0e
Translated using Weblate (French)
...
Currently translated at 100.0% (2312 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-14 08:10:49 +00:00
Priit Jõerüüt
5672ff577b
Translated using Weblate (Estonian)
...
Currently translated at 46.7% (1080 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-14 08:10:49 +00:00
Jeff Huang
62fee73242
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2312 of 2312 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-14 08:10:46 +00:00
Bruno Windels
4a8e642400
Merge pull request #4581 from matrix-org/bwindels/remove-asym-4s
...
Remove UI for upgrading 4S to symmetric encryption
2020-05-14 08:10:39 +00:00
Travis Ralston
e4835c4b03
Demonstrate dis.fire() with view_user_settings
...
Like a5f3318f3b
, this proves that the new dispatcher conversion works for fire-and-forget style dispatches too. This is another obvious-if-broken and generally safe conversion to make.
Other actions which can be dispatched this way have been excluded for reasons mentioned in the Action enum's comments.
2020-05-13 21:08:08 -06:00
Travis Ralston
a5f3318f3b
Convert view_user dispatch to prove the conversion works
...
This is a relatively obvious dispatch action that doesn't require a lot of complicated type definitions, so should be a good candidate to prove the thing works. If for some reason the thing stops working, we've done something wrong.
This also adds a bit of generic types to the dispatch call so we don't confuse the tsx parser by using `dis.dispatch(<ViewUserPayload>{...})` as it thinks that's supposed to be a component. We still get type safety, and the thing remains happy with the generics approach.
2020-05-13 21:07:50 -06:00
Travis Ralston
a3b4c2dfa0
Convert more async actions to AsyncActionPayload
2020-05-13 21:07:50 -06:00
Travis Ralston
8c72c27da9
Break out actions and payloads to their own files
...
The definitions take up a lot of space which makes it hard to see the dispatcher class, so break them out.
2020-05-13 21:07:50 -06:00
Travis Ralston
90a898d03f
Move dispatcher into a subdirectory
...
We're expecting to have a whole bunch of types for the dispatched payloads, so pull the thing into a directory we can throw them in.
2020-05-13 21:07:50 -06:00
Travis Ralston
fa83df4bde
Convert dispatcher to TypeScript and replace async usage with new class
...
Due to TypeScript and flux's types being annoying and highly typesafe, we need an AsyncActionPayload which intentionally doesn't use the 'action' property. This looks a bit awkward, though for the rare cases we do actually fire async actions it should be fine enough.
The call signature changes slightly for async events, therefore this commit also updates its usages for async events.
The `fire()` function is to be used in a future commit.
Remove biased comment
2020-05-13 21:07:50 -06:00
Weblate
39ccbd07cb
Merge branch 'origin/develop' into Weblate.
2020-05-13 21:33:16 +00:00
Stanislav Lukeš
226e4b297a
Translated using Weblate (Czech)
...
Currently translated at 95.4% (2201 of 2307 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
2020-05-13 21:33:16 +00:00
Travis Ralston
9dd93f14ba
Merge pull request #4555 from matrix-org/travis/sso-xsigning
...
Add copy to SSO prompts during cross-signing setup
2020-05-13 15:33:09 -06:00
Jorik Schellekens
fc6e5227ac
FIx roomsublist heights.
...
- also fiddles the font size numbers
2020-05-13 22:24:22 +01:00
Weblate
bed6c0b94c
Merge branch 'origin/develop' into Weblate.
2020-05-13 16:02:50 +00:00
David Baker
50107ebe47
Re-fix OpenID requests from widgets
...
https://github.com/matrix-org/matrix-react-sdk/pull/4591 reverted
https://github.com/matrix-org/matrix-react-sdk/pull/4459 . We need
to pass both URLs as we need both the wURL (for the widget's 'identity'
ie. OpenID) and the URL that's actually in the iframe (for the
messaging).
2020-05-13 16:10:40 +01:00
Jorik Schellekens
20ec900405
Set font range
2020-05-13 15:36:53 +01:00
Jorik Schellekens
fea219915f
fix code regeression
2020-05-13 15:26:11 +01:00
Jorik Schellekens
312b616d77
fix i18n
2020-05-13 14:11:16 +01:00
Jorik Schellekens
3f04f5163a
Implement more nitpicks
...
- fix avatar inital aligment
- right align names
- set flair height to avatar's
- fix conditions for resizing to be more stable
2020-05-13 14:04:46 +01:00
Weblate
90afd5ef9a
Merge branch 'origin/develop' into Weblate.
2020-05-13 11:47:59 +00:00
David Baker
ef2678db93
Merge pull request #4591 from matrix-org/dbkr/fix_persistent_widgets_desktop
...
Fix persistent widgets on desktop / http
2020-05-13 12:47:54 +01:00
David Baker
92824411e8
Fix persistent widgets on desktop / http
...
WidgetMessaging needs the URL of the widget that gets rendered into
the iframe because that's where the postmessages will be coming from.
Fixes https://github.com/vector-im/riot-web/issues/13369
2020-05-13 12:33:10 +01:00
Michael Telatynski
51f59c6c32
UserView, show Welcome page in the mid panel instead of empty space
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-13 11:40:56 +01:00
Weblate
324b663b27
Merge branch 'origin/develop' into Weblate.
2020-05-13 09:51:05 +00:00
Michael Telatynski
998b661796
Merge pull request #4578 from matrix-org/t3chguy/topic_dialog
...
Fix topic dialog not supporting escape as it didn't have a "Close"
2020-05-13 10:51:00 +01:00
Weblate
f152837345
Merge branch 'origin/develop' into Weblate.
2020-05-13 09:50:44 +00:00
Michael Telatynski
77e32977dc
Merge pull request #4579 from matrix-org/t3chguy/create_room_public
...
Default to public room when creating room from room directory
2020-05-13 10:50:38 +01:00
Michael Telatynski
0e05e6db86
i18n
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-13 10:40:23 +01:00
Michael Telatynski
d11923e2e3
Add new keyboard shortcuts for jump to unread and upload file
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-13 10:38:32 +01:00
Weblate
2c78eafcbd
Merge branch 'origin/develop' into Weblate.
2020-05-13 08:58:24 +00:00
Kévin C
be61968dca
Translated using Weblate (French)
...
Currently translated at 100.0% (2307 of 2307 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2020-05-13 08:58:24 +00:00
Priit Jõerüüt
cad0f38d4d
Translated using Weblate (Estonian)
...
Currently translated at 45.0% (1037 of 2307 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/et/
2020-05-13 08:58:24 +00:00
Tirifto
1cfdf7e56f
Translated using Weblate (Esperanto)
...
Currently translated at 100.0% (2307 of 2307 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eo/
2020-05-13 08:58:23 +00:00
Stanislav Lukeš
42eb36d628
Translated using Weblate (Czech)
...
Currently translated at 95.2% (2197 of 2307 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
2020-05-13 08:58:22 +00:00
Jeff Huang
52dec0cc8d
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (2307 of 2307 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2020-05-13 08:58:19 +00:00
tleydxdy
73a6fed1e3
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 61.7% (1424 of 2307 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2020-05-13 08:58:19 +00:00
Michael Telatynski
d63008f9c5
Merge pull request #4576 from matrix-org/t3chguy/kosovo2.0
...
Replace png flags and add Kosovo to country code dropdown
2020-05-13 09:58:10 +01:00
Michael Telatynski
d8b6b7b976
Pass screenAfterLogin through SSO in the callback url
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-13 06:24:04 +01:00
Jorik Schellekens
5029c3f143
Implement IRC draggable display name width
2020-05-13 02:16:43 +01:00
Travis Ralston
6d90a9d1a3
Appease the linter
2020-05-12 17:20:26 -06:00
Travis Ralston
5e86dc2d60
Update i18n strings
2020-05-12 17:20:11 -06:00
Travis Ralston
c0632d0195
Acquire a new session before enacting deactivation
...
Fixes https://github.com/vector-im/riot-web/issues/13645
Every time the checkbox value changes we acquire a new session now. This avoids us asking the server to change its direction partway through the request.
This causes a bit of UI jerk as the dialog goes from auth -> loading -> auth, however it's better than the alternative of reworking the entire UIA structure to support the `authData` dict changing. Originally this commit consisted of a `disabled` flag on the `InteractiveAuth` component which carried through to the stage's component, however it turns out that stack doesn't respect changes to the `authData` prop, which means the session ID we eventually send down is wrong (`erase: false` instead of the one with `erase: true`). Therefore, we do some logic to ensure we remount `InteractiveAuth` completely.
Further work in this area is described in https://github.com/vector-im/riot-web/issues/13646
2020-05-12 17:17:17 -06:00
Weblate
33dd4ca8f6
Merge branch 'origin/develop' into Weblate.
2020-05-12 15:39:22 +00:00
David Baker
03b10e7226
Fix sign in / up links on previewed rooms
...
They errored because the out-of-band data was assumed to be non-null,
but that's only present for 3rd party invites.
2020-05-12 15:24:12 +01:00
Weblate
d49bc541af
Merge branch 'origin/develop' into Weblate.
2020-05-12 13:36:59 +00:00
David Baker
8b8eb7d3c0
Merge pull request #4580 from matrix-org/dbkr/dont_npe_if_no_device
...
Avoid soft crash if unknown device in verification
2020-05-12 14:36:54 +01:00
David Baker
a000be2b01
i18n
2020-05-12 14:03:40 +01:00
Bruno Windels
b3c641184b
remove obsolete strings
2020-05-12 14:54:49 +02:00
Bruno Windels
8a1b381635
remove UI for upgrading 4S to sym enc
2020-05-12 14:29:11 +02:00
David Baker
ae2645b69b
Provide separate translatable for case where we have no device
2020-05-12 12:42:16 +01:00
David Baker
3c5c7f56f3
Adjust comment
2020-05-12 11:14:05 +01:00
David Baker
5c0920da42
Avoid soft crash if unknown device in verification
...
Rageshakes from the wild indicate that device was null here which
implies that we somehow did not know about the device when verifiying
it? Log and null-check to avoid a soft crash.
2020-05-12 11:05:30 +01:00
Michael Telatynski
7fe40a0470
Default to public room when creating room from room directory
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-12 10:55:46 +01:00
Michael Telatynski
3e3d537fec
Fix topic dialog not supporting escape as it didn't have a "Close"
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2020-05-12 10:51:27 +01:00