Skip to content
Snippets Groups Projects
  1. Apr 24, 2017
    • Peter Rotich's avatar
      Add timezone setting to DateTimeField with time. · 06e348dd
      Peter Rotich authored
      This is necessary to force a particular timezone on a DateTimeField entry.
      If timezone is not set then user's timezone is assumed.
      06e348dd
    • Peter Rotich's avatar
      DateTime · 69b85f0d
      Peter Rotich authored
      Address edge cases where timezone mixups happens on DateTimeField
      
      Allow datetime field to be timezone agnostic (not timezone aware) to display
      the timezone used to set the field. The timezone of the last user or agent
      that edited the field is used.
      69b85f0d
  2. Apr 10, 2017
  3. Mar 31, 2017
  4. Mar 17, 2017
  5. Feb 24, 2017
  6. Feb 21, 2017
  7. Feb 07, 2017
  8. Feb 06, 2017
    • JediKev's avatar
      Fixes typo · 11663e3b
      JediKev authored
      Changes 'Permisions' to the correct spelling 'Permissions'.
      11663e3b
  9. Jan 17, 2017
  10. Dec 16, 2016
  11. Nov 03, 2016
  12. 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
  13. 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
  14. Oct 25, 2016
  15. Oct 24, 2016
Loading