- Aug 28, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
On some setups, IE v10 on Windows 7 at least, text added to the Redactor editor after an image is inserted (via the image popup dialog for instance), will not be retrieved via the ::get() method and so will not be submitted with the form submit button. This patch introduces a workaround by manually calling ::sync() for the Redactor when the submit button is pressed — just before the form is submitted.
-
Jared Hancock authored
Turns out the canned response selections for the original message and the last message were swapped.
-
- Aug 19, 2014
-
-
Kyra ツ authored
Another area was also outputting the unsanitized value.
-
- Aug 18, 2014
-
-
Jared Hancock authored
-
- Aug 16, 2014
-
-
Kyra ツ authored
Fix applied to where the value is directly output to browser instead of where fetched in case special chars are allowed in `code_name`, which may break logic prior to output.
-
- Aug 14, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jul 30, 2014
-
-
Jared Hancock authored
Add other locations as well a failsafe for the htmlentities() call
-
- Jul 18, 2014
-
-
Jared Hancock authored
Previously, osTicket introduced the ability to cascade defaults for the department and priority to the email mail boxes. However, the validation checks and display fall-backs were never added.
-
- Jul 17, 2014
-
-
Peter Rotich authored
Names parsed from incoming emails are stored in the database as is. This pull request addresses potential XSS vulnerability due to improper display of unsanitized names. Going forward names will be scrubbed on create.
-
- Jun 19, 2014
-
-
Jared Hancock authored
-
- Jun 18, 2014
-
-
Jared Hancock authored
Starting with osTicket 1.8.1, users must receive an email and follow a link in the email to get access to the ticket. With this new option, the email verification step can be avoided in osTicket 1.9, because access is now only granted to exactly one ticket.
-
Jared Hancock authored
Previously, they were displayed in seemingly random order, did not honor proper nesting, or declared sort order.
-
- Jun 16, 2014
-
-
Jared Hancock authored
In both the client and staff interfaces, where the URL and request parameters were echo'd back without any escaping
-
Jared Hancock authored
In both the client and staff interfaces, where the URL and request parameters were echo'd back without any escaping
-
- Jun 10, 2014
-
-
Peter Rotich authored
Add original and last message quotes to canned responses
-
- Jun 05, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
As previously implemented, only "Department and group members" could be set
-
- Jun 04, 2014
-
-
Jared Hancock authored
Otherwise, no column will be added to the %ticket__cdata table and the ticket queue pages will be crashed (empty).
-
Jared Hancock authored
-
- Jun 02, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Use the topic associated with the email if any, and the topic defined as the system default as the last resort. In either case, the form associated with the help topic will be added to the ticket, but no data will be put into the form fields.
-
- May 30, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
The default mode going forward will be to insert when Rich Text support is enabled and append otherwise. To clear the draft the user can simply click reset or delete draft icon on the bar. Enable delete draft option on reply & internal note boxes for consistency.
-
- May 28, 2014
-
-
Peter Rotich authored
The user preview tool tip and edit dialog use the same user template. Editing on preview mode resulted in partially hidden edit form. This fix adds ability to popup a dialog modal on edit while on preview mode.
-
Peter Rotich authored
-
- May 27, 2014
-
-
Jared Hancock authored
On the user profile page, the link to view the organization now triggers a popup dialog which allows for changing and editing the organization directly from the user profile page. An additional [Manage] button is added to the dialog to allow redirect access to the organization page.
-
Jared Hancock authored
-
- May 23, 2014
-
-
Jared Hancock authored
-
- May 22, 2014
-
-
Jared Hancock authored
-
- May 21, 2014
-
-
Peter Rotich authored
-
- May 20, 2014
-
-
Jared Hancock authored
-