Skip to content
Snippets Groups Projects
  1. Sep 10, 2014
    • Jared Hancock's avatar
      email: Improve user identification from headers · 67782d9a
      Jared Hancock authored
      Previously, the code would scan the email headers until it found a positive
      match from any of the email headers scanned. Additionally, it would attempt
      to find the user from the tagged email references header. However, this
      algorithm assumed that the references header was constant and predictable in
      its ordering. Recent tests with Gmail prove otherwise in some tests.
      
      This patch changes the system so that only the tagged reference header is
      included in the References header, and it will scan all items in a header
      (namely the References header) until both the thread and a user are
      identified. If a user can be identified, the thread and user are returned.
      Otherwise, the first thread hit is returned.
      67782d9a
  2. Sep 05, 2014
  3. Sep 04, 2014
  4. Sep 01, 2014
  5. Aug 29, 2014
  6. Aug 28, 2014
  7. Aug 26, 2014
  8. Aug 22, 2014
    • Chefkeks's avatar
      Update again · 7881dbbf
      Chefkeks authored
      Thanks for the hint Peter.
      Changed it (again) and also tested at our system. /scp/slas.php works as intended - so only the slash "/" before "scp/slas.php" was missing.
      7881dbbf
  9. Aug 20, 2014
  10. Aug 18, 2014
  11. Aug 16, 2014
    • Kyra ツ's avatar
      Fix XSS Vulnerability In "tpl.inc.php" · 7eb8f287
      Kyra ツ authored
      Fix applied to where the value is directly output to browser instead of where fetched in case special chars are allowed in `code_name`, which may break logic prior to output.
      7eb8f287
  12. Aug 14, 2014
  13. Aug 06, 2014
  14. Aug 04, 2014
Loading