- May 13, 2015
-
-
Peter Rotich authored
validator: Verify MX record of email addresses Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
session: Add support for Memcache as a session backend Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
db: Drop tables before adding and renaming Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
fast fix for deployment on windows #2032 Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
include: Fix typo Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Jared Hancock authored
-
- May 11, 2015
-
-
Jared Hancock authored
If the email address in use by the end user is not valid, display a warning on the ticket view page. This allows an agent to easily flag potential spam or correct a legitimate email address before sending a response and receiving a bounce notice.
-
Jared Hancock authored
This allows detection of some incorrectly-typed email addresses before tickets, users, and agents are created.
-
Bryan authored
-
- May 08, 2015
-
-
Dmitry Gorelenkov authored
-
Jared Hancock authored
The PHP session system will hold a lock on the session until it is released. It is important to release the session before performing long-running tasks so that further requests from the agent are not locked.
-
Jared Hancock authored
-
yadimon authored
-
- May 05, 2015
-
-
Peter Rotich authored
orgs: Touch `updated` time when custom data is updated Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- May 04, 2015
-
-
Jared Hancock authored
-
- Apr 30, 2015
-
-
Peter Rotich authored
Logged user fix
-
Jared Hancock authored
-
- Apr 29, 2015
-
-
Peter Rotich authored
oops: Fix bad HTML entity #2 Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix image CID rewrite for some pasted images Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
users: Update information on CSV import Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
i18n: Translate gb2312 to gbk charset Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
html: Ensure text internal note preserved Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Preserve text formatting on the internal note posted to a new ticket by staff if HTML thread is disabled.
-
Jared Hancock authored
-
Jared Hancock authored
This is necessary for some mail clients which indicate encoding in GB2312 but actually use GBK encoding.
-
Peter Rotich authored
tnef: Fix various TNEF processing issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
email: Properly detect bounce message with alternative content Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
fix translation for "Add new list" Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix a few translatable phrase issues Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
mailer: Embed the Message-Id token in @class Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Ensure consistent name formatting for agents and end users Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
email: Support agents emailing as collaborators Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Apr 24, 2015
-
-
Jared Hancock authored
If osTicket was improperly or incompletely upgraded, then some tables may exist which should otherwise not exist. This patch assists the upgrade process by dropping the tables which should not exist prior to adding or renaming tables.
-
- Apr 23, 2015
-
-
Jared Hancock authored
This correctly handles a bounce message with the following layout: multipart/report; report-type=delivery-status multipart/alternative; differences=Content-Type text/plain; charset="us-ascii" text/html; charset="us-ascii" message/delivery-status message/rfc822
-
Jared Hancock authored
-
- Apr 20, 2015
-
-
Jared Hancock authored
-
- Apr 16, 2015
-
-
Jared Hancock authored
Fixes #1854
-
Jared Hancock authored
-