aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Rest/coreRoutes.json
Commit message (Expand)AuthorAgeFilesLines
* REST Add response schemas for 'transform' endpointsWendy Quarshie2024-12-141-3/+54
* Add temporary account case for page history countSTran2024-07-091-1/+2
* REST: introduce OpenSearchDescriptionHandlerdaniel2024-05-181-0/+8
* Introduce Modules into the REST frameworkdaniel2024-05-081-6/+21
* REST: Introduce trait for handling Status objectsdaniel2024-03-121-4/+2
* REST: enable parsoid transform endpointsdaniel2023-11-071-0/+30
* Merge "Introduce StatusFormatter"jenkins-bot2023-10-311-2/+4
|\
| * Introduce StatusFormatterdaniel2023-10-271-2/+4
* | Migrate several subqueries to use SQBAmir Sarabadani2023-10-311-1/+0
|/
* Rest: Pass ParserFactory to CompareHandlerUmherirrender2023-07-291-1/+1
* Convert PageRedirectHandlerTrait to PageRedirectHelperdaniel2023-06-201-9/+5
* Rest: Migrate rest of handlers to IConnectionProviderAmir Sarabadani2023-04-201-3/+3
* Switch some simple use of LoadBalancer to use new LBFactory methodsAmir Sarabadani2023-02-231-1/+1
* add redirects to page/history and link endpointsmsantos2022-12-091-1/+2
* Follow redirects for page/{title} formats source/baremsantos2022-12-021-0/+2
* Introduce PageRestHelperFactorydaniel2022-11-211-46/+10
* Follow redirects for page/{title} formats html/with_htmlmsantos2022-11-161-2/+4
* Rename HTMLTransform to HtmlToContentTransformdaniel2022-11-031-4/+4
* page/html endpoint: Support variant conversionAbijeet2022-11-011-4/+8
* Introduce SearchResultThumbnailProvider & move hook + NS_FILE thumbs inMatthias Mullie2022-10-031-0/+2
* Storage: Warm parsoid parser cache with parsoid outputsDerick Alangi2022-06-281-12/+8
* Rest: Collect stats on Cache & Stash usageDerick Alangi2022-05-301-4/+8
* Rest: Migrate parsoid stashing logic from RESTbaseDerick Alangi2022-05-231-4/+8
* Promote experimental revision rest endpoints to officialBill Pirkle2022-04-131-0/+37
* Add matched_title field to /search/page resultsNikki Nikkhoui2022-02-081-2/+8
* Do not cache private wiki completion resultsNikki Nikkhoui2021-10-121-2/+4
* Schema migration for revison_actor_temp table removalTim Starling2021-07-141-1/+2
* Replace deprecated uses of PermissionManager with GroupPermissionsLookupDannyS7122021-05-261-2/+2
* Eliminate use of Title object in REST infrastructurePetr Pchelko2021-05-051-14/+18
* Rest: use Authority in all core handlersPetr Pchelko2021-01-211-11/+0
* Revert "Enhance GroupPermissionsLookup and use it."Ppchelko2021-01-121-2/+0
* Enhance GroupPermissionsLookup and use it.Petr Pchelko2021-01-111-0/+2
* Implement /revision/{id} endpointdaniel2020-12-141-3/+7
* Make /page/{title}/html emit etags in RESTBase formatPetr Pchelko2020-12-091-2/+4
* Moved page/{title}/bare to PageSourceHandlerCindy Cicalese2020-12-091-5/+4
* Re-Re-apply "Use parsoid directly in /page/html handlerPpchelko2020-11-191-3/+6
* Revert "Re-apply "Use parsoid directly in /page/html handler""Ppchelko2020-11-171-6/+3
* Re-apply "Use parsoid directly in /page/html handler"Ppchelko2020-11-161-3/+6
* Revert "Use parsoid directly in /page/html handler"Ppchelko2020-10-191-6/+3
* Use parsoid directly in /page/html handlerPetr Pchelko2020-10-161-3/+6
* REST API: inject TitleFactorydaniel2020-10-141-1/+5
* REST api: bump some endpoints to v1daniel2020-06-111-0/+98
* Move Search endpoints into core routesNikki Nikkhoui2020-05-201-0/+22
* Add config variable $wgRestAPIAdditionalRouteFilesBill Pirkle2020-03-231-58/+0
* Remove sample REST API handlerClara Andrew-Wani2020-03-181-4/+0
* Merge "REST: /page/{title}/{bare,html,with_html} endpoints backed by RESTBase."jenkins-bot2020-01-231-2/+13
|\
| * REST: /page/{title}/{bare,html,with_html} endpoints backed by RESTBase.Petr Pchelko2020-01-231-2/+13
* | Add a core REST API endpoint for media file metadataBill Pirkle2020-01-231-0/+8
|/
* Add core REST API endpoint for media linksBill Pirkle2020-01-221-0/+9
* GET Page Source EndpointNikki Nikkhoui2020-01-071-0/+10