- Sep 04, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Also, fix duplicate emails where a user as a collaborator would be sent a confirmation for their own respective email.
-
- 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
-
Jared Hancock authored
Turns out the canned response selections for the original message and the last message were swapped.
-
Jared Hancock authored
Previously, if the quoted response mechanism was disabled, then outgoing mail would also not include the message-id token. This breaks the correlation of email to ticket-thread. Now, the message-id token is always embedded in HTML emails even if the quoted-response removal system is disabled. (Turns out that the message-id token was always included in text bodies.)
-
Jared Hancock authored
Previously, if the enduser registration mode were set to something other than `public`, the agent sign-in link would not be shown. Now, the agent sign-in link is always shown on the enduser sign-in page.
-
- Aug 26, 2014
-
-
Jared Hancock authored
-
- Aug 22, 2014
-
-
Chefkeks authored
Thanks for the hint Peter. Changed it (again) and also tested at our system. /scp/slas.php works as intended - so only the slash "/" before "scp/slas.php" was missing.
-
- Aug 20, 2014
-
-
Chefkeks authored
Hey again, just found some other wrong links while I was creating a new ticket filter. Cheers, Michael
-
Chefkeks authored
Hi guys, here is a catch from the forum: http://osticket.com/forum/discussion/78661/invalid-sla-link-on-popup-help-tips Since scp/ seems automatically added before slas.php just changed scp/slas.php to slas.php Quickly tested it and link works correctly after that little change.
-
- 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
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 06, 2014
-
-
Jared Hancock authored
-
- Aug 04, 2014
-
-
Jared Hancock authored
-
- Aug 01, 2014
-
-
Peter Rotich authored
-
- Jul 31, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Also add a drop-down list of common links include ticket links and login pages for both agents and end users.
-
- Jul 30, 2014
-
-
Jared Hancock authored
Add other locations as well a failsafe for the htmlentities() call
-
- Jul 29, 2014
-
-
Jared Hancock authored
Previously, the characters would be removed and the data would be considered empty which would bypass validation and clear the phone number on save rather than triggering a validation error.
-
Jared Hancock authored
-
- Jul 18, 2014
-
-
Jared Hancock authored
Send an empty return-path envelope when sending out system alerts. If they should happen to bounce for any reason, they should not return to the system and create tickets.
-
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.
-
Jared Hancock authored
This patch fixes an issue where a fatal error would be triggered if the current value of a selection field on a custom form was a custom list item that has since been deleted.
-
Jared Hancock authored
The PHP.ini default is 1440 seconds (24 minutes). This should be configured to something significantly higher so that the settings in the admin panel concerning session timeouts are relevant. Ideally, the settings from the control panel would be used, but currently there is an inter-dependency between session and config startups.
-
- 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.
-
- Jul 11, 2014
-
-
Jared Hancock authored
This patch fixes a glitch in the dynamic forms processing system preventing the validation and capture of data for help topic custom fields. Now the `$vars` managed inside of `Ticket::create` is connected directly to the `DynamicFormEntry` created for the data rather than using the magical connection to `$_POST`.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Jul 05, 2014
-
-
M. Hagen authored
I think this is a mistake, however not sure. Tested it my self, works fine.
-
- Jun 20, 2014
-
-
Peter Rotich authored
-
- Jun 19, 2014
-
-
Peter Rotich authored
-