1. 02 Jun, 2020 4 commits
  2. 01 Jun, 2020 8 commits
  3. 29 May, 2020 15 commits
  4. 28 May, 2020 2 commits
  5. 27 May, 2020 9 commits
  6. 25 May, 2020 2 commits
    • Vincent Pelletier's avatar
      ERP5Type.patches.CookieCrumbler: Unconditionally cleanup request. · 75b19aad
      Vincent Pelletier authored
      Receiving name & password parameters does not prevent us from also
      receiving the authentication cookie. It must not be kept in the request.
      And likewise for requests also containing an HTTP authentication header.
      And likewise for requests for which CookieCrumbler disables itself on.
      75b19aad
    • Vincent Pelletier's avatar
      erp5_full_text_mroonga_catalog: Use finer-grained serialization_tag. · 51aaed94
      Vincent Pelletier authored
      The reason why root document is being used as serialization_tag is to cover
      document which get recursively reindexed: such indexation activity would
      not be able to be validated against all the the serializatio_tag of
      documents it will process. But here, fulltext indexations are all spawned
      per-document anyway, so we can use such per-document values.
      51aaed94