Skip to content
Snippets Groups Projects
  1. Sep 25, 2015
  2. Sep 22, 2015
  3. Sep 18, 2015
  4. Sep 15, 2015
  5. Sep 12, 2015
    • Peter Rotich's avatar
      bug: Collaborators notice · f9e9da44
      Peter Rotich authored
      Fix case where collaborators were not being alerted
      Alert admin last on new ticket - just in case admin email is used by an agent.
      f9e9da44
    • Jared Hancock's avatar
      thread: Prefer user type from mail parsing · 9d349e8e
      Jared Hancock authored
      This patch changes the way the thread entry type and other properties are
      determined by using the userClass determined in the Mailer::decodeMessageId
      method which is preferred over the older heuristic methodology using the
      `From` email address alone.
      9d349e8e
  6. Sep 08, 2015
  7. Aug 28, 2015
    • ericLemanissier's avatar
      reduce memory usage when storing file in DB · 9789b4ec
      ericLemanissier authored
      When saving an attached file in the database, Passing the whole content of the file to bin2hex leads to allocating the memory for the whole hex encoded file while the binary content of the file is still in memory. This leads easily to Out of memory error on limited resources servers. Calling bin2hex on each chunk of the file greatly limits the memory usage.
      9789b4ec
  8. Aug 27, 2015
  9. Aug 26, 2015
  10. Aug 24, 2015
  11. Aug 21, 2015
  12. Aug 20, 2015
  13. Aug 19, 2015
Loading