1. 14 Dec, 2024 3 commits
  2. 13 Dec, 2024 7 commits
  3. 06 Dec, 2024 1 commit
  4. 21 Nov, 2024 1 commit
  5. 20 Nov, 2024 2 commits
  6. 18 Nov, 2024 2 commits
  7. 15 Nov, 2024 1 commit
  8. 14 Nov, 2024 1 commit
    • Nicolas Wavrant's avatar
      erp5_pdm: speed up the Stock view of products · d1c141da
      Nicolas Wavrant authored
      By pre-fetching some catalog entries to retrieve objects UIDs that can directly
      be used in the inventory query, to avoid needless (costly) joins and hinting
      the catalog to use the resource_section_node_uid index of the stock table.
      d1c141da
  9. 12 Nov, 2024 9 commits
  10. 11 Nov, 2024 1 commit
  11. 08 Nov, 2024 8 commits
  12. 07 Nov, 2024 3 commits
  13. 06 Nov, 2024 1 commit
    • Vincent Pelletier's avatar
      erp5_oauth2_authorisation: Do not edit OAuth2 Session on every refresh token issuance · 36768696
      Vincent Pelletier authored
      Malevolent users may decide to only - and repeatedly - present an otherwise
      valid refresh token, causing the issuance of a new access tokens everytime,
      likely along with new refresh tokens, causing many ZODB writes.
      Avoid this by pushing the token expiration date by one lifespan accuracy,
      so there can only be one write per session per lifespan accuracy period.
      36768696