Skip to content
Snippets Groups Projects
  1. Jul 10, 2012
  2. May 02, 2012
  3. Apr 11, 2012
  4. Feb 09, 2012
  5. Jan 10, 2012
  6. Nov 04, 2011
  7. Nov 01, 2011
  8. Oct 28, 2011
  9. Oct 11, 2011
    • Lloyd Hilaiel's avatar
      WSAPI CHANGES: All server responses are now objects, makes some funky browsers... · 511b56ae
      Lloyd Hilaiel authored
      WSAPI CHANGES: All server responses are now objects, makes some funky browsers happy and prevents certain attacks.  closes #217 closes #325
      
        * /wsapi/have_email now returns { email_known: <boolean> }
        * /wsapi/stage_user now returns { success: <boolean> }
        * /wsapi/user_creation_status now returns { status: <string> }
        * /wsapi/complete_user_creation now returns { status: <boolean> }
        * /wsapi/stage_email now returns { success: <boolean> }
        * /wsapi/email_addition_status now returns { success: <boolean> }
        * /wsapi/complete_email_addition now returns { success: <boolean> }
        * /wsapi/authenticate_user now returns { success: <boolean> }
        * /wsapi/remove_email now returns { success: <boolean> }
        * /wsapi/account_cancel now returns { success: <boolean> }
        * /wsapi/logout now returns { success: <boolean> }
      
      Finally, introduced middleware to ensure that resp.json() is not called with anything other than an object.
      511b56ae
  10. Sep 26, 2011
    • Lloyd Hilaiel's avatar
      WSAPI CHANGES in preparation for new UX flows, specifically where you provide... · b6ee5134
      Lloyd Hilaiel authored
      WSAPI CHANGES in preparation for new UX flows, specifically where you provide a password AFTER verifying emails.
      
        * stage_user no longer takes a password
        * after calling stage_user, you can poll status with user_creation_status
        * instead of 'prove_email_ownership', you call 'complete_user_creation' and provide a password
        * add_email is now 'stage_email'
        * after calling stage_email, you can poll status with email_addition_status
        * instead of 'prove_email_ownership', you call 'complete_email_addition' and provide a password
        * stage_* and complete_* calls are POST
        * *_status calls succeed continuously (not only once)
      b6ee5134
  11. Sep 15, 2011
  12. Sep 08, 2011
  13. Sep 07, 2011
  14. Aug 22, 2011
Loading