- Sep 02, 2013
-
-
Jared Hancock authored
Also raise awareness of the hosted platform for osTicket
-
- Aug 26, 2013
-
-
Peter Rotich authored
Support Reply-To headers in ticket filters Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Fix incorrect file attachment if filetype is rejected Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Add files new to 1.7.1 to the download package Reviewed-By:
Peter Rotich <peter@osticket.com>
-
- Aug 22, 2013
-
-
Jared Hancock authored
Copy typo on the site-pages management Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Brian Tafoya authored
-
- Aug 19, 2013
-
-
Jared Hancock authored
* web.config * pages/{.htaccess,index.php} Fixes #667
-
- Aug 14, 2013
-
-
Jared Hancock authored
The email filtering feature supports a 'Use Reply-To' feature, but seems to never have been implemented. This patch officially supports using the Reply-To email header as the From header for emails matching the filter.
-
Jared Hancock authored
If an attachment is submitted via the API and the filetype is rejected, the file would be attached anyway. However, if the file was encoded base64, the content would not be decoded.
-
- Aug 13, 2013
-
-
Jared Hancock authored
If reading the remote_addr from X-Forwarded-For header, ensure that there is no leading or trailing whitespace. If ip_binding is enabled for staff sessions, this could cause unnecessary logouts
-
Jared Hancock authored
And ensure that the email address is trimmed to help matching against email registered for previous tickets.
-
Peter Rotich authored
-
Peter Rotich authored
-
- Aug 12, 2013
-
-
Jared Hancock authored
Anything that would happen after the last patch was applied would never be logged, because the system would immediately indicate that no upgrade was pending.
-
Jared Hancock authored
Conflicts: include/client/view.inc.php include/staff/ticket-view.inc.php
-
- Aug 11, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
Fixes #575
-
- Aug 10, 2013
-
-
Jared Hancock authored
Fixes #588
-
Jared Hancock authored
-
Jared Hancock authored
-
- Aug 09, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
And include the new location of the install SQL script
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
Introduced with the multi-stream upgrader
-
Jared Hancock authored
-
Jared Hancock authored
Crypto wrapper - implements tag based en/decryption utils Reviewed-By:
Jared Hancock <jared@osticket.com>
-
Peter Rotich authored
Add password-reset signals for auditing Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Avoid extra db query for schema signature Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
Ensure cookie path is set for the session cookie Reviewed-By:
Peter Rotich <peter@osticket.com>
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
Drop old mcrypt class
-
- Aug 08, 2013
-
-
Jared Hancock authored
-
- Aug 07, 2013
-
-
Jared Hancock authored
-
Jared Hancock authored
Which will help against clobbering session cookies against other PHP applications shared on a parent domain of the domain hosting osTicket or in a parent folder or virtual folder.
-
- Aug 02, 2013
-
-
Peter Rotich authored
-