An error occurred fetching the project authors.
  1. 16 Jan, 2019 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Correctly fix prefer-gzip-encoding-to-backend · c1595bae
      Łukasz Nowak authored
      Because of misleading tests (Accept-Encoding with gzip was always set by
      requests, fixed in "caddy-frontend/test: Workaround requests issue with
      Accept-Encoding") the original commit "Fix/caddy frontend prefer gzip type
      zope" did not really fixed the issue for type:zope backend.
      c1595bae
  2. 10 Jan, 2019 1 commit
  3. 04 Jan, 2019 1 commit
  4. 02 Jan, 2019 1 commit
  5. 30 Dec, 2018 1 commit
  6. 28 Dec, 2018 1 commit
  7. 14 Dec, 2018 1 commit
  8. 13 Dec, 2018 1 commit
  9. 10 Dec, 2018 2 commits
  10. 07 Dec, 2018 3 commits
  11. 06 Dec, 2018 1 commit
  12. 05 Dec, 2018 1 commit
  13. 03 Dec, 2018 5 commits
  14. 22 Nov, 2018 2 commits
  15. 21 Nov, 2018 2 commits
  16. 20 Nov, 2018 6 commits
  17. 14 Nov, 2018 2 commits
  18. 26 Oct, 2018 1 commit
  19. 17 Sep, 2018 2 commits
  20. 12 Sep, 2018 4 commits
  21. 06 Sep, 2018 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Protect against slave's wrong certificate and key · 6073096a
      Łukasz Nowak authored
      Instead of relying on slapos.cookbook:certificate_authority recipe, which
      stops buildout processing, extract the minimal implementation to runtime
      key/certificate validator and reject slaves, which does not pass this test.
      
      This commits results in TODO item being done.
      6073096a