1. 15 Aug, 2013 3 commits
  2. 14 Aug, 2013 6 commits
  3. 13 Aug, 2013 10 commits
  4. 12 Aug, 2013 19 commits
  5. 10 Aug, 2013 2 commits
    • Kristof Csillag's avatar
      Merge pull request #590 from hypothesis/574-pyramid-authz · 9fb98f0a
      Kristof Csillag authored
      Take control of the annotator-store authorization using Pyramid ACLs.
      9fb98f0a
    • Randall Leeds's avatar
      Use the server_name for local id authority · cff79d02
      Randall Leeds authored
      The dev server now explicitly listens on localhost. That means that
      if you wish to expose this publicly you will need to set up a public-
      facing proxy server, such as nginx, or create/modify a .ini file.
      
      The Procfile still uses 0.0.0.0, which means that pyramid will fall
      back to reading the HTTP Host header for the server name. In Procfile
      deployments like heroku and dokku it is assumed that this header is
      trusted and fixed in upstream reverse proxies.
      
      Fixes #497.
      cff79d02