aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Rest
Commit message (Expand)AuthorAgeFilesLines
* Merge "Make EntryPoint::getTextFormatters() private"jenkins-bot2021-07-161-1/+1
|\
| * Make EntryPoint::getTextFormatters() privateDannyS7122021-06-021-1/+1
* | More master -> primary documentation and internal var renamingJames D. Forrester2021-07-151-2/+2
* | Schema migration for revison_actor_temp table removalTim Starling2021-07-143-31/+37
* | Use CsrfTokenSet as CSRF token sourcePetr Pchelko2021-07-121-1/+1
* | Merge "Fix some @stable for ... annotations to use @stable to ..."jenkins-bot2021-07-121-1/+1
|\ \
| * | Fix some @stable for ... annotations to use @stable to ...DannyS7122021-07-081-1/+1
* | | Router::__construct() put one parameter per lineDannyS7122021-07-101-4/+12
|/ /
* | Localisation updates from https://translatewiki.net.Translation updater bot2021-06-291-1/+2
* | Post Revision-removal cleanupDannyS7122021-06-241-1/+1
* | Merge "Make REST CORS allowed headers respect site configuration."jenkins-bot2021-06-021-5/+9
|\ \ | |/ |/|
| * Make REST CORS allowed headers respect site configuration.Petr Pchelko2021-05-301-5/+9
* | Localisation updates from https://translatewiki.net.Translation updater bot2021-06-021-1/+4
* | Merge "FileRepo::findFile - support Authority"jenkins-bot2021-06-012-10/+5
|\ \
| * | FileRepo::findFile - support AuthorityPetr Pchelko2021-05-262-10/+5
* | | Localisation updates from https://translatewiki.net.Translation updater bot2021-05-281-1/+1
|/ /
* | Replace deprecated uses of PermissionManager with GroupPermissionsLookupDannyS7122021-05-263-16/+16
* | Remove some unneeded uses of full User objectsDannyS7122021-05-221-3/+1
* | Localisation updates from https://translatewiki.net.Translation updater bot2021-05-201-1/+13
|/
* Remove unused default values from class propertiesThiemo Kreuz2021-05-122-2/+5
* Remove SearchResultPageIdentity interfacedaniel2021-05-103-94/+12
* Eliminate use of Title object in REST infrastructurePetr Pchelko2021-05-0515-271/+311
* docs: Fix @var comments to use doc comment syntaxUmherirrender2021-04-292-3/+2
* Localisation updates from https://translatewiki.net.Translation updater bot2021-04-121-0/+22
* Rest/Handler.php: Minor cleanupReedy2021-04-021-6/+6
* UpdateHandler: fix response for null editsdaniel2021-03-261-6/+5
* REST edit: handle null edits correctlydaniel2021-03-191-0/+21
* Rename Authority::getPerformer() to ::getUser()Petr Pchelko2021-03-043-7/+7
* Rename Authority::getActor to Authority::getPerformerPetr Pchelko2021-02-223-7/+7
* build: Upgrade eslint-config-wikimedia from 0.17.0 to 0.18.1James D. Forrester2021-02-181-4/+4
* Localisation updates from https://translatewiki.net.Translation updater bot2021-02-161-1/+1
* Localisation updates from https://translatewiki.net.Translation updater bot2021-02-151-0/+1
* Use static closures where safe to useUmherirrender2021-02-114-6/+6
* Localisation updates from https://translatewiki.net.Translation updater bot2021-02-081-0/+1
* Localisation updates from https://translatewiki.net.Translation updater bot2021-02-052-2/+5
* Merge "Allow REST API POST handlers to opt out of mandatory sqlite locking"jenkins-bot2021-02-031-4/+17
|\
| * Allow REST API POST handlers to opt out of mandatory sqlite lockingC. Scott Ananian2021-02-031-4/+17
* | Localisation updates from https://translatewiki.net.Translation updater bot2021-02-032-0/+15
|/
* Localisation updates from https://translatewiki.net.Translation updater bot2021-02-021-0/+4
* Use whitespace consistently in i18n filesEd Sanders2021-01-271-1/+1
* Rest: use Authority in all core handlersPetr Pchelko2021-01-2119-192/+54
* Rest: inject Authority into HandlerPetr Pchelko2021-01-217-59/+59
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-123-18/+2
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-113-2/+18
* Merge "Improve REST API validation documentation"jenkins-bot2021-01-042-0/+8
|\
| * Improve REST API validation documentationGergő Tisza2020-12-262-0/+8
* | Fix MediaWiki\Rest\Handler::execute() documentationGergő Tisza2020-12-251-1/+2
|/
* Localisation updates from https://translatewiki.net.Translation updater bot2020-12-221-1/+2
* Implement caching for old revision HTML endpointdaniel2020-12-153-7/+18
* Implement /revision/{id} endpointdaniel2020-12-144-172/+149