David Baker
06ffc70aa4
Merge pull request #2127 from matrix-org/dbkr/hide_replaced_rooms
...
Hide replaced rooms
2018-08-23 09:33:40 +01:00
Weblate
c6cb4f9b87
Merge remote-tracking branch 'origin/develop' into develop
2018-08-23 08:33:23 +00:00
David Baker
269670ed20
Merge pull request #2128 from matrix-org/dbkr/move_tiffany_check
...
Fix CPU spin on joining large room
2018-08-23 09:33:17 +01:00
Weblate
ea4c4455c0
Merge remote-tracking branch 'origin/develop' into develop
2018-08-23 08:33:02 +00:00
csybr
f2821d6e76
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 98.7% (1220 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-23 08:33:01 +00:00
Slavi Pantaleev
99b020b4b0
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1236 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-08-23 08:33:01 +00:00
David Baker
b34aad50bc
Merge pull request #2131 from matrix-org/dbkr/change_mau_server_notice_format
...
Change format of server usage limit message
2018-08-23 09:32:56 +01:00
Bruno Windels
37e60e4fc4
wait for members loading to finish to show the avatar in the composer
2018-08-23 00:02:20 +02:00
David Baker
3b0b836637
Change format of server usage limit message
...
As per https://github.com/matrix-org/matrix-doc/issues/1452 /
https://github.com/matrix-org/synapse/pull/3680/
2018-08-22 17:54:02 +01:00
David Baker
a5f98b6a29
Make the is-alone check use efficient methods
2018-08-22 17:05:36 +01:00
Weblate
1dac523217
Merge remote-tracking branch 'origin/develop' into develop
2018-08-22 15:46:11 +00:00
David Baker
f679acea08
Revert "Revert "Fix showing peek preview while LL members are loading""
2018-08-22 16:35:58 +01:00
Weblate
d45397d2e7
Merge remote-tracking branch 'origin/develop' into develop
2018-08-22 15:16:31 +00:00
Slavi Pantaleev
2ba69b61d8
Translated using Weblate (Bulgarian)
...
Currently translated at 98.3% (1216 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-08-22 15:16:30 +00:00
David Baker
bf7633250a
Revert "Fix showing peek preview while LL members are loading"
2018-08-22 16:16:17 +01:00
Weblate
02c630da5d
Merge remote-tracking branch 'origin/develop' into develop
2018-08-22 14:11:20 +00:00
vejetaryenvampir
e70eee9641
Translated using Weblate (Turkish)
...
Currently translated at 60.1% (744 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/tr/
2018-08-22 14:11:20 +00:00
Moo
8eaead9c18
Translated using Weblate (Russian)
...
Currently translated at 98.8% (1222 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2018-08-22 14:11:20 +00:00
csybr
9a2ecf9e00
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 98.7% (1220 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-22 14:11:20 +00:00
Moo
4a8fcd3429
Translated using Weblate (Lithuanian)
...
Currently translated at 54.2% (671 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2018-08-22 14:11:19 +00:00
random
6201d4e9bb
Translated using Weblate (Italian)
...
Currently translated at 99.8% (1234 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-08-22 14:11:19 +00:00
David Baker
852d6a3be5
Fix CPU spin on joining large room
...
checkIfAlone() filters the whole member list, which is fine until
we do it once for every membership event, then we have an n^2
problem. Move it into the rate limited function.
Fixes https://github.com/vector-im/riot-web/issues/7163
2018-08-22 14:34:02 +01:00
Bruno Windels
a54629276f
use getJoinedMemberCount() instead of getJoinedMembers().length as the latter doesnt take LL into account
2018-08-22 14:08:18 +02:00
Bruno Windels
860c6355f0
do self membership checks with getMyMembership elsewhere as well
2018-08-22 14:06:28 +02:00
David Baker
b7570002e0
Hide replaced rooms
...
By using new getVisibleRooms() in js-sdk
2018-08-22 12:01:29 +01:00
Bruno Windels
c38b286e8e
falsy check is obsolete now
2018-08-22 12:28:00 +02:00
Bruno Windels
01a0260ac8
use getMyMembership instead of member
2018-08-22 10:33:13 +02:00
David Baker
941a3cfa53
Support M_INCOMPATIBLE_ROOM_VERSION
...
For https://github.com/vector-im/riot-web/issues/7164
2018-08-21 18:33:25 +01:00
David Baker
8d6d1be992
Typo
2018-08-21 16:40:04 +01:00
David Baker
7f8cd203a8
Support m.room.tombstone events
...
For https://github.com/vector-im/riot-web/issues/7164
2018-08-21 15:56:56 +01:00
David Baker
ab10b5493b
Support room creation events
...
For https://github.com/vector-im/riot-web/issues/7164
2018-08-20 16:20:59 +01:00
Miguel L
50f398ff4a
Translated using Weblate (Spanish)
...
Currently translated at 100.0% (1236 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-08-20 13:08:38 +00:00
Miguel L
12e71aa850
Translated using Weblate (Spanish)
...
Currently translated at 98.8% (1222 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/es/
2018-08-20 12:57:15 +00:00
Andrey
7a125c3ad4
Translated using Weblate (Russian)
...
Currently translated at 98.8% (1222 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2018-08-20 12:57:15 +00:00
csybr
7ec2b2d44c
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 98.5% (1218 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-20 12:57:14 +00:00
Moo
dbe129cfef
Translated using Weblate (Lithuanian)
...
Currently translated at 50.8% (629 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2018-08-20 12:57:14 +00:00
cocker-cc
aa94168242
Translated using Weblate (German)
...
Currently translated at 100.0% (1236 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-08-20 12:57:14 +00:00
František Šindelář
a2db7dead1
Translated using Weblate (Czech)
...
Currently translated at 100.0% (1236 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
2018-08-18 21:57:13 +00:00
Jeff Huang
3ca56982e4
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1236 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-08-18 13:58:17 +00:00
David Baker
9f19896df0
Support for room upgrades
...
* Show when a room upgrade is needed
* Dialog box to perform the upgrade
2018-08-17 14:54:43 +01:00
Weblate
1aef02587a
Merge remote-tracking branch 'origin/develop' into develop
2018-08-17 10:24:09 +00:00
Matthew Hodgson
c410a737d9
fix NPE: apparently otherMember can be undefined as well as null on LL
2018-08-17 12:23:58 +02:00
Weblate
32294165f0
Merge remote-tracking branch 'origin/develop' into develop
2018-08-17 08:53:46 +00:00
csybr
141e1a86db
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 98.5% (1218 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-17 08:53:46 +00:00
David Baker
94c7ae2bf5
Merge pull request #2098 from matrix-org/dbkr/destroy_widget
...
Destroy non-persistent widgets when switching room
2018-08-17 09:53:41 +01:00
David Baker
e3643bd74c
Lint
2018-08-17 09:42:23 +01:00
Szimszon
22c879d9d3
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1236 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-08-16 19:53:42 +00:00
Kévin C
b61fb186d6
Translated using Weblate (French)
...
Currently translated at 100.0% (1236 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-08-16 17:36:04 +00:00
Krombel
4ae455a97f
Translated using Weblate (German)
...
Currently translated at 100.0% (1236 of 1236 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-08-16 16:46:15 +00:00
Weblate
520a4ce618
Merge remote-tracking branch 'origin/develop' into develop
2018-08-16 16:15:02 +00:00
csybr
9bdd104858
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 98.4% (1214 of 1233 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-16 16:15:01 +00:00
Bruno Windels
cead4096d8
Merge pull request #2118 from matrix-org/bwindels/feature_lazyloading
...
Lazy loading of room members
2018-08-16 18:14:55 +02:00
random
226b7bbe04
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1233 of 1233 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-08-16 15:22:15 +00:00
csybr
e79edfc0d2
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 98.4% (1214 of 1233 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-16 14:08:52 +00:00
David Baker
936fba655a
Merge pull request #2121 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
...
Update from Weblate.
2018-08-16 15:08:47 +01:00
David Baker
85a2b76ca0
Added translation using Weblate (Georgian)
2018-08-16 13:33:57 +00:00
Weblate
45e2e51002
Merge remote-tracking branch 'origin/develop' into develop
2018-08-16 13:33:49 +00:00
Andrey
35b6e2dc89
Translated using Weblate (Russian)
...
Currently translated at 99.0% (1207 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2018-08-16 13:29:08 +00:00
csybr
4ab4d97c36
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-16 13:29:07 +00:00
Krombel
f63c5c9dea
Translated using Weblate (German)
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-08-16 13:29:07 +00:00
fede
32a1d71f77
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-08-16 13:09:55 +00:00
David Baker
8567ce585b
Factor out duplication of resource limit i18n
2018-08-16 13:31:17 +01:00
David Baker
7d690d98e3
Rename variable as it's now not just MAU
2018-08-16 10:35:27 +01:00
Jeff Huang
e65f71f5fc
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-08-15 18:32:18 +00:00
David Baker
9bde468e30
Shift to M_RESOURCE_LIMIT_EXCEEDED errors
...
With support for admin_contact and limit_type fields
For https://github.com/vector-im/riot-web/issues/7091
2018-08-15 17:03:54 +01:00
Krombel
2c75cd9ad9
Translated using Weblate (German)
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-08-15 15:57:11 +00:00
csybr
c8a99ddec1
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-15 12:01:42 +00:00
Osoitz
3091738f22
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-08-15 10:12:50 +00:00
David Baker
86f60a803d
Merge pull request #2115 from matrix-org/bwindels/ll_toggle
...
Lazy loading: feature toggle
2018-08-15 10:46:18 +01:00
Kévin C
ad6544f043
Translated using Weblate (French)
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-08-15 08:30:25 +00:00
Slavi Pantaleev
647ce511db
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-08-15 08:10:19 +00:00
Szimszon
2f3d0503af
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1219 of 1219 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-08-15 07:56:25 +00:00
Weblate
f1f52329d9
Merge remote-tracking branch 'origin/develop' into develop
2018-08-15 06:55:44 +00:00
Kévin C
6cbafa3faa
Translated using Weblate (French)
...
Currently translated at 100.0% (1218 of 1218 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-08-15 06:55:44 +00:00
RainSlide
2c41a5e49a
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 99.7% (1215 of 1218 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2018-08-15 06:55:43 +00:00
David Baker
c736ae7efb
Copyright
2018-08-14 16:53:34 +01:00
random
db0acdad45
Translated using Weblate (Italian)
...
Currently translated at 100.0% (1218 of 1218 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/it/
2018-08-14 14:05:43 +00:00
David Baker
f20920718a
Show room version number in room settings
...
Also change wording of the Room ID bit to match
Requires https://github.com/matrix-org/matrix-js-sdk/pull/689
For https://github.com/vector-im/riot-web/issues/7164
2018-08-14 14:28:30 +01:00
Bruno Windels
440ebd187d
getMyMembership() doesn't take id anymore
2018-08-14 11:47:05 +02:00
Bruno Windels
c8b6ccba25
fallback to room summary for dm detection
2018-08-14 11:43:03 +02:00
Bruno Windels
a86ca952b3
forgot to remove this
2018-08-14 09:38:43 +02:00
Szimszon
45584027a7
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1218 of 1218 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-08-13 20:02:59 +00:00
Kévin C
ecac2cfa8e
Translated using Weblate (French)
...
Currently translated at 100.0% (1218 of 1218 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-08-13 16:08:07 +00:00
Bruno Windels
7dc92fe917
Avoid clearing e2e encryption keys, also avoid warning
2018-08-13 17:24:27 +02:00
Bruno Windels
08f322753d
explain exception
2018-08-13 16:53:16 +02:00
Bruno Windels
3e9d1342e8
fix lint
2018-08-13 16:51:37 +02:00
Weblate
66d4de13cb
Merge remote-tracking branch 'origin/develop' into develop
2018-08-13 14:38:02 +00:00
Andrey
77b22ea983
Translated using Weblate (Russian)
...
Currently translated at 99.1% (1207 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/ru/
2018-08-13 14:38:01 +00:00
csybr
210d31a008
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-13 14:38:01 +00:00
Moo
5366584ab9
Translated using Weblate (Lithuanian)
...
Currently translated at 37.2% (453 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/lt/
2018-08-13 14:38:01 +00:00
Szimszon
e8d9b85827
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-08-13 14:38:01 +00:00
Krombel
c2540c146c
Translated using Weblate (German)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-08-13 14:38:00 +00:00
Bruno Windels
84b74247e6
check if server supports lazy loading before enabling
2018-08-13 16:19:44 +02:00
David Baker
f7f62ba09d
Lint
2018-08-13 14:04:08 +01:00
David Baker
d84ecbe97c
s/m.server_notices/m.server_notice/
2018-08-13 13:53:38 +01:00
David Baker
05bf200a72
Don't crash if scrollbars updated before init
...
The initialisation here is done on a timer to allow the DOM
elements to be in place before it's run, so it's possible for an
update to happen ebfore the initialisation. Stop & bail out if
there is no this.stickies.
2018-08-13 13:49:22 +01:00
Bruno Windels
94c424d3bb
translations
2018-08-13 11:24:32 +02:00
Bruno Windels
2f9aaeca46
undo whitespace change
2018-08-13 11:17:04 +02:00
Bruno Windels
09ad138306
remove unused imports
2018-08-13 11:16:29 +02:00
Bruno Windels
28292c3388
implement PR feedback, move LL dialog to UserSettings
2018-08-13 11:14:30 +02:00
csybr
cf81b98534
Translated using Weblate (Norwegian Nynorsk)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nn/
2018-08-12 19:44:11 +00:00
csybr
5df3b7a9d0
Added translation using Weblate (Norwegian Nynorsk)
2018-08-10 14:02:56 +00:00
Bruno Windels
3731431e59
use LL controller in setting
2018-08-09 18:41:41 +02:00
Bruno Windels
a02e1aa2b2
add action/method to flush storage and reload the session
2018-08-09 18:41:18 +02:00
Bruno Windels
028f09e5d1
lazy loading settings controller to show dialog and export e2e keys
2018-08-09 18:39:55 +02:00
Bruno Windels
308a6b419e
allow a setting controller to validate and revert a change (asynchronously)
2018-08-09 16:56:02 +02:00
FeiYang
2b7f6a4d41
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-08-08 13:31:55 +00:00
Kévin C
738bbf3a7d
Translated using Weblate (French)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-08-08 07:23:29 +00:00
Osoitz
732f0a5e8e
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-08-08 06:13:17 +00:00
Szimszon
8b57f0ba07
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2018-08-07 18:59:01 +00:00
Willem Mulder
f74427454e
Translated using Weblate (Dutch)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/nl/
2018-08-07 18:02:14 +00:00
David Baker
16b7763c0e
s/limit/limit_type/
2018-08-07 17:22:12 +01:00
David Baker
6593ee09d1
Warning bar for MAU limit hit
...
Somewhat untested, sorry
2018-08-07 17:04:37 +01:00
templis
7486aae6ed
Translated using Weblate (German)
...
Currently translated at 99.9% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-08-07 14:37:05 +00:00
Krombel
8060ba42e4
Translated using Weblate (German)
...
Currently translated at 99.9% (1216 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-08-07 14:37:05 +00:00
templis
797b404257
Translated using Weblate (German)
...
Currently translated at 99.9% (1216 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-08-07 14:36:51 +00:00
Krombel
e7df61f562
Translated using Weblate (German)
...
Currently translated at 99.8% (1215 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2018-08-07 14:36:28 +00:00
Bruno Windels
90fc15ff3e
adjust room constructor
2018-08-07 15:33:37 +02:00
Bruno Windels
1f8e3e5d43
await room.getEncryptionTargetMembers in cryptodevices
2018-08-07 14:48:07 +02:00
Bruno Windels
1009bc43ae
call method on room now to LL members
2018-08-07 14:47:06 +02:00
Slavi Pantaleev
f2b8979176
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-08-07 09:25:17 +00:00
Kenneth Larsson
9c453274f6
Translated using Weblate (Swedish)
...
Currently translated at 100.0% (1217 of 1217 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2018-08-07 08:53:34 +00:00
Weblate
4689f6cfc1
Merge remote-tracking branch 'origin/develop' into develop
2018-08-07 08:52:30 +00:00
David Baker
f44cc8e66e
Merge pull request #2112 from matrix-org/dbkr/recognise_server_notices_room
...
Recognise server notices room(s)
2018-08-07 09:52:25 +01:00
Weblate
bc0c27f517
Merge remote-tracking branch 'origin/develop' into develop
2018-08-07 08:52:06 +00:00
Kenneth Larsson
96203bf8fb
Translated using Weblate (Swedish)
...
Currently translated at 99.9% (1215 of 1216 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2018-08-07 08:52:06 +00:00
David Baker
879cf24a50
Merge pull request #2111 from matrix-org/dbkr/room_tags_spec_update
...
Update room tags behaviour to match spec more
2018-08-07 09:52:01 +01:00
Weblate
6f33d6e1ad
Merge remote-tracking branch 'origin/develop' into develop
2018-08-07 08:31:35 +00:00
Kenneth Larsson
c9d40ec865
Translated using Weblate (Swedish)
...
Currently translated at 99.4% (1209 of 1216 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2018-08-07 08:31:35 +00:00
Bruno Windels
07083e61b7
Merge pull request #2058 from matrix-org/t3chguy/hide_logout_warning_whilst_logging_out
...
while logging out ignore `Session.logged_out` as it is intentional
2018-08-07 10:31:29 +02:00
David Baker
b5ce1ac5e1
Recognise server notices room(s)
...
and put them in their own section at the bottom
2018-08-06 18:00:40 +01:00
David Baker
b2302af708
Update room tags behaviour to match spec more
...
Fix Riot's behaviour with room tags after my cleanup in
https://github.com/matrix-org/matrix-doc/pull/1457 . Although, reading
it again, it's not clear how you're supposed to tell the difference
between a reverse-dns tag name and a legacy freeform text tag
(contains a '.'?) - I've left it detecting these as freeform text
for now.
2018-08-06 16:58:54 +01:00
Weblate
c5dbb6bcda
Merge remote-tracking branch 'origin/develop' into develop
2018-08-06 14:15:56 +00:00
Kenneth Larsson
f01c2d97e9
Translated using Weblate (Swedish)
...
Currently translated at 99.3% (1208 of 1216 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/sv/
2018-08-06 14:15:56 +00:00
maraf24
b844b36b4f
Translated using Weblate (Polish)
...
Currently translated at 93.4% (1136 of 1216 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/pl/
2018-08-06 14:15:56 +00:00
Osoitz
535d7632b2
Translated using Weblate (Basque)
...
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/eu/
2018-08-06 08:16:21 +00:00
Slavi Pantaleev
d7cb643127
Translated using Weblate (Bulgarian)
...
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/bg/
2018-08-06 07:46:10 +00:00
Jeff Huang
a3d3189a1e
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-08-03 18:01:40 +00:00
David Baker
ccdb5fa770
Don't show 'connection lost' bar on MAU error
...
We don't need both warning bars
Requires https://github.com/matrix-org/matrix-js-sdk/pull/680
2018-08-03 18:02:09 +01:00
Kévin C
1b47a2040e
Translated using Weblate (French)
...
Currently translated at 100.0% (1216 of 1216 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-08-03 16:18:03 +00:00
Weblate
64e3e6ed78
Merge remote-tracking branch 'origin/develop' into develop
2018-08-03 16:01:33 +00:00
David Baker
cd18744101
unused import
2018-08-03 16:10:50 +01:00
David Baker
9a2155f1ad
Oops, add file to right branch
2018-08-03 16:03:27 +01:00
Weblate
b2bd67ac8d
Merge remote-tracking branch 'origin/develop' into develop
2018-08-03 15:01:42 +00:00
David Baker
0c8943cdc0
Oops, add the file
2018-08-03 16:01:22 +01:00
Jeff Huang
fcf5101069
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1215 of 1215 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2018-08-03 13:55:43 +00:00
David Baker
b5d2fa769c
Support MAU error on sync
...
For https://github.com/vector-im/riot-web/issues/7091
2018-08-03 14:54:52 +01:00
Kévin C
9ce74be016
Translated using Weblate (French)
...
Currently translated at 100.0% (1215 of 1215 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: https://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2018-08-03 13:16:11 +00:00
Weblate
7aeb790b4a
Merge remote-tracking branch 'origin/develop' into develop
2018-08-03 12:14:23 +00:00
David Baker
bc1d359398
Merge pull request #2106 from matrix-org/dbkr/chairman_mau_pt_2_message_send
...
Support active user limit on message send
2018-08-03 13:14:18 +01:00