Skip to content
Snippets Groups Projects
  1. Apr 10, 2017
    • Jared Hancock's avatar
      thread: Fix crash editing thread entry with inline image · 78d30cc7
      Jared Hancock authored
      This fixes an InconsistentModelException error when editing thread
      entries with inline images. The fix assumes that inline images are
      re-attached when a new ThreadEntry is created and the body is copied
      from the previous entry. Only the non-inline attachments need to be
      moved in the update query.
      78d30cc7
  2. Feb 07, 2017
  3. Feb 06, 2017
    • JediKev's avatar
      Fixes typo · 11663e3b
      JediKev authored
      Changes 'Permisions' to the correct spelling 'Permissions'.
      11663e3b
  4. Jan 17, 2017
  5. Dec 16, 2016
  6. 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
  7. 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
  8. Oct 25, 2016
  9. Oct 24, 2016
  10. Oct 20, 2016
  11. Oct 18, 2016
  12. Oct 13, 2016
  13. Sep 28, 2016
Loading