David Baker
80a9bc3f2a
Merge pull request #2029 from matrix-org/luke/fix-connection-lost-message-layout
...
Fix layout bug introduced by #2025
2018-06-29 10:49:15 +01:00
Weblate
15506ab5e8
Merge remote-tracking branch 'origin/develop' into develop
2018-06-29 09:46:52 +00:00
David Baker
b07a2cb09a
Merge pull request #2028 from matrix-org/luke/fix-room-settings-editable-text-resets
...
Fix room topics/names resetting when UserSetting re-renders
2018-06-29 10:46:48 +01:00
Weblate
9b9f744a44
Merge remote-tracking branch 'origin/develop' into develop
2018-06-29 09:44:24 +00:00
Andrey
1539180cdc
Translated using Weblate (Russian)
...
Currently translated at 99.8% (1206 of 1208 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2018-06-29 09:44:24 +00:00
David Baker
053a46a5e0
Merge pull request #2027 from matrix-org/luke/track-uisis-piwik-improved
...
Improve tracking of UISIs
2018-06-29 10:44:17 +01:00
Szimszon
fcc9479c1d
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1208 of 1208 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-06-29 08:56:33 +00:00
Luke Barnard
ad5f1bf180
Fix layout bug introduced by #2025
...
Fixes https://github.com/vector-im/riot-web/issues/6958
(https://github.com/matrix-org/matrix-react-sdk/pull/2025 )
2018-06-29 09:46:01 +01:00
Luke Barnard
016e9176f6
Fix room topics/names reseting when UserSetting re-renders
...
This reverts a fix to EditableText introduced in
https://github.com/matrix-org/matrix-react-sdk/pull/1445
which introduced a bug that causes room name and topic to
reset when UserSettings is rerendered because
`initialValue != this.value`
This also fixes the same bug originally fixed by #1445 :
>fix entering the same thing twice (which had the bug of not
>emptying the "new" field)
which, in other words meant that clicking "+" when adding a room
alias would not reset the contents of the bottom-most alias in the
list.
The fix is to increment the `key` of the element, causing a new
instance to be mounted instead of passing new props to the existing
one.
2018-06-28 18:11:52 +01:00
Luke Barnard
3846aef8a1
Alter docs, add comments
2018-06-28 16:06:12 +01:00
Luke Barnard
ab990d8cec
Increase grace period to allow time for key sharing
2018-06-28 15:07:58 +01:00
Luke Barnard
01dd387970
Track UISIs in bulk
...
Piwik supports sending an event value, which we can use to indicate
cardinality of UISIs to be tracked instead of tracking them individually.
This means we can track them at a lower frequency of (fairly arbitrary)
60s.
2018-06-28 15:07:27 +01:00
Osoitz
fc841d2dc5
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1208 of 1208 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-06-28 07:12:38 +00:00
Kévin C
2e892fa399
Translated using Weblate (French)
...
Currently translated at 100.0% (1208 of 1208 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-06-27 21:34:59 +00:00
Weblate
96877022ac
Merge remote-tracking branch 'origin/develop' into develop
2018-06-27 16:22:26 +00:00
David Baker
48f03bfd86
Merge pull request #2026 from matrix-org/dbkr/share_icons
...
Replace share icons
2018-06-27 17:22:21 +01:00
David Baker
7bce29db6e
Replace share icons
...
with ones that look a bit more like the actual logos those sites use now
2018-06-27 17:17:44 +01:00
Krombel
b5266f0f51
Translated using Weblate (German)
...
Currently translated at 100.0% (1208 of 1208 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-06-27 16:07:20 +00:00
Weblate
d3e90de328
Merge remote-tracking branch 'origin/develop' into develop
2018-06-27 14:40:25 +00:00
Andrey
239b973df3
Translated using Weblate (Russian)
...
Currently translated at 99.8% (1205 of 1207 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2018-06-27 14:40:24 +00:00
David Baker
74770acf73
Merge pull request #2025 from matrix-org/luke/fix-status-bar-consent-error
...
Improve status bar errors (namely the consent error)
2018-06-27 15:40:18 +01:00
Luke Barnard
66002a4c00
Fix status bar element positioning
2018-06-27 15:19:27 +01:00
Luke Barnard
8be173cae3
Show nicer error when receiving a consent error after sending a message
2018-06-27 15:17:57 +01:00
Weblate
0fe851585f
Merge remote-tracking branch 'origin/develop' into develop
2018-06-27 10:37:26 +00:00
Luke Barnard
a0871116d8
Merge pull request #2023 from matrix-org/luke/fix-copy-button-position
...
Fix incorrectly positioned copy button on `<pre>` blocks
2018-06-27 11:37:22 +01:00
Luke Barnard
6345fcb8f2
Fix incorrectly positioned copy button on `<pre>` blocks
2018-06-27 11:31:55 +01:00
Weblate
6fe889fae2
Merge remote-tracking branch 'origin/develop' into develop
2018-06-27 09:40:22 +00:00
Luke Barnard
4c575bb1ca
Merge pull request #2018 from matrix-org/luke/fix-piwik-path-reporting
...
Redact pathnames with origin `file://`
2018-06-27 10:40:17 +01:00
Weblate
680b0fdd0e
Merge remote-tracking branch 'origin/develop' into develop
2018-06-27 09:33:45 +00:00
Luke Barnard
cf24427d12
Merge pull request #2022 from matrix-org/dbkr/update_package_lock
...
Update package-lock.json
2018-06-27 10:33:41 +01:00
Luke Barnard
483edb8211
`pathname` is not constant
2018-06-27 10:31:51 +01:00
Weblate
2c9dd9469e
Merge remote-tracking branch 'origin/develop' into develop
2018-06-27 09:29:26 +00:00
David Baker
6fb57c0c66
Merge pull request #2021 from matrix-org/t3chguy/room_sub_list_badge_click
...
on room sub list badge click goto first relevant room
2018-06-27 10:29:22 +01:00
Weblate
fd40e21175
Merge remote-tracking branch 'origin/develop' into develop
2018-06-27 09:27:38 +00:00
Peter Vágner
7ab229cd4d
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1207 of 1207 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2018-06-27 09:27:38 +00:00
David Baker
2bc1679b97
Merge pull request #2020 from matrix-org/t3chguy/improve_linkifier2
...
improve linkifier AGAIN
2018-06-27 10:27:30 +01:00
David Baker
ee729233c8
Update package-lock.json
2018-06-27 10:17:25 +01:00
Michael Telatynski
a6ab51cd73
change GroupInviteTile from RoomSubList css so new :hover won't apply
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-06-27 09:50:32 +01:00
Michael Telatynski
613e83edb4
on roomsublist invite badge click goto first room/group
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-06-27 09:49:58 +01:00
Michael Telatynski
b3341e6664
on click roomsublist notif badge, goto first room with notif
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-06-27 09:49:25 +01:00
Szimszon
0c2240a1f2
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1207 of 1207 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-06-27 08:49:00 +00:00
Osoitz
13d26d0d58
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1207 of 1207 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-06-27 08:31:41 +00:00
Slavi Pantaleev
2782b2ff9d
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1207 of 1207 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-06-27 05:52:57 +00:00
Michael Telatynski
96163d1402
prevent multiple ports ( 🔢 1234:1234)
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-06-26 23:41:46 +01:00
Michael Telatynski
9f3a121abc
optimize linkify-matrix by skipping an intermediary state
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-06-26 23:36:01 +01:00
Michael Telatynski
09b09846cf
allow `:port` specifiers in roomalias,groupid and userid as per spec
...
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2018-06-26 23:33:35 +01:00
Peter Vágner
5c7f2cc32f
Translated using Weblate (Slovak)
...
Currently translated at 100.0% (1207 of 1207 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sk/
2018-06-26 19:58:27 +00:00
Weblate
12d020909e
Merge remote-tracking branch 'origin/develop' into develop
2018-06-26 17:26:34 +00:00
David Baker
67dc8f2a8e
Merge pull request #2016 from matrix-org/t3chguy/hide_empty_sublist
...
fix historical section
2018-06-26 18:26:29 +01:00
Weblate
a1b32d865d
Merge remote-tracking branch 'origin/develop' into develop
2018-06-26 17:23:42 +00:00