- Jul 22, 2015
-
-
Jared Hancock authored
-
- Jul 21, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
xss: Properly escape choices when rendered Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
- Jul 20, 2015
-
-
Jared Hancock authored
This fixes an issue where, when the mailfetch subsystem fetches more than one email and one of them has a TNEF attachment; each message body after the TNEF message will use the TNEF message body. This patch fixes the issue by clearing the TNEF body in each cycle through the message fetching and parsing loop.
-
- Jul 13, 2015
-
-
Jared Hancock authored
-
Peter Rotich authored
search: Auto reindex when _search is created Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
This patch automatically configures reindexing of the search table when the table is dropped and recreated.
-
- Jul 08, 2015
-
-
Peter Rotich authored
variable: The HTML balancing system urlencodes @Hamsteren Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
The DomDocument::saveHtml() method will properly urlencode() values in the a[@href] attributes when saving. This patch allows for the sanitization while also allowing the variable replacement system to work properly with the sanitized values.
-
Peter Rotich authored
oops: Fix missing data from new form entries Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
cli: Fix incorrect option parsing Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
-
Jared Hancock authored
When using the php mail() function, the To: header encoded in the Mail_mime library was not properly transferred to the $to variable passed to the mail backend. The mail() function will add its own To: header which will mimic the received destination address. This patch ensures that the $to parameter is properly encoded.
-
- Jul 07, 2015
-
-
Jared Hancock authored
Pass data to the callabale by reference Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jun 30, 2015
-
-
Jared Hancock authored
-
- Jun 29, 2015
-
-
Jared Hancock authored
This fixes a regression in the option parsing where --setup would be interpreted as --setup -e -t -u -p Also, some parts of osTicket, like internationalization and plugins need read access to a directory in order to get a list of installed plugins and language packs.
-
- Jun 27, 2015
-
-
Nima Motamedi authored
When using call_user_func_array arguments should be passed by reference in order to allow callable receive them by reference (only defining callable to receive data by reference is not enough).
-
- Jun 24, 2015
-
-
Jared Hancock authored
Fixes #2143
-
Peter Rotich authored
Ensure OoO message does not clear closing agent Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
This patch will help ensure that if a ticket is not reopened on a message (perhaps because of a out-of-office auto-reply from an enduser), then the closing agent on a closed ticket should not be cleared.
-
Jared Hancock authored
This fixes an issue where text scrubbed with the new balancing system would receive a leading ' <div>' if the text started with a leading whitespace.
-
- Jun 23, 2015
-
-
Jared Hancock authored
-
Jared Hancock authored
Thanks, @torohill
-
- Jun 22, 2015
-
-
Jared Hancock authored
-
Peter Rotich authored
deploy: Add concept of a MANIFEST to the deployment process Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
This allows the MANIFEST to be hidden from HTTP requests since the entire include/ folder is already denied for Apache.
-
Jared Hancock authored
This fixes a strange issue where the first field of a custom form stapled to a ticket is not populated with data sourced from the API.
-
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
-