Skip to content
Snippets Groups Projects
  1. Sep 04, 2014
  2. Aug 28, 2014
  3. Aug 26, 2014
  4. 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
  5. Aug 20, 2014
  6. Aug 18, 2014
  7. 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
  8. Aug 14, 2014
  9. Aug 06, 2014
  10. Aug 04, 2014
  11. Aug 01, 2014
  12. Jul 31, 2014
  13. Jul 30, 2014
  14. Jul 29, 2014
  15. 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
  16. 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
  17. Jul 11, 2014
  18. Jul 05, 2014
  19. Jun 20, 2014
  20. Jun 19, 2014
Loading