All Versions
287
Latest Version
Avg Release Cycle
8 days
Latest Release
1849 days ago

Changelog History
Page 4

  • v1.122.0 Changes

    October 02, 2018

    ๐Ÿ› Bug Fixes

    • ci: use npm 6 in travis (b48fc63)
    • CWTS: Fix the checkbox alignment in RTL langugates. (9d4bda3), closes #6574
    • email: on password reset, hash email with the emailToHashWith value (fbb6e39)
    • scripts: make tls-shrink script portable (726255a)
    • ๐Ÿ‘‰ show-password: Use a show-password icon that works on low DPI screens. (014547a), closes #6235
    • โœ… test: Force clear localStorage for the handshake tests. (db947ad), closes #6182

    chore

    • config: Add scoped-keys configuration for Firefox Send. (1950681)
    • deps: Update to the latest i18n-abide to get rid of security warnings. (4ceca38)
    • ๐Ÿ“ฆ package: bump fxa-shared to 1.0.14 + npm shrinkwrap (8e29dc0)

    ๐Ÿ”‹ Features

    • a256gcm: Ban unsafeExplicitIV by default. (023e9a8)
    • email-first: Allow invalid emails in query params. (0077e47), closes #6584
    • scripts: force registry links in shrinkwrap to use tls (0da2fe7)

    ๐Ÿ”จ Refactor

    • pairing: Convert lib/channels/web.js to ES6 module format. (98bb69d), closes #6514
    • pairing: Extract a required module. (4add95c), closes #6514
    • pairing: Extract a256gcm related utils into its own module. (b5f6756), closes #6514
    • pairing: Extract hkdf into its own module. (f4d167d), closes #6514
    • pairing: Extract the fxa-crypto-deriver lazy loading (1a94048), closes #6514
    • pairing: Extract validate and vat formatting updates (c2fd736), closes #6514
  • v1.121.3 Changes

    October 05, 2018

    ๐Ÿ› Bug Fixes

    • ๐Ÿ”— links: Remove en-US from any SUMO/MDN links. (43d10c5)

    chore

    • recovery: enable recovery key for 10% of users (cccd708)
  • v1.121.2 Changes

    October 02, 2018
    • recovery: increase recovery key length to 28 (691f1c5)
  • v1.121.1 Changes

    October 01, 2018

    chore

    • recovery: roll back recoveryKey experiment to 0 percent (b86ab5b)
  • v1.121.0 Changes

    September 18, 2018

    ๐Ÿ› Bug Fixes

    • code: fix some lgtm analysis warnings (c9836c2)
    • codes: enable recovery key for 10% users (94eefe5)
    • email-first: Disallow firefox.com addresses for email first (fc69618), closes #6027

    chore

    • deps: Remove the easterEgg (8832ab7), closes #6543
    • modules: Convert from require to import in app-start.js (331d82d), closes #6404

    ๐Ÿ”‹ Features

    • pw-strength: Fully roll out designF everywhere. (3d6ca5d), closes #6562
    • router: Groundwork to load views on demand. (da5a9e4), closes #6404

    ๐ŸŽ Performance Improvements

    • accounts: Sends only one mail when password changed (#6515), r=@vbudhram (b291779), closes #6515

    ๐Ÿ”จ Refactor

  • v1.120.3 Changes

    September 14, 2018

    ๐Ÿ› Bug Fixes

    • recovery: specify a reason when doing account recovery for metrics (6618da1)

    chore

    • codes: update clients for token code experiment (7d23730)

    ๐Ÿ”‹ Features

    • pw-strength: All ltr users see designF, 50/50 split for Arabic (6f706ef), closes #6550
  • v1.120.2 Changes

    September 11, 2018

    ๐Ÿ› Bug Fixes

    • codes: continue sign-in progress after generating from low recovery codes (866c2c8)
  • v1.120.1 Changes

    September 06, 2018

    ๐Ÿ”‹ Features

    • pw-strength: 50% to Arabic, 100% in German (5e60249), closes #6516
  • v1.120.0 Changes

    September 06, 2018

    ๐Ÿ› Bug Fixes

    • codes: fix token code regex and error message (95c1ba4)
    • codes: pr updates (dc4c352)
    • codes: redirect user to replace recovery codes when they are low (c3cf28e)
    • codes: update token code requirements (3bbdaf2)
    • csp: allow 'blob' in blocked-uri for CSP reports (#6488) r=@vbudhram (6f5d48e), closes #6488 #6230
    • errors: Backend service failures restarts the poll (21259c2), closes mozilla/fxa-auth-server#2600
    • ๐Ÿ”Š logs: make logger optional in metrics-errors (#6484) r=@vbudhram (cd817bb), closes #6484 #6225
    • metrics: send events from /metrics-flow to amplitude (7e5ed08)
    • scripts: Fix the run_remote_dev.sh script (#6505) r=@shane-tomlinson (05d10b8), closes #6505
    • ๐Ÿ’… style: don't display firefox logo on small screens for choose what to sync (#6509) r=@v (d1b17a9), closes #6509 #6314
    • ๐Ÿ’… style: fix missing recovery code icons (a371d1a)
    • โœ… tests: auto-download nightly, and config to run tests with nightly (#6510) r=@vladikoff (7666375), closes #6510
    • โœ… tests: fix PKCE tests for token-code experiment (#6490) r=@vbudhram (fb90fc3), closes #6490
    • โœ… tests: return promise so on error it's not unhandled rejection (#6508) (56ed71f), closes #6508

    chore

    • modules: Convert a couple of modules to ES6 format. (#6501) r=@vladikoff (ea4c8e3), closes #6501 #6404

    ๐Ÿ”‹ Features

    • errors: improve metrics and style of the Working error (#6483) r=@vbudhram (58d0cba), closes #6483 #5354 #4866
    • mixins: Add hash parameter processing for the pairing flow. (#6502) r=@vladikoff (b7a6033), closes #6502 #6404
    • ๐Ÿ“œ ua-parser: Add a genericDeviceType method. (#6503) r=@vbudhram (cdf6e18), closes #6503 #6404

    ๐Ÿ’… style

    • account recovery: Centered messages of re-enter password screen (c629faf)
  • v1.119.3 Changes

    August 23, 2018

    ๐Ÿ› Bug Fixes

    • โœ… tests: install request and request-promise in TeamCity (#6485) r=@jrgm (1eb5793)

    ๐Ÿ”‹ Features

    • โœ… tests: add E2E tests for the fxa-email-service (#6470) r=@vbudhram (7d4cb3f), closes #6372

    ๐Ÿ”จ Refactor

    • modules: Convert a bunch of modules to ES6 format (#6479) r=@vladikoff (c72ae27)