Skip to content
Snippets Groups Projects
  1. Jan 29, 2014
    • Peter Rotich's avatar
      Merge pull request #492 from greezybacon/oops/file-deduplication · ea021450
      Peter Rotich authored
      
      oops: Fix finding key of existing file
      
      Reviewed-By: default avatarPeter Rotich <peter@osticket.com>
      ea021450
    • Jared Hancock's avatar
      oops: Fix finding key of existing file · c13c330c
      Jared Hancock authored
      If a file is attached via email and sent into the system, and a file is on
      record with the same signature (hash) and size, the system will not save the
      file. Instead, the key of the existing file would be found and used instead.
      
      This patch fixes a bug in AttachmentFile::save. The key was generated for
      the new file; however, if it was determined to be a duplicate, the key of
      the existing file was not returned. Therefore generated key, which wasn't
      saved to the database, was returned. Therefore, the wrong key was placed in
      the body of the message with cid:<key> for inline images, although that key
      would not exist in the database.
      
      This patch correctly returns the existing key from the ::save() method
      for de-duplicated files.
      c13c330c
  2. Jan 28, 2014
  3. Jan 27, 2014
    • Jared Hancock's avatar
      Drop `subject` and `body` from filters · 694221d2
      Jared Hancock authored
      They are only available for tickets arriving via the email channel. All
      other channel (including email) use the new ticket form to record the
      subject and body, which are mapped to the 'Issue Summary' and 'Issue
      Details' fields respectively
      
      Structure the drop-down list for the `what` column to be future-minded
      concerning custom user data matching.
      694221d2
    • Jared Hancock's avatar
      pipe: Honor inline bodies as valid message · ffd04081
      Jared Hancock authored
      Previously, if a message had a Content-Disposition header, then it could not
      be considered as the body of the message.
      ffd04081
    • Jared Hancock's avatar
      pipe: Unwrap forwarded emails · 07fec4c4
      Jared Hancock authored
      If the mail received into the system has a content type of 'message/rfc822',
      then unwrap the inner message and use it as the parsed email. Effectively,
      assume the email was forwarded as an message/rfc822 attachment.
      07fec4c4
    • Jared Hancock's avatar
      pipe: Use empty message token '--' if no message · 12882e60
      Jared Hancock authored
      Previously, the subject was duplicated, which is really confusing
      12882e60
    • Jared Hancock's avatar
      584465c9
    • Jared Hancock's avatar
      Add PK to %ticket_email_info.`id` · 7f9415ff
      Jared Hancock authored
      This patch partially reverts the previous database migration patch which
      added a primary key to the table on the `thread_id` column. This column
      cannot be used, because there may be multiple entries for thread_id = 0.
      
      This also allows ticket_collaborator.isactive to be negative, as well as
      adds the database portion of regex support for ticket filters.
      7f9415ff
  4. Jan 24, 2014
  5. Jan 23, 2014
  6. Jan 22, 2014
Loading