index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
api
/
ApiMain.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
API: i18n for warnings and errors
Brad Jorsch
2016-12-06
1
-175
/
+222
*
Merge "API: Pretty-printed responses should always use HTTP status 200"
jenkins-bot
2016-11-10
1
-10
/
+12
|
\
|
*
API: Pretty-printed responses should always use HTTP status 200
Brad Jorsch
2016-11-09
1
-10
/
+12
*
|
Merge "Update weblinks in comments from HTTP to HTTPS"
jenkins-bot
2016-11-08
1
-3
/
+3
|
\
\
|
|
/
|
/
|
|
*
Update weblinks in comments from HTTP to HTTPS
Fomafix
2016-11-07
1
-3
/
+3
*
|
Remove spaces after cast operators
Sam Wilson
2016-10-31
1
-1
/
+1
|
/
*
API: Add assertuser parameter
Brad Jorsch
2016-10-05
1
-0
/
+12
*
API: Remove deprecated methods
Brad Jorsch
2016-09-20
1
-114
/
+0
*
Make ApiMain use isBot() to catch global bots in checkReadOnly()
Aaron Schulz
2016-09-18
1
-1
/
+1
*
Renamed some variables from "slave" to "replica"
Aaron Schulz
2016-09-05
1
-2
/
+2
*
Change "slave" => "replica DB" in /includes
Aaron Schulz
2016-09-05
1
-1
/
+1
*
API: Insist authn parameters be in the POST body
Brad Jorsch
2016-08-18
1
-12
/
+1
*
Actually enable the DBPerformance log in the API
Aaron Schulz
2016-08-16
1
-1
/
+4
*
Clean up array() in docs, Part I
Amir Sarabadani
2016-07-25
1
-3
/
+3
*
Merge "API: Allow anonymous CORS from anywhere, when specifically requested"
jenkins-bot
2016-07-11
1
-25
/
+54
|
\
|
*
API: Allow anonymous CORS from anywhere, when specifically requested
Brad Jorsch
2016-06-08
1
-25
/
+54
*
|
Merge "API: Log non-whitelisted CORS requests with session cookies"
jenkins-bot
2016-07-02
1
-8
/
+38
|
\
\
|
*
|
API: Log non-whitelisted CORS requests with session cookies
Brad Jorsch
2016-06-14
1
-8
/
+38
|
|
/
*
|
Fix a few incorrect annotations
Erik Bernhardson
2016-06-30
1
-1
/
+3
*
|
Add API module to receive CSP reports.
Brian Wolff
2016-06-28
1
-0
/
+1
*
|
UsageException: Validate that $codestr is a non-empty string
Brad Jorsch
2016-06-27
1
-0
/
+8
|
/
*
Merge "Avoid DBPerformance warnings on PURGE/TRACE requests"
jenkins-bot
2016-05-26
1
-8
/
+6
|
\
|
*
Avoid DBPerformance warnings on PURGE/TRACE requests
Aaron Schulz
2016-05-25
1
-8
/
+6
*
|
Use correct module name for stats in executeActionWithErrorHandling()
Aaron Schulz
2016-05-25
1
-1
/
+2
*
|
Fix various phpcs error from last security patches
umherirrender
2016-05-20
1
-2
/
+1
*
|
API: Add "standard" header and hook for lacksSameOriginSecurity()
Brad Jorsch
2016-05-20
1
-0
/
+35
|
/
*
Merge "API: Avoid duplicate IDs in API documentation"
jenkins-bot
2016-05-19
1
-2
/
+11
|
\
|
*
API: Avoid duplicate IDs in API documentation
Fomafix
2016-05-02
1
-2
/
+11
*
|
API changes for AuthManager
Brad Jorsch
2016-05-16
1
-1
/
+15
*
|
Follow-up 6ce974f: also update the hook call in ApiMain
Roan Kattouw
2016-05-13
1
-1
/
+1
*
|
Merge "Add WebRequest methods for determining "safe" requests"
jenkins-bot
2016-05-11
1
-0
/
+1
|
\
\
|
*
|
Add WebRequest methods for determining "safe" requests
Aaron Schulz
2016-05-10
1
-0
/
+1
|
|
/
*
/
Fix executeTiming statsd metrics
Aaron Schulz
2016-04-29
1
-9
/
+9
|
/
*
Removed ApiMain::(getFormats|addFormat|addModule|getShowVersions).
Reedy
2016-04-01
1
-47
/
+0
*
Time POST requests to API write modules
Aaron Schulz
2016-03-31
1
-0
/
+6
*
ApiMain: Correct typo in variable name
Bartosz DziewoĆski
2016-03-28
1
-4
/
+4
*
Provide a unique request identifier
Ori Livneh
2016-03-25
1
-1
/
+1
*
Always use 'bool' instead of 'boolean' in Doxygen tags
Ricordisamoa
2016-03-24
1
-1
/
+1
*
Rename ApiRequest to ApiAction
Bryan Davis
2016-03-17
1
-2
/
+2
*
Cast API timeSpentBackend to an int
Bryan Davis
2016-03-17
1
-1
/
+1
*
Replace uses of join() by implode()
Siebrand Mazeland
2016-03-08
1
-4
/
+4
*
Use single quotes in API where possible
Siebrand Mazeland
2016-03-08
1
-3
/
+3
*
api: Fix "PHP Notice: Undefined variable: config"
Timo Tijhof
2016-03-02
1
-0
/
+1
*
Convert remaining array() to [] in API
Reedy
2016-02-29
1
-8
/
+8
*
Merge "Add request error state to ApiBase::logRequest"
jenkins-bot
2016-02-29
1
-16
/
+43
|
\
|
*
Add request error state to ApiBase::logRequest
Bryan Davis
2016-02-18
1
-16
/
+43
*
|
Merge "Update ApiAction logging channel values"
jenkins-bot
2016-02-29
1
-6
/
+6
|
\
|
|
*
Update ApiAction logging channel values
Bryan Davis
2016-02-18
1
-6
/
+6
*
|
Fix function call casing
Reedy
2016-02-22
1
-1
/
+1
|
/
*
Convert all array() syntax to []
Kunal Mehta
2016-02-17
1
-70
/
+70
[next]