Matthew Hodgson
|
48a2ad93da
|
fix {integrationsUrl} thinko
|
2017-05-30 20:32:12 +01:00 |
|
Richard Lewis
|
ae1753bce6
|
Add tipping widgets
|
2017-05-30 18:39:51 +01:00 |
|
Luke Barnard
|
40154df930
|
Show People/Rooms emptySubListTip even when total rooms !== 0
|
2017-05-30 16:14:27 +01:00 |
|
Luke Barnard
|
b51f5ac6d1
|
Merge branch 'new-guest-access' of github.com:matrix-org/matrix-react-sdk into new-guest-access
|
2017-05-30 16:11:11 +01:00 |
|
Luke Barnard
|
6f8d5b1db3
|
Remove spurious reference to otherTagNames
|
2017-05-30 16:10:19 +01:00 |
|
Matthew Hodgson
|
93a35dc07a
|
Merge branch 'develop' into t3chguy/piwik
|
2017-05-30 15:58:55 +01:00 |
|
Matthew Hodgson
|
90c2fc01d2
|
Merge pull request #964 from matrix-org/luke/start-url
Add /start to show the setMxId above HomePage
|
2017-05-30 15:45:43 +01:00 |
|
Richard Lewis
|
0d7e3a15f7
|
Add room config
|
2017-05-30 15:32:53 +01:00 |
|
Marcel
|
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 |
|
Luke Barnard
|
2baef643e3
|
Add /start to show the setMxId above HomePage
|
2017-05-30 14:27:02 +01:00 |
|
Matthew Hodgson
|
9b8b562499
|
Merge pull request #960 from matrix-org/luke/fix-chat-invite-perf
Improve ChatInviteDialog perf by ditching fuse, using indexOf and lastActiveTs()
|
2017-05-30 14:26:37 +01:00 |
|
Richard Lewis
|
0e7bb6791f
|
Static widget config per room
|
2017-05-30 13:47:17 +01:00 |
|
Luke Barnard
|
47bf5401fa
|
Use KeyCode.ENTER instead of 13
|
2017-05-30 13:14:14 +01:00 |
|
Luke Barnard
|
952651c685
|
Allow pressing Enter to submit setMxId
|
2017-05-30 13:02:35 +01:00 |
|
Luke Barnard
|
4e4c670458
|
Improve ChatInviteDialog perf by ditching fuse, using indexOf and lastActiveTs()
|
2017-05-30 12:34:19 +01:00 |
|
Richard Lewis
|
143f68ec56
|
Add locally hosted recepie widget
|
2017-05-30 11:40:29 +01:00 |
|
Michael Telatynski
|
ee6789ed15
|
change aux order so room settings is top most, forwarding could go weird
if you clicked roomsettings whilst forwarding
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-30 11:22:27 +01:00 |
|
Michael Telatynski
|
baba2e12e2
|
fix weird indentation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-30 11:21:33 +01:00 |
|
Michael Telatynski
|
ff9141e424
|
add a hideCancel flag as some things have own cancel etc on RoomHeader
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-30 11:20:41 +01:00 |
|
Richard Lewis
|
ec03cf4de3
|
disable iframe sandboxing. Remove BBC news iframe
|
2017-05-30 10:46:51 +01:00 |
|
Luke Barnard
|
9536e1ef36
|
Merge pull request #954 from matrix-org/matthew/ilag-login
add login link to SetMxIdDialog
|
2017-05-30 09:48:33 +01:00 |
|
Matthew Hodgson
|
ad1b14967b
|
hide rightpanel on welcome page
|
2017-05-30 03:59:06 +01:00 |
|
Michael Telatynski
|
7e02977c27
|
i18n
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 22:32:45 +01:00 |
|
Michael Telatynski
|
a2229ced11
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/electron_settings
|
2017-05-29 21:56:45 +01:00 |
|
Michael Telatynski
|
b65e4960a5
|
move Dialog analytics to Modal controller
mark title as required, it sorta is, why isn't this based on BaseDialog?
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 17:39:03 +01:00 |
|
Michael Telatynski
|
42e20c38f9
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/piwik
|
2017-05-29 15:23:05 +01:00 |
|
Michael Telatynski
|
9b8dcaf274
|
make analytics setting use new thing
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 15:11:37 +01:00 |
|
Michael Telatynski
|
97d0c41d30
|
fix ugly special casing in generic settings renderer
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 15:08:11 +01:00 |
|
Michael Telatynski
|
f5d336103e
|
add opt out / un opt out toggle
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 14:36:50 +01:00 |
|
Michael Telatynski
|
7e8123e5fe
|
move all init/enable/disable logic to Analytics/MatrixChat
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 14:26:29 +01:00 |
|
Matthew Hodgson
|
df599890c5
|
add login link to SetMxIdDialog
|
2017-05-29 01:32:31 +01:00 |
|
Matthew Hodgson
|
1efc5c2b25
|
speed up SetMxIdDialog user check to 250ms as it was driving me MAD
i18nize new bottomleftmenu buttons
|
2017-05-28 23:28:40 +01:00 |
|
Matthew Hodgson
|
5c885922d9
|
Merge branch 'develop' into new-guest-access
|
2017-05-28 22:58:18 +01:00 |
|
Travis Ralston
|
1b6685c5da
|
Merge branch 'develop' into travis/redact-to-remove
|
2017-05-28 17:45:32 -04:00 |
|
Michael Telatynski
|
b55503e67f
|
i18n the forwarding aux panel
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 13:27:57 +01:00 |
|
Michael Telatynski
|
fb3187b58e
|
change event wording
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 13:26:33 +01:00 |
|
Michael Telatynski
|
0a1b361141
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/piwik
|
2017-05-28 13:21:33 +01:00 |
|
Matthew Hodgson
|
accc17a39a
|
Merge pull request #812 from t3chguy/forward_message
Message Forwarding
|
2017-05-28 02:37:31 +01:00 |
|
Matthew Hodgson
|
10a9313bba
|
Merge pull request #944 from matrix-org/t3chguy/fix-focus-steal
don't focus_composer on window focus
|
2017-05-27 23:30:00 +01:00 |
|
Michael Telatynski
|
45cd80dedb
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/piwik
|
2017-05-27 20:59:35 +01:00 |
|
Michael Telatynski
|
98c2f9201b
|
initial piwik stuff
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-27 20:47:09 +01:00 |
|
Marcel
|
8935e9706e
|
Change variable name as mentioned by t3chguy
|
2017-05-27 21:21:23 +02:00 |
|
Marcel
|
a30110b5d3
|
Fix vector-im/riot-web#4042
|
2017-05-27 21:11:00 +02:00 |
|
Michael Telatynski
|
4cd7964b58
|
remove window onFocus handling entirely
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-27 18:43:59 +01:00 |
|
Matthew Hodgson
|
3703306a9e
|
oops
|
2017-05-27 18:35:18 +01:00 |
|
Matthew Hodgson
|
3302fc690f
|
fix all missing translations picked up by check-i18n.pl
|
2017-05-27 18:20:44 +01:00 |
|
Matthew Hodgson
|
1eb7993aa7
|
Merge pull request #946 from matrix-org/t3chguy/fix_imports
import _t, drop two unused imports
|
2017-05-27 18:08:00 +01:00 |
|
Michael Telatynski
|
8524f5868c
|
import _t, drop two unused imports
without this FilePanel would ever-load
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-27 17:59:11 +01:00 |
|
Matthew Hodgson
|
957aa0403d
|
fix https://github.com/vector-im/riot-web/issues/4052
|
2017-05-27 16:03:07 +01:00 |
|
Michael Telatynski
|
8e1db84bee
|
Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into t3chguy/fix-focus-steal
|
2017-05-27 14:29:06 +01:00 |
|