- Sep 27, 2013
-
-
Peter Rotich authored
Accept attachments from email messages Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Actually show correct template description Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
if the References or In-Reply-To header matches in a way that continues a ticket's thread, include the attachments in the thread if allowed by the system settings.
-
Jared Hancock authored
Fixes #742
-
- Sep 23, 2013
-
-
Peter Rotich authored
Detect attachments with Content-Type: ...; name= Reviewed-With: Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
RFC2045, section 5.1 seems to indicate that arbitrary parameters can be appended to a Content-Type header specification. Some email clients seem to use the Content-Type header to specify an attachment without giving a separate Content-Disposition header normally used to signify attachments. This patch corrects attachment detection for piped emails to detect such emails. The patch also correctly decodes filenames specified either in the Content-Disposition or Content-Type headers using RFC5987, where the filename can be encoded using an arbitrary character set (ie, not us-ascii).
-
Peter Rotich authored
Fix 1.6-* upgrade to 1.7.1 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
8e72e521 (v1.7.1.2+) introduced a bug where osTicket version 1.6 would not send a cookie (by calling PHP session_start()) for the login page. Therefore, after unpacking the 1.7.1 source code, an upgrade would not be possible, because a login would never be processed correctly.
-
- Sep 20, 2013
-
-
Peter Rotich authored
Last mile for test failures Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Add stubs.php to include stub classes for built-in PHP classes used throughout the code. This will allow the testing suite to verify that a method exists, albeit not in our codebase
-
Peter Rotich authored
Fix email address comparison issue Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
When comparing the From address of incoming email. If the ticket owner sent an email back into the system and the email address did not match exactly, case-wise, the email would not be considered from the ticket owner.
-
Jared Hancock authored
Fix bug detecting emails from system email addresses Reviewed-With: Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Sep 18, 2013
-
-
Peter Rotich authored
Show correct description for template edits Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Fix ROOT_PATH detection on Windows Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Avoid double-encoding thread titles Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fixes cookie domain specification Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Also converts ROOT_DIR detection to always use forward slashes. And it fixes the removal of the leading double-backslash on Windows UNC names (fixes #649)
-
- Sep 13, 2013
-
-
Jared Hancock authored
This is safe now, because the title is appropriately encoded in class.thread.php/ThreadEntry::create() Fixes #567, #718
-
Jared Hancock authored
if the domain given in HTTP_HOST variable happens to have a port specification. Technically, the port specification should not be included in the domain spec given in the cookie. (And for the record, that makes no sense to me, seeing as a cookie would otherwise be valid for all servers on any ports at a particular domain).
-
- Sep 12, 2013
-
-
Jared Hancock authored
The previous implementation did not work correctly for symlinked folders. The new approach uses debug_backtrace() and ROOT_DIR to determine the difference between ROOT_DIR and the osTicket installation path. This thing is like a turd that won't flush
-
- Sep 11, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Forbid message loops for alert messages Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Turn off display_errors for releases Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Add random string generator to Crypto Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
and restarts PHP SESSION
-
Jared Hancock authored
Remove "Howdy" as the salutation - no sense of humor in this world! Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
Feature/root path revisited -- hopefully this issue will die here Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
Peter Rotich authored
Also, allow for the administrator to manually define the ROOT_PATH in the config file (the very last mile).
-
Jared Hancock authored
-
- Sep 09, 2013
-
-
Jared Hancock authored
If an alert message manages to loop back into the ticketing system, refuse posting to the ticket thread. Technically, the message should be marked as an auto-response message; however, auto-response messages should usually be allowed to be appended to the ticket thread. This patch will check if the From email header cites an email address that is a system email address (visible in the Emails section of the Admin Panel). If it is, the email is completely ignored.
-
Peter Rotich authored
-
- Sep 06, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Conflicts: include/class.misc.php
-
Peter Rotich authored
Fix cookie domain for localhost Reviewed-By:
Peter Rotich <peter@osticket.com>
-