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