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