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 |
|
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 |
|
RiotTranslate
|
dc241c079c
|
[WEBLATE] fix json
|
2017-05-30 13:37:04 +00:00 |
|
RiotTranslate
|
d817924d9a
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-05-30 13:33:35 +00: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 |
|
RiotTranslate
|
f8db8fdd9b
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-05-30 13:21:24 +00:00 |
|
RiotTranslate
|
9f5a359f10
|
[WEBLATE] fix merge issues
|
2017-05-30 13:20:50 +00:00 |
|
Matthew Hodgson
|
d2703276dc
|
Merge pull request #958 from turt2live/patch-1
Say "X removed the room name" instead of showing nothing
|
2017-05-30 14:20:49 +01:00 |
|
Matthew Hodgson
|
a3a63b18d2
|
Merge pull request #959 from matrix-org/t3chguy/fix_roomheader
roomview/roomheader fixes
|
2017-05-30 14:19:33 +01:00 |
|
Bhuvan Krishna
|
612a1b47f5
|
Translated using Weblate (Telugu)
Currently translated at 0.1% (1 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/te/
|
2017-05-30 13:12:14 +00:00 |
|
Amandine
|
1dfc228954
|
Translated using Weblate (French)
Currently translated at 99.7% (673 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/fr/
|
2017-05-30 12:30:22 +00:00 |
|
Bhuvan Krishna
|
3f3b77a635
|
Added translation using Weblate (Telugu)
|
2017-05-30 12:30:21 +00: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 |
|
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 |
|
Juorder Gonzalez
|
4b60532442
|
Translated using Weblate (Spanish)
Currently translated at 48.7% (329 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/es/
|
2017-05-30 08:52:06 +00:00 |
|
dtygel
|
457d44fe49
|
Translated using Weblate (Portuguese (Brazil))
Currently translated at 99.7% (673 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/pt_BR/
|
2017-05-30 08:52:05 +00:00 |
|
Amandine
|
b0942d4fcf
|
Translated using Weblate (French)
Currently translated at 99.7% (673 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/fr/
|
2017-05-30 08:52:05 +00:00 |
|
Bart Ribbers
|
9090338eb3
|
Translated using Weblate (Dutch)
Currently translated at 29.6% (200 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/nl/
|
2017-05-30 08:52:05 +00:00 |
|
Radium
|
119db915a6
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 22.9% (155 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/zh_Hans/
|
2017-05-30 08:52:04 +00: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 |
|
turt2live
|
d9d25e26d2
|
Say "X removed the room name" instead of showing nothing
Addresses vector-im/riot-web#4072
Signed-off-by: Travis Ralston <travpc@gmail.com>
|
2017-05-29 23:21:14 -06:00 |
|
RiotTranslate
|
de1cacf983
|
Update from Weblate. (#953)
* Translated using Weblate (German)
Currently translated at 100.0% (675 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/de/
* Added translation using Weblate (Spanish)
* Translated using Weblate (German)
Currently translated at 100.0% (675 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/de/
* Translated using Weblate (Spanish)
Currently translated at 2.8% (19 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/es/
* Translated using Weblate (Spanish)
Currently translated at 2.8% (19 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/es/
* Translated using Weblate (Spanish)
Currently translated at 3.2% (22 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/es/
* Added translation using Weblate (Chinese (Simplified))
* Translated using Weblate (Dutch)
Currently translated at 2.6% (18 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/nl/
* Translated using Weblate (Chinese (Simplified))
Currently translated at 11.7% (79 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/zh_Hans/
* Translated using Weblate (Spanish)
Currently translated at 14.6% (99 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/es/
* Translated using Weblate (French)
Currently translated at 55.8% (377 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/fr/
|
2017-05-30 04:01:15 +01:00 |
|
Matthew Hodgson
|
ad1b14967b
|
hide rightpanel on welcome page
|
2017-05-30 03:59:06 +01:00 |
|
Michael Telatynski
|
bdf94b14a4
|
changed my mind, no point sending spinner over to analytics
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-30 00:10:36 +01:00 |
|
Matthew Hodgson
|
970784f0c0
|
Merge pull request #956 from matrix-org/t3chguy/i18n_electron
fix i18n in a situation where navigator.languages=[]
|
2017-05-30 00:07:30 +01:00 |
|
Michael Telatynski
|
5dde23ae54
|
fall back to className if no props?.title - for mx_Dialog_spinner primarily
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-30 00:01:36 +01:00 |
|
Michael Telatynski
|
dc2d32670b
|
clean up file
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 23:52:55 +01:00 |
|
Michael Telatynski
|
bfc7302fba
|
fix i18n typo
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 23:51:05 +01:00 |
|
Nerkdesign
|
13d82483a5
|
Translated using Weblate (French)
Currently translated at 55.8% (377 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/fr/
|
2017-05-29 21:08:29 +00:00 |
|
Michael Telatynski
|
1bba419235
|
add flow annotation
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 20:02:46 +01:00 |
|
Michael Telatynski
|
c614c03b03
|
fix i18n in a situation where navigator.languages=[]
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 19:59:29 +01:00 |
|
Michael Telatynski
|
4c607091d4
|
make Analytics use new method for finding Platform name, now human friendly :D
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 19:52:00 +01:00 |
|
Michael Telatynski
|
d484372c7f
|
introduce concept of platform name, based on class name, because webpack.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 19:50:04 +01:00 |
|
Michael Telatynski
|
b9457a0681
|
Track Notifier events so we know what % have toolbar/enabled/etc
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 19:15:52 +01:00 |
|
Michael Telatynski
|
541cea020e
|
use 4/5 of the default custom vars for useful things :D
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 19:04:37 +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
|
c2dca0c805
|
move to use async Piwik interface, means pre-piwik load things will work too
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 17:26:48 +01:00 |
|
Juorder Gonzalez
|
629efd1cae
|
Translated using Weblate (Spanish)
Currently translated at 14.6% (99 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/es/
|
2017-05-29 15:51:50 +00:00 |
|
Bart Ribbers
|
e99e5c5efc
|
Translated using Weblate (Dutch)
Currently translated at 2.6% (18 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/nl/
|
2017-05-29 15:51:49 +00:00 |
|
Radium
|
fdeb29c8ba
|
Translated using Weblate (Chinese (Simplified))
Currently translated at 11.7% (79 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/zh_Hans/
|
2017-05-29 15:51:49 +00:00 |
|
Radium
|
e1e2d83361
|
Added translation using Weblate (Chinese (Simplified))
|
2017-05-29 15:18:55 +00:00 |
|
Juorder Gonzalez
|
949077db00
|
Translated using Weblate (Spanish)
Currently translated at 3.2% (22 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/es/
|
2017-05-29 15:08:33 +00:00 |
|
Juorder Gonzalez
|
9ea8e2c459
|
Translated using Weblate (Spanish)
Currently translated at 2.8% (19 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/es/
|
2017-05-29 15:08:05 +00:00 |
|
Juorder Gonzalez
|
578e10d972
|
Translated using Weblate (Spanish)
Currently translated at 2.8% (19 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/es/
|
2017-05-29 15:07:11 +00:00 |
|
RiotTranslate
|
245a2793ed
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-05-29 14:33:58 +00:00 |
|
Bamstam
|
6ccf55b425
|
Translated using Weblate (German)
Currently translated at 100.0% (675 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/de/
|
2017-05-29 14:33:58 +00:00 |
|
Juorder Gonzalez
|
4a712a443c
|
Added translation using Weblate (Spanish)
|
2017-05-29 14:33:56 +00: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
|
75e386e0ee
|
fix async behaviour, tracking should maybe use Async Piwik tracker
events before piwik loads are lost currently
blocking for piwik would be stupid.
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-29 14:56:41 +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
|
229eef4624
|
fix missing translation
|
2017-05-29 13:29:27 +01:00 |
|
Matthew Hodgson
|
df599890c5
|
add login link to SetMxIdDialog
|
2017-05-29 01:32:31 +01:00 |
|
RiotTranslate
|
93b958419a
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-05-28 23:08:11 +00:00 |
|
Bamstam
|
d325582344
|
Translated using Weblate (German)
Currently translated at 100.0% (675 of 675 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/de/
|
2017-05-28 23:08:09 +00: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 |
|
Matthew Hodgson
|
4fa454ed45
|
Merge branch 'develop' into weblate-riot-web-matrix-react-sdk
|
2017-05-28 21:46:17 +01:00 |
|
Matthew Hodgson
|
0acfe7eddd
|
Merge pull request #952 from matrix-org/t3chguy/fix_slashcommands
fix mis-linting - missed it in code review :(
|
2017-05-28 21:45:25 +01:00 |
|
Matthew Hodgson
|
51c3c121d4
|
fix dup i18n keys found by check-i18n.pl
|
2017-05-28 21:32:24 +01:00 |
|
Matthew Hodgson
|
67323e3690
|
fix vars in RU translation (how did i not commit this yesterday?)
|
2017-05-28 21:28:03 +01:00 |
|
Michael Telatynski
|
3ecd9964ec
|
fix vector-im/riot-web#4059 - missed it in code review :(
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 20:24:33 +01:00 |
|
Radium
|
4e2e1d3d51
|
Translated using Weblate (Chinese (Traditional))
Currently translated at 3.2% (22 of 674 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/zh_Hant/
|
2017-05-28 16:38:35 +00:00 |
|
Radium
|
dc710f4644
|
Added translation using Weblate (Chinese (Traditional))
|
2017-05-28 16:07:47 +00:00 |
|
Rinat
|
b709c981c0
|
Translated using Weblate (Russian)
Currently translated at 91.0% (614 of 674 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/ru/
|
2017-05-28 13:35:29 +00:00 |
|
PureTryOut
|
00a6d218a5
|
Translated using Weblate (Dutch)
Currently translated at 0.2% (2 of 674 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/nl/
|
2017-05-28 13:35:29 +00:00 |
|
Michael Telatynski
|
3a8288bf34
|
remove identical duplicates in fr
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 13:43:44 +01:00 |
|
Michael Telatynski
|
8d64bf27af
|
fix weird mangled key vals (and dups)
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 13:38:37 +01:00 |
|
PureTryOut
|
38abda3c56
|
Added translation using Weblate (Dutch)
|
2017-05-28 12:35:34 +00:00 |
|
Michael Telatynski
|
c8732582d3
|
remove most duplicate keys in en_EN
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 13:35:30 +01: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 |
|
Michael Telatynski
|
7cebfc1ff1
|
change analytics to set custom url rather than custom title
this way exit/entry/page transition will work better
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 13:19:03 +01:00 |
|
RiotTranslate
|
f08d40fb7b
|
Merge remote-tracking branch 'origin/develop' into develop
|
2017-05-28 11:10:16 +00:00 |
|
Bamstam
|
b1f21f7d4e
|
Translated using Weblate (German)
Currently translated at 99.7% (672 of 674 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.nordgedanken.de/projects/riot-web/matrix-react-sdk/de/
|
2017-05-28 11:10:16 +00:00 |
|
Michael Telatynski
|
eb6136b957
|
remove dispatcher
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-28 11:26:41 +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
|
f93fd1c408
|
remove unrelated comment, my copy pasting is way too obvious xD
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
|
2017-05-27 21:08: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 |
|
Matthew Hodgson
|
063230af03
|
fix typo breaking russian i18n
|
2017-05-27 19:51:44 +01:00 |
|
Matthew Hodgson
|
71bc15c2fc
|
fix .
|
2017-05-27 19:03:18 +01: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
|
8766f8ab7e
|
sync punctuation
|
2017-05-27 18:22:36 +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 |
|