Граф коммитов

14939 Коммитов

Автор SHA1 Сообщение Дата
Les Orchard e30527a106
Merge pull request #2008 from meandavejustice/1693-add-breadcrumbs
feat(payments): add breadcrumb navigation to contact and sub list
2019-07-31 14:59:16 -07:00
Ian Bicking 95e98c39e0
Merge pull request #1935 from mozilla/redirect-after-signup
feat(signup): Fix #1723, redirect to original page after signup
2019-07-31 14:43:47 -05:00
Danny Coates ca16cc8046
fix(tv): set tabindex of TOS on all login pages. fixes #1735 2019-07-31 12:11:25 -07:00
Vijay Budhram f19a2ade60
Merge pull request #2018 from mozilla/bump-js-client, r=@philbooth
chore(deps): bump the js-client package version
2019-07-31 14:16:35 -04:00
dave justice 7c65f3d33a
feat(payments): add breadcrumb navigation to contact and sub list
- fixes #1693

feat(payments): add breadcrumb navigation to contact and sub list

- fixes #1693
2019-07-31 13:42:11 -04:00
Jared Hirsch 2ec2112698
chore(deps): add support-panel to renovate
* Alphabetize renovate config

* Set renovate to replace ranges when new versions are released
2019-07-31 10:11:27 -07:00
Vijay Budhram 71498670cd
chore(deps): bump the js-client package version 2019-07-31 11:22:01 -04:00
Vijay Budhram 65b0c91fcc
Merge pull request #1848 from farhan787/js-client-routes-gsoc, r=@vbudhram
feat(routes): added securityEvents to js-client
2019-07-31 09:23:45 -04:00
Phil Booth 7c84c15254
feat(email): add a subscription download email 2019-07-31 13:52:57 +01:00
Muhammad Farhan 83d0cde8d2
feat(routes): added securityEvents to js-client 2019-07-31 18:13:18 +05:30
Barry Chen a3cccea6b7
Merge pull request #2015 from chenba/741-support-panel-hsts
chore(security): add HSTS to Support Panel
2019-07-30 17:18:09 -05:00
Barry Chen d70895c01c
chore(security): add HSTS to Support Panel
Part of #741
2019-07-30 17:08:24 -05:00
Ian Bicking 041276ec40
feat(signup): Fix #1723, redirect to original page after signup
This adds a redirectTo property to the relier, which is already used to add a redirectTo query parameter to verification links, though it wasn't previously being read after signup.

Out of caution, we ensure the redirect can only be to a location local to the content-server (relying party signups go through a different path).
2019-07-30 16:39:01 -05:00
Barry Chen 6314a04a4c
Merge pull request #2010 from chenba/1128-update-hsts
fix(security): update HSTS to 31536000
2019-07-30 15:07:42 -05:00
Les Orchard 5e7c05d046
Merge pull request #2011 from lmorchard/2006-fix-list-subscriptions
fix(subscriptions): properly handle subhub listSubscriptions response
2019-07-30 12:37:53 -07:00
Barry Chen 8c49ee21d9
fix(security): update HSTS to 31536000
Update HSTS to the value asked on the Security Checklist.

Part of #1128

reorder props
2019-07-30 13:55:00 -05:00
Les Orchard 9d67ddbc4d
fix(subscriptions): properly handle subhub listSubscriptions response
fixes #2006
2019-07-30 11:53:59 -07:00
Barry Chen 7f62aa4a76
Merge pull request #2004 from chenba/2003-failing-support-form-test
fix(tests): remove cross functional test dependency
2019-07-30 13:28:04 -05:00
Shane Tomlinson b86094aa08
Merge pull request #2000 from mozilla/remove-extra-cleanMemory r=@philbooth
chore(test): Remove extra calls to `cleanMemory`
2019-07-30 17:37:09 +01:00
Phil Booth eaaa70a798
Merge pull request #2005 from mozilla/pb/email-test-cleanup
https://github.com/mozilla/fxa/pull/2005
r=shane-tomlinson,vbudhram
2019-07-30 16:34:21 +00:00
Barry Chen 3027eabeb1
fix(tests): remove cross functional test dependency
Fixes #2003
2019-07-30 11:29:48 -05:00
Phil Booth 851111b17b
refactor(tests): prefer assert.include to custom includes predicate 2019-07-30 16:56:48 +01:00
Phil Booth aa318771c2
refactor(tests): use sets instead of arrays to categorise email types 2019-07-30 16:56:47 +01:00
Shane Tomlinson bb7f081e3c
chore(test): Remove extra calls to `cleanMemory`
Now that `cleanMemory` is called from `clearBrowserState`,
it no longer needs to be called manually from the test suites.

Not attached to an issue.
2019-07-30 16:37:33 +01:00
Shane Tomlinson 423aa0dc91
Merge pull request #1999 from mozilla/fx-68 r=@vladikoff
chore(ci): Use Firefox 68 on CircleCI
2019-07-30 16:36:10 +01:00
Shane Tomlinson a9bffcf657
chore(ci): Use Firefox 68 on CircleCI 2019-07-30 14:59:28 +01:00
Shane Tomlinson 209051dd43
fix(test): Fix the `signin with second sign-up tab open`
A Firefox Accounts page has to be opened before calling `openSignUpInNewTab`
because the window is currently sat at about:memory. Any tabs opened
from about:memory have their localStorage isolated from a normal content
tab. This makes it so that when the user signs in in tab 0, tab 1 receives
the BroadcastChannel message saying the user signed in, but because
localStorage has been isolated in this tab, it does not contain the
session info needed to show the settings page.

fixes #2001
2019-07-30 14:56:28 +01:00
Jared Hirsch 8ca0616827
Merge pull request #1997 from mozilla/oauth-key-paths-relative-to-project-root
fix(config): Make OIDC key file paths relative to project root.
2019-07-29 19:08:00 -07:00
Jared Hirsch 2fbe9818c3
Merge pull request #1952 from mozilla/ryanfeeley-logins-and-passwords
fix(copy): Added password and went to Title Case
2019-07-29 18:43:36 -07:00
Jared Hirsch 81a7b9ccd5
Merge pull request #1987 from lmorchard/1984-account-subscriptions-empty-array
fix(payments): allow undefined subscriptions from auth-server /v1/account
2019-07-29 18:39:47 -07:00
Jared Hirsch 576d8fb9cf
Merge pull request #1990 from mozilla/update-firefox-intern
chore(test): Update to Firefox 67 and intern@4.4.3
2019-07-29 18:34:35 -07:00
Ryan Kelly 43b6b6c767
fix(config): Make OIDC key file paths relative to project root.
Previously they were relative to the directory containing config.js,
which is not very intuitive.
2019-07-30 11:33:34 +10:00
Vlad Filippov 1dd2a4781c
Merge pull request #1983 from mozilla/move-oauth-console
Move OAuth console out
2019-07-29 21:33:32 -04:00
Jared Hirsch ed54f49966
Merge pull request #1995 from chenba/1985-no-functional-before
fix(tests): stop using `before` in support form functional tests
2019-07-29 18:28:20 -07:00
Les Orchard 7fc790fb15
Merge pull request #1993 from mozilla/remove-old-ci-config
chore(ci): Remove CI config from within packages subdir.
2019-07-29 18:22:02 -07:00
Les Orchard 32ef07653d
Merge pull request #1991 from mozilla/tv
Fix Fire TV issues
2019-07-29 18:19:39 -07:00
Les Orchard 28861f878b
fix(payments): respond with empty list for no subscriptions in auth-server /v1/account
fixes #1984
2019-07-29 18:10:09 -07:00
vladikoff eb752efab9
chore(console): move OAuth console out 2019-07-29 17:59:04 -07:00
Barry Chen 1f2f44cb5a
fix(tests): stop using `before` in support form functional tests
Fixes #1985
2019-07-29 17:54:04 -07:00
Jared Hirsch 60539d9ced
Merge pull request #1996 from lmorchard/circleci-oom-tweaks
fix(content): clear up browser memory after most content-server tests
2019-07-29 17:52:32 -07:00
Ryan Kelly daa9e0d320
Merge pull request #1962 from mozilla/sops-key-config-script; r=jbuck
feat(config): Add script for extracting/inserting secret keys from SOPS config
2019-07-30 10:38:42 +10:00
Les Orchard af9ebccf7b
fix(content): switch test-content-server to wait for server until after mozinstall 2019-07-29 16:54:45 -07:00
Les Orchard 2943349f27
fix(content): clear up browser memory after most content-server tests 2019-07-29 16:30:03 -07:00
Ryan Kelly c579223ebe
feat(config): Add script for extracting/inserting secret keys from SOPS config. 2019-07-30 07:53:09 +10:00
Danny Coates ff0224020f
fix(tv): fixed functional tests for #1991 2019-07-29 14:18:44 -07:00
Shane Tomlinson 3a044b8299
chore(test): Update to Firefox 67 and intern@4.4.3 2019-07-29 20:49:25 +01:00
Shane Tomlinson 66990a8f4a
chore(ci): Remove CI config from within packages subdir.
All CircleCI config is now defined in the top level .circleci directory.

fixes #1992
2019-07-29 20:36:37 +01:00
Danny Coates d88aa00445
fix(tv): refactor "show password" label to fix ui issue on tv. fixes #1736 2019-07-29 12:16:37 -07:00
Danny Coates 0b740357d5
fix(tv): set input focus on next tick during validation. fixes #1737 2019-07-29 12:13:16 -07:00
Danny Coates d904d8ad33
fix(tv): set TOS and privacy links to tabindex=-1 on signup page. fixes #1735 2019-07-29 10:50:56 -07:00