- Mar 05, 2014
-
-
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)
-
- Mar 04, 2014
-
-
Jared Hancock authored
This issue was addressed for htmLawed, where the UTF-8 version of a non-breaking space, 0xc2a0 would be collapsed to 0xa0, which would very likely create an invalid Unicode character, and the text block would be dropped or truncated.
-
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.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Mar 03, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
Allow a callback function to be used to determine if an error should be logged and an alert mailed
-
Jared Hancock authored
-
Jared Hancock authored
If images are included inline in an email and the quoted-response removal algorithm drops them, then silently drop the attachments
-
Peter Rotich authored
-
Jared Hancock authored
-
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
-
- Feb 28, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 27, 2014
-
-
Jared Hancock authored
-
Peter Rotich authored
This is necessary to allow for creative department based access control and alerts.
-
Jared Hancock authored
This happens when upgrading from 1.6, the company information does not yet exist (neither do the form tables) Properly escape company name for display
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
Background: osTicket allows access to assigned open tickets (both personal and team assignments) regardless of the assigned department or group. This is necessary to allow staff to work on tickets in an otherwise restricted department. When a staff member closes a ticket, they're credited (ticket.staff_id is set to staff's id) for the purpose of showing who closed the ticket. osTicket mistakenly allowed continued access to closed tickets even when the staff doesn't have access to the ticket based on departmental access.
-
Jared Hancock authored
-
Jared Hancock authored
-
- Feb 26, 2014
-
-
Peter Rotich authored
-
Jared Hancock authored
-
- Feb 25, 2014
-
-
Peter Rotich authored
-
Peter Rotich authored
Join to staff/user tables to get current name when fetching thread entries.
-
Jared Hancock authored
Reported by @ntozier
-
Jared Hancock authored
-
Jared Hancock authored
-
Peter Rotich authored
-
Peter Rotich authored
email. This is necessary to eliminate possible loop when an email is sent to a virtual/aliased address. Not all mail servers add delivered-to header!
-
- Feb 22, 2014
-
-
Jared Hancock authored
Because the file type normally defaults to the system default (for fetched emails at least), the backend char was not saved, because the file type char was left at the system default. Therefore, if a file is saved to a backend other than the default (in the database), the data will likely be saved to the backend, but the file metadata will reflect the incorrect backend. The only reason the file type char was not defaulted in the AttachmentFile::save() method was for the migration process from osTicet 1.6 to osTicket 1.7. This is mitigated by passing `false` specifically from the migration task. Since otherwise the file type char is now set, the backend char is now saved with the file metadata.
-
- Feb 21, 2014
-
-
Jared Hancock authored
-
- Feb 20, 2014
-
-
Jared Hancock authored
-
Jared Hancock authored
If a ticket is created via email for an existing user, under some circumstances, no user will be associated with the new ticket.
-
Jared Hancock authored
If a remote user is found by name and does not have an email address, a bad SQL query would be generated
-