1. 30 Mar, 2015 2 commits
  2. 26 Mar, 2015 1 commit
    • Sean Hammond's avatar
      Handle internal server errors in the registration form · d7750027
      Sean Hammond authored
      This fixes #1755: no error is shown on the client side when an attempt
      to register an account receives a 500 Server Error response.
      
      The failure() method in AuthController gets called and tries to do
      {errors, reason} = response.data, but this raises a TypeError because
      response.data is undefined (because the response didn't have a valid
      JSON body), so the client crashes as well.
      
      The fix is to catch this exception on the client side, and show a
      generic error to the user.
      d7750027
  3. 25 Mar, 2015 2 commits
  4. 24 Mar, 2015 6 commits
  5. 23 Mar, 2015 16 commits
  6. 20 Mar, 2015 5 commits
  7. 19 Mar, 2015 5 commits
  8. 17 Mar, 2015 3 commits