Skip to content
Snippets Groups Projects
  1. 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
  2. Jan 21, 2016
  3. Jan 20, 2016
  4. Jan 13, 2016
  5. Jan 07, 2016
  6. Jan 05, 2016
  7. Jan 04, 2016
  8. Dec 31, 2015
  9. Dec 30, 2015
  10. Dec 18, 2015
  11. Dec 08, 2015
  12. Dec 02, 2015
    • Peter Rotich's avatar
      forms: Field Render Mode · e38e8641
      Peter Rotich authored
      Allow fields to internally define the render mode. This allows for fields to
      to self render in a view mode when it's not editable.
      e38e8641
    • Peter Rotich's avatar
      Ticket Status Properties · 113bf7df
      Peter Rotich authored
      Allow changing/saving setting/properties on internal ticket statuses. With
      the exception of the state.
      113bf7df
    • Peter Rotich's avatar
      forms: Field Editable Property · 46b1e320
      Peter Rotich authored
      Add internal editable property used by internal forms to control of a field
      is editable or not. This is not to be confused with form field properties
      which are meant for general forms.
      46b1e320
  13. Nov 30, 2015
  14. Nov 19, 2015
  15. Nov 16, 2015
Loading