Skip to content
Snippets Groups Projects
  1. Mar 17, 2016
  2. Mar 07, 2016
  3. Mar 04, 2016
    • Peter Rotich's avatar
      datepicker: Use consistent date format · fbcd756c
      Peter Rotich authored
      To avoid date format ambiguity the datepicker replaces entered date with a
      standard 'ISO 8601' date format on form submission. The system however fails
      to use datepicker's format on post-back, resulting in invalid date on
      subsequent submit.
      
      This pull request addresses the issue by making sure reflected date uses the
      format datepicker expects.
      fbcd756c
    • Peter Rotich's avatar
      reports: Convert user time to database time · ae422bb7
      Peter Rotich authored
      'strtotime' uses local timezone without taking into consideration the user's
      timezone. This pull requests simply makes sure user's entered timeframe
      range is converted to db time before it's used in a query.
      ae422bb7
  4. Mar 01, 2016
  5. Feb 06, 2016
  6. Feb 05, 2016
  7. 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
  8. Jan 21, 2016
  9. Jan 20, 2016
  10. Jan 15, 2016
  11. Jan 13, 2016
  12. Jan 12, 2016
  13. Jan 07, 2016
Loading