- Mar 05, 2015
-
-
Jared Hancock authored
-
- Mar 02, 2015
-
-
Jared Hancock authored
If the system receives an email by a collaborator which has not yet been added to the ticket (a friend of a friend — that is, a collaborator forwards an email to a third-party), a header is added to the thread body something like: Received From: afriendofafriend@mycompany.tld However, if the thread body is text and the HTML ticket thread is enabled, then the text formatting hint will be lost and the body will be assumed as HTML deeper inside the thread entry creation process. Therefore, the whitespace inside the resulting thread entry will be collapsed. This patch addresses the issue by maintaining the original format hint with the thread body.
-
- Feb 06, 2015
-
-
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 02, 2015
-
-
Jared Hancock authored
-
- Jan 30, 2015
-
-
Jared Hancock authored
-
- Jan 24, 2015
-
-
Peter Rotich authored
-
- Jan 23, 2015
-
-
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.
-
- Jan 15, 2015
-
-
Peter Rotich authored
Fix SLA link in help tips Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jan 13, 2015
-
-
Chefkeks authored
Fixes https://github.com/osTicket/osTicket-1.8/issues/1673
-
Jared Hancock authored
Misc::randCode does not generate significantly random data for Windows platforms with a local database. This stems from the random seed using the milliseconds from the current time of day and the database connection time, in microseconds. Because Windows has especially poor sub-second time resolution via the microtime() function, the seed does not have many variations. This patch addresses the issue by using the included Crypto::random() function as a source of random data rather than the mt_rand() function, as it uses native cryptographic random data generators if possible to generate the data, and uses microtime() as a fallback if no other source of random data is available on the platform.
-
- Jan 12, 2015
-
-
Chefkeks authored
Tested with 1.9.4 - found no other / related / new issues due to this change of the z-index. Fixes: https://github.com/osTicket/osTicket-1.8/issues/980 Fixes: https://github.com/osTicket/osTicket-1.8/issues/1411
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 09, 2015
-
-
Jared Hancock authored
This fixes a slight issue where the team members would never be included on the new message alert. Now, the system will send to either the assigned staff member, if any, or the members of the assigned team, again, if any.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Files upgraded from versions of osTicket prior to 1.9.1 did not have a `signature` field in the database. For caching purposes in generating the Etag HTTP header, the getSignature function cascades through the getKey method. This may be inconsistent in the signed URL creation. This patch adds a cascade flag to the getSignature method so the cascading will not happen unless specifically requested.
-
- Jan 07, 2015
-
-
Jared Hancock authored
-
- Jan 06, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Don't add to endTime if not already set
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jan 05, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
forms: Use form's name as the heading. Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
filter: Implement ban on reply-to email address Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jan 02, 2015
-
-
Peter Rotich authored
Show the form title on edit instead of "Custom Form" - which can be misleading since the user might be editing a built-in form.
-
- Dec 31, 2014
-
-
Jared Hancock authored
If a new ticket is assigned to both an individual agent and a team, do not send the email alert to the team lead or the team members.
-
Jared Hancock authored
-
Peter Rotich authored
email: Send staff alerts from the department email Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Properly escape text bodies for canned responses Reviewed-By:
Peter Rotich <peter@osticket.com>
-