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

5846 Коммитов

Автор SHA1 Сообщение Дата
hritvi f34751b663 Merge branch 'auth_brokers' of github.com:hritvi/fxa-content-server into auth_brokers 2019-02-14 15:00:41 +05:30
Shane Tomlinson c92c8ff718
fix(deps): Fix the npm audit advisories
* Update handlebars
* Ignore the lodash prototype pollution issue, it's only included by dev dependencies.
2019-02-14 08:42:09 +00:00
Vlad Filippov 6d41d21759
Merge pull request #6958 from mozilla/tweak-array-buf
fix(pairing): conver to Uint8Array for pairing channel compatibility
2019-02-13 17:03:12 -05:00
hritvi 8a2d6d5ca3 perf(auth_brokers): Merged oauth and oauth-redirect brokers 2019-02-14 03:28:06 +05:30
hritvi 64dd80f965 Merged oauth and oauth-redirect brokers 2019-02-13 21:30:08 +05:30
Vijay Budhram 30da082968
fix(css): update recovery key icon to grey90 a60 2019-02-13 09:36:49 -05:00
Shane Tomlinson b3c03af1ff feat(pairing): add pairing docs 2019-02-12 19:54:57 -05:00
vladikoff 8b364659d1 fix(pairing): convert to Uint8Array for pairing channel compatibility 2019-02-12 19:22:21 -05:00
Phil Booth 0a91eb5406
Merge pull request #6953 from mozilla/pb/eslint-plugin-sorting
https://github.com/mozilla/fxa-content-server/pull/6953
r=shane-tomlinson
2019-02-11 13:30:31 +00:00
Phil Booth 69167ee1ec
chore(deps): update eslint-plugin-sorting to 0.4.0 2019-02-11 11:33:57 +00:00
Shane Tomlinson bf3991b5c4
Merge pull request #6947 from mozilla/issue-6946-sync-v1-tests r=@vladikoff
fix(test): Fix the Sync v1 tests.
2019-02-08 12:08:40 +00:00
Shane Tomlinson e8e27ead26
Merge pull request #6949 from mozilla/update-lodash r=@philbooth
chore(deps): Update lodash, remove extend.
2019-02-08 12:05:17 +00:00
Shane Tomlinson a93f5f9a5c
chore(deps): Update lodash, remove extend.
There is a prototype pollution bug in old versions of
lodash. We were not using any of the affected methods
(merge, mergeWith, defaultsDeep) so this is opened
against the public repo.
2019-02-08 10:56:58 +00:00
Shane Tomlinson 5b652c6304
fix(test): Fix the Sync v1 tests.
Tests stall due to the "Save File" dialog displayed by the browser.

This forces the browser to save w/o asking for installation files.

fixes #6946
2019-02-08 10:46:14 +00:00
Vlad Filippov 55455cfff8
Merge pull request #6927 from mozilla/pair-view-code
feat(pair): pair views and brokers
2019-02-07 16:04:58 -05:00
Shane Tomlinson 7d88c0e091 feat(pairing): extract views and brokers
Co-authored-by: Edouard Oger <eoger@fastmail.com>
Co-authored-by: Shane Tomlinson <stomlinson@mozilla.com>
2019-02-07 15:45:30 -05:00
Phil Booth b14d9ae51f
Merge pull request #6941 from mozilla/pb/simplify-test-setup
https://github.com/mozilla/fxa-content-server/pull/6941
r=shane-tomlinson
2019-02-07 06:51:30 +00:00
Shane Tomlinson f1db6d3ea9
Merge pull request #6940 from mozilla/train-130 r=@vbudhram
chore(release): Merge train 130 updates into master
2019-02-06 19:47:36 +00:00
Phil Booth 254a777cec
refactor(tests): pull setup-less app-start tests up to the top level 2019-02-06 13:59:10 +00:00
Phil Booth b80cc24977
refactor(tests): eliminate duplicated setup code in app-start tests 2019-02-06 13:59:10 +00:00
Shane Tomlinson 290c9afb67
Merge pull request #6895 from mozilla/issue-5558-update-firefox-screen r=@philbooth
fix(sync): Remove support for context=fx_desktop_v1
2019-02-06 13:15:46 +00:00
Shane Tomlinson c0aca4fa38
Release v1.130.1 2019-02-06 12:42:35 +00:00
Shane Tomlinson f1cb6dc980
Merge pull request #6939 from mozilla/issue-6938-change_password-balloon-test r=@philbooth
fix(test): Fix the "change_password" test on teamcity.
2019-02-06 12:41:45 +00:00
Shane Tomlinson 83fbf7b561
fix(test): Fix the "change_password" test on teamcity.
The SUBMIT button is obscured by the balloon and cannot be clicked.
This submits the form using the enter key instead.

fixes #6938
2019-02-06 10:50:10 +00:00
Shane Tomlinson 6634b46c47
fix(sync): Remove support for context=fx_desktop_v1
Add an `Update Firefox` screen, show it to users of fx_desktop_v1

fixes #5558
2019-02-06 09:32:33 +00:00
Vlad Filippov d248a462b2
Merge pull request #6937 from mozilla/rewrap-jan5
fix(wrap): rewrap deps, update to latest point release of htmllint
2019-02-05 11:03:58 -05:00
Vlad Filippov 8d1ee6d4fd fix(wrap): rewrap deps, update to latest point release of htmllint 2019-02-05 10:15:58 -05:00
Shane Tomlinson 96ee0edf61
Merge pull request #6936 from mozilla/train-130 r=@vladikoff
chore(release): Merge train-130 into master
2019-02-05 15:05:44 +00:00
Shane Tomlinson 386114d54f
Release v1.130.0 2019-02-05 13:52:56 +00:00
Shane Tomlinson 9d30bd10a3
Merge pull request #6935 from mozilla/issue-6934-validation-tests-failure r=@philbooth
fix(test): Fix the validation test failure.
2019-02-05 13:50:45 +00:00
Shane Tomlinson 1b91780ae3
fix(test): Fix the validation test failure.
The metrics doc url was updated to https://raw.githubusercontent.com/mozilla/application-services/master/docs/product-portal/accounts/metrics.md.

fixes #6934
2019-02-05 11:27:22 +00:00
Vijay Budhram 19ed6ae62c
Merge pull request #6878 from mozilla/fix-account-reset, r=@shane-tomlinson 2019-02-04 21:21:56 -05:00
Vijay Budhram b9f6f7c9b0
fix(totp): fix account reset and totp 2019-02-04 18:12:25 -05:00
Shane Tomlinson 5ecc201a6f
Merge pull request #6926 from mozilla/issue-6924-change-password-tests r=@vladikoff
fix(test): Fix the change password tests.
2019-02-04 16:30:51 +00:00
Shane Tomlinson ce5b867067
fix(test): Fix the change password tests.
* sync_settings needs a force clear between tests.
* The screen on teamcity is narrow and forces the bubble below the input instead
of to the side, so the normal helper functions don't work well. Manually update
the new password field and check the bubble responds as expected.

fixes #6924
2019-02-04 16:07:12 +00:00
Vlad Filippov aba807f660
Merge pull request #6925 from mozilla/pair-templates
feat(pair): latest templates with strings
2019-02-04 11:01:29 -05:00
vladikoff f6fd7bae06 feat(pair): latest templates with strings 2019-02-04 10:42:28 -05:00
Shane Tomlinson 28f6e461ee
Merge pull request #6903 from mozilla/ryanfeeley-suggest-space r=@shane-tomlinson
Added suggest sync spacing
2019-02-04 10:18:10 +00:00
Ryan Feeley d2388668c8
Added suggest sync spacing
Added a little spacing to the suggest sync message that users who visit accounts directly
2019-02-04 09:43:11 +00:00
Shane Tomlinson c279358827
Merge pull request #6921 from mozilla/enable-ca r=@vladikoff
feat(l10n): Enable Catalan (ca)
2019-02-01 16:44:51 +00:00
Shane Tomlinson 4fedb30b2d
feat(l10n): Enable Catalan (ca)
issue mozilla/fxa-content-server-l10n#322
2019-02-01 16:15:18 +00:00
Shane Tomlinson 9903562ae5
Merge pull request #6916 from mozilla/train-129 r-@shane-tomlinson
Uplift Train 129
2019-02-01 11:09:23 +00:00
Vijay Budhram 55fe6adaee
Release v1.129.2 2019-01-31 16:42:09 -05:00
Vijay Budhram 677028e544
Merge pull request #6915 from mozilla/revert-client_id-entrypoint, r=@rfk
fix(metrics): Fix entrypoint being overwritten for every event.
2019-01-31 16:35:42 -05:00
Shane Tomlinson cdd5e73a88
fix(metrics): Fix entrypoint being overwritten for every event.
Updates fxa-shared so that it no longer uses the client_id as the entrypoint

issue mozilla/fxa-shared#46
2019-01-31 21:02:12 +00:00
Shane Tomlinson 8435f5620f
Merge pull request #6912 from hritvi/auth_errors r=@shane-tomlinson
fix(scripts): Added entries for errors
2019-01-31 16:26:21 +00:00
Phil Booth 2a0f2e44bf
Merge train-129 into master
https://github.com/mozilla/fxa-content-server/pull/6914
r=vladikoff
2019-01-31 13:27:50 +00:00
Vlad Filippov 6ac63587a4
Merge pull request #6913 from mozilla/i6900
fix(tests): fix tests for latest geckodriver compat
2019-01-31 08:13:54 -05:00
Shane Tomlinson cfbdbd7abf
Merge pull request #6859 from mozilla/issue-6573-pw-strength-pw-change r=@vbudhram, @ryanfeeley
feat(pw-strength): Add pw-strength balloon to password change.
2019-01-31 13:03:17 +00:00
Vlad Filippov e70b65d18f fix(tests): fix tests for latest geckodriver compat
Fixes #6900
2019-01-31 07:58:40 -05:00