1. 27 May, 2014 6 commits
    • Randall Leeds's avatar
      Switch view/sort to fixed position · 2d92c812
      Randall Leeds authored
      Close #1232
      2d92c812
    • Randall Leeds's avatar
      Don't rely on cookies to provide the csrf token · cba2320b
      Randall Leeds authored
      Angular won't see the cookie value when running from the extension
      because the app page is served from the extension bundle and is
      therefore on a different origin than the backend.
      
      Similarly, Angular doesn't set the header when making cross-origin
      requests.
      
      Work around the issue by sending the token in responses from the
      backend and setting the header ourselves.
      cba2320b
    • csillag's avatar
      Set the default sort to , as requested in #1231. · b17d4dce
      csillag authored
      b17d4dce
    • csillag's avatar
      Implement location sort. · 5fc45562
      csillag authored
      The only way to get information about the location of the annotations
      in the document is to request this information from the highlights.
      
      This information can't be read out from the selectors, because anchoring
      can place them *anywhere* in the document.
      
      They also can't be read from the anchors, because anchors can contain
      any kind of description; there is no mapping to any uniform coordinate
      system.
      
      The only way to get this information is to ask the hights for
      the coordinates, after they have been rendered.
      
      So this must be done after the second-phase of anchoring; after the
      rendering of the highlights in the DOM.
      
      So now we query this info from the highlights (upon rendering
      in the host fram), and then store it back into the targets,
      which are then sent back to the sidebar, so that this information
      is available for sorting.
      
      Fixes #1217.
      5fc45562
    • csillag's avatar
      Don't try to show annotations with null IDs in the sidebar · eb42da74
      csillag authored
      When an annotation has not been saved yet, it does not have
      a real ID. In these cases, it does not make sense to try to
      send the empty ID over the RPC channel to try to display the
      (yet) non-exisitent annotation card in the sidebar.
      
      There is already some filtering for this on the other side,
      but I think it makes sense to filter out invalid element
      as soon as possible.
      eb42da74
    • Randall Leeds's avatar
      Remove unused dark-noise CSS · 53bb07a8
      Randall Leeds authored
      53bb07a8
  2. 26 May, 2014 1 commit
  3. 24 May, 2014 1 commit
  4. 23 May, 2014 3 commits
  5. 22 May, 2014 7 commits
  6. 21 May, 2014 2 commits
  7. 20 May, 2014 5 commits
  8. 16 May, 2014 2 commits
  9. 15 May, 2014 8 commits
  10. 12 May, 2014 2 commits
  11. 11 May, 2014 2 commits
  12. 09 May, 2014 1 commit