- Aug 04, 2014
-
-
Jared Hancock authored
-
- Aug 01, 2014
-
-
Peter Rotich authored
-
- Jul 31, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
redactor: No more link shortening Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Jared Hancock authored
Also add a drop-down list of common links include ticket links and login pages for both agents and end users.
-
Peter Rotich authored
Fix potential XSS vulnerability on user's name Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Jul 30, 2014
-
-
Jared Hancock authored
Add other locations as well a failsafe for the htmlentities() call
-
Peter Rotich authored
Fix spelling error in Markdown document Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Update class.ticket.php Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix typo in suggested permissions for config file Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
email: No bounces for system alerts Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
lists: Don't crash rendering a selection Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
email: Setting default for priority and department Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
forms: Preserve data for help topic fields Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Properly tag source and topic for emails Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
session: Override PHP default for session lifetime Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- 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
-
Ian Webb authored
-
- Jul 18, 2014
-
-
Jared Hancock authored
Fix potential XSS vulnerability on user's name Reviewed-By:
Jared Hancock <jared@osticket.com>
-
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
i18n: Fix timezone adjustment for time display Reviewed-By: @keawade Reviewed-By: @urda
-
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.
-
- Jul 01, 2014
-
-
Cory Gibbons authored
-
- Jun 25, 2014
-
-
Jared Hancock authored
Add recipient variable to canned reply context Reviewed-By:
Jared Hancock <jared@osticket.com>
-
- Jun 20, 2014
-
-
Peter Rotich authored
-
- Jun 19, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
User::fromVars in class ticket was the root. Eventually, in DynamicForm::getDynamicFields(), isset($this->id) was used to detect unsaved, new forms that have not been committed to the database; however, the isset() method was not implemented for the ORM.
-
Jared Hancock authored
-
Jared Hancock authored
-