Skip to content
Snippets Groups Projects
  1. May 12, 2017
    • JediKev's avatar
      forms: Proper Field Deletion · ad34072c
      JediKev authored
      This addresses issue where upon deletion of a form field and all its
      entry values, the field record wouldn't be deleted from the `form_field`
      table. This links another issue where you can't delete a list if its
      been a field before. This is due to the list delete() function that
      checks for list field records in the `form_field` table.
      ad34072c
  2. Mar 17, 2017
  3. Feb 24, 2017
  4. Feb 07, 2017
  5. Feb 06, 2017
    • JediKev's avatar
      Fixes typo · 11663e3b
      JediKev authored
      Changes 'Permisions' to the correct spelling 'Permissions'.
      11663e3b
  6. Jan 17, 2017
  7. Dec 16, 2016
  8. 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
  9. 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
  10. Oct 25, 2016
  11. Oct 24, 2016
  12. Oct 20, 2016
  13. Oct 18, 2016
  14. Oct 13, 2016
Loading