d22985f12e
Migrate string refs over to createRef
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2019-12-08 12:16:17 +00:00
360cef66c1
Migrate away from React.createClass for async-components. React 16 :D
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2019-08-24 11:53:28 +01:00
d99fb4796f
avoid using import * as Matrix
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com >
2019-08-06 14:04:33 +01:00
35780f5ae0
Remove use of deprecated React.PropTypes
...
Replace all uses of React.PropTypes with PropTypes and importing PropTypes from
'prop-types'.
2017-12-26 14:03:18 +13:00
6b9a2909df
Add rule to enforce spacing in curly brackets in JSX children
...
This required an updated in version of eslint-plugin-react to 7.4.0.
2017-09-28 11:21:06 +01:00
175599beda
Improve error logging/reporting in megolm import/export
...
I saw a rageshake where somebody had apparently failed to import a key file.
I have no idea why it happened.
Also try to make the errors the users see useful.
2017-06-08 16:55:50 +01:00
d9bc8ebc53
de-lint MegolmExportEncryption + test
2017-06-08 14:29:53 +01:00
0c7040e190
Missed one
2017-06-01 16:08:42 +01:00
b26f4ba578
First lot of translations
2017-06-01 12:09:07 +01:00
70e7d81093
More i18n strings ( #963 )
...
* Add i18n for E2E import and Export Dialogs
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add various previous missing i18n strings
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Translate CreateRoomButton
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add ChatInviteDialog and fix missing to.
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add ConfitmRedactDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add DeactivateAccountDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add DeviceVerifyDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add SessionRestoreErrorDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add SetDisplayNameDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add UnknownDeviceDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add AddressTile translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add DeviceVerifyButtons translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add Dropdown translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add UserSelector translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add CaptchaForm translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add CasLogin translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add CustomServerDialog translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add InteractiveAuthEntryComponents translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add LoginFooter translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add RegistrationForm translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add ServerConfig translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add MAudioBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add MImageBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add MVideoBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add TextualBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add UnknownBody translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add UrlPreviewSettings translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add AuxPanel translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* Add PresenceLabel translations
Signed-off-by: MTRNord <mtrnord1@gmail.com >
* fix syntax error
* weird space :P
* missing ','
* fix missing value
* fix json fail
* remove acidential added file
* fix another json fail
2017-05-30 15:09:57 +01:00
81d95ecea0
Fix cancel button on e2e import/export dialogs
...
Make sure that we preventDefault on the cancel button.
Fixes https://github.com/vector-im/riot-web/issues/3066
2017-01-25 22:15:09 +00:00
b85f53cadd
Implement Megolm key importing
2017-01-24 21:50:24 +00:00