aboutsummaryrefslogtreecommitdiffstats
path: root/includes/Rest/EntryPoint.php
Commit message (Expand)AuthorAgeFilesLines
* Remove 2-line PHPDocs that just repeat the types from the codethiemowmde2025-01-171-2/+0
* Stop using heavy Language object when not neededAmir Sarabadani2024-10-161-1/+1
* REST: yank the new content.v1 moduledaniel2024-09-061-1/+0
* Add MediaWiki\Registration namespace to registration classesEbrahim Byagowi2024-08-101-1/+1
* Add content.v1 REST module with relevant content endpointsbpirkle2024-08-071-1/+4
* Rest: Do not set $wgTitleBartosz DziewoƄski2024-06-131-9/+0
* Migrate MediaWiki.rest_api to statslibWendy Quarshie2024-06-111-1/+1
* Introduce Modules into the REST frameworkdaniel2024-05-081-0/+2
* Rest: Turn Rest\EntryPoint into a MediaWikiEntryPoint subclassdaniel2024-03-121-66/+88
* Namespace includes/contextJames D. Forrester2024-02-081-2/+2
* Namespace Config-related classes under \MediaWiki\ConfigJames D. Forrester2023-09-211-1/+1
* Add $wgRequest to phan's globals_type_mapDaimona Eaytoy2023-09-111-1/+0
* Reorg: Move WebRequest to includes\RequestAmir Sarabadani2023-09-111-0/+1
* Reorg: Namespace the Title classJames D. Forrester2023-03-021-1/+1
* Reorg: Move WebResponse and FauxResponse to Request/Amir Sarabadani2023-03-011-1/+1
* REST: collect metrics on endpoint accessDaniel Kinzler2023-01-121-1/+5
* Revert "REST: collect metrics on endpoint access"Daniel Kinzler2022-12-121-5/+1
* REST: collect metrics on endpoint accessdaniel2022-12-061-1/+5
* Make RestStructureTest run in IDEdaniel2022-11-221-3/+8
* Improve RestAPIAdditionalRouteFiles path expansionTim Starling2022-11-011-11/+27
* REST: introduce getPrivateRouteUrldaniel2022-07-141-2/+1
* Merge "REST: Hide exception message when wgShowExceptionDetails=false"jenkins-bot2022-06-091-1/+1
|\
| * REST: Hide exception message when wgShowExceptionDetails=falseTimo Tijhof2022-05-261-1/+1
* | Merge "Allow REST API handlers to require csrf-safe session providers"jenkins-bot2022-05-231-1/+2
|\ \ | |/ |/|
| * Allow REST API handlers to require csrf-safe session providersBill Pirkle2022-05-201-1/+2
* | exception: Inject wgShowExceptionDetails from Setup.phpTimo Tijhof2022-05-221-1/+2
* | REST: don't send stack trace in error respones.daniel2022-05-161-1/+3
|/
* Use MainConfigNames instead of string literals, #4Aryeh Gregor2022-04-261-4/+5
* Remove unused variable in EntryPointJakob Warkotsch2022-03-251-1/+0
* Fix various documentation related to null types (part II)Umherirrender2022-03-081-2/+2
* REST: gracefully handle all exceptions.daniel2021-11-021-0/+2
* Make EntryPoint::getTextFormatters() privateDannyS7122021-06-021-1/+1
* Use static closures where safe to useUmherirrender2021-02-111-1/+1
* Allow REST API POST handlers to opt out of mandatory sqlite lockingC. Scott Ananian2021-02-031-4/+17
* Rest: inject Authority into HandlerPetr Pchelko2021-01-211-4/+4
* Rest EntryPoint: Use ContentLanguage serviceAmmar Abdulhamid2020-12-051-4/+3
* build: Updating mediawiki/mediawiki-codesniffer to 32.0.0Umherirrender2020-10-281-2/+0
* Introduce CompoundAuthorizer to pass multiple authorizersPetr Pchelko2020-09-221-2/+6
* Handle CORS preflight request and prevent anon users from unsafe methodsDavid Barratt2020-09-211-21/+25
* Add option to enable cross-origin resource sharing (CORS) in REST APIDavid Barratt2020-08-041-2/+17
* Set $wgEnableRestAPI = true; by default and deprecateJames D. Forrester2020-07-131-6/+0
* Hooks::run() call site migrationTim Starling2020-05-301-1/+2
* Define POST handler for /page/: create pagedaniel2020-03-251-0/+1
* Add config variable $wgRestAPIAdditionalRouteFilesBill Pirkle2020-03-231-1/+11
* Add RestStructureTestBrad Jorsch2020-02-041-23/+39
* build: Upgrade phan to 0.9.0Daimona Eaytoy2019-12-071-2/+0
* Remove IE 6 security features from server-side codeTim Starling2019-11-281-3/+0
* Avoid using "enqueue" mode for deferred updates in doPostOutputShutdownAaron Schulz2019-09-301-1/+1
* Use UserIdentity instead of User in RESTPetr Pchelko2019-09-181-1/+5
* Use TextFormatter in the REST APITim Starling2019-09-171-1/+23