Skip to content
Snippets Groups Projects
  1. Jan 09, 2015
    • Jared Hancock's avatar
      8d3a1308
    • Jared Hancock's avatar
      oops: Fix download of files with no signature · e02ab9ae
      Jared Hancock authored
      Files upgraded from versions of osTicket prior to 1.9.1 did not have a
      `signature` field in the database. For caching purposes in generating the
      Etag HTTP header, the getSignature function cascades through the getKey
      method. This may be inconsistent in the signed URL creation.
      
      This patch adds a cascade flag to the getSignature method so the cascading
      will not happen unless specifically requested.
      e02ab9ae
  2. Jan 07, 2015
  3. Jan 06, 2015
  4. Jan 05, 2015
  5. Jan 02, 2015
  6. Dec 31, 2014
  7. Dec 30, 2014
  8. Dec 28, 2014
  9. Dec 26, 2014
    • Jared Hancock's avatar
      Properly escape text bodies for canned responses · cfa84eab
      Jared Hancock authored
      This patch changes the default formatting for text bodies used in emails,
      ticket thread, and canned response quoting so that white-space in text
      bodies is properly preserved. Previously, the text was treated as raw HTML
      and was not properly escaped, nor was the original whitespace preserved.
      cfa84eab
    • Jared Hancock's avatar
      dept: Add function to retrieve alert email mailbox · 0b91a9ca
      Jared Hancock authored
      This patch adds a ::getAlertEmail() method to the Department class, which
      allows administrators to use the department email address (normally for
      replies) as the alert email address. If not specified, the system alert
      email address is retrieved instead, automatically.
      0b91a9ca
  10. Dec 24, 2014
Loading