1. 08 Mar, 2022 1 commit
  2. 03 Mar, 2022 1 commit
  3. 25 Feb, 2022 1 commit
    • Arnaud Fontaine's avatar
      Zope 4.x: Fix OFS.Image PUT() for Python 2 (#1015). · 8cd7a917
      Arnaud Fontaine authored
      This fixes failures in erp5_dms:testWebDavSupport.
      
        Traceback (innermost last):
          [...]
          Module Products.ERP5Type.patches.OFSImage, line 94, in PUT
            return PUT_orig(self, REQUEST, RESPONSE)
          Module OFS.Image, line 665, in PUT
            data = data.encode('UTF-8')
        UnicodeDecodeError: 'ascii' codec can't decode byte 0xe3 in position 10: ordinal not in range(128)
      8cd7a917
  4. 14 Feb, 2022 1 commit
  5. 09 Feb, 2022 3 commits
  6. 08 Feb, 2022 1 commit
    • Łukasz Nowak's avatar
      caddy-frontend: Keep Server header intact · 3d6af70d
      Łukasz Nowak authored
      Server header might be changed by client facing caddy, for which caddy code
      has been fixed to not transmit the Server header at all by default.
      In ATS Server header has been disabled by configuration.
      haproxy does not add Server header at all.
      Thanks to improvement in the test backend, it's asserted that Server header
      send by the backend is left intact.
      3d6af70d
  7. 07 Feb, 2022 8 commits
  8. 03 Feb, 2022 7 commits
  9. 02 Feb, 2022 1 commit
  10. 01 Feb, 2022 1 commit
  11. 31 Jan, 2022 1 commit
  12. 28 Jan, 2022 2 commits
    • Aurel's avatar
      WIP: zope4 on python patches from Aurel (+changes from jerome) · 9943ce81
      Aurel authored
      build on zope4
      
      wip : patches
      
      update patches
      
      reactivatee some patches & egg and remove dep to old ZSQLMEthod
      
      fix zope patch
      
      add Sessions product
      
      reintroduce reStructuredText
      
      use ExternalEditor compatible with Zope4
      
      reinstroduce the config of _Z2PORT and _Z2HOST for testing
      
      fix patch ?
      
      add CMFDefault
      
      Revert "add CMFDefault"
      
      This reverts commit 3e3545ebd02fa188f4265301bbbf6b6b0f0dad9b.
      
      pin eggs version
      
      jerome: stop allowing version picking and pin versions
      9943ce81
    • Jérome Perrin's avatar
      ERP5: Start timerserver from wsgi script · 6c6bfdd5
      Jérome Perrin authored
      Depends on erp5!1529 and erp5!1534
      
      See merge request !1114
      6c6bfdd5
  13. 27 Jan, 2022 5 commits
  14. 21 Jan, 2022 1 commit
  15. 20 Jan, 2022 1 commit
  16. 19 Jan, 2022 1 commit
  17. 18 Jan, 2022 2 commits
  18. 17 Jan, 2022 2 commits