- Jun 22, 2015
-
-
Jared Hancock authored
-
- Jun 11, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
As an option, this will allow preventing deployment of files not tracked with git. It's also about twice as fast as the PHP version.
-
Jared Hancock authored
This allows files which are edited on the fly during deployment to be tracked so that they are not unnecessarily deployed again in the next deployment run. It also allows for more creative deployment strategies using something like `git ls-files -s`
-
- Jun 08, 2015
-
-
Jared Hancock authored
-
Peter Rotich authored
html: Balancing is important Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
9ae01bf2 turned off HTML balancing, however, quoted response removal will create unbalanced HTML. That HTML will be stored unbalanced and will require extra processing when displayed on the ticket thread. This patch adds balancing support using libxml if enabled, which will balance HTML without corrupting the HTML like htmLawed will with balancing enabled.
-
- Jun 03, 2015
-
-
Peter Rotich authored
forms: Fix fail getting value of password field Reviewed-By:
Peter Rotich <peter@rotich.com>
-
- May 31, 2015
-
-
Jared Hancock authored
-
- May 29, 2015
-
-
Peter Rotich authored
Force wrapping on long words e.g base64 encoded string
-
- May 27, 2015
-
-
Peter Rotich authored
search: Fix several small issues with search indexing Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- May 26, 2015
-
-
Jared Hancock authored
-
- May 22, 2015
-
-
Jared Hancock authored
* Reindexing did not properly flush the last batch of items to the search therefore reindexing would always miss the last few items. * Creating a new html thread entry with inline images resulted in empty search content * HTML tag stripping in HtmlThreadBody::getSearchable() would result in missing white space between some words, resulting in poor searchable content
-
- May 21, 2015
-
-
Jared Hancock authored
Which seems to be used by recent versions of Andriod OS. It appears to be a synonym of `multipart/related`
-
- May 18, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- May 15, 2015
-
-
Jared Hancock authored
-
- May 13, 2015
-
-
Jared Hancock authored
Also, fix roundtrip encryption if the form name changes (which is based on a user's session), and avoid saving a NULL value if the password is not changed when a form is updated.
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
If navigating back to the ticket queue (after closing a ticket, for instance), return to the queue previously viewed.
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
(Most notably is the mail from Outlook, which embeds block elements inside of <font> elements.)
-
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
-