- Jun 13, 2013
-
-
Jared Hancock authored
-
- Feb 18, 2013
-
-
Peter Rotich authored
Use minimized version of css.
-
- Jan 22, 2013
-
-
Peter Rotich authored
-
- Dec 16, 2012
-
-
Peter Rotich authored
-
- Oct 22, 2012
-
-
Peter Rotich authored
-
- Oct 11, 2012
-
-
Peter Rotich authored
Change header to match the new names
-
- Oct 08, 2012
-
-
Kelli Shaver authored
-
- Jul 23, 2012
-
-
Peter Rotich authored
-
- Jul 20, 2012
-
-
Peter Rotich authored
-
- Jun 28, 2012
-
-
Peter Rotich authored
-
- Jun 20, 2012
-
-
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
-
- May 10, 2012
-
-
Peter Rotich authored
-
- Apr 29, 2012
-
-
Peter Rotich authored
-
- Apr 21, 2012
-
-
Jared Hancock authored
And correct several undefined function errors from several source files. So while function names in PHP are considered case-insensitive, it still makes sense to use consistent camel casing for both defining and calling methods. The lint test searches the code base for method calls, and then searches the code base again looking for a function definition matching the name of the function invoked. It's not failsafe, because it doesn't detect the class from which the method should belong, so it's likely to have false negatives. Furthermore, it won't work well for PHP 5 where several classes are built into PHP (and aren't searchable in the osTicket code base). Remove the include/staff/api.inc.php as it no longer appears to be used (and contains references to undefined methods).
-
- Apr 01, 2012
-
-
Peter Rotich authored
-
- Mar 26, 2012
-
-
Peter Rotich authored
-
- Mar 19, 2012
-
-
Jared Hancock authored
-