Skip to content
Snippets Groups Projects
  1. Sep 09, 2013
    • Jared Hancock's avatar
      Forbid message loops for alert messages · 6e5c1f6a
      Jared Hancock authored
      If an alert message manages to loop back into the ticketing system, refuse
      posting to the ticket thread. Technically, the message should be marked as
      an auto-response message; however, auto-response messages should usually be
      allowed to be appended to the ticket thread.
      
      This patch will check if the From email header cites an email address that
      is a system email address (visible in the Emails section of the Admin
      Panel). If it is, the email is completely ignored.
      6e5c1f6a
  2. Sep 06, 2013
  3. Sep 05, 2013
  4. Sep 04, 2013
  5. Sep 03, 2013
    • Jared Hancock's avatar
      ROOT_DIR should be used to identify filesystem paths · 6505fb74
      Jared Hancock authored
      Historically, ROOT_PATH and ROOT_DIR contained the same value; however,
      ROOT_PATH now points to the URL path where osTicket is installed, whereas
      ROOT_DIR points to the file system location where osTicket is installed.
      6505fb74
    • Jared Hancock's avatar
      Don't send emails for non-existent table · 22329ad4
      Jared Hancock authored
      When an admin logs in to upgrade to 1.7.1 and further from a version
      pervious to 1.7.1, the system will attempt to clear password reset tokens
      from the config table, which hasn't been upgraded yet to the namespaced
      version from 1.7.1
      22329ad4
Loading