- Apr 02, 2014
-
-
Peter Rotich authored
Previously only admins and department managers could show assigned tickets on open queue -even- when the feature is disabled globally. This pull request extends the same previlege to all agents.
-
Jared Hancock authored
Such images are attached to emails by Lotus Notes. Technically, these images are valid attachments, although historically osTicket would reject them
-
Jared Hancock authored
-
- Apr 01, 2014
-
-
Jared Hancock authored
This is a regression introduced somewhere along the way in the new storage API system for osTicket.
-
- Mar 31, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 22, 2014
-
-
MartyIX authored
There are extensions such as "7z" and "gz" that are valid.
-
- Mar 19, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 18, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
-
- Mar 17, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
* Administrator can disable the new activity alert * Administrator can disable automatic collaborators from email headers
-
Jared Hancock authored
Use `p:` in the database hostname specification, so `p:localhost` for instance. This will help with SSL and remote database users. References: http://www.php.net/manual/en/mysqli.persistconns.php
-
- Mar 14, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
It was also the last-modified date of the category -- not the actual FAQ article itself
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
When checking ticket access - only consider assignment IF the ticket is open. This is required since staff_id field is overloaded to show who closed the ticket.
-
Peter Rotich authored
This can happen when associated department is private and the system has no default department (which is possible with v1.6 upgrade)
-
Jared Hancock authored
-
Peter Rotich authored
-
Jared Hancock authored
-
- Mar 13, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
The bug prevented attachments from being sent out if it was previously attached to the ticket - for example, you could resend a file to end user.
-
Peter Rotich authored
Staff uploaded files, on new ticket, were getting attached to message instead of response.
-
Peter Rotich authored
This is necessary to avoid illegal mix of collations error during upgrade for MySQL with strict language setting.
-
Jared Hancock authored
If there is content between to <style> elements, the content was previously stripped by Format::safe_html function. This patch adjusts the regex to strip tags such as <head>, <script> and <style> so that if content is found between two of them, it will be preserved.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 12, 2014
-
-
Peter Rotich authored
-
- Mar 11, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
If an email loop is detected, in addition to dropping the message, also log an error to the system log, but do not send an email to the administrator in the event that it is the administrator's email that is looped.
-
Jared Hancock authored
Outbound message-ids are predictable, with a consistent code unique and static to each osTicket installation. This will help detect email loops where message is delivered back to the system in an email loop.
-
Jared Hancock authored
-