Skip to content
Snippets Groups Projects
  1. Mar 16, 2016
    • Jared Hancock's avatar
      alerts: Do not include the manager with the members · 28c8ada8
      Jared Hancock authored
      This fixes an issue, where the department manager cannot be excluded from
      the new ticket alert if the members of the department are checked.
      Considering there is a separate selection for the manager, this patch
      adjusts the system so the manager of the department only receives the new
      ticket alert if the manager checkbox is set. Otherwise, only the members of
      the department other than the manager receive the alert.
      28c8ada8
  2. Feb 06, 2016
  3. Feb 05, 2016
  4. Jan 26, 2016
    • Peter Rotich's avatar
      Always force server-side attachments validation · fdad9239
      Peter Rotich authored
      osTicket supports filtering allowable files on the client-side via JS as
      well as server-side on upload.
      
      Ajax based upload skipped server-side validation with the assumption that
      the client already validated the file upload. For most cases this is a valid
      assumption (ajax only works if JS is enabled) but fails to account for cases
      where HTTP requests is intercepted and changed on transit or the request is
      posted directly to the ajax interface.
      
      This commit forces server-side file upload validation.
      fdad9239
  5. Jan 21, 2016
  6. Jan 20, 2016
  7. Jan 15, 2016
  8. Jan 13, 2016
  9. Jan 12, 2016
  10. Jan 07, 2016
  11. Jan 05, 2016
  12. Jan 04, 2016
Loading