1. 15 Jul, 2014 3 commits
  2. 14 Jul, 2014 3 commits
  3. 10 Jul, 2014 1 commit
  4. 09 Jul, 2014 2 commits
  5. 08 Jul, 2014 4 commits
  6. 07 Jul, 2014 2 commits
  7. 02 Jul, 2014 4 commits
  8. 01 Jul, 2014 5 commits
  9. 30 Jun, 2014 1 commit
    • Randall Leeds's avatar
      Small reset tweak in auth controller · 529b5f53
      Randall Leeds authored
      It's clearer if the form clears itself through a reset rather than
      waiting for it to happen later. This has the advantage of getting
      the password out of reachable memory sooner.
      
      Extending the scope rather than erasing its keys and replacing it
      with the base scope means the Auth controller can clear the form
      fields without clearing the session data in the scope.
      529b5f53
  10. 28 Jun, 2014 4 commits
    • Randall Leeds's avatar
      Merge pull request #1278 from hypothesis/1214-and-1266-auth-regressions · 37acc1c6
      Randall Leeds authored
      Fix regressions in auth errors and state resume
      37acc1c6
    • Randall Leeds's avatar
      Refactor the reset event slightly · 00d98163
      Randall Leeds authored
      Refactor the reset scope event for quicker app startup and stop
      using the reserved prefix that angular uses.
      
      - Rename $reset to reset
      - At the App controller, invoke the initialization code immediately
        rather than broadcasting an event. Every component should start
        by initializing itself rather than waiting for an event to be
        broadcast.
      00d98163
    • Randall Leeds's avatar
      Fix regressions in auth errors and state resume · baf9906d
      Randall Leeds authored
      Fix two recent regressions with authentication. The first is the lack
      of form error reporting. The second is the issue that ongoing highlight
      mode switches and edits don't proceed after login.
      
      - Unify all the interceptors related to sessioning. The interceptor for
        flash messages, csrf, and extracting the model from the session view
        responses is now all in session.coffee. This is better because it
        means other requests that don't return data in the same format aren't
        processed by these interceptors. It also makes it clearer which data
        the interceptors are processing; the CSRF interceptor may have been
        broken because the flash interceptor was discarding the data outside
        the model object.
      - The CSRF interceptor was also not returning a rejected promise on
        errors. This mistake caused the errors not to be propagated to the
        Auth form controller. Fix #1266.
      - The interaction between the Auth controller, session model changes,
        and scope resets is improved. The timeouts on the auth sheet are
        fixed so that they don't lose the ongoing mode switches and edits
        when the sheet is closed. Fix #1214.
      baf9906d
    • Randall Leeds's avatar
      Merge pull request #1274 from hypothesis/travis-timeouts · bf74c788
      Randall Leeds authored
      Re-jig the integration tests 
      bf74c788
  11. 27 Jun, 2014 3 commits
  12. 25 Jun, 2014 1 commit
  13. 24 Jun, 2014 5 commits
  14. 18 Jun, 2014 2 commits