Commit Graph

62585 Commits

Author SHA1 Message Date
Richard Lewis
1bd9590c53 Kick travis 2017-08-17 18:26:38 +01:00
Richard Lewis
95d1c3746e Kick travis 2017-08-17 18:22:52 +01:00
Jan Kudrik
b0d088dfd0 Added translation using Weblate (Czech) 2017-08-17 17:11:38 +00:00
Richard Lewis
120a4f4f44 Check for valid roomId before renering manageIntegsButton. 2017-08-17 18:10:50 +01:00
František Šindelář
849097a7a0 Translated using Weblate (Czech)
Currently translated at 0.9% (2 of 207 strings)

Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/cs/
2017-08-17 17:01:38 +00:00
Jan Kudrik
b738fc4319 Translated using Weblate (Czech)
Currently translated at 0.4% (1 of 207 strings)

Translation: Riot Web/riot-web
Translate-URL: https://translate.riot.im/projects/riot-web/riot-web/cs/
2017-08-17 16:59:38 +00:00
Richard Lewis
0907fff080 Merge branch 'develop' of https://github.com/matrix-org/matrix-react-sdk into rxl881/appFixes 2017-08-17 17:47:46 +01:00
David Baker
91fe308f06 Merge pull request #1310 from matrix-org/t3chguy/hotfix1
hotfix bad fn signature regression
2017-08-17 17:31:55 +01:00
Richard Lewis
48b3075e44 Merge branch 'develop' of https://github.com/vector-im/riot-web into rxl881/appFixes 2017-08-17 17:20:21 +01:00
Michael Telatynski
766c188a1e hotfix bad fn signature regression
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2017-08-17 17:15:18 +01:00
Richard Lewis
3dc347fbb8 Kick travis 2017-08-17 15:25:48 +01:00
Michael Telatynski
bdb2d6b475 Merge remote-tracking branch 'remotes/origin/develop' into set_default_federate_by_settings
# Conflicts:
#	src/components/structures/MatrixChat.js
2017-08-17 13:39:19 +01:00
Michael Telatynski
ca5e26744f Make dialog more specific and hide options behind advanced spoiler 2017-08-17 13:33:07 +01:00
Michael Telatynski
befc9b7a66 Merge branch 'develop' of github.com:vector-im/riot-web into set_default_federate_by_settings 2017-08-17 13:31:31 +01:00
Michael Telatynski
f0967d4f18 split css out as the modal is no longer generic
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2017-08-17 13:31:09 +01:00
Richard Lewis
02edadbd15 Don't bubble cancel click to room header. 2017-08-17 12:21:44 +01:00
Richard Lewis
d1ee257b5a Pass roomId rather than whole room object. 2017-08-17 12:15:01 +01:00
Richard Lewis
eb77dcc8e3 Camel case variable name 2017-08-17 11:24:25 +01:00
Richard Lewis
2c25639a61 Fix copyright header 2017-08-17 11:22:42 +01:00
Richard Lewis
9111cb421e Merge pull request #1291 from matrix-org/rxl881/maxWidgets
Show a dialog if the maximum number of widgets allowed has been reached.
2017-08-17 10:03:42 +01:00
Matthew Hodgson
e80ddc2513 Merge pull request #1309 from MTRNord/fixRobotTranslation
Fix Robot translation
2017-08-17 00:03:12 +01:00
MTRNord
59815359f8 Add misiing _tJsx import 2017-08-16 23:55:43 +02:00
MTRNord
fceccfc503 Add missing Robot string to translation 2017-08-16 23:54:36 +02:00
Luke Barnard
38f45bc40d [WIP] app tile click to hide app bodies 2017-08-16 18:19:12 +01:00
Luke Barnard
7c336cd00a Implement TextualEvent tiles for im.vector.modular.widgets
E.g. "Bob added a Acme widget", "Susan removed a Giraffe widget"
2017-08-16 17:46:20 +01:00
Luke Barnard
0935f26cf3 Merge branch 'develop' of github.com:matrix-org/matrix-react-sdk into develop 2017-08-16 16:04:47 +01:00
Luke Barnard
0844beac79 Enable matrix-apps by default 2017-08-16 16:04:39 +01:00
David Baker
1a7a670c96 Show the group invite dialog
What to TODO said!
2017-08-16 14:59:00 +01:00
David Baker
ddf1017799 Make group invites work 2017-08-16 14:58:30 +01:00
David Baker
252ab208e4 Merge pull request #1300 from matrix-org/dbkr/userpicker
Refactor ChatInviteDialog to be UserPickerDialog
2017-08-16 14:29:07 +01:00
Michael Telatynski
14903274c0 Change OOO so that MELS generation will continue over hidden events
this fixes the scenario of N Member events, then an invisible event
e.g. (m.room.aliases) then more Member events. Pre hide-join-parts
this is how it worked.

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2017-08-16 13:20:32 +01:00
Luke Barnard
b5f959cbdc Merge pull request #1302 from krombel/krombel-patch-translation-link
Update Link to Translation status
2017-08-16 11:56:58 +01:00
Luke Barnard
5db01373bb Add i18n for Basque (eu), Latvian (lv), Telugu (te) 2017-08-16 11:15:48 +01:00
Luke Barnard
6cf671ad42 order languages in copy-res by iso code 2017-08-16 11:14:24 +01:00
Luke Barnard
064181731c v0.12.0-rc.1 v0.12.0-rc.1 2017-08-16 10:40:28 +01:00
Luke Barnard
35cd9ca12e Prepare changelog for v0.12.0-rc.1 2017-08-16 10:40:27 +01:00
Luke Barnard
e5dd37d2d6 v0.12.0-rc.1 2017-08-16 10:39:57 +01:00
Luke Barnard
c07c060b7d Fix jq command to use [] instead of ."matrix-js-sdk"
Because otherwise there might be a syntax error looking like
```
error: syntax error, unexpected QQSTRING_START, expecting IDENT
.dependencies."matrix-js-sdk"
```
2017-08-16 10:22:09 +01:00
Luke Barnard
cc8518101b js-sdk 0.8.0 react-sdk 0.10.0-rc.1 2017-08-16 10:10:03 +01:00
Luke Barnard
222aed896f js-sdk #develop 2017-08-16 10:06:50 +01:00
Luke Barnard
8f21ba7f7a js-sdk 0.8.0 2017-08-16 09:37:10 +01:00
Luke Barnard
d684a33ae9 Fix translations 2017-08-15 18:23:11 +01:00
Luke Barnard
a379f04ca8 Merge pull request #1306 from matrix-org/luke/fix-te-i18n-variables
Fix i18n variable names and `)s` syntax for TE.json (Tegulu)
2017-08-15 18:18:54 +01:00
Luke Barnard
6068647840 Merge pull request #4797 from RiotTranslateBot/weblate-riot-web-riot-web
Update from Weblate.
2017-08-15 18:16:10 +01:00
Luke Barnard
eae5a45ec2 Fix variable case 2017-08-15 18:02:46 +01:00
Luke Barnard
063cbcfc73 Merge pull request #1303 from matrix-org/luke/fix-autocomplete-by-mxid
Allow autocompletion when typing user IDs
2017-08-15 17:32:03 +01:00
Luke Barnard
036fa0e944 Merge pull request #1305 from matrix-org/t3chguy/fix_async_modal
fix async modal create fn signature
2017-08-15 17:31:45 +01:00
Luke Barnard
9818007022 Fix i18n variable names and )s syntax for TE.json (Tegulu) 2017-08-15 17:29:55 +01:00
Luke Barnard
60c2532616 Merge pull request #1304 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
Update from Weblate.
2017-08-15 16:27:42 +01:00
Michael Telatynski
72a412589d Fix vector-im/riot-web#4799 regression by fixing fn signature
Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
2017-08-15 15:52:38 +01:00