- Jul 28, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jul 25, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jul 23, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jul 22, 2012
-
-
Peter Rotich authored
-
- Jul 21, 2012
-
-
Peter Rotich authored
-
- Jul 20, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jul 16, 2012
-
-
Peter Rotich authored
- Move access to it's own table. - Refactor what department membership means in relation to group access
-
- Jul 10, 2012
-
-
Jared Hancock authored
-
- Jul 09, 2012
-
-
Peter Rotich authored
Add print options supports - staff can now print a ticket thread without internal notes + select paper size on the fly
-
- Jul 08, 2012
-
-
Jared Hancock authored
-
- Jul 07, 2012
-
-
Jared Hancock authored
-
- Jul 05, 2012
-
-
Peter Rotich authored
-
- Jul 02, 2012
-
-
Peter Rotich authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
-
Jared Hancock authored
And remove unnecessary parts of bootstrap.css
-
- Jun 30, 2012
-
-
Jared Hancock authored
-
- Jun 29, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jun 28, 2012
-
-
Jared Hancock authored
Migrate the PHP session from disk to database live. To pull this off, the session contents are written to database under the current session id. When the `ostversion` column is dropped from the %config table, the system will automatically switch to database-backed sessions in osTicket 1.7 mode. This is sort-of hacked together by carefully calling a instance method of the osTicketSession class statically, and modify the instance method to support static invocation.
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jun 26, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jun 23, 2012
-
-
Jared Hancock authored
-
- Jun 21, 2012
-
-
Jared Hancock authored
Map each of the inputs from $_POST['ids'] into a separate, sanitized database input (via the db_input() function), then implode() the array with commas and build the SQL statement.
-
- 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
-