- Feb 17, 2015
-
-
Jared Hancock authored
-
- Feb 13, 2015
-
-
Jared Hancock authored
-
- Feb 12, 2015
-
-
Jared Hancock authored
This patch includes a slight database migration, and adjusts the functionality of a few core components. * Move collaborators from the ticket to the thread. This concept allows collaborators on any object which has a thread, including tasks. * Add flags to the thread entry This will allow flagging thread entries for different purposes. Initially this can be used to flag the original message of a thread in case a ticket / thread is created without an initial message. * Lock becomes more of a utility The lock is now disconnected from the ticket and is a separate utility. Separately, the ticket and task objects can have a reference to a lock object. Furthermore, when submitting some activities to tickets, the lock is verified to be owned by the respective agent, and the lock code must match a current lock code. The code is rotated on each acquire() call to guard against double submissions. * Collaborator is an ORM model The TicketUser class is broken up now so that the collaborator instance can exist apart from a ticket. Email message ids are now generated for collaborators without respect for a ticket so that collaborators can be properly supported on any thread.
-
- Feb 10, 2015
-
-
Jared Hancock authored
Conflicts: client.inc.php include/class.file.php include/class.mailer.php include/class.staff.php include/class.thread.php include/staff/ticket-view.inc.php
-
Peter Rotich authored
Email processing for threads, revisited Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
This would be required for new ticket auto-responses to tickets created without an initial message.
-
Jared Hancock authored
-
Jared Hancock authored
Since tickets can be created without a message now, the emailing system should also identify the thread the message is associated with, so that a returning email can be associated with the ticket or task's thread in the event that it was created without an initial message.
-
Jared Hancock authored
References: https://bugs.php.net/bug.php?id=43200 http://stackoverflow.com/a/22521203
-
Jared Hancock authored
-
Jared Hancock authored
Also try harder to send a relevant In-Reply-To and References header back to the client with the email message.
-
Jared Hancock authored
This patch suggests a change to the message-id creation process that includes stamping the receiving user-id (staff or client) along with the thread-id of the originating notice. This allows detection of threading if the clinically brain-dead mail client drops all the other header detection mechanisms, including the tag placed in the email body, on response. This patch works for both client and agent communication.
-
Jared Hancock authored
-
Jared Hancock authored
This patch converts the central file and threading classes over to use the ORM.
-
Jared Hancock authored
-
Peter Rotich authored
email: Message-Id header with user and thread ID Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Session never expires Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
logo: Allow customized SCP logo Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Image annotations Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Feb 09, 2015
-
-
Jared Hancock authored
-
- Feb 06, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Fix very predictable random data on some platforms Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Revert "Disable auto-responses on staff created tickets"
-
Peter Rotich authored
thread: Remove collaborators when removing the thread Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
charset: Normalize charsets Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Feb 03, 2015
-
-
Jared Hancock authored
References: https://bugs.php.net/bug.php?id=43200 http://stackoverflow.com/a/22521203
-
Jared Hancock authored
-
- Feb 02, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 30, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 26, 2015
-
-
Jared Hancock authored
upgrader: Support upgrading from 1.7 to v1.9.6 Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jan 24, 2015
-
-
Peter Rotich authored
-
- Jan 23, 2015
-
-
Jared Hancock authored
Also try harder to send a relevant In-Reply-To and References header back to the client with the email message.
-
Peter Rotich authored
This pull request adds a cleanup util for bogus and invalid charsets, mostly added by a nameless company out of Redmond, WA.
-