1. 14 May, 2015 4 commits
  2. 13 May, 2015 2 commits
  3. 12 May, 2015 3 commits
  4. 11 May, 2015 5 commits
  5. 06 May, 2015 1 commit
  6. 05 May, 2015 2 commits
  7. 04 May, 2015 3 commits
  8. 03 May, 2015 1 commit
    • Randall Leeds's avatar
      Break out client configuration into a Bundle · 8a3e15b5
      Randall Leeds authored
      In this manner, the client configuration is made more easily
      replaceable in downstream deployments through the asset configuration.
      
      Additionally, code shared between the various application pages that
      configures the identity and session providers for our account system
      lives in one place holding those cross-cutting concerns.
      8a3e15b5
  9. 01 May, 2015 3 commits
  10. 30 Apr, 2015 8 commits
  11. 29 Apr, 2015 2 commits
  12. 28 Apr, 2015 2 commits
  13. 27 Apr, 2015 1 commit
  14. 22 Apr, 2015 1 commit
  15. 19 Apr, 2015 1 commit
    • Randall Leeds's avatar
      Move double embed protection to embed.js · 915bdc80
      Randall Leeds authored
      Logically, it makes sense to prevent double _embedding_ in the embed
      code.
      
      Also, there may come a time when it's acceptable and possible to
      instantiate the application multiple times for different parts of a
      document.
      
      Finally, this prevents loading CSS and polyfills twice, as well.
      915bdc80
  16. 18 Apr, 2015 1 commit
    • Randall Leeds's avatar
      Disable page search on /stream · a8a74a25
      Randall Leeds authored
      This should speed up the stream and ensure that results coming back
      from the server are not filtered out due to a mismatch between the
      page search and elasticsearch query treatment.
      a8a74a25