Skip to content
Snippets Groups Projects
  1. Jan 30, 2012
  2. Jan 23, 2012
  3. Jan 12, 2012
  4. Jan 10, 2012
  5. Dec 31, 2011
  6. Dec 14, 2011
  7. Nov 29, 2011
  8. Nov 28, 2011
  9. Nov 23, 2011
  10. Nov 15, 2011
  11. Nov 14, 2011
  12. Nov 04, 2011
  13. Nov 10, 2011
  14. Nov 09, 2011
  15. Nov 07, 2011
  16. Nov 04, 2011
  17. Nov 03, 2011
  18. Nov 02, 2011
  19. Oct 28, 2011
  20. Oct 26, 2011
  21. Oct 25, 2011
  22. Oct 14, 2011
  23. 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
  24. Sep 29, 2011
  25. Sep 23, 2011
  26. Sep 27, 2011
Loading