Skip to content
Snippets Groups Projects
  1. Mar 21, 2012
    • Jared Hancock's avatar
      Redirect URL clicks from within ticket viewing · 9c72ca86
      Jared Hancock authored
      Change href definitions for embedded links in the ticket thread so that the
      click will be bounced through a script. This will hide the original referrer
      URL where the link originated.
      9c72ca86
    • Jared Hancock's avatar
      Add deleteOrphans() utility to the File class to remove unused files · d91361d3
      Jared Hancock authored
      Also add a cron job to perform the task on demand
      Change the implementation for Ticket::deleteAttachments to call this method
      after simply removing all entries from the %ticket_attachment table
      d91361d3
    • Jared Hancock's avatar
      Reject tickets from banned emails · 28911eec
      Jared Hancock authored
      This will include other information described in email filters that mark the
      email as rejected. For instance, sender-name, message body content, etc. It
      also allows for other matching methods (contains, !=, !contains), rather
      than the quick banlist method from EmailFilter::isBanned().
      
      Also fix bug in Filter::__construct that prevented any filter from ever
      matching
      28911eec
  2. Mar 19, 2012
Loading