Travis Ralston
cd48ba6300
Merge pull request #2788 from matrix-org/travis/buildkite
...
Use Buildkite for CI
2019-03-15 11:43:46 -06:00
Travis Ralston
6d7703dcb6
Re-introduce yarn test
and fix comments
2019-03-15 11:19:05 -06:00
Travis Ralston
365c8e9fdc
Fetch downstream dependencies from as many places as possible
...
Gives the build the best possible chance at passing
2019-03-15 10:34:30 -06:00
Travis Ralston
5b68a70da1
Remove uneeded CHROME_BIN env setter
2019-03-15 10:33:55 -06:00
Travis Ralston
d8a559074b
Better emoji is the most important part of CI
2019-03-15 10:33:39 -06:00
Travis Ralston
5cea8e846c
Merge pull request #2794 from matrix-org/travis/offline-members
...
Fix CSS syntax errors preventing offline member opacity from working
2019-03-15 08:46:56 -06:00
Travis Ralston
5b2ffd28e5
Merge pull request #2795 from matrix-org/travis/visible-chevron
...
Make the EntityTile chevron a masked SVG for theming
2019-03-15 08:44:23 -06:00
J. Ryan Stinnett
149a3d98bb
Merge pull request #2791 from jryans/reg-form-refs
...
Remove refs from `RegistrationForm`
2019-03-15 10:24:51 +00:00
J. Ryan Stinnett
a7f18b55b3
Merge pull request #2792 from jryans/firefox-mels
...
Fix initial letter avatar vertical offset in Firefox
2019-03-15 10:23:05 +00:00
David Baker
ac48ed8dad
Merge pull request #2797 from matrix-org/dbkr/fix_tag_panel
...
Fix the custom tag panel
2019-03-15 09:13:50 +00:00
David Baker
346919ed57
Fix the custom tag panel
...
https://github.com/matrix-org/matrix-react-sdk/pull/2780 renamed
RoomTooltip (to Tooltip) but missed the references in the custom
tag panel.
2019-03-15 09:02:24 +00:00
Travis Ralston
e4181c4e3e
Make the EntityTile chevron a masked SVG for theming
...
Fixes https://github.com/vector-im/riot-web/issues/7320
2019-03-14 15:59:00 -06:00
Travis Ralston
56620286b5
Fix CSS syntax errors preventing offline member opacity from working
...
Fixes https://github.com/vector-im/riot-web/issues/9178
2019-03-14 15:13:35 -06:00
Travis Ralston
5409db418c
Merge pull request #2786 from matrix-org/travis/you-are-not-alone
...
Ensure freshly invited members don't count towards the alone warning
2019-03-14 13:00:31 -06:00
Travis Ralston
a551bf4a46
Only use exactly as many newlines as we need
2019-03-14 12:44:14 -06:00
J. Ryan Stinnett
990d6dec15
Fix initial letter avatar vertical offset in Firefox
...
In at least Firefox, the case of relative positioned inline elements (such as
mx_BaseAvatar) with absolute positioned children (such as mx_BaseAvatar_initial)
is a dark corner full of spider webs. It will give different results during full
reflow of the page vs. incremental reflow of small portions. While that's surely
a browser bug, we can avoid it by using `inline-block` instead of the default
`inline`.
Fixes https://github.com/vector-im/riot-web/issues/5594
Might help with https://github.com/vector-im/riot-web/issues/9088
See also https://bugzilla.mozilla.org/show_bug.cgi?id=1535053 and
https://bugzilla.mozilla.org/show_bug.cgi?id=255139 for more details on browser
behavior in this case.
2019-03-14 17:50:03 +00:00
Travis Ralston
f2421d9af4
Merge pull request #2787 from matrix-org/travis/forgot-password-e2e
...
Fix 'forgot password' warning to represent the reality of e2ee
2019-03-14 08:40:22 -06:00
J. Ryan Stinnett
ec51aee656
Remove refs from RegistrationForm
...
This aligns the code in `RegistrationForm` with other users of the `Field`
component. (In https://github.com/matrix-org/matrix-react-sdk/pull/2780 , I had
thought that this code would be okay to leave alone, but I had missed the usage
of the `Field` value getter.)
Fixes https://github.com/vector-im/riot-web/issues/9172
2019-03-14 14:29:04 +00:00
J. Ryan Stinnett
b29aa3d13d
Merge pull request #2790 from jryans/reg-form-refs
...
Restore `Field` value getter for `RegistrationForm`
2019-03-14 13:04:20 +00:00
J. Ryan Stinnett
c70925ab0d
Restore Field
value getter for RegistrationForm
...
When working on the `Field` validation support, I thought `RegistrationForm`'s
refs would be okay to leave as is, but I missed that they also depended on the
value getter.
For the moment, it's quicker to temporarily revive the value getter to get
registration working.
Fixes https://github.com/vector-im/riot-web/issues/9171
2019-03-14 12:29:00 +00:00
J. Ryan Stinnett
45063cad4a
Merge pull request #2780 from jryans/auth-validation
...
Initial portions of support for Field validation
2019-03-14 10:19:21 +00:00
Travis Ralston
cab5f7aba4
Use the right branch for fetching dependencies
2019-03-13 22:44:09 -06:00
Travis Ralston
bdc94f3847
Fix Chrome for Karma
2019-03-13 22:11:45 -06:00
Travis Ralston
c63c6fce70
Linter doesn't need downstream projects
2019-03-13 18:33:45 -06:00
Travis Ralston
311c81fca0
Disable end-to-end tests for now
2019-03-13 17:56:53 -06:00
Travis Ralston
378bf68b43
Force the scripts to be executable in BuildKite
2019-03-13 17:55:51 -06:00
Travis Ralston
fd23be9945
Remove Travis (CI)
2019-03-13 17:42:15 -06:00
Travis Ralston
618b2b1ae6
Add basic BuildKite :pipeline:
2019-03-13 17:42:05 -06:00
Travis Ralston
3d2b0f861c
Clean up unused imports
...
For the almighty linter
2019-03-13 15:33:14 -06:00
Travis Ralston
eb33af94d1
Fix 'forgot password' warning to represent the reality of e2ee
...
Fixes https://github.com/vector-im/riot-web/issues/6681
2019-03-13 15:24:05 -06:00
Travis Ralston
832660f751
Ensure freshly invited members don't count towards the alone warning
...
Fixes https://github.com/vector-im/riot-web/issues/7644
As explained in the code, members that have just been invited might not be counted in `getInvitedMemberCount()`, so we help the math along.
2019-03-13 14:06:34 -06:00
J. Ryan Stinnett
5bf6206578
Ignore package-lock.json in case of confused npm users
2019-03-13 15:49:01 +00:00
J. Ryan Stinnett
ebaf083c1f
Deduplicate log ignore
2019-03-13 15:44:56 +00:00
J. Ryan Stinnett
e42560a216
Ignore *.log files, such as from npm or Yarn
2019-03-13 14:42:36 +00:00
David Baker
bdc8508198
Merge pull request #2785 from RiotTranslateBot/weblate-riot-web-matrix-react-sdk
...
Update from Weblate
2019-03-13 14:09:03 +00:00
Weblate
eb12984616
Merge branch 'origin/develop' into Weblate.
2019-03-13 14:05:08 +00:00
Paulo Miranda
97c5fe37e0
Translated using Weblate (Portuguese (Brazil))
...
Currently translated at 88.8% (1386 of 1560 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/pt_BR/
2019-03-13 14:05:04 +00:00
Szimszon
765e067139
Translated using Weblate (Hungarian)
...
Currently translated at 100.0% (1560 of 1560 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/hu/
2019-03-13 14:04:59 +00:00
Sheogorath
4f91b8112c
Translated using Weblate (German)
...
Currently translated at 93.2% (1454 of 1560 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/de/
2019-03-13 14:04:56 +00:00
Kévin C
879ee9f3d4
Translated using Weblate (French)
...
Currently translated at 99.8% (1558 of 1560 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/fr/
2019-03-13 14:04:55 +00:00
Samu Voutilainen
8d4c455ea3
Translated using Weblate (Finnish)
...
Currently translated at 89.2% (1393 of 1560 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/fi/
2019-03-13 14:04:53 +00:00
Stanislav Lukeš
1de20d8304
Translated using Weblate (Czech)
...
Currently translated at 99.2% (1548 of 1560 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/cs/
2019-03-13 14:04:51 +00:00
Jeff Huang
ce1934a7ba
Translated using Weblate (Chinese (Traditional))
...
Currently translated at 100.0% (1560 of 1560 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hant/
2019-03-13 14:04:48 +00:00
pogback
d092c3a49f
Translated using Weblate (Chinese (Simplified))
...
Currently translated at 100.0% (1560 of 1560 strings)
Translation: Riot Web/matrix-react-sdk
Translate-URL: http://translate.riot.im/projects/riot-web/matrix-react-sdk/zh_Hans/
2019-03-13 14:04:46 +00:00
David Baker
e676643161
Merge pull request #2784 from jryans/no-padlock-click
...
Remove padlock click handler to show unknown devices
2019-03-13 13:28:09 +00:00
David Baker
99c7aa2df3
Merge pull request #2783 from jryans/yarn-ci
...
Use modern Yarn version on Travis CI
2019-03-13 13:23:15 +00:00
J. Ryan Stinnett
77a06756e3
Remove padlock click handler to show unknown devices
...
The unknown devices dialog is confusing at the moment due to the complex trust
model in Riot involving various possible device states.
The room header padlock allows you to access this dialog even if there are no
unknown devices, which leads users to be unsure what they can believe and
reduces confidence in Riot. For now, we'll remove the room header click handler
that shows this dialog.
Fixes https://github.com/vector-im/riot-web/issues/8815
2019-03-13 12:58:23 +00:00
J. Ryan Stinnett
b51d3d0a42
Use modern Yarn version on Travis CI
...
Travis CI uses a quite old version of Yarn by default. This adds Yarn's
recommended incantation for using the latest stable version.
2019-03-13 12:32:03 +00:00
J. Ryan Stinnett
92a9f13452
Recommend using the latest Node LTS version
2019-03-13 10:53:53 +00:00
Jason Robinson
1f1d966033
Merge pull request #2782 from matrix-org/jaywink/use-versioned-scalar-api
...
Add versioning to integration manager API /register and /account calls
2019-03-13 12:50:27 +02:00