Skip to content
Snippets Groups Projects
  1. Jun 20, 2014
  2. May 29, 2014
  3. May 15, 2014
  4. May 12, 2014
  5. May 07, 2014
    • Peter Rotich's avatar
      Show close date on closed tickets queue · c5dc192f
      Peter Rotich authored
      Consider closed date to determine ticket's last activity date. The net effect is closed tickets queue will be sorted by closed date.
      c5dc192f
    • Peter Rotich's avatar
      Limit ticket assignment to department members · 90e251f5
      Peter Rotich authored
      Add department setting to limit ticket assignment within department to
      department members only. This is necessary for departments with strict
      policy on who can access tickets.
      
      The setting doesn't limit team assignment or auto-assignment via help topics
      and ticket filters.
      90e251f5
  6. May 06, 2014
  7. May 03, 2014
  8. May 02, 2014
    • Jared Hancock's avatar
      Fix images in new ticket notice to end user · 25b93083
      Jared Hancock authored
      Images placed in the "Issue Details" in a new ticket by staff are not
      correctly translated to the standard used in the storage model in the
      %ticket_thread table nor for the standard used by the email system.
      
      This patch changes the logic used to create the email template to fetch the
      sanitized and converted message body from the ThreadEntry instance created
      rather than reusing the raw message originally sent in the request.
      
      References:
      https://github.com/osTicket/osTicket-1.8/issues/816
      25b93083
  9. Apr 14, 2014
    • Jared Hancock's avatar
      Fixup merging of email recipients · 0c32eabb
      Jared Hancock authored
      This stems from a confusing similarity between the + operator for arrays
      and array_merge() in php. Adding arrays will ignore items in the RHS where
      keys are present in the LHS. Therefore, when adding numerically indexed
      arrays together, only items on the RHS that have a key higher than the
      greatest key on the LHS will be included.
      0c32eabb
  10. Mar 17, 2014
  11. Mar 14, 2014
  12. Mar 13, 2014
  13. Mar 12, 2014
  14. Mar 06, 2014
  15. Mar 05, 2014
  16. Mar 04, 2014
    • Jared Hancock's avatar
      Allow new ticket without required contact fields · 4fe37bc8
      Jared Hancock authored
      If a staff member creates a new ticket and cancels the user-lookup /
      create-new-user dialog, and the contact information form has a required field
      other than the name and email address fields, the ticket cannot be created
      because the required fields for new clients are not shown and can therefore
      not have a required value.
      
      This patch allows new clients to be created without the required fields when
      the ticket is created by staff members.
      4fe37bc8
    • Peter Rotich's avatar
      fix: Restrict access to closed tickets · 4f4ff7a4
      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.
      4f4ff7a4
  17. Mar 03, 2014
  18. Feb 27, 2014
    • Peter Rotich's avatar
      Restrict access to closed tickets based on staff's access control. · 61eea522
      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.
      61eea522
  19. Feb 25, 2014
  20. Feb 20, 2014
  21. Feb 18, 2014
  22. Feb 07, 2014
  23. Feb 06, 2014
  24. Feb 05, 2014
  25. Feb 04, 2014
  26. Jan 31, 2014
Loading