aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiTokens.php
Commit message (Expand)AuthorAgeFilesLines
* Drop action api token methods deprecated in 1.24Petr Pchelko2021-09-131-110/+0
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Used passed user objects for closure in ApiTokensUmherirrender2020-11-271-2/+1
* Remove uses of $wgUser in api token methodsDannyS7122020-09-091-2/+1
* Remove deprecated api token hooksDannyS7122020-09-081-1/+1
* Hooks::run() call site migrationTim Starling2020-05-301-1/+1
* Hard-deprecate api hooks for getting tokensDannyS7122020-03-141-1/+1
* Use ::class to resolve class names in includes filesUmherirrender2018-01-271-2/+2
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-4/+4
* Use single quotes in API where possibleSiebrand Mazeland2016-03-081-2/+2
* Convert all array() syntax to []Kunal Mehta2016-02-171-14/+14
* Revert "Remove SessionManager, temporarily"Brad Jorsch2016-02-031-1/+1
* Remove SessionManager, temporarilyBrad Jorsch2016-02-011-1/+1
* Move CSRF token handling into MediaWiki\Session\SessionBrad Jorsch2016-01-271-1/+1
* API: Forwards-compatibility for ApiTokensBrad Jorsch2015-11-041-0/+13
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-1/+3
* New convenience method ApiBase::lacksSameOriginSecurity()Ricordisamoa2015-02-271-2/+3
* Remove obvious function-level profilingChad Horohoe2015-01-071-2/+0
* Replace wfRunHooks calls with direct Hooks::run callsAaron Schulz2014-12-101-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-16/+5
* Merge "API: HTMLize and internationalize the help, add Special:ApiHelp"jenkins-bot2014-10-131-0/+4
|\
| * API: HTMLize and internationalize the help, add Special:ApiHelpBrad Jorsch2014-10-101-0/+4
* | API: Log usage of action=tokensBrad Jorsch2014-10-031-0/+1
|/
* API: Overhaul token handlingBrad Jorsch2014-08-261-1/+9
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-10/+0
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* The light at the end of the API code format updating tunnelSiebrand Mazeland2013-11-141-0/+1
* SECURITY: Prevent tokens in jsonp modeBrad Jorsch2013-09-031-0/+5
* cleanup action=tokensumherirrender2013-02-141-54/+8
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Added result properties to action=paraminfoPetr Onderka2012-06-061-0/+51
* Move optionstoken from meta=userinfo to action=tokens.Szymon Úwierkosz2012-05-061-2/+2
* Make API action=tokens extendableMax Semenik2012-04-251-13/+26
* (bug 27757) API method for retrieving tokensKaldari2012-04-021-0/+94