Skip to content
Snippets Groups Projects
  1. Jul 25, 2012
  2. Jul 23, 2012
  3. Jul 22, 2012
  4. Jul 21, 2012
  5. Jul 20, 2012
  6. Jul 16, 2012
  7. Jul 13, 2012
  8. Jul 10, 2012
  9. Jul 09, 2012
  10. Jul 02, 2012
  11. Jun 30, 2012
  12. Jun 29, 2012
  13. Jun 28, 2012
  14. Jun 23, 2012
    • Jared Hancock's avatar
      Handle tickets assigned to teams · ea749640
      Jared Hancock authored
      Add Team::hasMember utility method to assist in determining if a ticket is
      owned by a team that he currently-logged-in-staff is a member of. Then,
      check if the ticket is assigned to a staff member other than the current
      staff or to a team that the current staff is not a member of. If so (the
      ticket is not assigned to the current staff), then display the warning
      banner showing who currently owns the ticket.
      ea749640
    • Jared Hancock's avatar
      821d7b0e
  15. Jun 20, 2012
    • Jared Hancock's avatar
      Implement simple CSRF protection scheme · ff1d8b9e
      Jared Hancock authored
      Protect againts cross-site request forgery attacks by requiring a special
      form-field or header to be sent with requests that modify ticket system
      data.
      
      This meant a slight change to the AJAX ticket locking mechanism. It was
      defined to lock with a GET request; however, GET requests are defined as
      safe methods and should not modify backend data (such as a lock
      acquisition). Therefore, the the lock acquire AJAX method was changed to
      require a POST method.
      
      Also remove old, no-longer-used staff panel include files
      ff1d8b9e
  16. Jun 18, 2012
  17. May 13, 2012
  18. May 10, 2012
  19. May 01, 2012
  20. Apr 29, 2012
  21. Apr 28, 2012
  22. Apr 27, 2012
Loading