1. 15 May, 2014 2 commits
    • Randall Leeds's avatar
      Improve slow-validate directive and usage · 2e2a3741
      Randall Leeds authored
      Respond to view value changes by watching the view value on the scope
      rather than registering a view change listener. View change listeners
      only fire on changes which are valid.
      
      Be careful not to use the directive in combination with ng-hide or
      ng-show since the CSS changes subvert the transition.
      
      Improve the conditions for showing/hiding so that it considers the
      validity of a field in addition to whether the field is pristine or
      dirty.
      
      Relates to #1200
      2e2a3741
    • Randall Leeds's avatar
      Set pristine forms on auth reset · 1615e706
      Randall Leeds authored
      Relates to #1200
      1615e706
  2. 12 May, 2014 2 commits
  3. 11 May, 2014 2 commits
  4. 09 May, 2014 4 commits
  5. 08 May, 2014 2 commits
  6. 06 May, 2014 2 commits
  7. 02 May, 2014 5 commits
  8. 30 Apr, 2014 5 commits
    • Randall Leeds's avatar
      Avoid a race condition with session-based auth · d52868f1
      Randall Leeds authored
      Don't send a new search request until the logout request has returned.
      d52868f1
    • Randall Leeds's avatar
      Fetch api tokens in a separate request · ccbb67be
      Randall Leeds authored
      Instead of sending a token with the application view (which is really
      more of a session state view), fetch it separately using the tokenUrl
      option of the Auth plugin. Account for the case where known personas
      could change in the future without invalidating the current persona
      and reset the Auth plugin whenever the persona in use changes. Use the
      persona parameter to the token endpoint to get the appropriate token.
      ccbb67be
    • Randall Leeds's avatar
      Fix error introduced with previous commit · 5edd74ee
      Randall Leeds authored
      The refresh function is not defined in the scope it's called in which
      is why the event is necessary. However, unlike the original, the app
      scope is used instead of the root scope because there's no need to
      dispatch from the root scope here.
      5edd74ee
    • Randall Leeds's avatar
      Refactor to make skipAuthChangeReload unnecessary · 3f88c11f
      Randall Leeds authored
      Since the token changes whenever the list of personas changes just
      refactor the logic in the token watcher to cause exactly one search
      to happen when the token changes without consulting a separate
      property, simply by checking the tool state.
      3f88c11f
    • Randall Leeds's avatar
      2dee3f79
  9. 28 Apr, 2014 1 commit
  10. 24 Apr, 2014 9 commits
  11. 21 Apr, 2014 2 commits
  12. 20 Apr, 2014 3 commits
  13. 17 Apr, 2014 1 commit