aboutsummaryrefslogtreecommitdiffstats
path: root/includes/api/ApiProtect.php
Commit message (Expand)AuthorAgeFilesLines
* Namespace all remaining files in includes/changetagsJames D. Forrester2025-03-251-1/+1
* ApiProtect: parse expiries using ExpiryDef::normalizeExpiryMusikAnimal2025-02-101-16/+14
* api: Use type-declaration for string arg in ApiBase::__constructUmherirrender2024-10-171-8/+1
* Add namespace to includes/api classesJames D. Forrester2024-09-251-0/+6
* Move user options related classes into its own namespaceMartin Urbanec2023-11-291-1/+1
* Get correct main page in API call examplesAmmar Abdulhamid2023-09-201-3/+7
* Use real type hints for services etc. in api/ except ApiQuery*.phpBartosz Dziewoński2023-08-291-2/+1
* Api: Fix some very old copyright statements for RoanJames D. Forrester2023-03-161-1/+1
* api: Replace numerous more deprecated constantsReedy2022-06-061-1/+1
* api: Replace numerous deprecated constantsReedy2022-06-061-10/+11
* Remove usages of deprecated Title::getRestrictionTypesUmherirrender2022-04-131-2/+9
* Use MainConfigNames instead of string literals, #2Aryeh Gregor2022-04-131-2/+4
* Try to ensure tags are arraysArlo Breault2022-03-041-1/+1
* api: Inject services into ApiWatchlistTraitUmherirrender2021-07-061-3/+20
* Use the edited page's title for magic words in action=edit error messagesBartosz Dziewoński2021-05-211-0/+1
* SECURITY: Allow user to only apply protection they have right to do so via ac...Reedy2021-04-081-1/+5
* Convert ChangeTags public interface to Authority.Petr Pchelko2021-02-241-1/+1
* Remove requirement for ApiWatchlistTrait to be in ApiBase.Ammar Abdulhamid2020-09-071-1/+1
* Add watchlist expiry support to applicable APIsMusikAnimal2020-07-131-11/+13
* Coding style: Auto-fix MediaWiki.Usage.IsNull.IsNullJames D. Forrester2020-01-101-1/+1
* Remove "Created on" from file header commentsUmherirrender2018-01-261-4/+0
* Make API documentation links language awareBaha2017-04-051-1/+1
* ApiResult: Add ApiResult::formatExpiry()Brad Jorsch2017-01-111-3/+1
* API: i18n for warnings and errorsBrad Jorsch2016-12-061-13/+9
* Add tags support to patrol, protect, unblock, and undeleteGeoffrey Mon2016-02-291-1/+17
* Convert all array() syntax to []Kunal Mehta2016-02-171-31/+31
* Remove various unused variablesReedy2015-11-071-1/+0
* API: Log all deprecated parameter uses to api-feature-usage.logBrad Jorsch2015-11-031-3/+0
* Change API result data structure to be cleaner in new formatsBrad Jorsch2015-04-201-1/+1
* Merge "API: Overhaul ApiResult, make format=xml not throw, and add json forma...jenkins-bot2015-04-161-1/+1
|\
| * API: Overhaul ApiResult, make format=xml not throw, and add json formatversionBrad Jorsch2015-04-101-1/+1
* | Clean up handling of 'infinity'Brad Jorsch2015-03-131-5/+4
|/
* Refactor out 'infinity' variantsJuneHyeon Bae2015-03-121-1/+1
* API: Fix access on getExamplesMessagesBrad Jorsch2014-10-291-1/+1
* API: Internationalize all remaining core API modulesBrad Jorsch2014-10-201-31/+9
* API: Overhaul token handlingBrad Jorsch2014-08-261-10/+1
* API: Log usage of various deprecated featuresBrad Jorsch2014-08-141-0/+3
* API: Remove action=paraminfo 'props' and 'errors' result propertiesBrad Jorsch2014-08-071-25/+0
* API: Allow 'infinity' as a valid protection expiryKunal Mehta2014-06-151-2/+2
* Switch API to use Config classesReedy2014-06-151-2/+1
* Add final period to API module descriptionsaddshore2014-03-101-1/+1
* Update formattingSiebrand Mazeland2014-02-061-4/+7
* Fix CodeSniffer errors and warnings (final round for API classes)Siebrand Mazeland2013-11-151-10/+27
* Update formatting on API classes, Part 3Siebrand Mazeland2013-11-141-5/+6
* Cleanup watchlist preference usageBrad Jorsch2013-11-081-1/+1
* Return errors from WatchActionBrad Jorsch2013-06-201-2/+1
* Fixed many small spelling mistakes and php docs, var decl.Yuri Astrakhan2013-03-101-1/+1
* api: remove duplicate __contruct callsAntoine Musso2013-01-291-4/+0
* (bug 35885) remove api version string and parameterYuri Astrakhan2013-01-181-4/+0
* Add hint for pipe-separated list to action=helpumherirrender2012-07-291-1/+1