Skip to content
Snippets Groups Projects
  1. Nov 02, 2016
    • jdelhome3578's avatar
      Loading Overlay · a80d9ed6
      jdelhome3578 authored
      Display Loading Overlay when posting a response or a note to a ticket.
      a80d9ed6
    • Kevin Thorne's avatar
      List Item Abbreviation · 8513f137
      Kevin Thorne authored
      Can not update list item abbreviation because update() method is
      expecting 'abbrev' key so this corrects the key.
      8513f137
  2. Nov 01, 2016
    • Peter Rotich's avatar
      Add Trusted Proxies and LAN Options · 4396f91c
      Peter Rotich authored
      * HTTP Option: TRUSTED_PROXIES (default: <none>
      To support running osTicket installation on a web servers that sit behind a
      load balancer, HTTP cache, or other intermediary (reverse) proxy; it's
      necessary to define trusted proxies to protect against forged http headers.
      
      * HTTP Option: LOCAL_NETWORKS (default: 127.0.0.0/24)
      When running osTicket as part of a cluster it might become necessary to
      white list local/virtual networks that can bypass some authentication
      checks.
      
      * Validate CLIENT_IP to make sure it's a valid IP address.
      4396f91c
    • Peter Rotich's avatar
      XSS: Encode Helpdesk name/title · 2fb47bd8
      Peter Rotich authored
      Encode html chars on helpdesk title
      2fb47bd8
    • Peter Rotich's avatar
      fixes: Minor bug fixes · 4634d213
      Peter Rotich authored
      4634d213
    • Peter Rotich's avatar
      Task Due Date Time · c7ffd5e7
      Peter Rotich authored
      Defer to agent's timezone on due date `datetime` selection instead of
      defaulting to GMT.
      c7ffd5e7
    • Peter Rotich's avatar
      Ticket Filter Memory Leak · 84f085de
      Peter Rotich authored
      Fix case where filter applying 'Use Reply-To Email' filter action
      triggers a reprocessing loop that exhausts php memory.
      84f085de
  3. Oct 25, 2016
  4. Oct 24, 2016
  5. Oct 20, 2016
  6. Oct 18, 2016
  7. Oct 13, 2016
  8. Sep 28, 2016
  9. Jul 14, 2016
    • Jared Hancock's avatar
      thread: Fix crash processing problem attachments · 29c4cba0
      Jared Hancock authored
      The ThreadEntry::normalizeFileInfo() method is called from ::create(), but
      before the thread entry is saved. Therefore, the ::getThread() and
      ::getObject() methods will likely not return a valid object for posting the
      thread message.
      29c4cba0
  10. Jul 08, 2016
  11. Jun 30, 2016
  12. Jun 25, 2016
Loading