- Jan 06, 2015
-
-
Jared Hancock authored
-
- Jun 27, 2014
-
-
Jared Hancock authored
-
- Apr 25, 2014
-
-
Jared Hancock authored
DISABLE_SESSION define is changed so that existing session are continued but new sessions are not saved. This allows external auth backends to redirect to an external site and that site redirect back to a `/api` URL and the user's session will be continued.
-
- Jan 17, 2014
-
-
Jared Hancock authored
-
- Oct 19, 2013
-
-
Jared Hancock authored
Fix PHP NOTICE level errors for cron jobs executed from the command line Fixes #4
-
- Jul 12, 2013
-
-
Jared Hancock authored
Disable DB session storage. This chews up database space and processing time for a request that will never resume the same session (given the current API model anyway).
-
- Mar 07, 2013
-
-
Peter Rotich authored
-
- Mar 06, 2013
-
-
Peter Rotich authored
Change /api/task/* -> /api/tasks/*
-
- Feb 19, 2013
-
-
Peter Rotich authored
-
- Feb 14, 2013
-
-
Peter Rotich authored
-
- Feb 11, 2013
-
-
Peter Rotich authored
Implement remote cron as api task (more to come)
-
- Feb 10, 2013
-
-
Peter Rotich authored
-
Peter Rotich authored
- local piping must use api/pipe.php - API Key is not required - bypasses TicketApiController::create - Overwrites ApiController's response method - postfix exit codes are used as opposed to http codes
-
Peter Rotich authored
Add special case and helper method to process emails
-
- Dec 16, 2012
-
-
Peter Rotich authored
-
- Nov 23, 2012
-
-
Peter Rotich authored
-
- Nov 16, 2012
-
-
Peter Rotich authored
-
Jared Hancock authored
Before it required an edit for osTicket installations made to a folder other than the root of a domain or subdomain. Now, the installation path is autodetected and rewritted. Also, don't assume that every Apache installation has mod_rewrite support.
-
- Jul 29, 2012
-
-
Peter Rotich authored
-
- Jul 28, 2012
-
-
Peter Rotich authored
-
Peter Rotich authored
-
- Jul 25, 2012
-
-
Peter Rotich authored
-
- Jul 12, 2012
-
-
Bastian Kuhn authored
-
- Jun 24, 2012
-
-
Jared Hancock authored
There are no symlinks in the api/ folder or subfolder
-
Jared Hancock authored
-
- May 13, 2012
-
-
Peter Rotich authored
-
- Mar 21, 2012
-
-
Jared Hancock authored
The API is implemented for HTTP requests via the api/http.php module. Where supported (by Apache), support rewriting URIs from something like http://domain.tld/api/tickets.xml to http://domain.tld/api/http.php/tickets.xml, so the explicit usage of the http.php script is not required.
-
- Mar 19, 2012
-
-
Jared Hancock authored
-