Skip to content
Snippets Groups Projects
  1. Mar 06, 2018
    • JediKev's avatar
      xss: Prevent Agent Directory XSS · 36651b91
      JediKev authored
      This addresses a vulnerability where an Agent can perform XSS via the
      Agent Directory’s REQUEST query string. This sanitizes the request params
      so the code will be escaped and not executed in the browser.
      36651b91
  2. Jul 28, 2017
    • JediKev's avatar
      oops: Fix Task Print · 2ddf78a6
      JediKev authored
      This addresses issue 3782 where clicking Print on a Task gives you a blank
      popup that hangs. This is because the Print button was being treated as a
      Task action when it is actually not one. This adds a ternary operator to
      give the proper Task Actions the `task-action` class and gives the Print
      button no class.
      2ddf78a6
  3. Jul 21, 2017
    • JediKev's avatar
      oops: User Phone Search · 00e47272
      JediKev authored
      This addresses issue 3815 where searching by User's phone number doesn't
      work in v1.10. This adds phone number search capabilities for the User
      Directory and User Search popup in v1.10.
      00e47272
  4. Mar 17, 2017
  5. Feb 21, 2017
  6. Feb 07, 2017
  7. Feb 06, 2017
    • JediKev's avatar
      Fixes typo · 11663e3b
      JediKev authored
      Changes 'Permisions' to the correct spelling 'Permissions'.
      11663e3b
  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
  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
  10. Oct 25, 2016
    • Kevin Thorne's avatar
      Loading overlay · 4310d658
      Kevin Thorne authored
      Use class instead of id on form element that triggers overlay on submit.
      4310d658
  11. Oct 24, 2016
  12. Oct 18, 2016
  13. Oct 13, 2016
  14. Sep 28, 2016
  15. Jun 25, 2016
  16. Jun 20, 2016
  17. Jun 06, 2016
  18. Jun 03, 2016
  19. May 27, 2016
  20. May 17, 2016
  21. May 12, 2016
  22. Apr 26, 2016
  23. Apr 24, 2016
    • Jared Hancock's avatar
      files: Require authentication to view attachments · c4579277
      Jared Hancock authored
      This feature adds a setting to the control panel to require signing in to
      view attachments. This is in addition to the security already provided in
      the download URLs. Currently, download URLs are signed for a specific help
      desk, and automatically expire after about 24 hours. The exact timing is the
      following midnight allowing for at least 12 hours cache time.
      
      Administrators can impose this extra security feature to refuse serving
      attachment files if the user is not currently signed in. This could prevent
      third-party users from viewing an attachment if they were able to get access
      to the download URL before it expired.
      c4579277
    • Peter Rotich's avatar
      dept:Department Access · 6cca3830
      Peter Rotich authored
      * Separate primary from extended access members when listing department
        access.
      
      * Add ability to update primary department members role
      
      * Quick staff add - inherit role of the primary department as default role
      6cca3830
    • Jared Hancock's avatar
    • Peter Rotich's avatar
      org: Remove users from deleted org. · c4738d45
      Peter Rotich authored
      Use org_id to filter users to update on organization delete
      c4738d45
  24. Apr 22, 2016
    • Michael's avatar
      Update several files for "this ..." translations · 71a6b2a0
      Michael authored
      Within this commit, several files got updated to split up strings like "Disable for this team" / "Disable for this department" into "Disable for" and "this team"/"this department".
      So a) a little bit less translations and b) all strings of "this (ticket|task|API|canned|FAQ|depart|email|group|site|SLA|agent|team|template|help|ban|category|custom|end user|role)" can match already existing "this ..." translations now.
      PS: Didn't remove all that whitespaces in include/staff/tpl.inc.php - seems like my php editor app has done that automatically :/
      71a6b2a0
  25. Apr 19, 2016
  26. Apr 15, 2016
  27. Mar 29, 2016
  28. Mar 26, 2016
  29. Mar 25, 2016
  30. Mar 24, 2016
  31. Mar 20, 2016
    • Jared Hancock's avatar
      login: Make the backdrop customizable · 463de2e9
      Jared Hancock authored
      This duplicates the custom logo code to allow for custom login backdrops. A
      new page is added to the "Company" settings page which allows for management
      of the uploaded custom backdrops.
      463de2e9
Loading