Firefox Content Server v0.26.0 Release Notes

Release Date: 2014-11-14 // over 9 years ago
  • ๐Ÿ› 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)