aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiMain.php
Commit message (Expand)AuthorAgeFilesLines
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-175/+222
* Merge "API: Pretty-printed responses should always use HTTP status 200"jenkins-bot2016-11-101-10/+12
|\
| * API: Pretty-printed responses should always use HTTP status 200Brad Jorsch2016-11-091-10/+12
* | Merge "Update weblinks in comments from HTTP to HTTPS"jenkins-bot2016-11-081-3/+3
|\ \ | |/ |/|
| * Update weblinks in comments from HTTP to HTTPSFomafix2016-11-071-3/+3
* | Remove spaces after cast operatorsSam Wilson2016-10-311-1/+1
|/
* API: Add assertuser parameterBrad Jorsch2016-10-051-0/+12
* API: Remove deprecated methodsBrad Jorsch2016-09-201-114/+0
* Make ApiMain use isBot() to catch global bots in checkReadOnly()Aaron Schulz2016-09-181-1/+1
* Renamed some variables from "slave" to "replica"Aaron Schulz2016-09-051-2/+2
* Change "slave" => "replica DB" in /includesAaron Schulz2016-09-051-1/+1
* API: Insist authn parameters be in the POST bodyBrad Jorsch2016-08-181-12/+1
* Actually enable the DBPerformance log in the APIAaron Schulz2016-08-161-1/+4
* Clean up array() in docs, Part IAmir Sarabadani2016-07-251-3/+3
* Merge "API: Allow anonymous CORS from anywhere, when specifically requested"jenkins-bot2016-07-111-25/+54
|\
| * API: Allow anonymous CORS from anywhere, when specifically requestedBrad Jorsch2016-06-081-25/+54
* | Merge "API: Log non-whitelisted CORS requests with session cookies"jenkins-bot2016-07-021-8/+38
|\ \
| * | API: Log non-whitelisted CORS requests with session cookiesBrad Jorsch2016-06-141-8/+38
| |/
* | Fix a few incorrect annotationsErik Bernhardson2016-06-301-1/+3
* | Add API module to receive CSP reports.Brian Wolff2016-06-281-0/+1
* | UsageException: Validate that $codestr is a non-empty stringBrad Jorsch2016-06-271-0/+8
|/
* Merge "Avoid DBPerformance warnings on PURGE/TRACE requests"jenkins-bot2016-05-261-8/+6
|\
| * Avoid DBPerformance warnings on PURGE/TRACE requestsAaron Schulz2016-05-251-8/+6
* | Use correct module name for stats in executeActionWithErrorHandling()Aaron Schulz2016-05-251-1/+2
* | Fix various phpcs error from last security patchesumherirrender2016-05-201-2/+1
* | API: Add "standard" header and hook for lacksSameOriginSecurity()Brad Jorsch2016-05-201-0/+35
|/
* Merge "API: Avoid duplicate IDs in API documentation"jenkins-bot2016-05-191-2/+11
|\
| * API: Avoid duplicate IDs in API documentationFomafix2016-05-021-2/+11
* | API changes for AuthManagerBrad Jorsch2016-05-161-1/+15
* | Follow-up 6ce974f: also update the hook call in ApiMainRoan Kattouw2016-05-131-1/+1
* | Merge "Add WebRequest methods for determining "safe" requests"jenkins-bot2016-05-111-0/+1
|\ \
| * | Add WebRequest methods for determining "safe" requestsAaron Schulz2016-05-101-0/+1
| |/
* / Fix executeTiming statsd metricsAaron Schulz2016-04-291-9/+9
|/
* Removed ApiMain::(getFormats|addFormat|addModule|getShowVersions).Reedy2016-04-011-47/+0
* Time POST requests to API write modulesAaron Schulz2016-03-311-0/+6
* ApiMain: Correct typo in variable nameBartosz DziewoƄski2016-03-281-4/+4
* Provide a unique request identifierOri Livneh2016-03-251-1/+1
* Always use 'bool' instead of 'boolean' in Doxygen tagsRicordisamoa2016-03-241-1/+1
* Rename ApiRequest to ApiActionBryan Davis2016-03-171-2/+2
* Cast API timeSpentBackend to an intBryan Davis2016-03-171-1/+1
* Replace uses of join() by implode()Siebrand Mazeland2016-03-081-4/+4
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-3/+3
* api: Fix "PHP Notice: Undefined variable: config"Timo Tijhof2016-03-021-0/+1
* Convert remaining array() to [] in APIReedy2016-02-291-8/+8
* Merge "Add request error state to ApiBase::logRequest"jenkins-bot2016-02-291-16/+43
|\
| * Add request error state to ApiBase::logRequestBryan Davis2016-02-181-16/+43
* | Merge "Update ApiAction logging channel values"jenkins-bot2016-02-291-6/+6
|\|
| * Update ApiAction logging channel valuesBryan Davis2016-02-181-6/+6
* | Fix function call casingReedy2016-02-221-1/+1
|/
* Convert all array() syntax to []Kunal Mehta2016-02-171-70/+70