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

Changelog History
Page 27

  • v0.26.0 Changes

    November 14, 2014

    ๐Ÿ› Bug Fixes

    • accounts: only fetch access token if verified (d3168850)
    • avatars:
      • ensure the default image background is covered by the profile image (387e3246)
      • load profile image on settings and sign in pages if available (382c9db9, closes #1727)
    • broker: fix desktop broker to forward account data before confirm (0492140e)
    • client:
      • Fixed missing spinner on subsequent requests. (910ff4dd)
      • Notify Sync of unverified logins and signups before the user verifies her email (8943f1f7)
      • The Sync flow should not notify the browser of login after the signup confirmati (3ba53720)
      • Autofocus on /signup works again. (7f142421)
      • The FxDesktop broker no longer sends the session_status message on startup. (8f414c4a)
      • Ensure the spinner stays spinning after signin for Sync/OAuth. (5c74b8a2)
      • Do not fail on startup if cookies or access to dom.storage is disabled. (e084cba7)
      • Ensure the Loop initiated reset password verification flow sends OAuth credentia (a91e27b5)
    • images: optimize images with new optipng (780ff760)
    • ๐Ÿ’… style:
      • remove end padding from text inputs (07dacd9d)
      • tos/pn layout overlap (53d8a7b3)
    • ๐Ÿ’… styles:
      • spinning wheel affects button height (3d536417)
      • show password border radius (20270acd)
      • odd wrapping on choose account and reset pwd links on sign in in some l10ns (f454d9d3)
    • โœ… test: Ensure the web channel tests complete. (46b578d6)

    ๐Ÿ”‹ Features

    • client:
      • Allow the user to restart the signup flow on email bounce. (896d1f47)
      • Add some brokers! (83ee1861)
    • โœ… test: Add functional test for web channel flow when user signs up, closes original tab (c2b51b9d)
  • v0.25.0 Changes

    October 29, 2014

    ๐Ÿ› Bug Fixes

    • chrome: fix a "read-only" strict mode error in Chrome (c15de01b)
    • client:
      • Fix CORS requests not being decoded for Fx<21 (a92ab607)
      • COPPA - make learn more link target _blank only on sync (ae06e403)
      • Allow leading/trailing whitespace on email addresses. (2385500d)
    • coppa: better align error message in pop up (7bc43ca4)
    • oauth:
      • fixes WebChannel double submit during password reset (c4ad6289)
      • validate that redirect param exists. (a8c63fd0, closes #1786)
    • โœ… test: fixes setTimeout tests in FF18 (ab270636)

    ๐Ÿ”‹ Features

    • metrics: Add three new auth-errors (ca2e1c46)
  • v0.24.0 Changes

    October 20, 2014

    ๐Ÿ› Bug Fixes

    • client:
      • Change the "Next" button to say "Sign up" (08a008c0)
      • Add a "forgot password?" link when using cached credentials. (99754f76)
    • oauth: use the correct client_id for local oauth server (8e1c288c)
    • signin: choosing to use a different account clears cached credentials (4919e1d1, closes #1721)
    • ๐Ÿ’… styles: Ensure the year of birth select box uses Clear Sans. (4f796b29)
    • โœ… test: Fix test-latest functional tests. (37696cb0)
    • โœ… tests: remove about:prefs tests from full testing (cccdeb09)
    • ๐Ÿ’… trusted-ui-style: make layout shorter (02c7d7fb)

    ๐Ÿ”‹ Features

    • client: Create and send a resume token to the OAuth server. (8dd01b07)
    • metrics: Add metrics for signup, preverified signup, signin, hide the resend button. (76ecb248)
    • โœ… test: Add more functional tests sign up/reset password flows. (483ba166)
  • v0.23.0 Changes

    October 07, 2014

    ๐Ÿ› Bug Fixes

    • appStart: show an error screen when errors occur during app start (e457eae4)
    • avatars: redirect unverified users to confirm screen (d440e4d7, closes #1662)
    • fxa-client: update to latest client (fdb6dbbb)
    • ๐Ÿ’… style: ensure legal pages are no taller than /signup (1698922b)
    • โœ… tests:
      • run tos and pp test for saving information separately - fixes #1640 (d2f52126)
      • Only set the autofocus timeout if the element to be focused is hidden. (ce2ce9d0)

    ๐Ÿ”‹ Features

    • client:
      • Smooth out the verification flow. (02b0d351)
      • Fix the COPPA flow to allow 13 year olds that are born this year to register. (61ec08bd)
  • v0.22.0 Changes

    September 22, 2014

    ๐Ÿ› Bug Fixes

    • avatars:
      • show a spinner icon when loading images with latency (ae1e17f1, closes #1527)
      • set the correct OAuth client ID for fxa-dev environment (f6374760, closes #1683)
      • integrate profile server backend for profile images (66ebc83a)
      • disable remote URL option (17e76acd)
    • client:
      • autofocus the password field on /oauth/signin if the user already has a session. (c4228b2f)
      • Auto-focus the password field on the /delete_account page. (31fc11d2)
    • errors: use the correct context for error messages (a3c4f2a2, closes #1660)
    • oauth: increase the assertion lifetime to avoid clock skew issues (132bbf57)
    • โœ… test: Fix and enable the oauth-preverified-sign-up functional test. (7cade58a)
    • โœ… tests:
      • Fix some places that race with an XHR response return (f49e3de6)
      • Fix the oauth_webchannel tests when run by themselves. (f19d2d58)

    ๐Ÿ”‹ Features

    • metrics: Log entrypoint to the metrics. (9ecf71bb)
    • โœ… test: Add the ability to run npm run-script test-functional-oauth from the command l (6ca4fe4d)
  • v0.21.0 Changes

    September 08, 2014

    ๐Ÿ› Bug Fixes

    • avatars: allow mobile browsers to reposition the image during crop (74202ea1)
    • hsts: force hsts headers and use milliseconds (138756b1)
    • signin: cache credentials for desktop sign-ins, otherwise only cache email (33675ae8, closes #1621)
    • ๐Ÿ’… styles: Un-nesting some CSS to fix /signin links (1878d120)

    ๐Ÿ”‹ Features

    • client: Add support for preVerfiyToken. (d30dd6d3)
    • signin: Add cached signin (7780e49a)
  • v0.20.0 Changes

    August 25, 2014

    ๐Ÿ› Bug Fixes

    • ๐Ÿ— build:
      • Remove imagemin for dependencies (bddf83fe)
      • Wait for config to load. Move draggable into a require.js packge. (b2a0be17)
    • l10n: remove the en i18n symlink (9c2e5ba0)
    • teats: Use execute to clear browser state (f56aa45e)
    • โœ… tests:
    • travis: Run functional tests first, move sleep. (23f124cc)

    ๐Ÿ”‹ Features

    • oauth: Support for URN redirects (dc2cefd6)
  • v0.19.0 Changes

    August 11, 2014

    ๐Ÿ› Bug Fixes

    • avatars:
      • add profile server client to proxy remote images (899f1895)
      • clean up numerous issues from comments in #1405 (916044d6)
    • ๐Ÿ› bug:
      • IE9: browser unsupported message is very wide (488f5108)
      • fixed snippet layout error (0e3dcd9e)
    • client:
      • Show the /force_auth error message on startup, if one exists. (e61bf17e)
      • Remove the survey material all together, it's not being used. (04249936)
      • If logError/displayError/displayErrorUnsafe is called without an error, log an ` (d3bf9552)
      • Display Service Unavailable if the user visits /oauth/sign(in|up) and the OA (fe599744)
      • Ensure a down OAuth server does not cause an undefined error. (7224d952)
    • csp:
      • allow image sources from gravatar (cfd7ce84)
      • allow data uris for images (9a880661)
    • deps: update express and request dependencies to patched versions (5e990731)
    • fxa-client: remove lang from fxa-client requests (93c3384d, closes #1404)
    • l10n:
      • ensure that supported languages are a subset of the default supported languages (d0d14176)
      • add hsb and dsb to default supported languag list for asset generation (c726205d)
    • legal:
      • show home button on legal pages when loaded directly (8bf43a37)
      • fix layout of statically rendered legal pages (f59d82b1)
    • logger: fix for express logger api change (dfa60957)
    • metrics: Log a screen once, childviews should not cause the parent to be lgoged. (5964e0ba)
    • router: show error screen when view rendering fails (49eb7063)
    • ๐Ÿ”€ sync: show Sync brand name when signin up/in for Sync (c15a2761, closes #1339)
    • โœ… test: Ensure requirejs configuration is loaded before any other scripts. (10eddcb4)
    • tos-pp: rely on accept headers instead of naviagor.language for partial requests (fdceab5a, closes #1412)

    ๐Ÿ”‹ Features

    • metrics: Add screen width and height to the metrics. (0f5f3513)
    • oauth:
    • settings: profile images (fe0b8770)
  • v0.18.0 Changes

    July 28, 2014

    ๐Ÿ› Bug Fixes

    • ๐Ÿ› bug:
      • IE9: browser unsupported message is very wide (488f5108)
      • fixed snippet layout error (0e3dcd9e)
    • client:
      • If logError/displayError/displayErrorUnsafe is called without an error, log an ` (d3bf9552)
      • Display Service Unavailable if the user visits /oauth/sign(in|up) and the OA (fe599744)
      • Ensure a down OAuth server does not cause an undefined error. (7224d952)
    • fxa-client: remove lang from fxa-client requests (93c3384d, closes #1404)
    • l10n: add hsb and dsb to default supported languag list for asset generation (c726205d)
    • legal: fix layout of statically rendered legal pages (f59d82b1)
    • metrics: Log a screen once, childviews should not cause the parent to be lgoged. (5964e0ba)
    • router: show error screen when view rendering fails (49eb7063)
    • ๐Ÿ”€ sync: show Sync brand name when signin up/in for Sync (c15a2761, closes #1339)
    • tos-pp: rely on accept headers instead of naviagor.language for partial requests (fdceab5a, closes #1412)

    ๐Ÿ”‹ Features

    • metrics: Add screen width and height to the metrics. (0f5f3513)
    • settings: profile images (fe0b8770)
  • v0.17.0 Changes

    July 14, 2014

    ๐Ÿ› Bug Fixes

    • fonts: Update connect-fonts-firasans and grunt-connect-fonts. (e5a2fdcd)
    • l10n: use correct locale if specified in url for legal pages (02c287cb, closes #1337)
    • legal: fix rendering of legal pages when loaded directly via url (70b17b37, closes #1372)
    • ๐Ÿ’… styles: sassify border radii (10f53c09)
    • โœ… tests: Make IE10/IE11 pass all the mocha tests. (074c7246)

    ๐Ÿ”‹ Features

    • metrics: Log which marketing material is shown to a user. (afa111ac)
    • server: Add a forwarding proxy for IE8. (50060ce3)