1. 09 Apr, 2022 1 commit
    • Jérome Perrin's avatar
      stack/erp5: enable server-sync for ZEO · 5b20133e
      Jérome Perrin authored
      For ZEO4, this was implemented as a monkey patch in ERP5, but this is
      now supported in ZEO5, but not enabled by default.
      
      The setting is only avaiable through ZEO's own ZConfig, but not with
      ZODB's <zeoclient> so we also adjust the config to import ZEO and use
      ZEO's <clientstorage>.
      5b20133e
  2. 06 Apr, 2022 1 commit
  3. 10 Mar, 2022 1 commit
  4. 09 Mar, 2022 1 commit
  5. 08 Mar, 2022 1 commit
  6. 03 Mar, 2022 1 commit
  7. 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
  8. 14 Feb, 2022 1 commit
  9. 09 Feb, 2022 3 commits
  10. 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
  11. 07 Feb, 2022 8 commits
  12. 03 Feb, 2022 7 commits
  13. 02 Feb, 2022 1 commit
  14. 01 Feb, 2022 1 commit
  15. 31 Jan, 2022 1 commit
  16. 28 Jan, 2022 2 commits
  17. 27 Jan, 2022 5 commits
  18. 21 Jan, 2022 1 commit
  19. 20 Jan, 2022 1 commit
  20. 19 Jan, 2022 1 commit