Skip to content
Snippets Groups Projects
  1. Sep 06, 2013
  2. Sep 05, 2013
    • Jared Hancock's avatar
      45fdfa82
    • Jared Hancock's avatar
      Handle attachment filenames better · b4b02114
      Jared Hancock authored
      Previously, filenames saved in the database had the spaces changed for
      underbars; however, other characters (such as commas and non-ascii
      characters) presented issues with user agents downloading the attachments.
      
      This patch handles the filename encoding for two special cases -- internet
      explorer and safari, and provides the semi-standard RFC5987 method of
      encoding the filename for the remaining browsers.
      
      Attachments are no longer forced to be downloaded. It is up to the browser
      to decide if the attachment should be shown in the browser or downloaded.
      
      This patch also fixes a slight bug in the caching mechanism for downloads
      concerning the last-modified time. The date sent to the browser was not
      properly converted to GMT time, although the server claimed that it was.
      b4b02114
    • Jared Hancock's avatar
      ROOT_DIR should be used to identify filesystem paths · 86f8c6e5
      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.
      86f8c6e5
    • Jared Hancock's avatar
      Don't send emails for non-existent table · 4c6effde
      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
      4c6effde
    • Jared Hancock's avatar
      Use the correct Content-Type header for CAPTCHA · f7ea0117
      Jared Hancock authored
      Some security inspection appliances and load balancers don't appreciate
      something in the HTTP headers that is not a valid HTTP header. Furthermore,
      the browser needs the Content-Type header to identify that the image is not
      the PHP default of text/html
      f7ea0117
  3. Sep 03, 2013
  4. Sep 02, 2013
  5. Aug 30, 2013
  6. Aug 26, 2013
  7. Aug 22, 2013
  8. Aug 14, 2013
  9. Aug 13, 2013
  10. Aug 12, 2013
  11. Aug 11, 2013
  12. Aug 10, 2013
  13. Aug 09, 2013
  14. Aug 08, 2013
  15. Aug 07, 2013
  16. Aug 02, 2013
Loading