An error occurred fetching the project authors.
  1. 13 Oct, 2017 2 commits
  2. 06 Oct, 2017 2 commits
  3. 04 Oct, 2017 1 commit
  4. 02 Oct, 2017 1 commit
    • Sebastien Robin's avatar
      Revert "stack/erp5: completely remove cloudooo" · fa05bda4
      Sebastien Robin authored
      This reverts commit 40108537.
      
      Using the public cloudooo for all unit tests makes things
      unreliable, we have every day many tests failing due to this. It
      would be required to reapply this change to :
      - make ERP5 more resilient to network failures when there is
        issues connecting to cloudooo
      - find some automated ways to have a cloudooo per testnode machine,
        with idea of having possibility to request "where is the
        nearest service doing that"
      - possibly having a CDN of cloudooo, but this does not prevent having
        a cloudooo per testnode
      fa05bda4
  5. 28 Sep, 2017 1 commit
  6. 27 Sep, 2017 2 commits
  7. 13 Sep, 2017 1 commit
  8. 30 Aug, 2017 1 commit
  9. 23 Aug, 2017 1 commit
    • Vincent Pelletier's avatar
      stack/erp5: Drop duplicate parameter. · 0c4e385e
      Vincent Pelletier authored
      This parameter came from monitor work, but it is shadowing a parameters
      already relied upon by ERP5 SR. Changing its value causes a regression
      in ERP5 SR: node-id, which is supposed to be stable accros instance
      trees, changed because of this.
      0c4e385e
  10. 18 Aug, 2017 4 commits
  11. 11 Aug, 2017 1 commit
  12. 21 Jul, 2017 1 commit
  13. 18 Jul, 2017 1 commit
  14. 03 Jul, 2017 1 commit
  15. 20 Jun, 2017 6 commits
  16. 13 Jun, 2017 5 commits
  17. 17 May, 2017 1 commit
  18. 16 May, 2017 2 commits
  19. 06 Apr, 2017 1 commit
  20. 22 Mar, 2017 1 commit
  21. 06 Mar, 2017 1 commit
  22. 24 Feb, 2017 3 commits
    • Vincent Pelletier's avatar
      stack.erp5: Fix mail diversion support. · 36a07603
      Vincent Pelletier authored
      Use a special milter to do what postfix cannot do with its internal
      mechanisms.
      - fixes postfix-generated bounces so they reach postmaster mail address
        without being rewritten
      - actually makes postfix relay rewritten mails (virtual_alias implicitly
        affects virtual_domains, in turn making all mail addresses considered
        locally hosted, which cannot and must not successfully deliver)
      Also, backport a yet-unreleased-but-already-upstreamed patch fixing
      rcpt value truncation, which breaks when recipient address is not
      enclosed in angle brackets - making the mail still reach original
      recipient.
      36a07603
    • Vincent Pelletier's avatar
      e9787ef4
    • Vincent Pelletier's avatar
      stack.erp5: Drop outdated comment. · 61753143
      Vincent Pelletier authored
      61753143