Firefox Content Server v1.126.0 Release Notes

Release Date: 2018-11-28 // over 5 years ago
  • ๐Ÿ› Bug Fixes

    • l10n: Use an inline t function to ensure l10n works as expected. (881efbc), closes #6725
    • recovery: update recovery save options (2c042a2)
    • reset: remove confusing password reset messaging (fe18437)
    • ๐Ÿ’… styles: adjust icon style (2747d0d)
    • ๐Ÿ’… styles: fix icon for Firefox Add-ons (11938ff)
    • โœ… test: Fix the OAuth email-first functional test that used a common password. (2dd05c2), closes #6723
    • โœ… tests: install node-uuid when running tests/teamcity/run-server.sh (a59a9de)
    • โœ… tests: update from sinon reset to resetHistory (34377d4), closes #6331
    • โœ… tests: use stronger password in functional tests (289b745)
    • validation: accept emails containing an apostrophe on the front-end (0737107)

    chore

    • config: Add the new Send redirect_uris to the Send scopedKeys list. (4ff4dff)
    • modules: Convert the complete_reset_password code to ES6 modules (b313ac9), closes #6706
    • oauth: Add tests for signing in w/ an expired Sync sessionToken. (d8b94f9)
    • โœ… test: Use selectors module in the cached signin tests. (ddfc810)

    ๐Ÿ”‹ Features

    • pw-strength: Add pw-strength meter to password reset (509ea89), closes #6572
    • signin: Add Use different account option in security/recovery code page (6bd2f17)

    ๐Ÿ”จ Refactor