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. Aug 28, 2014
  5. Aug 26, 2014
  6. 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
  7. Aug 20, 2014
  8. Aug 18, 2014
  9. 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
  10. Aug 14, 2014
  11. Aug 06, 2014
  12. Aug 04, 2014
  13. Aug 01, 2014
  14. Jul 31, 2014
  15. Jul 30, 2014
  16. Jul 29, 2014
  17. Jul 18, 2014
    • Jared Hancock's avatar
      email: No bounces for system alerts · a333026d
      Jared Hancock authored
      Send an empty return-path envelope when sending out system alerts. If they
      should happen to bounce for any reason, they should not return to the system
      and create tickets.
      a333026d
    • Jared Hancock's avatar
      email: Setting default for priority and department · 522fa76d
      Jared Hancock authored
      Previously, osTicket introduced the ability to cascade defaults for the
      department and priority to the email mail boxes. However, the validation
      checks and display fall-backs were never added.
      522fa76d
    • Jared Hancock's avatar
      lists: Don't crash rendering a list · 87488e01
      Jared Hancock authored
      This patch fixes an issue where a fatal error would be triggered if the
      current value of a selection field on a custom form was a custom list item
      that has since been deleted.
      87488e01
    • Jared Hancock's avatar
      session: Override PHP default for session lifetime · 709c5975
      Jared Hancock authored
      The PHP.ini default is 1440 seconds (24 minutes). This should be configured
      to something significantly higher so that the settings in the admin panel
      concerning session timeouts are relevant.
      
      Ideally, the settings from the control panel would be used, but currently
      there is an inter-dependency between session and config startups.
      709c5975
  18. Jul 17, 2014
    • Peter Rotich's avatar
      Fix XSS vulnerability on user's name · 92824412
      Peter Rotich authored
      Names parsed from incoming emails are stored in the database as is. This
      pull request addresses potential XSS vulnerability due to improper display
      of unsanitized names. Going forward names will be scrubbed on create.
      92824412
  19. Jul 11, 2014
  20. Jul 05, 2014
Loading