1. 05 Feb, 2015 2 commits
  2. 03 Feb, 2015 3 commits
    • Randall Leeds's avatar
      Eliminate the explicit account module · 11e809f7
      Randall Leeds authored
      Angular is smart enough to not instantiate the application until all
      pending scripts have been loaded. That means that we can load optional
      components by simply appending the script tags. We already load the
      account component after the app component. By having the account
      component attach its controllers and configuration functions to the
      existing 'h' module, rather than defining a new angular module, the
      app can avoid having a dependency on 'h.account'. This removes the
      requirement that integrators define this module. Instead, they can
      just attach a configuration function to the main module if they need
      to configure the identity provider.
      
      I have a mild preference for this pattern, since strictly speaking no
      account module needs to be present. With a little morke tweaking, the
      interface could be made to not have a sign in link and operate in an
      anonymous mode by default, assuming that the server requires no
      authorization to annotate.
      11e809f7
    • Randall Leeds's avatar
      90c39fef
    • Randall Leeds's avatar
      Fix auth service test · 721f8f7c
      Randall Leeds authored
      721f8f7c
  3. 02 Feb, 2015 2 commits
  4. 30 Jan, 2015 4 commits
  5. 29 Jan, 2015 6 commits
  6. 27 Jan, 2015 5 commits
  7. 26 Jan, 2015 5 commits
  8. 24 Jan, 2015 1 commit
  9. 23 Jan, 2015 7 commits
  10. 22 Jan, 2015 1 commit
  11. 21 Jan, 2015 2 commits
  12. 20 Jan, 2015 2 commits